71 #include "StHbtMaker.h"
80 StHbtMaker::StHbtMaker(
const char*name,
const char * title) :
88 cout << string::npos << endl;
91 StHbtMaker::~StHbtMaker()
94 cout <<
"Inside ReaderMaker Destructor" << endl;
96 SafeDelete(mHbtManager);
102 void StHbtMaker::Clear(
const char*)
111 Int_t StHbtMaker::Init()
113 if (mHbtManager->Init()){
114 cout <<
"StHbtMaker::Init() - Manager init failed " << endl;
117 cout <<
"StHbtMaker::Init() - requesting a Report " << endl;
118 StHbtString tempString = mHbtManager->Report();
119 cout <<
"Got the report, now let me try to put it to screen" << endl;
120 cout << tempString.c_str() << endl;
122 return StMaker::Init();
128 Int_t StHbtMaker::Finish()
130 cout << mHbtManager->Report().c_str() << endl;
131 mHbtManager->Finish();
139 Int_t StHbtMaker::Make()
141 if (mDebug>1) cout <<
"\nStHbtMaker::Make -- processing event" << endl;
143 if (mHbtManager->ProcessEvent()){
150 return mHbtManager->ProcessEvent();
virtual void Clear(Option_t *option="")
User defined functions.