Classes | Namespaces | Macros
GArG4_module.cc File Reference
#include "nug4/G4Base/G4Helper.h"
#include "nug4/G4Base/ConvertMCTruthToG4.h"
#include <sstream>
#include <vector>
#include <map>
#include <set>
#include <iostream>
#include <sys/stat.h>
#include "art/Framework/Core/EDProducer.h"
#include "art/Framework/Core/ModuleMacros.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/RandomNumberGenerator.h"
#include "messagefacility/MessageLogger/MessageLogger.h"
#include "canvas/Persistency/Common/Ptr.h"
#include "canvas/Persistency/Common/Assns.h"
#include "cetlib_except/exception.h"
#include "cetlib/search_path.h"
#include "nusimdata/SimulationBase/MCTruth.h"
#include "nug4/ParticleNavigation/ParticleList.h"
#include "nug4/G4Base/DetectorConstruction.h"
#include "nug4/G4Base/UserActionManager.h"
#include "nurandom/RandomUtils/NuRandomService.h"
#include "GArG4/AuxDetAction.h"
#include "GArG4/EnergyDepositAction.h"
#include "GArG4/PhysicsList.h"
#include "GArG4/ParticleListAction.h"
#include "GArG4/MaterialPropertyLoader.h"
#include "GArG4/ParticleFilters.h"
#include "GArG4/G4SimulationParameters.h"
#include "Utilities/AssociationUtil.h"
#include "SimulationDataProducts/EnergyDeposit.h"
#include "SimulationDataProducts/CaloDeposit.h"
#include "SimulationDataProducts/LArDeposit.h"
#include "Geometry/GeometryGAr.h"
#include "CoreUtils/ServiceUtil.h"
#include "Geant4/G4RunManager.hh"
#include "Geant4/G4UImanager.hh"
#include "Geant4/G4VUserDetectorConstruction.hh"
#include "Geant4/G4VUserPrimaryGeneratorAction.hh"
#include "Geant4/G4VUserPhysicsList.hh"
#include "Geant4/G4UserRunAction.hh"
#include "Geant4/G4UserEventAction.hh"
#include "Geant4/G4UserTrackingAction.hh"
#include "Geant4/G4UserSteppingAction.hh"
#include "Geant4/G4UserStackingAction.hh"
#include "Geant4/G4VisExecutive.hh"
#include "Geant4/G4SDManager.hh"
#include "Geant4/G4LogicalVolumeStore.hh"
#include "Geant4/G4RegionStore.hh"
#include "Geant4/Randomize.hh"
#include "Geant4/G4VSensitiveDetector.hh"
#include "Geant4/globals.hh"
#include "Geant4/G4ProductionCuts.hh"
#include "Geant4/G4UserLimits.hh"
#include "TGeoManager.h"

Go to the source code of this file.

Classes

class  gar::garg4::GArG4
 Runs Geant4 simulation and propagation of electrons and photons to readout. More...
 

Namespaces

 gar
 General GArSoft Utilities.
 
 gar::garg4
 

Macros

#define GARG4GARG4H   1
 

Macro Definition Documentation

#define GARG4GARG4H   1

This a module. It has the following functions:

  • Initialize Geant4 physics, detector geometry, and other processing.
  • Accept sim::MCTruth objects from the MC branch of the FMWK Event structure.
  • Pass the primary particles to the Geant4 simulation to calculate "truth" information for the detector response.
  • Pass the truth information to the DetSim branch of the FMWK event.

Definition at line 23 of file GArG4_module.cc.