LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
Example UserAction w/ Geant4's user "hooks". More...
#include "nug4/G4Base/ExampleAction.h"
#include "messagefacility/MessageLogger/MessageLogger.h"
#include "nug4/G4Base/UserActionFactory.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/G4VPhysicalVolume.hh"
#include "Geant4/G4VTouchable.hh"
#include <TLorentzVector.h>
#include <TString.h>
#include <algorithm>
#include <string>
Go to the source code of this file.
Namespaces | |
altns | |
Example UserAction w/ Geant4's user "hooks".
Definition in file ExampleAction.cxx.