9 #ifndef _RdPolarGrid_h_
10 #define _RdPolarGrid_h_
12 #include <evt/BeamMap.h>
13 #include <revt/REvent.h>
15 #include <utl/Trace.h>
16 #include <utl/Point.h>
17 #include <utl/Vector.h>
18 #include <utl/CoordinateSystemPtr.h>
20 #include <fwk/VModule.h>
void start(evt::Event &event)
REGISTER_MODULE("RdPolarGrid", RdPolarGrid)
Interface class to access to the RD Reconstruction of a Shower.
utl::Vector skyVector(evt::Event &event)
evt::ShowerRRecData & RRecShower(evt::Event &event)
boost::shared_ptr< const CoordinateTransformer > CoordinateSystemPtr
Shared pointer for coordinate systems.
fwk::VModule::ResultFlag Run(evt::Event &event)
Run: invoked once per event.
utl::CoordinateSystemPtr coreCS
bool fUseStepFromTrueDirection
int fNumberOfStepsFromTrueDirection
double fStepFromTrueDirection
ResultFlag
Flag returned by module methods to the RunController.
void setRRecDirection(utl::Vector dir, evt::Event &event)
fwk::VModule::ResultFlag Finish()
Finish: invoked at end of the run (NOT end of the event)
This module rasters the sky with a polar grid (theta and phi) within a defined range and with a desir...
fwk::VModule::ResultFlag Init()
Initialize: invoked at beginning of run (NOT beginning of event)