CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
dqmCollector_cff.py
Go to the documentation of this file.
2 
5 bTagCollector = DQMOffline.RecoB.bTagAnalysisData_cfi.bTagAnalysis.clone()
6 # module execution
7 bTagCollectorSequence = cms.Sequence(bTagCollector)
8 bTagCollector.finalizePlots = True
9 bTagCollector.finalizeOnly = True
10 
11