Classes | Namespaces
GaisserParam_module.cc File Reference

Generator for cosmic-rays. More...

#include <iostream>
#include <sstream>
#include <string>
#include <cmath>
#include <memory>
#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/Services/Registry/ServiceHandle.h"
#include "art_root_io/TFileService.h"
#include "art/Framework/Core/ModuleMacros.h"
#include "messagefacility/MessageLogger/MessageLogger.h"
#include "cetlib_except/exception.h"
#include "nurandom/RandomUtils/NuRandomService.h"
#include "nusimdata/SimulationBase/MCTruth.h"
#include "nusimdata/SimulationBase/MCParticle.h"
#include "larcore/Geometry/Geometry.h"
#include "larcoreobj/SummaryData/RunData.h"
#include "TVector3.h"
#include "TDatabasePDG.h"
#include "TF2.h"
#include "TH1.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

 evgen
 Event Generation using GENIE, cosmics or single particles.
 

Detailed Description

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.....

Author
k.war.nosp@m.burt.nosp@m.on@sh.nosp@m.effi.nosp@m.eld.a.nosp@m.c.uk

Definition in file GaisserParam_module.cc.