Functions | |
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 | hf_complete_aging (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.ageEcal | ( | process, | |
lumi, | |||
instLumi | |||
) |
Definition at line 117 of file aging.py.
References objects.autophobj.float, and createfilelist.int.
Referenced by combinedCustoms.ageEcal(), 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 23 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 61 of file aging.py.
References ageHB(), ageHE(), ageHF(), ageSiPM(), objects.autophobj.float, and getHcalDigitizer().
Referenced by combinedCustoms.ageHcal(), 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 34 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 45 of file aging.py.
References getHcalDigitizer().
Referenced by ageHcal(), turn_off_HF_aging(), and turn_on_HF_aging().
def aging.ageSiPM | ( | process, | |
turnon, | |||
lumi | |||
) |
def aging.customise_aging_1000 | ( | process | ) |
Definition at line 159 of file aging.py.
References ageEcal(), and ageHcal().
Referenced by combinedCustoms.customise_aging_1000().
def aging.customise_aging_300 | ( | process | ) |
Definition at line 154 of file aging.py.
References ageEcal(), and ageHcal().
Referenced by combinedCustoms.customise_aging_300().
def aging.customise_aging_3000 | ( | process | ) |
Definition at line 164 of file aging.py.
References ageEcal(), and ageHcal().
Referenced by combinedCustoms.customise_aging_3000().
def aging.customise_aging_3000_ultimate | ( | process | ) |
Definition at line 169 of file aging.py.
References ageEcal(), and ageHcal().
def aging.customise_aging_4500_ultimate | ( | process | ) |
Definition at line 174 of file aging.py.
References ageEcal(), and ageHcal().
def aging.ecal_complete_aging | ( | process | ) |
def aging.getHcalDigitizer | ( | process | ) |
def aging.hf_complete_aging | ( | process | ) |
Definition at line 110 of file aging.py.
References getHcalDigitizer().
Referenced by combinedCustoms.hf_complete_aging().
def aging.setScenarioHLLHC | ( | module, | |
scenarioHLLHC | |||
) |
def aging.turn_off_HE_aging | ( | process | ) |
Definition at line 94 of file aging.py.
References ageHE().
Referenced by combinedCustoms.turn_off_HE_aging().
def aging.turn_off_HF_aging | ( | process | ) |
Definition at line 102 of file aging.py.
References ageHF().
Referenced by combinedCustoms.turn_off_HF_aging().
def aging.turn_off_SiPM_aging | ( | process | ) |