Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2023-03-17 11:28:14

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: validation --conditions auto:run2_design -n 1000 --eventcontent FEVTDEBUGHLT -s VALIDATION:genvalid_all --customise=Validation/MuonME0Hits/me0Custom.customise2023,SLHCUpgradeSimulations/Configuration/fixMissingUpgradeGTPayloads.fixCSCAlignmentConditions --datatier GEN-SIM-DIGI --geometry Extended2015MuonGEMDev,Extended2015MuonGEMDevReco --no_exec --filein file:out_local_reco_me0segment.root --fileout file:out_valid.root --python_filename=me0_valid_cfg.py
0006 import FWCore.ParameterSet.Config as cms
0007 
0008 process = cms.Process('VALIDATION')
0009 
0010 # import of standard configurations
0011 process.load('Configuration.StandardSequences.Services_cff')
0012 process.load('SimGeneral.HepPDTESSource.pythiapdt_cfi')
0013 process.load('FWCore.MessageService.MessageLogger_cfi')
0014 process.load('Configuration.EventContent.EventContent_cff')
0015 process.load('SimGeneral.MixingModule.mixNoPU_cfi')
0016 process.load('Configuration.Geometry.GeometryExtended2015MuonGEMDevReco_cff')
0017 process.load('Configuration.StandardSequences.MagneticField_cff')
0018 process.load('Configuration.StandardSequences.Validation_cff')
0019 process.load('Configuration.StandardSequences.EndOfProcess_cff')
0020 process.load('Configuration.StandardSequences.FrontierConditions_GlobalTag_cff')
0021 
0022 process.maxEvents = cms.untracked.PSet(
0023     input = cms.untracked.int32(1000)
0024 )
0025 
0026 # Input source
0027 process.source = cms.Source("PoolSource",
0028     fileNames = cms.untracked.vstring('file:out_local_reco_me0segment.root'),
0029     secondaryFileNames = cms.untracked.vstring()
0030 )
0031 
0032 process.options = cms.untracked.PSet(
0033 
0034 )
0035 
0036 # Production Info
0037 process.configurationMetadata = cms.untracked.PSet(
0038     annotation = cms.untracked.string('validation nevts:1000'),
0039     name = cms.untracked.string('Applications'),
0040     version = cms.untracked.string('$Revision: 1.19 $')
0041 )
0042 
0043 # Output definition
0044 
0045 process.FEVTDEBUGHLToutput = cms.OutputModule("PoolOutputModule",
0046     dataset = cms.untracked.PSet(
0047         dataTier = cms.untracked.string('GEN-SIM-DIGI'),
0048         filterName = cms.untracked.string('')
0049     ),
0050     eventAutoFlushCompressedSize = cms.untracked.int32(1048576),
0051     fileName = cms.untracked.string('file:out_valid.root'),
0052     outputCommands = process.FEVTDEBUGHLTEventContent.outputCommands,
0053     splitLevel = cms.untracked.int32(0)
0054 )
0055 
0056 # Additional output definition
0057 
0058 # Other statements
0059 process.mix.playback = True
0060 process.mix.digitizers = cms.PSet()
0061 for a in process.aliases: delattr(process, a)
0062 from Configuration.AlCa.GlobalTag import GlobalTag
0063 process.GlobalTag = GlobalTag(process.GlobalTag, 'auto:run2_design', '')
0064 
0065 # Path and EndPath definitions
0066 process.validation_step = cms.EndPath(process.genvalid_all)
0067 process.endjob_step = cms.EndPath(process.endOfProcess)
0068 process.FEVTDEBUGHLToutput_step = cms.EndPath(process.FEVTDEBUGHLToutput)
0069 
0070 # Schedule definition
0071 process.schedule = cms.Schedule(process.validation_step,process.endjob_step,process.FEVTDEBUGHLToutput_step)
0072 
0073 # customisation of the process.
0074 
0075 # Automatic addition of the customisation function from Validation.MuonME0Hits.me0Custom
0076 from Validation.MuonME0Hits.me0Custom import customise2023 
0077 
0078 #call to customisation function customise2023 imported from Validation.MuonME0Hits.me0Custom
0079 process = customise2023(process)
0080 
0081 # Automatic addition of the customisation function from SLHCUpgradeSimulations.Configuration.fixMissingUpgradeGTPayloads
0082 from SLHCUpgradeSimulations.Configuration.fixMissingUpgradeGTPayloads import fixCSCAlignmentConditions 
0083 
0084 #call to customisation function fixCSCAlignmentConditions imported from SLHCUpgradeSimulations.Configuration.fixMissingUpgradeGTPayloads
0085 process = fixCSCAlignmentConditions(process)
0086 
0087 # Automatic addition of the customisation function from SimGeneral.MixingModule.fullMixCustomize_cff
0088 from SimGeneral.MixingModule.fullMixCustomize_cff import setCrossingFrameOn 
0089 
0090 #call to customisation function setCrossingFrameOn imported from SimGeneral.MixingModule.fullMixCustomize_cff
0091 process = setCrossingFrameOn(process)
0092 
0093 # End of customisation functions
0094