test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ALCARECOSiStripCalZeroBiasDQM_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 #------------------------
4 # SiStripMonitorCluster #
5 #------------------------
6 
8 SiStripCalZeroBiasMonitorCluster.TopFolderName = cms.string('AlCaReco/SiStrip')
9 
10 #--------------------------------------------------------------------------
11 # Filters to remove APV induced noisy events and high multiplicity events #
12 #--------------------------------------------------------------------------
13 
15 
16 #------------
17 # Sequence #
18 #------------
19 
20 ALCARECOSiStripCalZeroBiasDQM = cms.Sequence(seqFilters*
21  SiStripCalZeroBiasMonitorCluster)