CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Functions | Variables
EcalMEFormatter_cfi Namespace Reference

Functions

def insertIntoMEFormatterMEs
 

Variables

tuple ecalMEFormatter
 

Function Documentation

def EcalMEFormatter_cfi.insertIntoMEFormatterMEs (   ecalModule,
  moduleName 
)

Definition at line 29 of file EcalMEFormatter_cfi.py.

29 
30 def insertIntoMEFormatterMEs(ecalModule, moduleName):
31  for name in ecalModule.MEs.parameterNames_():
32  setattr(ecalMEFormatter.MEs, moduleName + name, getattr(ecalModule.MEs, name))
33 
34 insertIntoMEFormatterMEs(ecalClusterTask, 'ClusterTask')
35 insertIntoMEFormatterMEs(ecalEnergyTask, 'EnergyTask')
36 insertIntoMEFormatterMEs(ecalIntegrityTask, 'IntegrityTask')
37 insertIntoMEFormatterMEs(ecalOccupancyTask, 'OccupancyTask')
38 insertIntoMEFormatterMEs(ecalPresampleTask, 'PresampleTask')
39 insertIntoMEFormatterMEs(ecalRawDataTask, 'RawDataTask')
40 insertIntoMEFormatterMEs(ecalRecoSummaryTask, 'RecoSummaryTask')
41 insertIntoMEFormatterMEs(ecalTrigPrimTask, 'TrigPrimTask')
42 
43 insertIntoMEFormatterMEs(ecalIntegrityClient, 'IntegrityClient')
44 insertIntoMEFormatterMEs(ecalOccupancyClient, 'OccupancyClient')
45 insertIntoMEFormatterMEs(ecalPresampleClient, 'PresampleClient')
46 insertIntoMEFormatterMEs(ecalRawDataClient, 'RawDataClient')
47 insertIntoMEFormatterMEs(ecalSummaryClient, 'SummaryClient')
48 
49 delattr(ecalMEFormatter.MEs, 'TrigPrimTaskEtMaxEmul')
50 delattr(ecalMEFormatter.MEs, 'TrigPrimTaskEmulMaxIndex')
51 delattr(ecalMEFormatter.MEs, 'TrigPrimTaskMatchedIndex')
52 delattr(ecalMEFormatter.MEs, 'TrigPrimTaskEtEmulError')
53 delattr(ecalMEFormatter.MEs, 'TrigPrimTaskFGEmulError')

Variable Documentation

tuple EcalMEFormatter_cfi.ecalMEFormatter
Initial value:
1 = DQMEDHarvester("EcalMEFormatter",
2  MEs = cms.untracked.PSet(),
3  verbosity = cms.untracked.int32(0)
4 )

Definition at line 24 of file EcalMEFormatter_cfi.py.