ATLAS Offline Software
|
Contains jobOptions to read and reconstruct cosmic data (real data and simulation)
The MuonPrdSelector package is an Athena algorithm filtering Muon::MuonPrepDataCollection. The program writes a new collection for each old collection and sellects only the events that pass all cuts. The cuts are defined by MuonIdCutTool, and can include cuts on technology, station name or region, eta/phi station numbers, and or more specific cuts. The downstream reconstruction programmes do not need to be adjusted to run over the skimmed set of MuonPrepDataCollections since the jobOptions change the storeGate name of the original Containers. The original name of the input Containers is assigned for the outputContainers.
To use this package, you must insert the following lines in top options: if doPrdSelect: include("MuonPrdSelector/MuonPrdSelector_jobOptions.py")
These lines should go just before: include( "CscClusterization/CscThresholdClusterizationOptions.py" )
For most top options this is done in MuonRec_jobOptions.py in MuonRecExample. Add a flag doPrdSelect = true to your topOptions. If you want to cut truth information, you must download and alter MuonCalibAlg.cxx to use MuonIdCut to write out only the truth hits that pass the cuts set by the tool.