#include "Rtypes.h"
#include "TROOT.h"
#include "TFile.h"
#include "TH1.h"
#include "TTree.h"
#include "TObject.h"
#include "TNtuple.h"
#include <strstream>
#include <string>
#include "globals.hh"
#include "G4Run.hh"
#include "G4Event.hh"
#include "G4DynamicParticle.hh"
#include "G4PrimaryParticle.hh"
#include "G4PrimaryVertex.hh"
#include "G4Step.hh"
#include "G4ThreeVector.hh"
#include "G4Track.hh"
#include "G4TrackStatus.hh"
#include "G4SDManager.hh"
#include "G4HCofThisEvent.hh"
#include "gerdageometry/MaGeGeometrySDHit.hh"
#include "gerdaio/MaGeOutputGermaniumArray.hh"
#include "gerdaio/MaGeTrajectory.hh"
#include "io/MJLogger.hh"
Go to the source code of this file.