1 #ifndef ST_FST_FAST_SIM_MAKER_H
2 #define ST_FST_FAST_SIM_MAKER_H
9 #include "StChain/StMaker.h"
26 void SetDisk(
const int i,
const float rmn,
const float rmx);
27 void SetInEfficiency(
float ineff = 0.1) { mInEff = ineff; }
28 void SetQAFileName(TString filename = 0.1) { mQAFileName = filename; }
29 void SetFillHist(
const bool hist =
false) { mHist = hist; }
30 void setGEANTPassthrough(
bool passthrough =
false) { mGEANTPassthrough = passthrough; }
33 void FillSilicon(
StEvent *event);
41 bool mGEANTPassthrough;
46 TH2F *hTrutHitRShower[3];
47 TH2F *hTrutHitPhiDisk;
51 TH2F *hRecoHitPhiDisk;
57 TH2F *h2GlobalSmearedXY;
58 TH2F *h2GlobalDeltaXY;
59 TH3F *h3GlobalDeltaXYDisk;
60 TH3F *h3GlobalDeltaXYR;
void SetDisk(const int i, const float rmn, const float rmx)
Set min/max active radii for each disk.