58 ->
CreateH1(
"Chamber1",
"Drift Chamber 1 # Hits", 50, 0., 50);
60 ->
CreateH1(
"Chamber2",
"Drift Chamber 2 # Hits", 50, 0., 50);
64 ->
CreateH2(
"Chamber1 XY",
"Drift Chamber 1 X vs Y",
65 50, -1000., 1000, 50, -300., 300.);
67 ->
CreateH2(
"Chamber2 XY",
"Drift Chamber 2 X vs Y",
68 50, -1500., 1500, 50, -300., 300.);
86 delete G4AnalysisManager::Instance();
112 analysisManager->
Write();
virtual void BeginOfRunAction(const G4Run *)
G4int CreateNtupleIColumn(const G4String &name)
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)
G4GLOB_DLL std::ostream G4cout
Definition of the B5RunAction class.
Selection of the analysis technology.
G4int CreateNtupleDColumn(const G4String &name)
virtual void EndOfRunAction(const G4Run *)
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 &xbinScheme="linear", const G4String &ybinScheme="linear")