CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EnergyTask_cfi.py
Go to the documentation of this file.
1 energyTask = dict(
2  isPhysicsRun = True,
3  threshS9 = 0.125
4 )
5 
6 energyTaskPaths = dict(
7  HitMap = 'Energy/Profile/EnergyTask recHit profile%(oot)s',
8  Hit = 'Energy/Spectrum/Crystal/EnergyTask recHit%(oot)s',
9  MiniCluster = 'Energy/Spectrum/3x3/EnergyTask 3x3%(oot)s'
10 )
11