CMS 3D CMS Logo

caloTowers_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 # File: caloTowers.cfi
4 # Author: B. Scurlock
5 # Date: 03.04.2008
6 #
7 # Fill validation histograms for caloTowers.
8 # Assumes caloTowers are in event.
10 analyzecaloTowersDQM = cms.Sequence(towerSchemeBAnalyzer)
11 
caloTowers_cfi