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

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

Go to the source code of this file.

Namespaces

 sim
 Monte Carlo Simulation.
 
 sim::dump
 Functions to dump Monte Carlo object information into a stream.
 

Functions

template<typename Stream >
void sim::dump::DumpMCParticle (Stream &&out, simb::MCParticle const &particle, std::string indent, std::string firstIndent)
 Dumps the content of the specified particle in the output stream. More...
 
template<typename Stream >
void sim::dump::DumpMCParticle (Stream &&out, simb::MCParticle const &particle, std::string indent="")
 Dumps the content of the specified particle in the output stream. More...
 
template<typename Stream >
void sim::dump::DumpMCParticleTrajectory (Stream &&out, simb::MCTrajectory const &trajectory, unsigned int pointsPerLine, std::string indent)
 Dumps the specified particle trajectory into the output stream. More...
 
template<typename Stream >
void sim::dump::DumpMCParticleTrajectory (Stream &&out, simb::MCTrajectory const &trajectory)
 Dumps the specified particle trajectory into the output stream. More...
 
template<typename Stream >
void sim::dump::DumpMCNeutrino (Stream &&out, simb::MCNeutrino const &neutrino, std::string indent, std::string firstIndent)
 Dumps the content of the specified neutrino in the output stream. More...
 
template<typename Stream >
void sim::dump::DumpMCNeutrino (Stream &&out, simb::MCNeutrino const &neutrino, std::string indent="")
 Dumps the content of the specified neutrino in the output stream. More...
 
template<typename Stream >
void sim::dump::DumpMCTruth (Stream &&out, simb::MCTruth const &truth, unsigned int pointsPerLine, std::string indent, std::string firstIndent)
 Dumps the content of the specified MC truth in the output stream. More...
 
template<typename Stream >
void sim::dump::DumpMCTruth (Stream &&out, simb::MCTruth const &truth, unsigned int pointsPerLine, std::string indent="")
 Dumps the content of the specified MC truth in the output stream. More...
 
template<typename Stream >
void sim::dump::DumpMCTruth (Stream &&out, simb::MCTruth const &truth, std::string indent, std::string firstIndent)
 Dumps the content of the specified MC truth in the output stream. More...
 
template<typename Stream >
void sim::dump::DumpMCTruth (Stream &&out, simb::MCTruth const &truth, std::string indent="")
 Dumps the content of the specified MC truth in the output stream. More...
 
template<typename Stream >
void sim::dump::DumpGTruth (Stream &&out, simb::GTruth const &truth, std::string indent, std::string firstIndent)
 Dumps the content of the GENIE truth in the output stream. More...
 
template<typename Stream >
void sim::dump::DumpGTruth (Stream &&out, simb::GTruth const &truth, std::string indent="")
 Dumps the content of the GENIE truth in the output stream. More...
 

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

Functions dumping Monte Carlo data product objects (sim::dump namespace).

Definition in file MCDumpers.h.