test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
v0validator_cfi.py
Go to the documentation of this file.
2 
3 v0Validator = cms.EDAnalyzer('V0Validator',
4  DQMRootFileName = cms.string(''),
5  kShortCollection = cms.InputTag('generalV0Candidates:Kshort'),
6  lambdaCollection = cms.InputTag('generalV0Candidates:Lambda'),
7  dirName = cms.string('Vertexing/V0V')
8 )