![]() |
![]() |
def RecoTLR::customiseCommon | ( | process | ) |
Definition at line 3 of file RecoTLR.py.
def RecoTLR::customiseCommonHI | ( | process | ) |
Definition at line 71 of file RecoTLR.py.
00072 : 00073 00074 ############################################################################################### 00075 #### 00076 #### Top level replaces for handling strange scenarios of early HI collisions 00077 #### 00078 00079 ## Offline Silicon Tracker Zero Suppression 00080 process.siStripZeroSuppression.Algorithms.CommonModeNoiseSubtractionMode = cms.string("IteratedMedian") 00081 process.siStripZeroSuppression.Algorithms.CutToAvoidSignal = cms.double(2.0) 00082 process.siStripZeroSuppression.Algorithms.Iterations = cms.int32(3) 00083 process.siStripZeroSuppression.storeCM = cms.bool(True) 00084 00085 00086 ### 00087 ### end of top level replacements 00088 ### 00089 ############################################################################################### 00090 00091 return process
def RecoTLR::customiseCosmicData | ( | process | ) |
Definition at line 36 of file RecoTLR.py.
def RecoTLR::customiseCosmicMC | ( | process | ) |
Definition at line 41 of file RecoTLR.py.
def RecoTLR::customiseExpress | ( | process | ) |
Definition at line 53 of file RecoTLR.py.
def RecoTLR::customiseExpressHI | ( | process | ) |
Definition at line 93 of file RecoTLR.py.
def RecoTLR::customisePPData | ( | process | ) |
Definition at line 8 of file RecoTLR.py.
00009 : 00010 process= customiseCommon(process) 00011 00012 ## particle flow HF cleaning 00013 process.particleFlowRecHitHCAL.LongShortFibre_Cut = 30. 00014 process.particleFlowRecHitHCAL.ApplyPulseDPG = True 00015 00016 ## HF cleaning for data only 00017 process.hcalRecAlgos.SeverityLevels[3].RecHitFlags.remove("HFDigiTime") 00018 process.hcalRecAlgos.SeverityLevels[4].RecHitFlags.append("HFDigiTime") 00019 00020 ##beam-halo-id for data only 00021 process.CSCHaloData.ExpectedBX = cms.int32(3) 00022 00023 ##Ecal time bias correction 00024 process.ecalGlobalUncalibRecHit.doEBtimeCorrection = True 00025 process.ecalGlobalUncalibRecHit.doEEtimeCorrection = True 00026 00027 return process 00028
def RecoTLR::customisePPMC | ( | process | ) |
Definition at line 30 of file RecoTLR.py.
def RecoTLR::customisePrompt | ( | process | ) |
Definition at line 62 of file RecoTLR.py.
def RecoTLR::customisePromptHI | ( | process | ) |
Definition at line 102 of file RecoTLR.py.
def RecoTLR::customiseVALSKIM | ( | process | ) |
Definition at line 46 of file RecoTLR.py.