Common/leftImage.jpg" alt="CMS 3D" align="left" border="0"/> Common/rightImage.jpg" alt="CMS Logo" align="right" border="0"/>

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/Configuration/StandardSequences/python/Harvesting_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 from DQMOffline.Configuration.DQMOffline_SecondStep_cff import *
00004 from DQMOffline.Configuration.DQMOffline_Certification_cff import *
00005 
00006 from Validation.Configuration.postValidation_cff import *
00007 from HLTriggerOffline.Common.HLTValidationHarvest_cff import *
00008 
00009 from FastSimulation.Configuration.Harvesting_cff import *
00010 
00011 from Validation.RecoHI.HarvestingHI_cff import *
00012 
00013 dqmHarvesting = cms.Path(DQMOffline_SecondStep*DQMOffline_Certification)
00014 dqmHarvestingPOG = cms.Path(DQMOffline_SecondStep_PrePOG)
00015 
00016 dqmHarvestingPOGMC = cms.Path( DQMOffline_SecondStep_PrePOGMC )
00017 
00018 validationHarvesting = cms.Path(postValidation*hltpostvalidation)
00019 
00020 validationpreprodHarvesting = cms.Path(postValidation_preprod*hltpostvalidation_preprod)
00021 
00022 # empty (non-hlt) postvalidation sequence here yet
00023 validationprodHarvesting = cms.Path(hltpostvalidation_prod)
00024 
00025 validationHarvestingFS = cms.Path(HarvestingFastSim)
00026 
00027 validationHarvestingHI = cms.Path(postValidationHI)
00028 
00029 genHarvesting = cms.Path(postValidation_gen)
00030 
00031 alcaHarvesting = cms.Path()
00032