CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PNDiodeTask_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 ecalPNDiodeTask = cms.untracked.PSet(
4  MEs = cms.untracked.PSet(
5  OccupancySummary = cms.untracked.PSet(
6  path = cms.untracked.string('%(subdet)s/%(prefix)sSummaryClient/%(prefix)sOT PN digi occupancy summary'),
7  kind = cms.untracked.string('TH2F'),
8  otype = cms.untracked.string('Ecal2P'),
9  btype = cms.untracked.string('Crystal'),
10  description = cms.untracked.string('Occupancy of PN digis in calibration events.')
11  ),
12  MEMTowerId = cms.untracked.PSet(
13 # path = cms.untracked.string('Ecal/Errors/Integrity/MEMTowerId/'),
14  path = cms.untracked.string('%(subdet)s/%(prefix)sIntegrityTask/MemTTId/%(prefix)sIT MemTTId %(sm)s'),
15  kind = cms.untracked.string('TH2F'),
16  otype = cms.untracked.string('SMMEM'),
17  btype = cms.untracked.string('Crystal'),
18  description = cms.untracked.string('')
19  ),
20  MEMBlockSize = cms.untracked.PSet(
21 # path = cms.untracked.string('Ecal/Errors/Integrity/MEMBlockSize/'),
22  path = cms.untracked.string('%(subdet)s/%(prefix)sIntegrityTask/MemSize/%(prefix)sIT MemSize %(sm)s'),
23  kind = cms.untracked.string('TH2F'),
24  otype = cms.untracked.string('SMMEM'),
25  btype = cms.untracked.string('Crystal'),
26  description = cms.untracked.string('')
27  ),
28  MEMChId = cms.untracked.PSet(
29 # path = cms.untracked.string('Ecal/Errors/Integrity/MEMChId/'),
30  path = cms.untracked.string('%(subdet)s/%(prefix)sIntegrityTask/MemChId/%(prefix)sIT MemChId %(sm)s'),
31  kind = cms.untracked.string('TH2F'),
32  otype = cms.untracked.string('SMMEM'),
33  btype = cms.untracked.string('Crystal'),
34  description = cms.untracked.string('')
35  ),
36  Occupancy = cms.untracked.PSet(
37  path = cms.untracked.string('%(subdet)s/%(prefix)sOccupancyTask/%(prefix)sOT MEM digi occupancy %(sm)s'),
38  kind = cms.untracked.string('TH1F'),
39  otype = cms.untracked.string('SMMEM'),
40  btype = cms.untracked.string('Crystal'),
41  description = cms.untracked.string('Occupancy of PN digis in calibration events.')
42  ),
43  MEMGain = cms.untracked.PSet(
44 # path = cms.untracked.string('Ecal/Errors/Integrity/MEMGain/'),
45  path = cms.untracked.string('%(subdet)s/%(prefix)sIntegrityTask/MemGain/%(prefix)sIT MemGain %(sm)s'),
46  kind = cms.untracked.string('TH2F'),
47  otype = cms.untracked.string('SMMEM'),
48  btype = cms.untracked.string('Crystal'),
49  description = cms.untracked.string('')
50  ),
51  Pedestal = cms.untracked.PSet(
52  path = cms.untracked.string('%(subdet)s/%(prefix)sPedestalOnlineTask/PN/%(prefix)sPOT PN pedestal %(sm)s G16'),
53  kind = cms.untracked.string('TProfile'),
54  otype = cms.untracked.string('SMMEM'),
55  btype = cms.untracked.string('Crystal'),
56  description = cms.untracked.string('Presample mean of PN signals.')
57  )
58  )
59 )