test
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  doPulseMaxCheck = cms.untracked.bool(True),
4  pulseMaxPosition = cms.untracked.int32(5),
5  nSamples = cms.untracked.int32(3)
6  ),
7  MEs = cms.untracked.PSet(
8  Pedestal = cms.untracked.PSet(
9  path = cms.untracked.string('%(subdet)s/%(prefix)sPedestalOnlineTask/Gain12/%(prefix)sPOT pedestal %(sm)s G12'),
10  kind = cms.untracked.string('TProfile2D'),
11  otype = cms.untracked.string('SM'),
12  btype = cms.untracked.string('Crystal'),
13  description = cms.untracked.string('2D distribution of mean presample value.')
14  ),
15  PedestalByLS = cms.untracked.PSet(
16  path = cms.untracked.string('%(subdet)s/%(prefix)sPedestalOnlineTask/Gain12/%(prefix)sPOT pedestal by LS %(sm)s G12'),
17  kind = cms.untracked.string('TProfile2D'),
18  otype = cms.untracked.string('SM'),
19  btype = cms.untracked.string('Crystal'),
20  description = cms.untracked.string('2D distribution of mean presample value for "current" LS.')
21  )
22  )
23 )

Definition at line 3 of file PresampleTask_cfi.py.