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 
12 
13 
14 dqmHarvesting = cms.Path(DQMOffline_SecondStep*DQMOffline_Certification)
15 dqmHarvestingFakeHLT = cms.Path(DQMOffline_SecondStep_FakeHLT*DQMOffline_Certification)
16 
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 # to be removed in subsequent request
29 # kept to avoid too many extra github signatures
30 validationHarvestingFS = validationHarvesting.copy()
31 
32 validationHarvestingHI = cms.Path(postValidationHI)
33 
34 genHarvesting = cms.Path(postValidation_gen)
35 
36 alcaHarvesting = cms.Path()
37 
38 validationHarvestingMiniAOD = cms.Path(JetPostProcessor*METPostProcessorHarvesting*postValidationMiniAOD)