![]() |
LArSoft
v10_06_00
Liquid Argon Software toolkit - https://larsoft.org/
|
Generator for cosmic-ray secondaries based on pre-generated CORSIKA shower databases. More...
#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 "art/Framework/Principal/Run.h"#include "art/Framework/Services/Registry/ServiceHandle.h"#include "fhiclcpp/ParameterSet.h"#include "messagefacility/MessageLogger/MessageLogger.h"#include "nurandom/RandomUtils/NuRandomService.h"#include "larcore/Geometry/Geometry.h"#include "larcoreobj/SummaryData/RunData.h"#include "nusimdata/SimulationBase/MCParticle.h"#include "nusimdata/SimulationBase/MCTruth.h"#include "CLHEP/Random/RandFlat.h"#include "CLHEP/Random/RandPoissonQ.h"#include "ifdh.h"#include <sqlite3.h>Go to the source code of this file.
Classes | |
| class | evgen::CORSIKAGen |
| LArSoft interface to CORSIKA event generator. More... | |
Namespaces | |
| evgen | |
| Event Generation using GENIE, cosmics or single particles. | |
Generator for cosmic-ray secondaries based on pre-generated CORSIKA shower databases.
Definition in file CORSIKAGen_module.cc.