LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
#include "art/Framework/Core/EDProducer.h"
#include "art/Framework/Core/ModuleMacros.h"
#include "art/Framework/Principal/Event.h"
#include "art/Framework/Principal/Handle.h"
#include "art/Framework/Principal/Run.h"
#include "art/Framework/Principal/SubRun.h"
#include "fhiclcpp/ParameterSet.h"
#include "art/Framework/Services/Optional/RandomNumberGenerator.h"
#include "messagefacility/MessageLogger/MessageLogger.h"
#include "nusimdata/SimulationBase/MCTruth.h"
#include "nusimdata/SimulationBase/GTruth.h"
#include "nusimdata/SimulationBase/MCFlux.h"
#include "nugen/EventGeneratorBase/evgenbase.h"
#include "nugen/EventGeneratorBase/GENIE/GENIE2ART.h"
#include "nugen/EventGeneratorBase/GENIE/EvtTimeShiftI.h"
#include "nugen/EventGeneratorBase/GENIE/EvtTimeShiftFactory.h"
#include "GENIE/Framework/Conventions/GVersion.h"
#include "GENIE/Framework/GHEP/GHepRecord.h"
#include "GENIE/Framework/GHEP/GHepParticle.h"
#include "GENIE/Framework/Ntuple/NtpMCFormat.h"
#include "GENIE/Framework/Ntuple/NtpWriter.h"
#include "GENIE/Framework/Ntuple/NtpMCEventRecord.h"
#include "GENIE/Framework/Messenger/Messenger.h"
#include "GENIE/Tools/Flux/GNuMIFlux.h"
#include "GENIE/Tools/Flux/GSimpleNtpFlux.h"
#include "dk2nu/tree/dk2nu.h"
#include "dk2nu/tree/NuChoice.h"
#include "TChain.h"
#include "TBranchElement.h"
#include "TBranchObject.h"
#include "CLHEP/Random/RandFlat.h"
#include "CLHEP/Random/RandPoissonT.h"
#include "CLHEP/Random/RandGauss.h"
#include <memory>
#include <vector>
#include <string>
#include <algorithm>
#include <utility>
#include <fstream>
#include <cstdio>
#include <iomanip>
#include <sstream>
#include "nugen/EventGeneratorBase/GENIE/EVGBAssociationUtil.h"
#include "fhiclcpp/types/Atom.h"
#include "fhiclcpp/types/Sequence.h"
#include "fhiclcpp/types/Table.h"
Go to the source code of this file.
Classes | |
struct | evg::AddGenieEventsToArtParams |
struct | evg::AddGenieEventsToArtParams::VtxOffsets |
class | evg::AddGenieEventsToArt |
Namespaces | |
evg | |