28 #ifndef StHbtReactionPlaneAnalysis_hh
29 #define StHbtReactionPlaneAnalysis_hh
31 #include "StHbtMaker/Infrastructure/StHbtAnalysis.h"
39 unsigned int nBinsMult=1,
double multLo=0,
double multHi=999999,
40 unsigned int nBinsVert=1,
double vertLo=-1000,
double vertHi=1000);
44 virtual StHbtString Report();
45 virtual unsigned int Overflow() {
return mOverFlow;}
46 virtual unsigned int Underflow() {
return mUnderFlow;}
47 double ReactionPlane();
53 double mReactionPlaneAngle;
54 double mReactionPlane[2];
55 unsigned int mReactionPlaneBins;
56 unsigned int mOverFlow;
57 unsigned int mUnderFlow;
65 inline double StHbtReactionPlaneAnalysis::ReactionPlane(){
return mReactionPlaneAngle;}
66 inline double StHbtReactionPlaneAnalysis::VertexZ(){
return mVertexZ;}
virtual unsigned int Overflow()
returns reports of all cuts applied and correlation functions being done
virtual void ProcessEvent(const StHbtEvent *)
returns reports of all cuts applied and correlation functions being done