Main Page
Namespaces
Classes
Package Documentation
DPGAnalysis
SiStripTools
python
FilterSequenceForAlCaRecoDQM_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
#---------------------------------------------
4
# Filters to remove APV induced noisy events #
5
#---------------------------------------------
6
7
from
DPGAnalysis.SiStripTools.filters.Potential_TIBTEC_HugeEvents_AlCaReco_cfi
import
*
8
9
from
DPGAnalysis.SiStripTools.filters.Potential_TIBTEC_FrameHeaderEvents_firstpeak_AlCaReco_cfi
import
*
10
11
from
DPGAnalysis.SiStripTools.filters.Potential_TIBTEC_FrameHeaderEvents_additionalpeak_AlCaReco_cfi
import
*
12
13
#--------------------------------------------
14
# Filter to remove high multiplicity events #
15
#--------------------------------------------
16
17
from
DPGAnalysis.SiStripTools.largesistripclusterevents_AlCaReco_cfi
import
*
18
19
#------------
20
# Sequences #
21
#------------
22
23
seqAPVCycleFilter = cms.Sequence(~PotentialTIBTECHugeEvents*
24
~PotentialTIBTECFrameHeaderEventsFPeak*
25
~PotentialTIBTECFrameHeaderEventsAdditionalPeak)
26
27
seqMultiplicityFilter = cms.Sequence(~LargeSiStripClusterEvents)
28
29
seqFilters = cms.Sequence(seqAPVCycleFilter*
30
seqMultiplicityFilter)
Potential_TIBTEC_HugeEvents_AlCaReco_cfi
Potential_TIBTEC_FrameHeaderEvents_additionalpeak_AlCaReco_cfi
largesistripclusterevents_AlCaReco_cfi
Potential_TIBTEC_FrameHeaderEvents_firstpeak_AlCaReco_cfi
Generated for CMSSW Reference Manual by
1.8.11