LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
Generator for cosmic-rays. More...
#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 "art/Framework/Principal/Run.h"
#include "art/Framework/Services/Registry/ServiceHandle.h"
#include "art_root_io/TFileService.h"
#include "fhiclcpp/ParameterSet.h"
#include "nurandom/RandomUtils/NuRandomService.h"
#include "larcore/Geometry/Geometry.h"
#include "larcoreobj/SummaryData/RunData.h"
#include "nugen/EventGeneratorBase/evgenbase.h"
#include "nusimdata/SimulationBase/MCParticle.h"
#include "nusimdata/SimulationBase/MCTruth.h"
#include "nutools/EventGeneratorBase/CRY/CRYHelper.h"
Go to the source code of this file.
Classes | |
class | evgen::CosmicsGen |
A module to check the results from the Monte Carlo generator. More... | |
Namespaces | |
evgen | |
Event Generation using GENIE, cosmics or single particles. | |
Generator for cosmic-rays.
Module to produce cosmic ray MC using CRY
Definition in file CosmicsGen_module.cc.