CMS 3D CMS Logo

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

Variables

tuple ecalPresampleTask
 

Variable Documentation

tuple PresampleTask_cfi.ecalPresampleTask
Initial value:
1 = cms.untracked.PSet(
2  params = cms.untracked.PSet(
3  pulseMaxPosition = cms.untracked.int32(5),
4  nSamples = cms.untracked.int32(3)
5  ),
6  MEs = cms.untracked.PSet(
7  Pedestal = cms.untracked.PSet(
8  path = cms.untracked.string('%(subdet)s/%(prefix)sPedestalOnlineTask/Gain12/%(prefix)sPOT pedestal %(sm)s G12'),
9  kind = cms.untracked.string('TProfile2D'),
10  otype = cms.untracked.string('SM'),
11  btype = cms.untracked.string('Crystal'),
12  description = cms.untracked.string('2D distribution of mean presample value.')
13  )
14  )
15 )

Definition at line 3 of file PresampleTask_cfi.py.