4 #ifndef STAR_St2009ZMaker
5 #define STAR_St2009ZMaker
31 float par_clustFrac24Z;
33 float par_nearTotEtFracZ;
43 enum {mxHA=64}; TH1 * hA[mxHA];
53 void setHList(TObjArray * x){HList=x;}
57 void setClusterFrac24(
float x) {par_clustFrac24Z=x;
return;}
58 void setDeltaR(
float x) {par_delR3DZ=x;
return;}
59 void setNearEtFrac(
float x) {par_nearTotEtFracZ=x;
return;}
60 void setClusterMinEt(
float x) {par_clusterEtZ=x;
return;}
61 void setPhi12Min(
float x) {par_delPhi12=x;
return;}
62 void setMinZMass(
float x) {par_minMassZ=x;
return;}
63 void setMaxZMass(
float x) {par_maxMassZ=x;
return;}
66 virtual Int_t InitRun(
int runnumber);
67 virtual Int_t FinishRun(
int runnumber);
72 static const char cvs[]=
"Tag $Name: $ $Id: St2009ZMaker.h,v 1.7 2014/08/06 11:43:41 jeromel Exp $ built " __DATE__
" " __TIME__ ;
maker to retrieve info from geant.root files for comparison with reco quantities from MC ...
muDst based extraction of W-signal from pp500 data from 2009
uses tree from W-algo to find Zs
virtual const char * GetCVS() const
Displayed on session exit, leave it as-is please ...