Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2023-03-17 11:27:30

0001 # Auto generated configuration file
0002 # using: 
0003 # Revision: 1.19 
0004 # Source: /local/reps/CMSSW/CMSSW/Configuration/Applications/python/ConfigBuilder.py,v 
0005 # 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
0006 import FWCore.ParameterSet.Config as cms
0007 
0008 
0009 from Configuration.Eras.Era_Run2_2017_cff import Run2_2017
0010 process = cms.Process('HARVESTING',Run2_2017)
0011 
0012 # import of standard configurations
0013 process.load('Configuration.StandardSequences.Services_cff')
0014 process.load('SimGeneral.HepPDTESSource.pythiapdt_cfi')
0015 process.load('FWCore.MessageService.MessageLogger_cfi')
0016 process.load('Configuration.EventContent.EventContent_cff')
0017 process.load('SimGeneral.MixingModule.mixNoPU_cfi')
0018 process.load('Configuration.StandardSequences.GeometryRecoDB_cff')
0019 process.load('Configuration.StandardSequences.MagneticField_cff')
0020 process.load('Configuration.StandardSequences.DQMSaverAtRunEnd_cff')
0021 process.load('Configuration.StandardSequences.Harvesting_cff')
0022 process.load('Configuration.StandardSequences.FrontierConditions_GlobalTag_cff')
0023 
0024 process.maxEvents = cms.untracked.PSet(
0025     input = cms.untracked.int32(-1)
0026 )
0027 
0028 # Input source
0029 process.source = cms.Source("DQMRootSource",
0030     fileNames = cms.untracked.vstring('file:matbdgForReco_FromReco_TTbarPhaseI_inDQM.root')
0031 )
0032 
0033 process.options = cms.untracked.PSet(
0034     Rethrow = cms.untracked.vstring('ProductNotFound'),
0035     fileMode = cms.untracked.string('FULLMERGE')
0036 )
0037 
0038 # Production Info
0039 process.configurationMetadata = cms.untracked.PSet(
0040     annotation = cms.untracked.string('step4 nevts:-1'),
0041     name = cms.untracked.string('Applications'),
0042     version = cms.untracked.string('$Revision: 1.19 $')
0043 )
0044 
0045 # Output definition
0046 
0047 # Additional output definition
0048 
0049 # Other statements
0050 from Configuration.AlCa.GlobalTag import GlobalTag
0051 process.GlobalTag = GlobalTag(process.GlobalTag, 'auto:phase1_2017_realistic', '')
0052 
0053 # Path and EndPath definitions
0054 process.dqmHarvestingPOGMC = cms.Path(process.DQMOffline_SecondStep_PrePOGMC)
0055 process.validationprodHarvesting = cms.Path(process.hltpostvalidation_prod+process.postValidation_gen)
0056 process.validationHarvesting = cms.Path(process.postValidation+process.hltpostvalidation+process.postValidation_gen)
0057 process.dqmHarvestingFakeHLT = cms.Path(process.DQMOffline_SecondStep_FakeHLT+process.DQMOffline_Certification)
0058 process.validationpreprodHarvesting = cms.Path(process.postValidation_preprod+process.hltpostvalidation_preprod+process.postValidation_gen)
0059 process.validationHarvestingMiniAOD = cms.Path(process.JetPostProcessor+process.METPostProcessorHarvesting+process.postValidationMiniAOD)
0060 process.validationHarvestingHI = cms.Path(process.postValidationHI)
0061 process.genHarvesting = cms.Path(process.postValidation_gen)
0062 process.dqmHarvestingPOG = cms.Path(process.DQMOffline_SecondStep_PrePOG)
0063 process.alcaHarvesting = cms.Path()
0064 process.dqmHarvesting = cms.Path(process.DQMOffline_SecondStep+process.DQMOffline_Certification)
0065 process.validationHarvestingFS = cms.Path(process.postValidation+process.hltpostvalidation+process.postValidation_gen)
0066 process.postValidation_trackingOnly_step = cms.Path(process.postValidation_trackingOnly)
0067 process.DQMHarvestTracking_step = cms.Path(process.DQMHarvestTracking)
0068 process.dqmsave_step = cms.Path(process.DQMSaver)
0069 
0070 # Schedule definition
0071 process.schedule = cms.Schedule(process.postValidation_trackingOnly_step,process.DQMHarvestTracking_step,process.dqmsave_step)
0072 
0073