Go to the documentation of this file.
35 #include "G4VTouchable.hh"
38 #include <CLHEP/Vector/ThreeVector.h>
39 #include <CLHEP/Vector/LorentzVector.h>
40 #include <CLHEP/Random/Randomize.h>
53 #include "TLorentzVector.h"
54 #include "TUnixSystem.h"
59 #include <TObjArray.h>
60 #include <TObjString.h>
69 TH1F*
GetHisto(
const TObjString& histname);
72 TH2F*
GetHisto2(
const TObjString& histname);
74 void WriteToFile(
const TString& fOutputFile,
const TString& fRecreateFile);
79 void HistInit(
const char*
name,
const char*
title, Int_t nbinsx, Axis_t xlow, Axis_t xup);
81 const char*
name,
const char*
title, Int_t nbinsx, Axis_t xlow, Axis_t xup, Int_t nbinsy, Axis_t ylow, Axis_t yup);
162 public Observer<const BeginOfEvent*>,
163 public Observer<const BeginOfTrack*>,
166 public Observer<const EndOfEvent*> {
194 int detLevels(
const G4VTouchable*)
const;
195 G4String
detName(
const G4VTouchable*,
int,
int)
const;
196 void detectorLevel(
const G4VTouchable*,
int&,
int*, G4String*)
const;
BscAnalysisHistManager * TheHistManager
void WriteToFile(const TString &fOutputFile, const TString &fRecreateFile)
void detectorLevel(const G4VTouchable *, int &, int *, G4String *) const
~BscAnalysisHistManager() override
TH2F * GetHisto2(Int_t Number)
BscTest(const edm::ParameterSet &p)
G4String detName(const G4VTouchable *, int, int) const
void update(const BeginOfJob *run) override
This routine will be called when the appropriate signal arrives.
BscAnalysisHistManager(const TString &managername)
int detLevels(const G4VTouchable *) const
TH1F * GetHisto(Int_t Number)
BscNumberingScheme * theBscNumberingScheme
void HistInit(const char *name, const char *title, Int_t nbinsx, Axis_t xlow, Axis_t xup)
std::string fRecreateFile
TObjArray * fHistNamesArray