#ifndef TCosmicVetoIdFinder_hxx_seen #define TCosmicVetoIdFinder_hxx_seen #include "IGeomIdFinder.hxx" namespace COMET { class ICosmicVetoIdFinder; } /// Find TGeoManager node ids associated with the IGeometryId objects for CosmicVeto. class COMET::ICosmicVetoIdFinder : public IGeomIdFinder { public: ICosmicVetoIdFinder(); ~ICosmicVetoIdFinder(); bool Search(const std::vector& names, IGeometryId& id); }; #endif