#include "TRandom3.h"
#include "TH1.h"
#include "TH2.h"
#include "art/Framework/Core/EDProducer.h"
#include "art/Framework/Core/ModuleMacros.h"
#include "art/Framework/Principal/Event.h"
#include "fhiclcpp/ParameterSet.h"
#include "art/Framework/Principal/Handle.h"
#include "art/Framework/Services/Registry/ServiceHandle.h"
#include "art_root_io/TFileService.h"
#include "art_root_io/TFileDirectory.h"
#include "messagefacility/MessageLogger/MessageLogger.h"
#include "art/Framework/Services/Optional/RandomNumberGenerator.h"
#include "nusimdata/SimulationBase/MCTruth.h"
#include "nusimdata/SimulationBase/MCParticle.h"
#include "nutools/EventGeneratorBase/evgenbase.h"
#include "nutools/EventGeneratorBase/CRY/CRYHelper.h"
#include "nurandom/RandomUtils/NuRandomService.h"
#include "Geometry/GeometryGAr.h"
#include "SummaryDataProducts/RunData.h"
#include "CoreUtils/ServiceUtil.h"
Go to the source code of this file.
Classes | |
class | gar::evgen::CosmicsGen |
A module to check the results from the Monte Carlo generator. More... | |
Namespaces | |
gar | |
General GArSoft Utilities. | |
gar::evgen | |
Macros | |
#define | EVGEN_COSMICSGEN_H |
#define EVGEN_COSMICSGEN_H |
Definition at line 11 of file CosmicsGen_module.cc.