LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
Generator for cosmic-rays. More...
#include <algorithm>
#include <cmath>
#include <exception>
#include <iostream>
#include <map>
#include <memory>
#include <sstream>
#include <string>
#include <sys/stat.h>
#include <utility>
#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 "cetlib_except/exception.h"
#include "fhiclcpp/ParameterSet.h"
#include "messagefacility/MessageLogger/MessageLogger.h"
#include "nurandom/RandomUtils/NuRandomService.h"
#include "nusimdata/SimulationBase/MCParticle.h"
#include "nusimdata/SimulationBase/MCTruth.h"
#include "larcore/Geometry/Geometry.h"
#include "larcoreobj/SummaryData/RunData.h"
#include "TAxis.h"
#include "TDatabasePDG.h"
#include "TF2.h"
#include "TFile.h"
#include "TH1.h"
#include "TTree.h"
#include "TVector3.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 | |
evgen | |
Event Generation using GENIE, cosmics or single particles. | |
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.