Fork me on GitHub

Changeset 322 in svn for trunk/data


Ignore:
Timestamp:
Mar 11, 2009, 12:54:24 PM (15 years ago)
Author:
Xavier Rouby
Message:

Isolation updated. ptiso implemented. Calorimetric prepared but not finished

Location:
trunk/data
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/DetectorCard.dat

    r307 r322  
    5454PTCUT_taujet     10.0
    5555
     56# Charged lepton isolation. Pt and Et in GeV
    5657ISOL_PT          2.0      //minimal pt of tracks for isolation criteria
    5758ISOL_Cone        0.5      //Cone  for isolation criteria
    58 
     59ISOL_Calo_ET     2.0      //minimal tower transverse energy for isolation criteria. 1E99 means "off"
     60ISOL_Calo_Cone   0.4      //Cone for calorimetric isolation
     61ISOL_Calo_Grid   3        //Grid size (N x N) for calorimetric isolation
    5962
    6063# General jet variable
     
    8184TRACK_bfield_x    0                     //X component of the BField, in T
    8285TRACK_bfield_y    0                     //Y component of the BField, in T
    83 TRACK_bfield_z    3.8                   //Z component of the BField, in T
     86TRACK_bfield_z    400                   //Z component of the BField, in T
    8487
    8588# Very forward detector extension, in pseudorapidity
  • trunk/data/DetectorCard_ATLAS.dat

    r307 r322  
    5454PTCUT_taujet     10.0
    5555
     56# Charged lepton isolation. Pt and Et in GeV
    5657ISOL_PT          2.0      //minimal pt of tracks for isolation criteria
    5758ISOL_Cone        0.5      //Cone  for isolation criteria
    58 
     59ISOL_Calo_ET     1E99     //minimal tower transverse energy for isolation criteria. 1E99 means "off"
     60ISOL_Calo_Cone   0.4      //Cone for calorimetric isolation
     61ISOL_Calo_Grid   3        //Grid size (N x N) for calorimetric isolation
    5962
    6063# General jet variable
  • trunk/data/DetectorCard_CMS.dat

    r307 r322  
    5454PTCUT_taujet     10.0
    5555
     56# Charged lepton isolation. Pt and Et in GeV
    5657ISOL_PT          2.0      //minimal pt of tracks for isolation criteria
    5758ISOL_Cone        0.5      //Cone  for isolation criteria
    58 
     59ISOL_Calo_ET     1E99     //minimal tower transverse energy for isolation criteria. 1E99 means "off"
     60ISOL_Calo_Cone   0.4      //Cone for calorimetric isolation
     61ISOL_Calo_Grid   3        //Grid size (N x N) for calorimetric isolation
    5962
    6063# General jet variable
Note: See TracChangeset for help on using the changeset viewer.