13 #ifndef StFlowScalarProdMaker_H
14 #define StFlowScalarProdMaker_H
17 #include "StFlowMaker/StFlowConstants.h"
43 void SetHistoRanges(Bool_t ftpc_included = kFALSE);
44 virtual const char *GetCVS()
const {
static const char cvs[]=
45 "Tag $Name: $ $Id: StFlowScalarProdMaker.h,v 1.7 2014/08/06 11:43:14 jeromel Exp $ built " __DATE__
" " __TIME__ ;
50 void FillFromFlowEvent();
51 void FillEventHistograms();
52 void FillParticleHistograms();
54 TVector2 mQ[Flow::nSels][Flow::nHars];
55 TVector2 mQSub[Flow::nSels*Flow::nSubs][Flow::nHars];
57 Float_t mRes[Flow::nSels][Flow::nHars];
58 Float_t mResErr[Flow::nSels][Flow::nHars];
66 TProfile2D* mHist_vObs2D;
67 TProfile* mHist_vObsEta;
68 TProfile* mHist_vObsPt;
76 friend struct histFulls;
81 struct histFullHars histFullHar[Flow::nHars];
83 struct histFulls histFull[Flow::nSels];
91 ClassDef(StFlowScalarProdMaker,0)