1 import FWCore.ParameterSet.Config
as cms
4 if hasattr(process,
'digitisation_step'):
6 if hasattr(process,
'L1simulation_step'):
7 process=customise_L1Emulator2019(process,
'pt0')
8 if hasattr(process,
'DigiToRaw'):
10 if hasattr(process,
'RawToDigi'):
12 if hasattr(process,
'reconstruction'):
14 if hasattr(process,
'dqmoffline_step'):
16 if hasattr(process,
'dqmHarvesting'):
18 if hasattr(process,
'validation_step'):
20 if hasattr(process,
'HLTSchedule'):
49 process.hltL2OfflineMuonSeeds.EnableGEMMeasurement = cms.bool(
True )
50 process.hltL2Muons.L2TrajBuilderParameters.EnableGEMMeasurement = cms.bool(
True )
51 process.hltL2Muons.BWFilterParameters.EnableGEMMeasurement = cms.bool(
True )
def customise_Validation(process)
def outputCustoms(process)
def customise_DQM(process)
def customise_Reco(process)
def customise2019(process)
def customise_RawToDigi(process)
def customise_harvesting(process)
def customise_Digi(process)
def customise_gem_hlt(process)
def customise_DigiToRaw(process)