#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)


ROOT page - Class index - Class Hierarchy - Top of the page

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.