35 #ifndef STAR_StSvtEmbeddingMaker
36 #define STAR_StSvtEmbeddingMaker
82 virtual Int_t
InitRun(
int runumber);
84 void setBackGround(Bool_t backgr,
double backgSigma);
85 void setDoEmbedding(Bool_t doIt);
86 void SetPedRmsPreferences(Bool_t usePixelRMS, Bool_t useHybridRMS);
87 void setPlainSimEvenIfNoSVT(Bool_t doIt);
93 void CreateBackground();
94 void ClearOutputData();
96 double MakeGaussDev(
double sigma);
105 Bool_t mBackGrOption;
107 Bool_t mPlainSimIfNoSVT;
109 Bool_t mUseHybridRMS;
111 Bool_t mRunningEmbedding;
112 Bool_t mMask[128*240];
virtual Int_t InitRun(int runumber)
All database dependent data are read here.
This maker is resposible for embedding SVT response simulation into the SVT real data and/or creation...
StSvtEmbeddingMaker(const char *name="SvtEmbedding")