Changeset 438 in svn
- Timestamp:
- Jun 17, 2009, 11:05:10 PM (15 years ago)
- Location:
- trunk/data
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/data/DetectorCard.dat
r433 r438 91 91 FLAG_RP 1 //1 to run the very forward detectors else 0 92 92 FLAG_trigger 1 //1 to run the trigger selection else 0 93 FLAG_frog 1//1 to run the FROG event display93 FLAG_frog 0 //1 to run the FROG event display 94 94 FLAG_lhco 0 //1 to run the LHCO 95 95 96 96 # In case BField propagation allowed 97 97 TRACK_radius 129 //radius of the BField coverage, in cm 98 TRACK_length 300 // length of the BField coverage, in cm98 TRACK_length 300 //half-length of the BField coverage, in cm 99 99 TRACK_bfield_x 0 //X component of the BField, in T 100 100 TRACK_bfield_y 0 //Y component of the BField, in T -
trunk/data/DetectorCard_ATLAS.dat
r420 r438 97 97 98 98 # In case BField propagation allowed 99 TRACK_radius 115 // radius of the BField coverage, in cm #chapter 1 you gave me100 TRACK_length 351 // length of the BField coverage, in cm #also99 TRACK_radius 115 // radius of the BField coverage, in cm 100 TRACK_length 351 // half-length of the BField coverage, in cm 101 101 TRACK_bfield_x 0 // X component of the BField, in T 102 102 TRACK_bfield_y 0 // Y component of the BField, in T 103 TRACK_bfield_z 2.0 // Z component of the BField, in T #also103 TRACK_bfield_z 2.0 // Z component of the BField, in T 104 104 105 105 # Very forward detector extension, in pseudorapidity -
trunk/data/DetectorCard_CMS.dat
r420 r438 98 98 # In case BField propagation allowed 99 99 TRACK_radius 129 //radius of the BField coverage, in cm 100 TRACK_length 300 // length of the BField coverage, in cm100 TRACK_length 300 //half-length of the BField coverage, in cm 101 101 TRACK_bfield_x 0 //X component of the BField, in T 102 102 TRACK_bfield_y 0 //Y component of the BField, in T
Note:
See TracChangeset
for help on using the changeset viewer.