CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Harvesting_cff.py
Go to the documentation of this file.
1 
3 
5 
6 HarvestingFastSim = cms.Sequence(postValidation_fastsim
7  + hltpostvalidation_fastsim)
8 
9 HarvestingFastSim_preprod = cms.Sequence(postValidation_fastsim
10  + hltpostvalidation_preprod)
11 
12 HarvestingFastSim_prod = cms.Sequence(hltpostvalidation_prod)
13 
14