The L1Cal branch contains the global information about the calorimeter as a whole.
Header file: trigsimcert/L1Cal.hpp
Package containing the class used to fill the chunk read: l1l2_evt
Information taken from l1l2_evt/l1cal_reco.hpp
| Accessor | Method used | ||
| GblEMEt() | sum_em_energy() | float | total energy in the EM part of the L1 calorimeter towers |
| GblEt() | sum_tot_energy() | float | total energy in the L1 calorimeter towers |
| GblMEt() | missing_pt() | float | missing transverse energy measured from L1 calorimeter towers |
| EM1Sort() | from emTT(em_ieta(int),em_iphi(int)) | float | largest EM energy value measured in a single calorimeter tower |
| EM2Sort() | from emTT(em_ieta(int),em_iphi(int)) | float | second largest EM energy value measured in a single calorimeter tower |
| EM3Sort() | from emTT(em_ieta(int),em_iphi(int)) | float | third largest EM energy value measured in a single calorimeter tower |
| EM4Sort() | from emTT(em_ieta(int),em_iphi(int)) | float | fourth largest EM energy value measured in a single calorimeter tower |
| Tot1Sort() | from totTT(tot_ieta(int),tot_iphi(int)) | float | largest total energy value measured in a single calorimeter tower |
| Tot2Sort() | from totTT(tot_ieta(int),tot_iphi(int)) | float | second largest total energy value measured in a single calorimeter tower |
| Tot3Sort() | from totTT(tot_ieta(int),tot_iphi(int)) | float | third largest total energy value measured in a single calorimeter tower |
| Tot4Sort() | from totTT(tot_ieta(int),tot_iphi(int)) | float | fourth largest total energy value measured in a single calorimeter tower |