LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
Module dumping GTruth information from GENIE on screen. More...
#include "lardataalg/MCDumpers/MCDumpers.h"
#include "nusimdata/SimulationBase/GTruth.h"
#include "art/Framework/Core/EDAnalyzer.h"
#include "art/Framework/Core/ModuleMacros.h"
#include "art/Framework/Principal/Event.h"
#include "art/Framework/Principal/Handle.h"
#include "art/Framework/Principal/Provenance.h"
#include "canvas/Utilities/InputTag.h"
#include "fhiclcpp/types/Atom.h"
#include "fhiclcpp/types/OptionalSequence.h"
#include "messagefacility/MessageLogger/MessageLogger.h"
#include <algorithm>
#include <iterator>
#include <numeric>
#include <string>
Go to the source code of this file.
Classes | |
class | sim::DumpGTruth |
struct | sim::DumpGTruth::Config |
Collection of configuration parameters for the module. More... | |
Namespaces | |
sim | |
Monte Carlo Simulation. | |
Module dumping GTruth information from GENIE on screen.
This modules complements DumpMCTruth
module for GENIE output.
Definition in file DumpGTruth_module.cc.