Validation
HGCalValidation
python
hgcalRunEmulatorValidationTPG_cff.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
from
L1Trigger.L1THGCal.hgcalTriggerGeometryESProducer_cfi
import
*
4
from
L1Trigger.L1THGCal.hgcalVFEProducer_cfi
import
*
5
from
L1Trigger.L1THGCal.hgcalConcentratorProducer_cfi
import
*
6
from
L1Trigger.L1THGCal.hgcalBackEndLayer1Producer_cfi
import
*
7
from
L1Trigger.L1THGCal.hgcalBackEndLayer2Producer_cfi
import
*
8
from
L1Trigger.L1THGCal.hgcalTowerMapProducer_cfi
import
*
9
from
L1Trigger.L1THGCal.hgcalTowerProducer_cfi
import
*
10
from
L1Trigger.L1THGCal.hgcalTriggerPrimitives_cff
import
*
11
from
Validation.HGCalValidation.hgcalValidationTPG_cfi
import
*
12
13
# load DQM
14
from
DQMServices.Core.DQM_cfg
import
*
15
from
DQMServices.Components.DQMEnvironment_cfi
import
*
16
from
Configuration.StandardSequences.EDMtoMEAtJobEnd_cff
import
*
17
18
onlineSaver = cms.EDAnalyzer(
"DQMFileSaverOnline"
,
19
producer = cms.untracked.string(
'DQM'
),
20
path = cms.untracked.string(
'./'
),
21
tag = cms.untracked.string(
'validation_HGCAL_TPG'
)
22
)
23
24
hgcalTPGRunEmulatorValidation = cms.Sequence(hgcalTriggerPrimitives*hgcalTrigPrimValidation*onlineSaver)
DQM_cfg
Output File Configuration.
hgcalTriggerPrimitives_cff
hgcalBackEndLayer1Producer_cfi
hgcalTowerProducer_cfi
DQMEnvironment_cfi
hgcalConcentratorProducer_cfi
hgcalValidationTPG_cfi
EDMtoMEAtJobEnd_cff
hgcalBackEndLayer2Producer_cfi
hgcalVFEProducer_cfi
hgcalTriggerGeometryESProducer_cfi
hgcalTowerMapProducer_cfi
Generated for CMSSW Reference Manual by
1.8.14