ATLAS Offline Software
Classes | Enumerations
GeoModel Namespace Reference

Classes

class  TransientConstSharedPtr
 The TransientConstSharedPtr allows non-const access if the pointer itself is non-const but in the const case only a const pointer is returned The class takes the ownership of the object using a shared_ptr. More...
 

Enumerations

enum  GeoConfig {
  GEO_RUN1, GEO_RUN2, GEO_RUN3, GEO_RUN4,
  GEO_TESTBEAM
}
 

Enumeration Type Documentation

◆ GeoConfig

Enumerator
GEO_RUN1 
GEO_RUN2 
GEO_RUN3 
GEO_RUN4 
GEO_TESTBEAM 

Definition at line 17 of file IGeoDbTagSvc.h.

17  {
18  GEO_RUN1,
19  GEO_RUN2,
20  GEO_RUN3,
21  GEO_RUN4,
23  };
GeoModel::GEO_TESTBEAM
@ GEO_TESTBEAM
Definition: IGeoDbTagSvc.h:22
GeoModel::GEO_RUN4
@ GEO_RUN4
Definition: IGeoDbTagSvc.h:21
GeoModel::GEO_RUN3
@ GEO_RUN3
Definition: IGeoDbTagSvc.h:20
GeoModel::GEO_RUN1
@ GEO_RUN1
Definition: IGeoDbTagSvc.h:18
GeoModel::GEO_RUN2
@ GEO_RUN2
Definition: IGeoDbTagSvc.h:19