Fork me on GitHub

Changeset 492 in svn for trunk


Ignore:
Timestamp:
Jul 15, 2009, 11:54:25 PM (15 years ago)
Author:
Xavier Rouby
Message:

remove # symbols

Location:
trunk/data
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/DetectorCard.dat

    r461 r492  
    1 DETECTOR CARD      # DO NOT REMOVE THIS IS A TAG!
     1DETECTOR CARD      // DO NOT REMOVE THIS IS A TAG!
     2# any line containing a dash symbol (#) will be completely ignored, whatever the position of this symbol
    23
    34# Detector extension, in pseudorapidity units
     
    9192FLAG_RP          1                       //1 to run the very forward detectors else 0
    9293FLAG_trigger     1                       //1 to run the trigger selection else 0
    93 FLAG_frog        0                       //1 to run the FROG event display
     94FLAG_frog        1                       //1 to run the FROG event display
    9495FLAG_lhco        0                       //1 to run the LHCO
    9596
  • trunk/data/DetectorCard_ATLAS.dat

    r461 r492  
    1 DETECTOR CARD      # DO NOT REMOVE THIS IS A TAG!
     1DETECTOR CARD      // DO NOT REMOVE THIS IS A TAG!
     2# any line containing a dash symbol (#) will be completely ignored, whatever the position of this symbol
    23
    34# Detector extension, in pseudorapidity units
     
    910# Energy resolution for electron/photon
    1011# \sigma/E = C + N/E + S/\sqrt{E}, E in GeV
    11 ELG_Scen          0.10                // S term for central ECAL  #http://arxiv.org/pdf/physics/0608012v1
    12 ELG_Ncen          0.0                 // N term for central ECAL  #http://arxiv.org/pdf/physics/0608012v1
    13 ELG_Ccen          0.0017              // C term for central ECAL  #http://arxiv.org/pdf/physics/0608012v1
    14 ELG_Sfwd          0.30407             // S term for forward FCAL  #http://villaolmo.mib.infn.it/ICATPP9th_2005/Calorimetry/Schram.p.pdf
    15 ELG_Nfwd          1.1533              // N term for central FCAL  #http://villaolmo.mib.infn.it/ICATPP9th_2005/Calorimetry/Schram.p.pdf
    16 ELG_Cfwd          0.0313              // C term for forward FCAL  #http://villaolmo.mib.infn.it/ICATPP9th_2005/Calorimetry/Schram.p.pdf
     12ELG_Scen          0.10                // S term for central ECAL  http://arxiv.org/pdf/physics/0608012v1
     13ELG_Ncen          0.0                 // N term for central ECAL  http://arxiv.org/pdf/physics/0608012v1
     14ELG_Ccen          0.0017              // C term for central ECAL  http://arxiv.org/pdf/physics/0608012v1
     15ELG_Sfwd          0.30407             // S term for forward FCAL  http://villaolmo.mib.infn.it/ICATPP9th_2005/Calorimetry/Schram.p.pdf
     16ELG_Nfwd          1.1533              // N term for central FCAL  http://villaolmo.mib.infn.it/ICATPP9th_2005/Calorimetry/Schram.p.pdf
     17ELG_Cfwd          0.0313              // C term for forward FCAL  http://villaolmo.mib.infn.it/ICATPP9th_2005/Calorimetry/Schram.p.pdf
    1718ELG_Szdc          0.70              // S term for ZDC
    1819ELG_Nzdc          0.0               // N term for ZDC
     
    2223# Energy resolution for hadrons in ecal/hcal/hf
    2324# \sigma/E = C + N/E + S/\sqrt{E}, E in GeV
    24 HAD_Shcal         0.58               // S term for central HCAL    #http://arxiv.org/pdf/hep-ex/0004009v1
    25 HAD_Nhcal         1.7                // N term for central HCAL    #http://arxiv.org/pdf/hep-ex/0004009v1
    26 HAD_Chcal         0.025              // C term for central HCAL    #http://arxiv.org/pdf/hep-ex/0004009v1
    27 HAD_Shf           0.9681             // S term for FCAL            #http://villaolmo.mib.infn.it/ICATPP9th_2005/Calorimetry/Schram.p.pdf
    28 HAD_Nhf           0.                 // N term for FCAL            #http://villaolmo.mib.infn.it/ICATPP9th_2005/Calorimetry/Schram.p.pdf
    29 HAD_Chf           0.0524             // C term for FCAL            #http://villaolmo.mib.infn.it/ICATPP9th_2005/Calorimetry/Schram.p.pdf
     25HAD_Shcal         0.58               // S term for central HCAL    http://arxiv.org/pdf/hep-ex/0004009v1
     26HAD_Nhcal         1.7                // N term for central HCAL    http://arxiv.org/pdf/hep-ex/0004009v1
     27HAD_Chcal         0.025              // C term for central HCAL    http://arxiv.org/pdf/hep-ex/0004009v1
     28HAD_Shf           0.9681             // S term for FCAL            http://villaolmo.mib.infn.it/ICATPP9th_2005/Calorimetry/Schram.p.pdf
     29HAD_Nhf           0.                 // N term for FCAL            http://villaolmo.mib.infn.it/ICATPP9th_2005/Calorimetry/Schram.p.pdf
     30HAD_Chf           0.0524             // C term for FCAL            http://villaolmo.mib.infn.it/ICATPP9th_2005/Calorimetry/Schram.p.pdf
    3031HAD_Szdc          1.38              // S term for ZDC
    3132HAD_Nzdc          0.                // N term for ZDC
Note: See TracChangeset for help on using the changeset viewer.