25std::unique_ptr<o2::iotof::Segmentation> Segmentation::sInstance;
30 sInstance = std::unique_ptr<Segmentation>(
new Segmentation());
32 return sInstance.get();
35Segmentation::Segmentation()
38 printf(
"Invalid use of public constructor: o2::iotof::Segmentation instance exists\n");
Definition of the Segmentation class.
ClassImp(o2::iotof::Segmentation)
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete ...