Go to the documentation of this file.
30 #include "G4VTouchable.hh"
33 #include <CLHEP/Random/Randomize.h>
45 #include "TLorentzVector.h"
46 #include "TUnixSystem.h"
51 #include <TObjArray.h>
52 #include <TObjString.h>
61 TH1F*
GetHisto(
const TObjString& histname);
64 TH2F*
GetHisto2(
const TObjString& histname);
66 void WriteToFile(
const TString& fOutputFile,
const TString& fRecreateFile);
71 void HistInit(
const char*
name,
const char*
title, Int_t nbinsx, Axis_t xlow, Axis_t xup);
73 const char*
name,
const char*
title, Int_t nbinsx, Axis_t xlow, Axis_t xup, Int_t nbinsy, Axis_t ylow, Axis_t yup);
154 public Observer<const BeginOfEvent*>,
155 public Observer<const BeginOfTrack*>,
158 public Observer<const EndOfEvent*> {
185 int detLevels(
const G4VTouchable*)
const;
186 G4String
detName(
const G4VTouchable*,
int,
int)
const;
187 void detectorLevel(
const G4VTouchable*,
int&,
int*, G4String*)
const;
void detectorLevel(const G4VTouchable *, int &, int *, G4String *) const
TH2F * GetHisto2(Int_t Number)
Float_t fp420eventarray[1]
std::string fRecreateFile
void WriteToFile(const TString &fOutputFile, const TString &fRecreateFile)
TObjArray * fHistNamesArray
void HistInit(const char *name, const char *title, Int_t nbinsx, Axis_t xlow, Axis_t xup)
~Fp420AnalysisHistManager() override
TNtuple * fp420eventntuple
TH1F * GetHisto(Int_t Number)
Fp420AnalysisHistManager(const TString &managername)
Fp420AnalysisHistManager * TheHistManager
FP420Test(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.
int detLevels(const G4VTouchable *) const