The world’s simplest maker
Int_t StHbtMaker::Make()
{
cout << "\nStHbtMaker::Make -- processing event" << endl;
if ( mHbtManager->ProcessEvent() ){
return kStEOF; // non-zero value returned --> end of file action
}
else{
return kStOK;
}
}
all work coordinated by Manager
for decoupling capability
Previous slide
Next slide
Back to first slide
View graphic version