/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Validation/Geometry/test/step4_PhaseI_testing.py
71 строка
4 KB
Elena Vernazza
Propagate new harvesting name to test scripts
14 ноя 2025, 08:30
14 ноя 2025, 08:30
d4dcf02
Код
Авторство
О чём код?
# Auto generated configuration file # using: # Revision: 1.19 # Source: /local/reps/CMSSW/CMSSW/Configuration/Applications/python/ConfigBuilder.py,v # with command line options: step4 --filetype DQM --mc --conditions auto:phase1_2017_realistic --era Run2_2017 -s HARVESTING:@trackingOnlyValidation+@trackingOnlyDQM -n -1 --filein file:matbdgForReco_FromReco_TTbarPhaseI_inDQM.root --python_filename fuffa_harvesting.py --no_exec import FWCore.ParameterSet.Config as cms from Configuration.Eras.Era_Run2_2017_cff import Run2_2017 process = cms.Process('HARVESTING',Run2_2017) # import of standard configurations process.load('Configuration.StandardSequences.Services_cff') process.load('SimGeneral.HepPDTESSource.pythiapdt_cfi') process.load('FWCore.MessageService.MessageLogger_cfi') process.load('Configuration.EventContent.EventContent_cff') process.load('SimGeneral.MixingModule.mixNoPU_cfi') process.load('Configuration.StandardSequences.GeometryRecoDB_cff') process.load('Configuration.StandardSequences.MagneticField_cff') process.load('Configuration.StandardSequences.DQMSaverAtRunEnd_cff') process.load('Configuration.StandardSequences.Harvesting_cff') process.load('Configuration.StandardSequences.FrontierConditions_GlobalTag_cff') process.maxEvents = cms.untracked.PSet( input = cms.untracked.int32(-1) ) # Input source process.source = cms.Source("DQMRootSource", fileNames = cms.untracked.vstring('file:matbdgForReco_FromReco_TTbarPhaseI_inDQM.root') ) process.options = cms.untracked.PSet( Rethrow = cms.untracked.vstring('ProductNotFound'), fileMode = cms.untracked.string('FULLMERGE') ) # Production Info process.configurationMetadata = cms.untracked.PSet( annotation = cms.untracked.string('step4 nevts:-1'), name = cms.untracked.string('Applications'), version = cms.untracked.string('$Revision: 1.19 $') ) # Output definition # Additional output definition # Other statements from Configuration.AlCa.GlobalTag import GlobalTag process.GlobalTag = GlobalTag(process.GlobalTag, 'auto:phase1_2017_realistic', '') # Path and EndPath definitions process.dqmHarvestingPOGMC = cms.Path(process.DQMOffline_SecondStep_PrePOGMC) process.validationprodHarvesting = cms.Path(process.hltpostvalidation_prod+process.postValidation_gen) process.validationHarvesting = cms.Path(process.postValidation+process.hltpostvalidation+process.postValidation_gen) process.dqmHarvestingFakeHLT = cms.Path(process.DQMOffline_SecondStep_FakeHLT+process.DQMOffline_Certification) process.validationpreprodHarvesting = cms.Path(process.postValidation_preprod+process.hltpostvalidation_preprod+process.postValidation_gen) process.validationHarvestingMiniAOD = cms.Path(process.JetPostProcessorHarvesting+process.METPostProcessorHarvesting+process.postValidationMiniAOD) process.validationHarvestingHI = cms.Path(process.postValidationHI) process.genHarvesting = cms.Path(process.postValidation_gen) process.dqmHarvestingPOG = cms.Path(process.DQMOffline_SecondStep_PrePOG) process.alcaHarvesting = cms.Path() process.dqmHarvesting = cms.Path(process.DQMOffline_SecondStep+process.DQMOffline_Certification) process.validationHarvestingFS = cms.Path(process.postValidation+process.hltpostvalidation+process.postValidation_gen) process.postValidation_trackingOnly_step = cms.Path(process.postValidation_trackingOnly) process.DQMHarvestTracking_step = cms.Path(process.DQMHarvestTracking) process.dqmsave_step = cms.Path(process.DQMSaver) # Schedule definition process.schedule = cms.Schedule(process.postValidation_trackingOnly_step,process.DQMHarvestTracking_step,process.dqmsave_step)