1 import FWCore.ParameterSet.Config
as cms
3 scoutingAlphaTVariables = cms.EDProducer(
"AlphaTVarProducer",
4 inputJetTag = cms.InputTag(
"hltCaloJetIDPassed"),
7 from DQMServices.Core.DQMEDAnalyzer
import DQMEDAnalyzer
9 modulePath=cms.untracked.string(
"AlphaT"),
10 alphaTVarCollectionName=cms.untracked.InputTag(
"scoutingAlphaTVariables")
15 scoutingAlphaTDQMSequence = cms.Sequence(
16 scoutingAlphaTVariables*
17 scoutingAlphaTVarAnalyzer