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 { } --> | ||||||||
Line: 199 to 199 | ||||||||
Getting a copy of GlaNtp | ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
source /data/ppe01/sl5x/x86_64/grid/glite-ui/latest/external/etc/profile.d/grid-env.sh
svn-grid-proxy-init
| ||||||||
Line: 207 to 207 | ||||||||
cd /home/ahgemmell/GlaNtp
svn co https://ppesvn.physics.gla.ac.uk/svn/atlas/GlaNtp/trunk/scripts/GlaNtpScript.sh![]() | ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
| ||||||||
Line: 251 to 251 | ||||||||
Variables used by the GlaNtp package | ||||||||
Changed: | ||||||||
< < | The variables used by the package can be divided into two sets. The first are those variables that are constant throughout the sample - the 'global' variables (e.g. cross-section of the sample). These can be specified in their own tree, where they will be recorded (and read by GlaNtp) once only. If desired, these variables can be defined within the main tree of the input file - however, then they will be recorded once per event, and read in once per event. This is obviously a bit wasteful, but for historical reasons it can be done. To determine which of these behaviours you use, set LoadGlobalOnEachEvent in FlatPlotter and FlatReader to 1 for the events to be read in on an event-by-event basis, or 0 to be read in once from the global tree (or from the first event only). For more information on this switch, refer to this![]() | |||||||
> > | The variables used by the package can be divided into two sets. The first are those variables that are constant throughout the sample - the 'global' variables (e.g. cross-section of the sample). These can be specified in their own tree, where they will be recorded (and read by GlaNtp) once only. If desired, these variables can be defined within the main tree of the input file - however, then they will be recorded once per event, and read in once per event. This is obviously a bit wasteful, but for historical reasons it can be done. To determine which of these behaviours you use, set LoadGlobalOnEachEvent in FlatPlotter and FlatReader to 1 for the events to be read in on an event-by-event basis, or 0 to be read in once from the global tree (or from the first event only). For more information on this switch, refer to this. The other variables are those that change on an event-by-event basis. These variables include both the variables we are going to train the Neural Net on (more information relevant to those variables is given in the relevant section of this TWiki), and other useful variables, such as filter flags (that tell GlaNtp whether an event is sensible or not). All of these variables are listed in the file VariableTreeToNTPATLASttHSemiLeptonic-v15.txt | |||||||
The file maps logical values to their branch/leaf. The tree can be the global tree or the event tree. | ||||||||
Line: 327 to 327 | ||||||||
Specifying files as Signal/Background or as real data | ||||||||
Changed: | ||||||||
< < | The input datasets need to be specified in a number of peripheral files, so that the ANN can distinguish between signal and background MC files or real data files. There is only one place where data files need to be specified differently to MC - FlatAtlastthPhysicsProc1.txt - and if you are running the fit with data and not pseudodata, this is determined through one single flag, set in genemflat - see here![]() | |||||||
> > | The input datasets need to be specified in a number of peripheral files, so that the ANN can distinguish between signal and background MC files or real data files. There is only one place where data files need to be specified differently to MC - FlatAtlastthPhysicsProc1.txt - and if you are running the fit with data and not pseudodata, this is determined through one single flag, set in genemflat - see here. Errors for each process also need to be specified - how this is done is detailed in that section. The relevant files for adding processes are atlastth_histlist_flat-v15.txt, AtlasttHRealTitles.txt, FlatAtlastthPhysicsProc1.txt and FlatSysSetAtlastth1.txt. There are also some files that are produced through the action of genemflat_batch_Complete2_SL5.sh. At several points in these files, there are common structures for inputting data, relating to ListParameter and ColumnParameter: | |||||||
ListParameter <tag> <onoff> <colon-separated-parameter-list> | ||||||||
Line: 691 to 691 | ||||||||
Computentp120.log | ||||||||
Changed: | ||||||||
< < | The log file from Computentp -- more information about the information contained within it is found here![]() | |||||||
> > | The log file from Computentp -- more information about the information contained within it is found here | |||||||
| ||||||||
Line: 756 to 756 | ||||||||
OnOff : 1 Process : 2.19001e-314 SorB : 0 | ||||||||
Changed: | ||||||||
< < | These reflect the parameters as set in TMVAsteer.txt (created via genemflat_batch_Complete2_SL5_sh![]() | |||||||
> > | These reflect the parameters as set in TMVAsteer.txt (created via genemflat_batch_Complete2_SL5_sh). Note that the number following 'Process' is nonsense (and in later releases of GlaNtp is not present) - that parameter is there in the steering file simply to make it more human-readable. However, the code still tries to read it in, but can only handle doubles - the net result varies from run to run, but can always be safely ignored. | |||||||
templates/out/FlatPlotter${prefix}.out |