Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
<-- p { margin-bottom: 0.21cm; }h1 { margin-bottom: 0.21cm; }h1.western { font-family: "Liberation Serif",serif; }h1.cjk { font-family: "DejaVu Sans"; }h1.ctl { font-family: "DejaVu Sans"; }h2 { margin-bottom: 0.21cm; }h4 { margin-bottom: 0.21cm; }h5 { margin-bottom: 0.21cm; }h3 { margin-bottom: 0.21cm; }h3.western { font-family: "Liberation Serif",serif; }h3.cjk { font-family: "DejaVu Sans"; }h3.ctl { font-family: "DejaVu Sans"; }pre.cjk { font-family: "DejaVu Sans",monospace; }a:link { } --> Computentp, Neural Nets and MCLIMITS | ||||||||
Line: 519 to 519 | ||||||||
To run the script, first log into the batch system (ppepbs). The genemflat_batch_Complete2_SL5.sh script can be executed with the command: | ||||||||
Changed: | ||||||||
< < | ./genemflat_batch_Complete2_SL5.sh 12 480 1.0 tth 120 120 1 1 /data/atlas07/ahgemmell/NTuple-v15-30Aug | |||||||
> > | ./genemflat_batch_Complete2_SL5.sh 12 480 1.0 tth 120 120 /data/atlas07/ahgemmell/NTuple-v15-30Aug | |||||||
These options denote: | ||||||||
Line: 533 to 533 | ||||||||
| ||||||||
Deleted: | ||||||||
< < | Note that it is possible to omit the training in subsequent (templating) runs, if it has previously been done (set 3rd from last argument to 0). This shortens the run time significantly. | |||||||
Once the job has been completed you will receive an email summarising the outcome. Running: | ||||||||
Line: 554 to 552 | ||||||||
| ||||||||
Added: | ||||||||
> > | Other switches to influence the runningIn genemflat_batch_Complete2_SL5.sh, at the start of the file there are a number of switches established:# Flags to limit the scope of the run if desired Computentps=1 DoTraining=1 ComputeTMVA=1 DoTemplates=1 DoStackedPlots=1 DoFit=1These control whether or not various parts of the code are run - the names of the flags are pretty self-explanatory about what parts of the code they control. For example, it is possible to omit the training in subsequent (templating) runs, if it has previously been done. This shortens the run time significantly. ***NOTE*** The flags DoTraining and DoTemplates had previously (until release 00-00-21) been set on the command line. They were moved from the command line when the other flags were introduced. | |||||||
Where the output is stored |