36 #include "Analysis.hh" 56 fincident_map =
new TH2D(
"incident map",
"Incident Distributuon",
67 fdose_map =
new TH2D(
"dose map",
"Dose Distribution",
74 fdose_hist =
new TH1D(
"dose",
"Dose Distribution", 500, 0., 50.);
111 TFile*
file =
new TFile(fname.c_str(),
"RECREATE",
"Geant4 ROOT analysis");
142 if ( std::abs(p.
y()) < dxy ) {
145 if ( std::abs(p.
x()) < dxy ) {
hist SetTitle("Cytoplasm intensity on transverse section")
void FillDose(const G4ThreeVector &p, G4double dedx)
h1 GetXaxis() -> SetLabelSize(0.025)
#define G4MUTEX_INITIALIZER
static Analysis * GetAnalysis()
h1 GetYaxis() -> SetLabelSize(0.025)
void Save(const G4String &fname)
TNtupleSim Fill(f1, f2, f3, f4)
ntupleExperimental Reset()
static G4ThreadLocal G4int fincidentFlag
void FillIncident(const G4ThreeVector &p)
G4ThreadLocal Analysis * the_analysis