#include <cstdlib>
#include <string>
#include <sstream>
#include <vector>
#include <map>
#include <unistd.h>
#include "art/Framework/Core/ModuleMacros.h"
#include "art/Framework/Principal/Event.h"
#include "fhiclcpp/ParameterSet.h"
#include "art/Framework/Principal/Handle.h"
#include "messagefacility/MessageLogger/MessageLogger.h"
#include "art/Framework/Core/EDAnalyzer.h"
#include "cetlib_except/exception.h"
#include "cetlib/search_path.h"
#include "nusimdata/SimulationBase/MCTruth.h"
#include "nusimdata/SimulationBase/GTruth.h"
#include "nusimdata/SimulationBase/MCFlux.h"
#include "nusimdata/SimulationBase/MCNeutrino.h"
#include "nusimdata/SimulationBase/MCParticle.h"
#include "nutools/EventGeneratorBase/evgenbase.h"
#include "nutools/EventGeneratorBase/CRY/CRYHelper.h"
#include "nutools/EventGeneratorBase/GENIE/GENIEHelper.h"
#include "TStopwatch.h"
#include "TGeoManager.h"
Go to the source code of this file.
Classes | |
class | evgen::EventGeneratorTest |
A module to check the results from the Monte Carlo generator. More... | |
Namespaces | |
art | |
simb | |
Base utilities and modules for event generation and detector simulation. | |
evgen | |
Event Generation using GENIE, cosmics or single particles. | |
Macros | |
#define | EVGEN_TEST_H |
#define EVGEN_TEST_H |
Definition at line 7 of file EventGeneratorTest_module.cc.