CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PresampleTask_cfi.py
Go to the documentation of this file.
2 
3 ecalPresampleTask = cms.untracked.PSet(
4  params = cms.untracked.PSet(
5  pulseMaxPosition = cms.untracked.int32(5),
6  nSamples = cms.untracked.int32(3)
7  ),
8  MEs = cms.untracked.PSet(
9  Pedestal = cms.untracked.PSet(
10  path = cms.untracked.string('%(subdet)s/%(prefix)sPedestalOnlineTask/Gain12/%(prefix)sPOT pedestal %(sm)s G12'),
11  kind = cms.untracked.string('TProfile2D'),
12  otype = cms.untracked.string('SM'),
13  btype = cms.untracked.string('Crystal'),
14  description = cms.untracked.string('2D distribution of mean presample value.')
15  )
16  )
17 )