LArSoft
v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
|
Generator for cosmic-ray secondaries based on pre-generated CORSIKA shower databases. More...
#include "TRandom3.h"
#include "TDatabasePDG.h"
#include "TString.h"
#include "TSystem.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/Framework/Services/Optional/TFileService.h"
#include "art/Framework/Services/Optional/TFileDirectory.h"
#include "messagefacility/MessageLogger/MessageLogger.h"
#include "art/Framework/Services/Optional/RandomNumberGenerator.h"
#include "nutools/RandomUtils/NuRandomService.h"
#include "nusimdata/SimulationBase/MCTruth.h"
#include "nusimdata/SimulationBase/MCParticle.h"
#include "nutools/EventGeneratorBase/evgenbase.h"
#include "larcorealg/Geometry/geo.h"
#include "larcore/Geometry/Geometry.h"
#include "larcorealg/Geometry/CryostatGeo.h"
#include "larcoreobj/SummaryData/RunData.h"
#include <sqlite3.h>
#include "CLHEP/Random/RandFlat.h"
#include "CLHEP/Random/RandPoissonQ.h"
#include "ifdh.h"
Go to the source code of this file.
Classes | |
class | evgen::CORSIKAGen |
A module to check the results from the Monte Carlo generator. More... | |
Namespaces | |
evgen | |
Event Generation using GENIE, cosmics or single particles. | |
Macros | |
#define | EVGEN_CORSIKAGen_H |
Generator for cosmic-ray secondaries based on pre-generated CORSIKA shower databases.
Definition in file CORSIKAGen_module.cc.
#define EVGEN_CORSIKAGen_H |
Definition at line 8 of file CORSIKAGen_module.cc.