1 #ifndef _sdet_SDenseStationListXMLManager_h_
2 #define _sdet_SDenseStationListXMLManager_h_
5 #include <det/VManager.h>
48 virtual void Init(
const std::string& configLink);
95 void AddStation(
const int id,
const double r,
const double phi);
VMANAGER_GETDATA_HANDLE_DENIED std::set< int > fDenseStationList
void Validate(const std::string &eventId)
utl::Vector fShowerDirection
void Validate(const evt::Event &event)
Class to hold collection (x,y) points and provide interpolation between them.
Manager to return station positions for array defined in shower coordinates.
virtual void Init(const std::string &configLink)
Manager Initialization. configLink is the CentralConfig hook for the configuration file...
Interface for detector managers.
void AddStation(const int id, const double r, const double phi)
void GetFullStationList(std::vector< int > &returnData) const
DenseStations fDenseStations
SDenseStationListXMLManager()=default
Class describing a Plane object.
Class to hold collection (x,y) points and provide interpolation between them, where y are complex num...
std::string fFirstComponentProperty
std::map< int, UTM > StationMap
#define VMANAGER_GETDATA_HANDLE_DENIED
bool IsDense(const IndexMap &compIndex) const
std::string fFirstStationId
void Init(const evt::Event &event)
std::map< std::string, std::string > IndexMap
const UTM & GetStation(const int id) const
bool HasStation(const int id) const
virtual ~SDenseStationListXMLManager()=default
#define VMANAGER_GETDATA_NOTFOUND(_T_...)
VMANAGER_GETDATA_DECLARE(int)