Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
EUTelescope And ITK Testbeam pages![]() | ||||||||
Changed: | ||||||||
< < | Glasgow work on ATLAS EUTelescope, Pixel and ITK testbeam data. Both Reconstruction and Analysis aspects of the work involve EUTelescope ![]() <--A communal area with installed software and test files can be found:
Some tips on post-analysis analysis are also noted.
Also,
| |||||||
> > | Glasgow work on ATLAS Pixel Upgrade Reconstruction and Analysis. | |||||||
Changed: | ||||||||
< < | Link to the DESY March 2012 analysis (from 2013!). | |||||||
> > | NB This page is a work in progress | |||||||
Added: | ||||||||
> > | Some pages
| |||||||
Changed: | ||||||||
< < | NB This page is a work in progress | |||||||
> > | Link to the DESY March 2012 analysis (from 2013!).
<--A communal area with installed software and test files can be found: | |||||||
Testbeam Reconstruction | ||||||||
Line: 23 to 25 | ||||||||
Testbeam Reconstruction | ||||||||
Deleted: | ||||||||
< < | ||||||||
<-- A working version of the reconstruction code can be found: | ||||||||
Changed: | ||||||||
< < | To install your own code then follow the instructions here![]() EUTELESCOPE parameter: > echo $EUTELESCOPE This should be something like /PATH_TO_SOFTWARE/VERSION/Eutelescope/trunk
* Next, go to the jobsub directory:
> cd $EUTELESCOPE/jobsub
There are five basic steps to run the reconstruction chain (i.e. to transform raw data into analysis ready data): converter, clustering, hitmaker, alignment and filter. Each task is performed using the jobsub command (exported when the build environment is set) and requires a configuration file to set basic steering parameters such as input file, output directories and beam energy. The basic execution format is
> jobsub --config=CONFIGURATION_FILE [-o PARAMETER_NAME=VALUE ] TASK_NAME FILE_NUMBER
Alternatively the syntax can be:
> jobsub -c CONFIGURATION_FILE [-o PARAMETER_NAME=VALUE ] TASK_NAME FILE_NUMBER
* Now you can proceed to run the reconstruction. Here is an example reconstruction chain:
> jobsub --config=$EUTELESCOPE/jobsub/examples/datura-noDUT/config.cfg -csv $EUTELESCOPE/jobsub/examples/datura-noDUT/runlist.csv converter 97 For ease of running a bash script called run_file.sh is in /data/detdev01/FEI4_testbeam_construction/reconstruction which will run the chain for you. Please edit the parameters at the top of the file.
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![]() | |||||||
> > | There are five basic steps to run the reconstruction chain (i.e. to transform raw data into analysis ready data):
job sub command (exported when the build environment is set) and requires a configuration file to set basic steering parameters such as input file, output directories and beam energy. The basic example is $EUTELESCOPE/jobsub/examples/datura-noDUT.
For a more complete explanation see: ReconstructionDetails. Further official information on the software is available http://eutelescope.web.cern.ch/content/job-submission![]() ![]() Simple RecipeThis is a short recipe for running, based on ~March 2015 version of code. After installing and sourcing environment main directory is $EUTELESCOPE (equivalent to /PATH_TO_SOFTWARE/VERSION/Eutelescope/trunk).
>echo $EUTELESCOPE
This should be something like /PATH_TO_SOFTWARE/VERSION/Eutelescope/trunk. If not, then source $EUTELESCOPE/build_env.sh
> cd $EUTELESCOPE/jobsub/example/MYDIR
The basic execution format is
> jobsub -c CONFIGURATION_FILE [-o PARAMETER_NAME=VALUE ] TASK_NAME FILE_NUMBER
> jobsub -c config.cfg -csv runlist.csv converter 97
> jobsub -c config.cfg -csv runlist.csv clustering 97
> jobsub -c config.cfg -csv runlist.csv hitmaker 97
> jobsub -c config.cfg -csv runlist.csv align 97
> jobsub -c config.cfg -csv runlist.csv fitter 97
The output of each step should include a root file, in $MY_OUTPUT/histograms, and an lcio file, in $MY_OUTPUT/lcio. | |||||||
Link to CustomReconstruction. | ||||||||
Changed: | ||||||||
< < | Testbeam Analysis | |||||||
> > | Testbeam Analysis | |||||||
The testbeam analysis software is called tbmon and can be found /data/detdev01/FEI4_testbeam_construction/analysis/tbmon and the tbmon source code is available on svn: svn address![]() |