LArSoft  v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
MCDumperUtils.h File Reference

Utility functions to print MC truth information. More...

#include "nusimdata/SimulationBase/MCTruth.h"
#include <string>

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)
 

Detailed Description

Utility functions to print MC truth information.

Author
Gianluca Petrillo (petri.nosp@m.llo@.nosp@m.fnal..nosp@m.gov)
Date
November 2, 2017

Utilities for dumping on screen of Monte Carlo data.

Definition in file MCDumperUtils.h.