CMS 3D CMS Logo

All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
hltvertexperformanceanalyzer_cfi.py
Go to the documentation of this file.
1 #define VertexValidationVertices for the vertex DQM validation
2 process.VertexValidationVertices= cms.EDAnalyzer("HLTVertexPerformanceAnalyzer",
3  SimVertexCollection = cms.InputTag("g4SimHits"),
4  TriggerResults = cms.InputTag('TriggerResults',),
5  HLTPathNames = cms.vstring('HLT_PFMHT100_SingleCentralJet60_BTagCSV0p6_v1'),
6  Vertex = cms.VInputTag(cms.InputTag("hltFastPrimaryVertex"), cms.InputTag("hltFastPVPixelVertices"), cms.InputTag("hltVerticesL3"))
7 )
8 
9 
10