LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
Use Geant4 to run the LArSoft detector simulation. More...
#include "art/Framework/Core/EDAnalyzer.h"
#include "art/Framework/Core/ModuleMacros.h"
#include "art/Framework/Principal/Event.h"
#include "art/Framework/Services/Registry/ServiceHandle.h"
#include "art_root_io/TFileService.h"
#include "fhiclcpp/ParameterSet.h"
#include "messagefacility/MessageLogger/MessageLogger.h"
#include "larcore/Geometry/Geometry.h"
#include "lardataobj/Simulation/SimChannel.h"
#include "lardataobj/Simulation/sim.h"
#include "larsim/MCCheater/ParticleInventoryService.h"
#include "nug4/ParticleNavigation/ParticleList.h"
#include "TH1.h"
#include "TLorentzVector.h"
#include "TProfile.h"
#include <TTree.h>
#include <cstring>
Go to the source code of this file.
Classes | |
class | larg4::LArG4Ana |
Namespaces | |
larg4 | |
Geant4 interface. | |
Use Geant4 to run the LArSoft detector simulation.
Definition in file LArG4Ana_module.cc.