12#ifndef ALICEO2_NAME_GENERATOR_H_
13#define ALICEO2_NAME_GENERATOR_H_
66 static constexpr std::string_view
CCDBOBJECT =
"ccdb_object";
67 static constexpr std::string_view
CCDBMETA =
"ccdb_meta";
68 static constexpr std::string_view
CCDBQUERY =
"ccdb_query";
69 static constexpr std::string_view
CCDBRunTag =
"runNumber";
92 static constexpr std::string_view
CTFDICT =
"ctf_dictionary";
98 static std::string
getCTFFileName(uint32_t run, uint32_t orb, uint32_t
id,
const std::string& host,
const std::string_view prefix =
"o2_ctf");
108 static std::string
buildFileName(
const std::string_view prefix,
const std::string_view delimiter,
const std::string_view defPrefix,
const std::string_view defName,
109 const std::string_view extension,
const std::string_view optDir =
"");
131 static constexpr std::string_view
ALIGNPATH =
"Calib/Align";
132 static constexpr std::string_view
TFIDINFO =
"tfidinfo";
static constexpr std::string_view NOISEFILENAME
static std::string getAlignedGeomFileName(const std::string_view prefix="")
static constexpr std::string_view ALIGNPATH
static constexpr std::string_view GRP_STRING
static constexpr std::string_view MCHEADER_STRING
static constexpr std::string_view GRPMAGFIELD_STRING
static std::string getGRPECSFileName(const std::string_view prefix=STANDARDSIMPREFIX)
static constexpr std::string_view CCDBQUERY
static constexpr std::string_view ROOT_EXT_STRING
static std::string getGeomFileName(const std::string_view prefix="")
static std::string getGRPLHCIFFileName(const std::string_view prefix=STANDARDSIMPREFIX)
static std::string getMCKinematicsFileName(const std::string_view prefix=STANDARDSIMPREFIX)
static std::string getCTFFileName(uint32_t run, uint32_t orb, uint32_t id, const std::string &host, const std::string_view prefix="o2_ctf")
static constexpr std::string_view DAT_EXT_STRING
static constexpr std::string_view CCDBMETA
static std::string getCutProcFileName(const std::string_view prefix="")
static std::string getCTFDictFileName()
static constexpr std::string_view CCDBOBJECT
static constexpr std::string_view DIGITS_STRING
static constexpr std::string_view CCDBRunTag
static std::string getGRPFileName(const std::string_view prefix=STANDARDSIMPREFIX)
std::string mDirCollContext
static std::string getMCConfigFileName(const std::string_view prefix=STANDARDSIMPREFIX)
static constexpr std::string_view KINE_STRING
static std::string getMatLUTFileName(const std::string_view prefix="")
static constexpr std::string_view DIGITIZATIONCONFIGFILE
static std::string buildFileName(const std::string_view prefix, const std::string_view delimiter, const std::string_view defPrefix, const std::string_view defName, const std::string_view extension, const std::string_view optDir="")
static constexpr std::string_view CONFIG_STRING
static constexpr std::string_view CCDBDefaultEntry
static constexpr std::string_view GRPLHCIF_STRING
static constexpr std::string_view GEOMOBJECTNAME_FAIR
static constexpr std::string_view ALIGNEDGEOM_FILE_STRING
static std::string getMCHeadersFileName(const std::string_view prefix=STANDARDSIMPREFIX)
static std::string getCollisionContextFileName(const std::string_view prefix="")
static constexpr std::string_view CUT_FILE_STRING
static constexpr std::string_view ALPIDECLUSDICTFILENAME
static constexpr std::string_view MCTTREENAME
static constexpr std::string_view STANDARDSIMPREFIX
static constexpr std::string_view COLLISIONCONTEXT
static constexpr std::string_view HITS_STRING
static constexpr std::string_view MATBUDLUT
static constexpr std::string_view GRPECS_STRING
O2ParamDef(NameConf, "NameConf")
static std::string getTFIDInfoFileName(const std::string_view prefix="o2")
static std::string getCCDBServer()
std::string mDirGRPMagField
static std::string getGRPMagFieldFileName(const std::string_view prefix=STANDARDSIMPREFIX)
static constexpr std::string_view GEOM_FILE_STRING
static constexpr std::string_view CTFDICT
static constexpr std::string_view TFIDINFO
static constexpr std::string_view CTFTREENAME
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete ...
static std::string concat_string(Ts const &... ts)