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 ![]() /data/detdev01/FEI4_testbeam_construction . | |||||||
> > | 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. | ||||||||
Changed: | ||||||||
< < | Information on finding data is given below. | |||||||
> > | Also,
| |||||||
Changed: | ||||||||
< < | EUDAQ pages are also available here. | |||||||
> > | Link to the DESY March 2012 analysis (from 2013!). | |||||||
Deleted: | ||||||||
< < | Here is a link to the DESY March 2012 analysis.
Also, UK activites are documented on Kate's pages on PUUKA.
* Find the working group meetings on indico![]() | |||||||
NB This page is a work in progress Testbeam Reconstruction | ||||||||
Changed: | ||||||||
< < | A working version of the reconstruction code can be found: /data/detdev01/FEI4_testbeam_construction/reconstruction . | |||||||
> > | <-- A working version of the reconstruction code can be found: | |||||||
Changed: | ||||||||
< < | If you want to install your own code then follow the instructions here![]() | |||||||
> > | To install your own code then follow the instructions here![]() | |||||||
This is a short recipe for running. | ||||||||
Changed: | ||||||||
< < | * First set the environment.
> ILCSOFT=/data/detdev01/FEI4_testbeam_construction/reconstruction/v01-17-01/Eutelescope/v00-08-02
To check the environment has been set correctly check the EUTELESCOPE parameter has been set: > echo $EUTELESCOPE This should be something like /PATH_TO_SOFTWARE/v01-16-02/Eutelescope/v00-08-02 | |||||||
> > | * First, check the environment has been set correctly by echoing the EUTELESCOPE parameter: > echo $EUTELESCOPE This should be something like /PATH_TO_SOFTWARE/VERSION/Eutelescope/trunk | |||||||
* Next, go to the jobsub directory:
> cd $EUTELESCOPE/jobsub | ||||||||
Changed: | ||||||||
< < | You are now ready to run the reconstruction chain. There are five steps or "tasks" to transform raw data into analysis ready data: converter, clustering, hitmaker, alignment and filter. Each task is performed using the jobsub.py script and requires a configuration file to set basic steering parameters such as input file, output directories and beam energy. The basic execution format is | |||||||
> > | 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.py --config=CONFIGURATION_FILE [-o PARAMETER_NAME=VALUE ] TASK_NAME FILE_NUMBER |