CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/DQM/EcalBarrelMonitorTasks/python/EnergyTask_cfi.py

Go to the documentation of this file.
00001 energyTask = dict(
00002     isPhysicsRun = True,
00003     threshS9 = 0.125
00004 )
00005 
00006 energyTaskPaths = dict(
00007    HitMap      = 'Energy/Profile/EnergyTask recHit profile%(oot)s',
00008    Hit         = 'Energy/Spectrum/Crystal/EnergyTask recHit%(oot)s',
00009    MiniCluster = 'Energy/Spectrum/3x3/EnergyTask 3x3%(oot)s'
00010 )
00011