#ifndef ICosmicVetoGeomId_hxx_seen #define ICosmicVetoGeomId_hxx_seen #include "IGeometryId.hxx" namespace COMET { /// Define the geometry identifiers for elements in the COMET geometry. namespace GeomId { /// Define the Cosmic Ray veto specific geometry identifiers. namespace CosmicVeto { /// Define a geometry identifier to the entire CosmicVeto detector. IGeometryId Detector(); /// Check if the id is for the CosmicVeto. bool IsCosmicVeto(IGeometryId id); }; }; }; #endif