ATLAS Offline Software
|
This package was originally intended to be a straight translation of the previous InDetPerformanceRTT, for the period when the input data format was updated to xAOD. The older package, however, was a monolithic class which proved difficult to maintain and upgrade. Thus the algorithms were refactored and became the current package.
The functions have been divided into components as follows:
2.Plotting tool: The plotting tool exists in the monitoring framework and contains the main control for retrieving the data structure, looping over the tracks (truth/reconstructed) while performing a selection and then calling the filling methods on the plots.
The InDetPlotBase class adds additional infrastructure: access to Athena messaging (ATH_MSG), the facility to define plot limits and titles in an independent text file, easier histogram booking interface.
From your Athena directory: mkdir build source run cd source asetup here, dev, rel_5, cmake svnco InDetPhysValMonitoring cd ../build cmake ../source make -j4 cd .. ln -s $TestArea/InnerDetector/InDetValidation/InDetPhysValMonitoring/share . cd run source ../build/x86_64-slc6-gcc49-opt/setup.sh athena $TestArea/InnerDetector/InDetValidation/InDetPhysValMonitoring/run/PhysVal_jobOptions.py