CMS 3D CMS Logo

v0validator_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 v0Validator = cms.EDAnalyzer('V0Validator',
4  DQMRootFileName = cms.untracked.string(''),
5  kShortCollection = cms.untracked.InputTag('generalV0Candidates:Kshort'),
6  lambdaCollection = cms.untracked.InputTag('generalV0Candidates:Lambda'),
7  trackAssociatorMap = cms.untracked.InputTag("trackingParticleRecoTrackAsssociation"),
8  trackingVertexCollection = cms.untracked.InputTag("mix", "MergedTrackTruth"),
9  vertexCollection = cms.untracked.InputTag("offlinePrimaryVertices"),
10  dirName = cms.untracked.string('Vertexing/V0V')
11 )