1 #ifndef _Sd5T5Tester_h_
2 #define _Sd5T5Tester_h_
4 #include <fwk/VModule.h>
36 typedef std::vector<const sdet::Station*>
Crown;
std::vector< double > fFirstCrownDistanceRange
Detector description interface for Station-related data.
const sdet::Station & GetHottestStation(const sevt::SEvent &sEvent) const
fwk::VModule::ResultFlag Init()
Initialize: invoked at beginning of run (NOT beginning of event)
Interface class to access to the SD part of an event.
bool IsAccepted(const sevt::SEvent &sevent, const Crown &crown) const
int crown(double x1, double x2, double y1, double y2)
fwk::VModule::ResultFlag Run(evt::Event &event)
Run: invoked once per event.
void UpdateFirstCrown(const sdet::Station &sCenter, const Crown &crown)
REGISTER_MODULE("Sd5T5Tester", Sd5T5Tester)
std::vector< const sdet::Station * > Crown
ResultFlag
Flag returned by module methods to the RunController.
fwk::VModule::ResultFlag Finish()
Finish: invoked at end of the run (NOT end of the event)
Crown GetCrown(const sevt::SEvent &sevent, const sdet::Station &station) const