CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
castorTTRecord_cfi Namespace Reference

Variables

tuple simCastorTTRecord
 

Variable Documentation

tuple castorTTRecord_cfi.simCastorTTRecord
Initial value:
1 = cms.EDProducer("CastorTTRecord",
2  CastorDigiCollection = cms.InputTag( 'simCastorDigis' ),
3  CastorSignalTS = cms.uint32(4),
4 
5  ttpBits = cms.vuint32( 60, 61, 62, 63 ),
6  TriggerBitNames = cms.vstring( 'L1Tech_CASTOR_0.v0',
7  'L1Tech_CASTOR_TotalEnergy.v0',
8  'L1Tech_CASTOR_EM.v0',
9  'L1Tech_CASTOR_HaloMuon.v0'
10  ),
11  TriggerThresholds = cms.vdouble( 50, # gap trgger threshold
12  # for old jet trigger version cut on total sector energy
13  # 135000, # jet energy threshold per sector
14  48000, # jet energy threshold on had part of sector energy
15  1500, 100, # fist EM threshold, second HAD threshold for egamma trigger
16  50, # muon trigger threshold
17  65000, # low pt jet energy threshold for total sector energy
18  )
19 )

Definition at line 3 of file castorTTRecord_cfi.py.