#include "G4UserRunAction.hh"
#include "G4Run.hh"
#include "G4UserEventAction.hh"
#include "G4EventManager.hh"
#include "G4Event.hh"
#include "G4Step.hh"
#include "G4Track.hh"
#include "G4SDManager.hh"
#include "G4HCofThisEvent.hh"
#include "G4VHitsCollection.hh"
#include "G4VUserPhysicsList.hh"
#include "G4UnitsTable.hh"
#include "G4ParticleTable.hh"
#include "G4VVisManager.hh"
#include "G4TrajectoryContainer.hh"
#include "G4Trajectory.hh"
#include "G4Timer.hh"
#include "TTree.h"
#include "TFile.h"
#include "TString.h"
#include "TParameter.h"
#include "TSystem.h"
#include <vector>
#include "TAlphaRad_DetectorConstruction.hh"
#include "TGPS_PrimaryGeneratorAction.hh"
#include "TStandard_Hit.hh"
#include "TMyRootEvent.hpp"
Go to the source code of this file.
Classes | |
class | TStandard_Analysis |
for compilation reason More... | |
Variables | |
bool | gMyDebug |
includes G4ios, G4Types, G4String, G4PhysicalConstants, G4SystemOfUnits, G4ExceptionSeverity, templates & algorithm |
bool gMyDebug |
includes G4ios, G4Types, G4String, G4PhysicalConstants, G4SystemOfUnits, G4ExceptionSeverity, templates & algorithm
Definition at line 52 of file alpharad_new.cc.