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: 750 to 750 | ||||||||
GLANTPDIR=/home/ahgemmell/GlaNtp/GlaNtpPackage/GlaNtpSVN00-00-10 source ~/GlaNtp/cleanpath3.sh | ||||||||
Changed: | ||||||||
< < | export PATH=\${PATH}:${GLANTPDIR}/bin/Linux2.6-GCC_4_1 export LD_LIBRARY_PATH=\${LD_LIBRARY_PATH}:${GLANTPDIR}/shlib/Linux2.6-GCC_4_1 export LD_LIBRARY_PATH=\${LD_LIBRARY_PATH}:${GLANTPDIR}/lib/Linux2.6-GCC_4_1 | |||||||
> > | export PATH=${PATH}:${GLANTPDIR}/bin/Linux2.6-GCC_4_1 export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${GLANTPDIR}/shlib/Linux2.6-GCC_4_1 export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${GLANTPDIR}/lib/Linux2.6-GCC_4_1 | |||||||
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: |