Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003 from DQMOffline.Configuration.DQMOfflineHeavyIons_SecondStep_cff import *
00004 from DQMOffline.Configuration.DQMOfflineHeavyIons_Certification_cff import *
00005
00006 from Validation.RecoHI.HarvestingHI_cff import *
00007
00008 dqmHarvesting = cms.Path(DQMOfflineHeavyIons_SecondStep*DQMOfflineHeavyIons_Certification)
00009 dqmHarvestingPOG = cms.Path(DQMOfflineHeavyIons_SecondStep_PrePOG)
00010
00011 validationHarvesting = cms.Path(postValidationHI)
00012 validationHarvestingHI = cms.Path(postValidationHI)