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: 274 to 274 | ||||||||
GeneralParameter string 1 InvertWordString=invertWord | ||||||||
Changed: | ||||||||
< < | There's also something about | |||||||
> > | The structure of Computentp's output is specified by | |||||||
ListParameter EvInfoTree:1 1 NN_BJetWeight_Jet1:NN_BJetWeight_Jet1/NN_BJetWeight_Jet1 | ||||||||
Changed: | ||||||||
< < | that I need to ask Rick about... | |||||||
> > | If you want a parameter to be found in the output, best to list it here.... | |||||||
Variables used for training the Neural Net | ||||||||
Line: 761 to 760 | ||||||||
export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${GLANTPDIR}/lib/Linux2.6-GCC_4_1 | ||||||||
Changed: | ||||||||
< < | To debug the code, two things need to be done - first, all the debug switches need to be turned on, and then you need to restrict the number of events to ~10 (for a Computentp run this will still manage to generate a 2 GB log file!). All of these switches are found in teststeerFlatReaderATLAStthSemileptonic.txt (the progenitor for all FlatReader files). The debug switches are: | |||||||
> > | To debug the code, two things need to be done - first, all the debug switches need to be turned on, and then you need to restrict the number of events to ~10 (for a Computentp run this will still manage to generate a 2 GB log file!). All of these switches are found in teststeerFlatReaderATLAStthSemileptonic.txt (the progenitor for all FlatReader files) and steerComputentp.txt (created by genemflat). The debug switches are: | |||||||
GeneralParameter bool 1 Debug=0 GeneralParameter bool 1 DebugGlobalInfo=0 GeneralParameter bool 1 DebugEvInfo=0 GeneralParameter int 1 ReportInterval=100 | ||||||||
Added: | ||||||||
> > | In steerComputentp.txt there is also one additional debug option:
GeneralParameter bool 1 DebugFlatTRntp=1 | |||||||
All the debug switches can be set to one (I'm not sure of the exact effect of each individual switch) - the report interval can be adapted depending on how many events are present in your input files and on how large you want your log files to be. To restrict the events you use
# # Loop Control | ||||||||
Line: 795 to 798 | ||||||||
This produces a lot of printout, so be sure to restrict the number of events as described above! | ||||||||
Added: | ||||||||
> > | If you want to get more debugging from Computentp, then run it with another argument (doesn't matter what the argument is - in the example below it's simply 1):
Computentp steerComputentp.txt 1 Some error messages and how to fix themDouble Variable: my_NN_BJet12_M not valid and hence saved : 1Look at VariableTreeToNTPATLASttHSemiLeptonic-v16.txt - are the names of the variables really consistent? | |||||||
Various other switches of interestIn FlatReader: |