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 import FWCore.ParameterSet.Config as cms
2 
5 
8 
10 
14 
15 
16 dqmHarvesting = cms.Path(DQMOffline_SecondStep*DQMOffline_Certification)
17 dqmHarvestingPOG = cms.Path(DQMOffline_SecondStep_PrePOG)
18 
19 dqmHarvestingPOGMC = cms.Path( DQMOffline_SecondStep_PrePOGMC )
20 
21 validationHarvesting = cms.Path(postValidation*hltpostvalidation*postValidation_gen)
22 
23 validationpreprodHarvesting = cms.Path(postValidation_preprod*hltpostvalidation_preprod*postValidation_gen)
24 
25 # empty (non-hlt) postvalidation sequence here yet
26 validationprodHarvesting = cms.Path(hltpostvalidation_prod*postValidation_gen)
27 
28 validationHarvestingFS = cms.Path(HarvestingFastSim)
29 
30 validationHarvestingHI = cms.Path(postValidationHI)
31 
32 genHarvesting = cms.Path(postValidation_gen)
33 
34 alcaHarvesting = cms.Path()
35 
36 validationHarvestingMiniAOD = cms.Path(JetPostProcessor*METPostProcessorHarvesting)