#include "hrtmetacorrelatorsim.h"
#include "showertofinodef.h"
#include "hevent.h"
#include "hcategory.h"
Bool_t HRtMetaCorrelatorSim::getShowerCategory(HEvent *event) {
Bool_t r=kFALSE;
fShowerCat = event->getCategory(catShowerHitTofTrack);
if (!fShowerCat) {
Error("init","Shower/Tofino hit category not found!");
r = kFALSE;
} else r = kTRUE;
return r;
}
ClassImp(HRtMetaCorrelatorSim)
Last change: Sat May 22 13:11:54 2010
Last generated: 2010-05-22 13:11
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.