23 #ifndef __STESTRUCTPHIWEIGHT__H
24 #define __STESTRUCTPHIWEIGHT__H
28 #include "StEStructPool/AnalysisMaker/StEStructAnalysis.h"
29 #include "StEStructPool/EventMaker/StEStructCentrality.h"
57 void setOutputFileName(
const char* outFileName);
58 void setQAOutputFileName(
const char* qaoutFileName);
67 void logStats(ostream& os);
72 inline void StEStructPhiWeight::setOutputFileName(
const char* fName){
74 moutFileName=
new char[strlen(fName)+1];
75 strcpy(moutFileName,fName);
77 inline void StEStructPhiWeight::setQAOutputFileName(
const char* fName){
79 mqaoutFileName=
new char[strlen(fName)+1];
80 strcpy(mqaoutFileName,fName);
86 inline void StEStructPhiWeight::setCutFile(
const char* cutFileName,
StEStructCentrality *cent)
90 inline void StEStructPhiWeight::logStats(ostream& os){
91 os <<
"<stats></stats>";
StEStructPhiWeight()
for QA histogramming