LArSoft
v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
|
Use Geant4 to run the LArSoft detector simulation. More...
#include "art/Framework/Core/ModuleMacros.h"
#include "art/Framework/Core/EDAnalyzer.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 "messagefacility/MessageLogger/MessageLogger.h"
#include "canvas/Persistency/Common/Ptr.h"
#include "canvas/Persistency/Common/PtrVector.h"
#include "cetlib_except/exception.h"
#include "larsim/MCCheater/ParticleInventoryService.h"
#include "nutools/ParticleNavigation/ParticleList.h"
#include "lardataobj/Simulation/sim.h"
#include "lardataobj/Simulation/SimChannel.h"
#include "larcore/Geometry/Geometry.h"
#include "TH1.h"
#include "TH2.h"
#include "TProfile.h"
#include "TLorentzVector.h"
#include <TTree.h>
#include <iostream>
#include <cstring>
#include <sys/stat.h>
Go to the source code of this file.
Classes | |
class | larg4::LArG4Ana |
Namespaces | |
simb | |
Framework includes. | |
sim | |
Monte Carlo Simulation. | |
larg4 | |
Geant4 interface. | |
Macros | |
#define | LARG4_LARG4ANA_H |
Use Geant4 to run the LArSoft detector simulation.
Definition in file LArG4Ana_module.cc.
#define LARG4_LARG4ANA_H |
Definition at line 8 of file LArG4Ana_module.cc.