![]() |
LArSoft
v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
|
Generator for cosmic-rays. More...
#include <iostream>#include <sstream>#include <string>#include <cmath>#include <memory>#include <iterator>#include <vector>#include <utility>#include <sys/stat.h>#include <exception>#include <map>#include <algorithm>#include "art/Framework/Core/EDProducer.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 "art/Framework/Services/Optional/RandomNumberGenerator.h"#include "art/Framework/Core/ModuleMacros.h"#include "messagefacility/MessageLogger/MessageLogger.h"#include "cetlib_except/exception.h"#include "nutools/RandomUtils/NuRandomService.h"#include "nusimdata/SimulationBase/MCTruth.h"#include "nusimdata/SimulationBase/MCParticle.h"#include "nutools/EventGeneratorBase/evgenbase.h"#include "larcore/Geometry/Geometry.h"#include "larcoreobj/SummaryData/RunData.h"#include "TVector3.h"#include "TDatabasePDG.h"#include "TMath.h"#include "TF2.h"#include "TH1.h"#include "TString.h"#include "TFile.h"#include "TAxis.h"#include "TTree.h"#include "CLHEP/Random/RandFlat.h"#include "CLHEP/Random/RandGaussQ.h"Go to the source code of this file.
Classes | |
| class | evgen::GaisserParam |
| module to produce single or multiple specified particles in the detector More... | |
Namespaces | |
| simb | |
| Framework includes. | |
| evgen | |
| Event Generation using GENIE, cosmics or single particles. | |
Macros | |
| #define | EVGEN_GAISSERPARAM |
Generator for cosmic-rays.
Module designed to produce muons for a MC event using a Gaissers parametisation. For a description of how to use the module see DUNE DocDB 10741 It is highly reccommended that you read it before use.....
Definition in file GaisserParam_module.cc.
| #define EVGEN_GAISSERPARAM |
Definition at line 13 of file GaisserParam_module.cc.