Changeset 410 in svn
- Timestamp:
- May 22, 2009, 2:19:56 PM (15 years ago)
- Location:
- trunk/data
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/data/DetectorCard.dat
r407 r410 79 79 JET_jetalgo 1 // 1 for Cone algorithm, 2 for MidPoint algorithm, 3 for SIScone algorithm, 4 for kt algorithm 80 80 JET_seed 1.0 // minimum seed to start jet reconstruction, in GeV 81 JET_Eflow 1// Perfect energy assumed in the tracker coverage81 JET_Eflow 0 // Perfect energy assumed in the tracker coverage 82 82 83 83 # Tagging definition … … 92 92 FLAG_trigger 1 //1 to run the trigger selection else 0 93 93 FLAG_frog 1 //1 to run the FROG event display 94 FLAG_lhco 1//1 to run the LHCO94 FLAG_lhco 0 //1 to run the LHCO 95 95 96 96 # In case BField propagation allowed -
trunk/data/DetectorCard_ATLAS.dat
r407 r410 81 81 JET_jetalgo 1 // 1 for Cone algorithm, 2 for MidPoint algorithm, 3 for SIScone algorithm, 4 for kt algorithm 82 82 JET_seed 1.0 // minimum seed to start jet reconstruction, in GeV 83 JET_Eflow 1// Perfect energy assumed in the tracker coverage83 JET_Eflow 0 // Perfect energy assumed in the tracker coverage 84 84 85 85 # Tagging definition … … 94 94 FLAG_trigger 1 // 1 to run the trigger selection else 0 95 95 FLAG_frog 1 // 1 to run the FROG event display 96 FLAG_lhco 1//1 to run the LHCO96 FLAG_lhco 0 //1 to run the LHCO 97 97 98 98 # In case BField propagation allowed -
trunk/data/DetectorCard_CMS.dat
r407 r410 81 81 JET_jetalgo 1 // 1 for Cone algorithm, 2 for MidPoint algorithm, 3 for SIScone algorithm, 4 for kt algorithm 82 82 JET_seed 1.0 // minimum seed to start jet reconstruction, in GeV 83 JET_Eflow 1// Perfect energy assumed in the tracker coverage83 JET_Eflow 0 // Perfect energy assumed in the tracker coverage 84 84 85 85 # Tagging definition … … 94 94 FLAG_trigger 1 //1 to run the trigger selection else 0 95 95 FLAG_frog 1 //1 to run the FROG event display 96 FLAG_lhco 1//1 to run the LHCO96 FLAG_lhco 0 //1 to run the LHCO 97 97 98 98 # In case BField propagation allowed
Note:
See TracChangeset
for help on using the changeset viewer.