#ifndef TECALIdFinder_hxx_seen #define TECALIdFinder_hxx_seen #include "IGeomIdFinder.hxx" namespace COMET { class IECALIdFinder; } /// Find TGeoManager node ids associated with the IGeometryId objects for ECAL. class COMET::IECALIdFinder : public IGeomIdFinder { public: IECALIdFinder(); ~IECALIdFinder(); /// Check if the given geometry node strings belongs to ECAL or not, /// and set its ECALGeomId to id. /// @return true when belonging to ECAL bool Search(const std::vector& names, IGeometryId& id); }; #endif