CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ValidationHI_cff.py
Go to the documentation of this file.
2 
7 
8 validationHI = cms.Sequence(hiBasicGenTest
9  *globaldigisanalyze
10  *globalhitsanalyze
11  *globalrechitsanalyze
12  *globalValidationHI
13  *hltValidationHI
14  )
15 
16 # temporary removal
17 # due to massive redundant output
18 validationHI.remove(condDataValidation)