LArSoft
v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
|
Utility functions to print MC truth information. More...
Go to the source code of this file.
Namespaces | |
sim | |
Monte Carlo Simulation. | |
Functions | |
Function to name `simb::MCParticle` enumerators and codes. | |
std::string | sim::ParticleName (int pigid) |
Returns a string with the name of particle the specified with PDG ID. More... | |
std::string | sim::ParticleStatusName (int code) |
Describes the status of a particle (simb::MCParticle::StatusCode() ). More... | |
Functions to name `simb::MCTruth` enumerators and codes. | |
std::string | sim::TruthOriginName (simb::Origin_t origin) |
Returns a string representing the specified process origin. More... | |
std::string | sim::TruthCCNCname (int ccnc) |
std::string | sim::TruthReactionMode (int mode) |
Returns the "mode" of the reaction (a lesser version of interaction type). More... | |
std::string | sim::TruthInteractionTypeName (int type) |
Utility functions to print MC truth information.
Utilities for dumping on screen of Monte Carlo data.
Definition in file MCDumperUtils.h.