Functions | |
def | agedHFNose (process, algo=0) |
def | agedHGCal (process, algo=0) |
def | ageEcal (process, lumi, instLumi) |
def | ageHB (process, turnon, scenarioHLLHC) |
def | ageHcal (process, lumi, instLumi, scenarioHLLHC) |
def | ageHE (process, turnon, scenarioHLLHC) |
def | ageHF (process, turnon) |
def | ageSiPM (process, turnon, lumi) |
def | customise_aging_1000 (process) |
def | customise_aging_300 (process) |
def | customise_aging_3000 (process) |
def | customise_aging_3000_ultimate (process) |
def | customise_aging_4500_ultimate (process) |
def | ecal_complete_aging (process) |
def | getHcalDigitizer (process) |
def | getHGCalDigitizer (process, section) |
def | hf_complete_aging (process) |
def | realisticHGCalStartup (process) |
def | setScenarioHLLHC (module, scenarioHLLHC) |
def | turn_off_HB_aging (process) |
def | turn_off_HE_aging (process) |
def | turn_off_HF_aging (process) |
def | turn_off_SiPM_aging (process) |
def | turn_on_HB_aging (process) |
def | turn_on_HE_aging (process) |
def | turn_on_HF_aging (process) |
def aging.agedHFNose | ( | process, | |
algo = 0 |
|||
) |
Definition at line 64 of file aging.py.
References hgcalDigitizer_cfi.HFNose_setEndOfLifeNoise().
Referenced by customise_aging_3000(), customise_aging_3000_ultimate(), and customise_aging_4500_ultimate().
def aging.agedHGCal | ( | process, | |
algo = 0 |
|||
) |
Definition at line 69 of file aging.py.
References hgcalDigitizer_cfi.HGCal_setEndOfLifeNoise().
Referenced by customise_aging_3000(), customise_aging_3000_ultimate(), and customise_aging_4500_ultimate().
def aging.ageEcal | ( | process, | |
lumi, | |||
instLumi | |||
) |
Definition at line 185 of file aging.py.
References nano_mu_digi_cff.float, createfilelist.int, and FastTimerService_cff.range.
Referenced by customise_aging_1000(), customise_aging_300(), customise_aging_3000(), customise_aging_3000_ultimate(), and customise_aging_4500_ultimate().
def aging.ageHB | ( | process, | |
turnon, | |||
scenarioHLLHC | |||
) |
Definition at line 35 of file aging.py.
References getHcalDigitizer(), and setScenarioHLLHC().
Referenced by ageHcal(), turn_off_HB_aging(), and turn_on_HB_aging().
def aging.ageHcal | ( | process, | |
lumi, | |||
instLumi, | |||
scenarioHLLHC | |||
) |
Definition at line 129 of file aging.py.
References ageHB(), ageHE(), ageHF(), ageSiPM(), nano_mu_digi_cff.float, and getHcalDigitizer().
Referenced by customise_aging_1000(), customise_aging_300(), customise_aging_3000(), customise_aging_3000_ultimate(), and customise_aging_4500_ultimate().
def aging.ageHE | ( | process, | |
turnon, | |||
scenarioHLLHC | |||
) |
Definition at line 46 of file aging.py.
References getHcalDigitizer(), and setScenarioHLLHC().
Referenced by ageHcal(), turn_off_HE_aging(), and turn_on_HE_aging().
def aging.ageHF | ( | process, | |
turnon | |||
) |
Definition at line 57 of file aging.py.
References getHcalDigitizer().
Referenced by ageHcal(), turn_off_HF_aging(), and turn_on_HF_aging().
def aging.ageSiPM | ( | process, | |
turnon, | |||
lumi | |||
) |
Definition at line 80 of file aging.py.
Referenced by ageHcal(), and turn_off_SiPM_aging().
def aging.customise_aging_1000 | ( | process | ) |
Definition at line 245 of file aging.py.
References ageEcal(), ageHcal(), and turn_off_HE_aging().
def aging.customise_aging_300 | ( | process | ) |
def aging.customise_aging_3000 | ( | process | ) |
Definition at line 251 of file aging.py.
References agedHFNose(), agedHGCal(), ageEcal(), ageHcal(), and turn_off_HE_aging().
def aging.customise_aging_3000_ultimate | ( | process | ) |
Definition at line 259 of file aging.py.
References agedHFNose(), agedHGCal(), ageEcal(), ageHcal(), and turn_off_HE_aging().
def aging.customise_aging_4500_ultimate | ( | process | ) |
Definition at line 267 of file aging.py.
References agedHFNose(), agedHGCal(), ageEcal(), ageHcal(), and turn_off_HE_aging().
def aging.getHcalDigitizer | ( | process | ) |
def aging.hf_complete_aging | ( | process | ) |
def aging.realisticHGCalStartup | ( | process | ) |
Definition at line 74 of file aging.py.
References hgcalDigitizer_cfi.HGCal_setRealisticStartupNoise().
def aging.setScenarioHLLHC | ( | module, | |
scenarioHLLHC | |||
) |
def aging.turn_off_HE_aging | ( | process | ) |
Definition at line 162 of file aging.py.
References ageHE().
Referenced by customise_aging_1000(), customise_aging_3000(), customise_aging_3000_ultimate(), and customise_aging_4500_ultimate().
def aging.turn_off_SiPM_aging | ( | process | ) |