Go to the source code of this file.
Classes | |
class | SliceLID::ProngCVNVars |
Namespaces | |
SliceLID | |
Functions | |
const std::array< int, N_CVN > | SliceLID::CVN_PNG_LIST ({PDG_ELECTRON, PDG_MUON, PDG_PROTON, PDG_PIPLUS, PDG_GAMMA,}) |
const std::unordered_map< int, std::string > | SliceLID::PDG_TO_NAME_MAP ({{PDG_ELECTRON,"electronid"},{PDG_MUON,"muonid"},{PDG_PROTON,"protonid"},{PDG_PIPLUS,"pionid"},{PDG_GAMMA,"photonid"},}) |
Variables | |
const size_t | SliceLID::N_CVN = 5 |
const int | SliceLID::PDG_ELECTRON = 11 |
const int | SliceLID::PDG_MUON = 13 |
const int | SliceLID::PDG_PROTON = 2212 |
const int | SliceLID::PDG_PIPLUS = 211 |
const int | SliceLID::PDG_GAMMA = 22 |