218 constexpr bool same(
char const *
x,
char const *
y) {
219 return !*x && !*y ?
true : (*x == *y && same(x+1, y+1));
224 return !entries->
name ?
nullptr :
225 entries->
type == type ? entries->
name :
226 objectIdToString(type, entries+1);
232 same(entries->
name, name) ? entries->
type :
233 stringToObjectId(name, entries+1);
252 <<
"@SUB=AlignableObjectId::ctor\n" 253 <<
"trying to create AlignableObjectId with unspecified geometry";
286 if (result ==
nullptr)
289 <<
"Unknown alignableObjectId " <<
type;
302 <<
"Unknown alignableObjectId " <<
name;
327 <<
"@SUB=AlignableObjectId::trackerGeometry\n" 328 <<
"unknown version of TrackerGeometry";
342 if (first == second)
return first;
345 <<
"@SUB=AlignableObjectId::commonGeometry\n" 346 <<
"impossible to find common geometry because the two geometries are " 347 <<
"different and none of them is 'General'";
static Geometry trackerGeometry(const TrackerGeometry *)
align::StructureType stringToId(const char *) const
static Geometry commonGeometry(Geometry, Geometry)
std::string typeToName(align::StructureType type) const
Convert type to name.
static AlignableObjectId commonObjectIdProvider(const AlignableObjectId &, const AlignableObjectId &)
const AlignableObjectId & objectIdProvider() const
Return muon alignable object ID provider derived from the muon system geometry.
bool isThere(GeomDetEnumerators::SubDetector subdet) const
U second(std::pair< T, U > const &p)
Class Geometry Contains vector for fit parameters (mean, sigma, etc.) obtained from multiple IOVs See...
static Geometry muonGeometry(const DTGeometry *, const CSCGeometry *)
AlignableObjectId(Geometry)
Allows conversion between type and name, and vice-versa.
Geometry geometry() const
retrieve the geometry information
align::StructureType type
const AlignableObjectId & objectIdProvider() const
Return tracker alignable object ID provider derived from the tracker's geometry.
const char * idToString(align::StructureType type) const
align::StructureType nameToType(const std::string &name) const
Convert name to type.
Constructor of the full muon geometry.