32 #ifndef calculateEventPlaneEventCut_hh
33 #define calculateEventPlaneEventCut_hh
37 #include "StHbtMaker/Base/StHbtEventCut.h"
54 void SetEventMult(
const int& lo,
const int& hi);
55 void SetVertZPos(
const float& lo,
const float& hi);
57 void SetFlowMaker(
char* title);
58 void SetFlowAnalysisMaker(
char* title);
59 void FillFromHBT(
const int&
hbt);
61 virtual StHbtString Report();
83 inline void calculateEventPlaneEventCut::SetEventMult(
const int& lo,
const int& hi)
84 {mEventMult[0]=lo; mEventMult[1]=hi;}
85 inline void calculateEventPlaneEventCut::SetVertZPos(
const float& lo,
const float& hi)
86 {mVertZPos[0]=lo; mVertZPos[1]=hi;}
88 inline int calculateEventPlaneEventCut::NEventsPassed() {
return mNEventsPassed;}
89 inline int calculateEventPlaneEventCut::NEventsFailed() {
return mNEventsFailed;}
90 inline void calculateEventPlaneEventCut::SetFlowMaker(
char* title){
91 mFlowMaker = (
StFlowMaker*)StMaker::GetChain()->GetMaker(title);
93 cout <<
"No StFlowMaker found!" << endl;
97 inline void calculateEventPlaneEventCut::SetFlowAnalysisMaker(
char* title) {
100 if (!mFlowAnalysisMaker) {
101 cout <<
"No StFlowAnalysisMaker found!" << endl;
105 inline void calculateEventPlaneEventCut::FillFromHBT(
const int&
hbt) {