17#include <fairlogger/Logger.h>
25std::unique_ptr<o2::fd3::GeometryTGeo> GeometryTGeo::sInstance;
30 LOGP(fatal,
"Invalid use of public constructor: o2::fd3::GeometryTGeo instance exists");
42 sInstance = std::unique_ptr<GeometryTGeo>(
new GeometryTGeo(
true, 0));
44 return sInstance.get();
50 LOGP(warning,
"Already built");
55 LOGP(fatal,
"Geometry is not loaded");
GeometryTGeo(bool build=false, int loadTrans=0)
static GeometryTGeo * Instance()
void Build(int loadTrans)
void fillMatrixCache(int mask)
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete ...