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

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/Configuration/StandardSequences/python/HarvestingCosmics_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 from DQMOffline.Configuration.DQMOfflineCosmics_SecondStep_cff import *
00004 from DQMOffline.Configuration.DQMOfflineCosmics_Certification_cff import *
00005 
00006 from Validation.Configuration.postValidation_cff import *
00007 from HLTriggerOffline.Common.HLTValidationHarvest_cff import *
00008 
00009 dqmHarvesting = cms.Path(DQMOfflineCosmics_SecondStep*DQMOfflineCosmics_Certification)
00010 dqmHarvestingPOG = cms.Path(DQMOfflineCosmics_SecondStep_PrePOG)
00011 
00012 validationHarvesting = cms.Path(postValidation*hltpostvalidation)
00013 
00014 #alcaHarvesting = cms.Path()