|
FairRoot/PandaRoot
|
#include <iostream>#include "TClonesArray.h"#include "TFile.h"#include "TLorentzVector.h"#include "TTree.h"#include "TVector3.h"#include "TParticle.h"#include "PndFtfDirect.h"#include "FairPrimaryGenerator.h"#include "FairRunSim.h"#include "TRandom.h"#include "globals.hh"#include "G4Version.hh"#include "G4ios.hh"#include <fstream>#include <iomanip>#include "G4RunManager.hh"#include "G4VUserPhysicsList.hh"#include "G4PhysicalConstants.hh"#include "G4SystemOfUnits.hh"#include "G4Material.hh"#include "G4MaterialCutsCouple.hh"#include "G4ElementVector.hh"#include "Test30Material.hh"#include "Test30Physics.hh"#include "G4ProcessManager.hh"#include "G4VParticleChange.hh"#include "G4ParticleChange.hh"#include "G4HadronCrossSections.hh"#include "G4HadronicProcess.hh"#include "G4ChargeExchangeProcess.hh"#include "G4VCrossSectionDataSet.hh"#include "G4ProtonInelasticCrossSection.hh"#include "G4NeutronInelasticCrossSection.hh"#include "G4HadronInelasticDataSet.hh"#include "G4HadronElasticDataSet.hh"#include "G4IonsShenCrossSection.hh"#include "G4TripathiCrossSection.hh"#include "G4TripathiLightCrossSection.hh"#include "G4PiNuclearCrossSection.hh"#include "G4IonProtonCrossSection.hh"#include "G4BGGNucleonElasticXS.hh"#include "G4BGGPionElasticXS.hh"#include "G4BGGNucleonInelasticXS.hh"#include "G4BGGPionInelasticXS.hh"#include "G4HadronNucleonXsc.hh"#include "G4VComponentCrossSection.hh"#include "G4ComponentAntiNuclNuclearXS.hh"#include "G4ParticleTable.hh"#include "G4DynamicParticle.hh"#include "G4AntiProton.hh"#include "G4Neutron.hh"#include "G4Proton.hh"#include "G4Electron.hh"#include "G4Positron.hh"#include "G4Gamma.hh"#include "G4PionZero.hh"#include "G4PionPlus.hh"#include "G4PionMinus.hh"#include "G4Alpha.hh"#include "G4He3.hh"#include "G4Deuteron.hh"#include "G4Triton.hh"#include "G4IonTable.hh"#include "G4DecayPhysics.hh"#include "G4ForceCondition.hh"#include "G4Box.hh"#include "G4PVPlacement.hh"#include "G4Step.hh"#include "G4GRSVolume.hh"#include "G4UnitsTable.hh"#include "G4ExcitationHandler.hh"#include "G4PreCompoundModel.hh"#include "G4Evaporation.hh"#include "G4StateManager.hh"#include "G4NistManager.hh"#include "G4Timer.hh"#include "G4TouchableHistory.hh"#include "G4NucleiProperties.hh"#include "G4ProductionCuts.hh"#include "G4ProductionCutsTable.hh"#include "G4ChipsComponentXS.hh"#include "UZHI_diffraction.hh"#include <stdio.h>#include <math.h>#include <time.h>#include "TROOT.h"#include "TStopwatch.h"#include "TG4RunConfiguration.h"#include "TGeant4.h"#include "TG4StateManager.h"#include "TG4GeometryManager.h"#include "TG4SDManager.h"#include "TG4PhysicsManager.h"#include "PndG4DummyPhysicsList.h"#include "PndG4DummyDetectorConstruction.h"#include "PndG4DummyActionInitialization.h"
1.8.5