LArSoft
v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
|
Use Geant4's user "hooks" to maintain a list of particles generated by Geant4. More...
#include "larsim/LArG4/ParticleListAction.h"
#include "nutools/G4Base/PrimaryParticleInformation.h"
#include "lardataobj/Simulation/sim.h"
#include "nutools/ParticleNavigation/ParticleList.h"
#include "messagefacility/MessageLogger/MessageLogger.h"
#include "Geant4/G4Event.hh"
#include "Geant4/G4Track.hh"
#include "Geant4/G4ThreeVector.hh"
#include "Geant4/G4ParticleDefinition.hh"
#include "Geant4/G4PrimaryParticle.hh"
#include "Geant4/G4DynamicParticle.hh"
#include "Geant4/G4VUserPrimaryParticleInformation.hh"
#include "Geant4/G4Step.hh"
#include "Geant4/G4StepPoint.hh"
#include "Geant4/G4VProcess.hh"
#include "Geant4/G4String.hh"
#include <TLorentzVector.h>
#include <TString.h>
#include <algorithm>
Go to the source code of this file.
Classes | |
class | larg4::UpdateDaughterInformation |
Namespaces | |
larg4 | |
Geant4 interface. | |
Variables | |
double | globalTime |
double | velocity_G4 |
double | velocity_step |
bool | entra = true |
Use Geant4's user "hooks" to maintain a list of particles generated by Geant4.
Definition in file ParticleListAction.cxx.
bool entra = true |
Definition at line 38 of file ParticleListAction.cxx.
double globalTime |
Definition at line 37 of file ParticleListAction.cxx.
Referenced by larg4::ParticleListAction::SteppingAction().
double velocity_G4 |
Definition at line 37 of file ParticleListAction.cxx.
Referenced by larg4::ParticleListAction::SteppingAction().
double velocity_step |
Definition at line 37 of file ParticleListAction.cxx.
Referenced by larg4::ParticleListAction::SteppingAction().