File indexing completed on 2024-04-06 12:03:44
0001 import FWCore.ParameterSet.Config as cms
0002
0003 from DQMOffline.Configuration.DQMOfflineHeavyIons_SecondStep_cff import *
0004 from DQMOffline.Configuration.DQMOfflineHeavyIons_Certification_cff import *
0005
0006 from Validation.RecoHI.HarvestingHI_cff import *
0007
0008 dqmHarvesting = cms.Path(DQMOfflineHeavyIons_SecondStep*DQMOfflineHeavyIons_Certification)
0009 dqmHarvestingPOG = cms.Path(DQMOfflineHeavyIons_SecondStep_PrePOG)
0010 dqmHarvestingFakeHLT = cms.Path(DQMOfflineHeavyIons_SecondStep_FakeHLT*DQMOfflineHeavyIons_Certification)
0011
0012 validationHarvesting = cms.Path(postValidationHI)
0013 validationHarvestingHI = cms.Path(postValidationHI)