CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ALCARECOHcalCalPedestal_cff.py
Go to the documentation of this file.
2 
3 #------------------------------------------------
4 #AlCaReco filtering for HCAL minbias:
5 #------------------------------------------------
6 
8 hcalDigiAlCaMB.InputLabel = 'hltHcalCalibrationRaw'
9 #from EventFilter.HcalRawToDigi.HcalRawToDigi_cfi import *
10 #hcalDigis.InputLabel = 'hltHcalCalibrationRaw'
12 
13 hbherecoMB.firstSample = 0
14 hbherecoMB.samplesToAdd = 4
15 hbherecoMB.digiLabel = 'hcalDigiAlCaMB'
16 
17 hfrecoMB.firstSample = 0
18 hfrecoMB.samplesToAdd = 2
19 hfrecoMB.digiLabel = 'hcalDigiAlCaMB'
20 
21 horecoMB.firstSample = 0
22 horecoMB.samplesToAdd = 4
23 horecoMB.digiLabel = 'hcalDigiAlCaMB'
24 
25 
26 import EventFilter.HcalRawToDigi.HcalCalibTypeFilter_cfi
27 hcalCalibPedestal = EventFilter.HcalRawToDigi.HcalCalibTypeFilter_cfi.hcalCalibTypeFilter.clone(
28 # InputLabel = cms.string('rawDataCollector'),
29  InputLabel = cms.string('hltHcalCalibrationRaw::HLT'),
30 # InputLabel = cms.InputTag("hltEcalCalibrationRaw","","HLT"),
31  CalibTypes = cms.vint32( 1 ),
32  FilterSummary = cms.untracked.bool( False )
33 )
34 
35 seqALCARECOHcalCalPedestal = cms.Sequence(hcalCalibPedestal*hcalDigiAlCaMB*gtDigisAlCaMB*hcalLocalRecoSequenceNZS*hbherecoNoise*hfrecoNoise*horecoNoise)