Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
EUTelescope And IBL Testbeam pages | ||||||||
Line: 52 to 52 | ||||||||
> ./jobsub.py --config=$EUTELECOPE/jobsub/examples/datura-noDUT/config.cfg -csv $EUTELECOPE/jobsub/examples/datura-noDUT/runlist.csv align 97 > ./jobsub.py --config=$EUTELECOPE/jobsub/examples/datura-noDUT/config.cfg -csv $EUTELECOPE/jobsub/examples/datura-noDUT/runlist.csv fitter 97 | ||||||||
Deleted: | ||||||||
< < | ||||||||
For ease of running a bash script called run_file.sh is supplied which will run the chain for you. Please edit the parameters at the top of the file. | ||||||||
Added: | ||||||||
> > | The output of each step should include a root file (only the first three are inspectable) and lcio files. The final output, "someRun-tracking.root" is used as the input for analysis. | |||||||
For more details see the official pages here![]() Testbeam Analysis | ||||||||
Changed: | ||||||||
< < | Analysis stuff. | |||||||
> > | The testbeam analysis software is called tbmon and can be found /data/detdev01/FEI4_testbeam_construction/analysis/tbmon .
The software has three main configuration files: siteconfig.h , configs.cc and driver.cc , which are all found in the trunk directory. The siteconfig.h file is where default parameters such as run numbers and configuration settings can be defined, though these can be overwritten on the commandline. After any editting of the files the make command must be rerun.
NB Be sure the version of root you are using includes libraries for TFitResult and TFitResultPtr i.e. version >=5.26. If needed do
> source /data/ppe01/sl5x/x86_64/root/5.34.00/setup.sh
The basic execution format is
> ./tbmon -s/r/l RUN_NUMBER(s)/RUN_LIST -a ANLYSIS_TASK -c CONFIURATION_SET
Here is an example analysis chain:
> make
The output of analyses are root files and pictures (in a format which anc be specified in siteconfig.h or on the commandline with -e option).
For more details see some useful slides on tbmon commands and software. | |||||||
-- KennyWraight - 2013-05-24
| ||||||||
Added: | ||||||||
> > |
|