Generator for cosmic-ray secondaries based on pre-generated CORSIKA shower databases. a copy of larsim/EventGenerator/CORSIKA/CORSIKAGen_module.cc by mike bass adapted for Dual-Phase purposes. 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_root_io/TFileService.h"
#include "art_root_io/TFileDirectory.h"
#include "messagefacility/MessageLogger/MessageLogger.h"
#include "nurandom/RandomUtils/NuRandomService.h"
#include "nusimdata/SimulationBase/MCTruth.h"
#include "nusimdata/SimulationBase/MCParticle.h"
#include "nugen/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"
#include <memory>
#include <stdio.h>
#include <dirent.h>
Go to the source code of this file.
Classes | |
class | evgendp::CORSIKAGendp |
A module to check the results from the Monte Carlo generator. More... | |
Namespaces | |
evgendp | |
Generator for cosmic-ray secondaries based on pre-generated CORSIKA shower databases. a copy of larsim/EventGenerator/CORSIKA/CORSIKAGen_module.cc by mike bass adapted for Dual-Phase purposes.
Definition in file CORSIKAGendp_module.cc.