43 fEventAction(eventAction)
60 ->
CreateH1(
"Chamber1",
"Drift Chamber 1 # Hits", 50, 0., 50);
62 ->
CreateH1(
"Chamber2",
"Drift Chamber 2 # Hits", 50, 0., 50);
66 ->
CreateH2(
"Chamber1 XY",
"Drift Chamber 1 X vs Y",
67 50, -1000., 1000, 50, -300., 300.);
69 ->
CreateH2(
"Chamber2 XY",
"Drift Chamber 2 X vs Y",
70 50, -1500., 1500, 50, -300., 300.);
94 delete G4AnalysisManager::Instance();
120 analysisManager->
Write();
virtual void BeginOfRunAction(const G4Run *)
G4int CreateNtupleIColumn(const G4String &name)
Definition of the B5EventAction class.
G4int CreateH1(const G4String &name, const G4String &title, G4int nbins, G4double xmin, G4double xmax, const G4String &unitName="none", const G4String &fcnName="none", const G4String &binSchemeName="linear")
void SetVerboseLevel(G4int verboseLevel)
G4int CreateNtuple(const G4String &name, const G4String &title)
G4bool SetFileName(const G4String &fileName)
B5EventAction * fEventAction
G4bool OpenFile(const G4String &fileName="")
B5RunAction(B5EventAction *eventAction)
G4GLOB_DLL std::ostream G4cout
std::vector< G4double > & GetEmCalEdep()
Definition of the B5RunAction class.
Selection of the analysis technology.
G4int CreateNtupleDColumn(const G4String &name)
std::vector< G4double > & GetHadCalEdep()
G4int CreateH2(const G4String &name, const G4String &title, G4int nxbins, G4double xmin, G4double xmax, G4int nybins, G4double ymin, G4double ymax, const G4String &xunitName="none", const G4String &yunitName="none", const G4String &xfcnName="none", const G4String &yfcnName="none", const G4String &xbinSchemeName="linear", const G4String &ybinSchemeName="linear")
virtual void EndOfRunAction(const G4Run *)