13#include <TGeoManager.h>
19std::unique_ptr<o2::ecal::GeometryTGeo> GeometryTGeo::sInstance;
27 LOGP(fatal,
"Invalid use of public constructor: o2::ecal::GeometryTGeo instance exists");
37 LOGP(warning,
"Already built");
42 LOGP(fatal,
"Geometry is not loaded");
55 sInstance = std::unique_ptr<GeometryTGeo>(
new GeometryTGeo(
true, 0));
57 return sInstance.get();
static GeometryTGeo * Instance()
static const char * composeSymNameSensor()
GeometryTGeo(bool build=false, int loadTrans=0)
void fillMatrixCache(int mask)
static std::string sVolumeName
static const char * composeSymNameECal()
void Build(int loadTrans)
static std::string sSensorName
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete ...