ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include "PHG4TruthTrackingAction.h"
#include "PHG4Particle.h"
#include "PHG4Particlev2.h"
#include "PHG4Particlev3.h"
#include "PHG4Shower.h"
#include "PHG4Showerv1.h"
#include "PHG4TrackUserInfoV1.h"
#include "PHG4TruthEventAction.h"
#include "PHG4TruthInfoContainer.h"
#include "PHG4UserPrimaryParticleInformation.h"
#include "PHG4VtxPointv1.h"
#include <phool/getClass.h>
#include <Geant4/G4DynamicParticle.hh>
#include <Geant4/G4ParticleDefinition.hh>
#include <Geant4/G4PrimaryParticle.hh>
#include <Geant4/G4SystemOfUnits.hh>
#include <Geant4/G4ThreeVector.hh>
#include <Geant4/G4Track.hh>
#include <Geant4/G4TrackVector.hh>
#include <Geant4/G4TrackingManager.hh>
#include <Geant4/G4VUserTrackInformation.hh>
#include <cmath>
#include <cstddef>
#include <iostream>
#include <utility>