CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ecalLocalRecoSequenceCosmics_cff.py
Go to the documentation of this file.
2 
3 # Calo geometry service model
4 #
5 # removed by tommaso
6 #
7 #ECAL conditions
8 # include "CalibCalorimetry/EcalTrivialCondModules/data/EcalTrivialCondRetriever.cfi"
9 #
10 #TPG condition needed by ecalRecHit producer if TT recovery is ON
12 #ECAL reconstruction
18 ecalLocalRecoSequence = cms.Sequence(ecalFixedAlphaBetaFitUncalibRecHit*ecalWeightUncalibRecHit*ecalDetIdToBeRecovered*ecalRecHit+ecalPreshowerRecHit)
19 ecalRecHit.EBuncalibRecHitCollection = 'ecalFixedAlphaBetaFitUncalibRecHit:EcalUncalibRecHitsEB'
20 ecalRecHit.EEuncalibRecHitCollection = 'ecalFixedAlphaBetaFitUncalibRecHit:EcalUncalibRecHitsEE'
21 ecalRecHit.ChannelStatusToBeExcluded = [
22  'kDAC',
23  'kNoLaser',
24  'kNoisy',
25  'kNNoisy',
26  'kFixedG6',
27  'kFixedG1',
28  'kFixedG0',
29  'kNonRespondingIsolated',
30  'kDeadVFE',
31  'kDeadFE',
32  'kNoDataNoTP'
33 ]