File tree Expand file tree Collapse file tree 4 files changed +6
-9
lines changed
Expand file tree Collapse file tree 4 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 1515// / \author ALICE
1616// /
1717
18- #include " MetadataHelper.h"
19- #include " TableHelper.h"
20-
2118#include " PWGMM/Mult/DataModel/bestCollisionTable.h"
2219
20+ #include " Common/Core/MetadataHelper.h"
21+ #include " Common/Core/TableHelper.h"
2322#include " Common/DataModel/EventSelection.h"
2423#include " Common/DataModel/Multiplicity.h"
2524#include " Common/DataModel/TrackSelectionTables.h"
Original file line number Diff line number Diff line change 1919#define bitcheck (var, nbit ) ((var) & (static_cast <uint32_t >(1 ) << (nbit)))
2020#define bitcheck64 (var, nbit ) ((var) & (static_cast <uint64_t >(1 ) << (nbit)))
2121
22- #include " MetadataHelper.h"
23- #include " TableHelper.h"
24-
2522#include " Common/CCDB/EventSelectionParams.h"
2623#include " Common/CCDB/TriggerAliases.h"
24+ #include " Common/Core/MetadataHelper.h"
25+ #include " Common/Core/TableHelper.h"
2726#include " Common/DataModel/EventSelection.h"
2827
2928#include < CCDB/BasicCCDBManager.h>
Original file line number Diff line number Diff line change 1616#ifndef COMMON_TOOLS_MULTMODULE_H_
1717#define COMMON_TOOLS_MULTMODULE_H_
1818
19- #include " TableHelper.h"
20-
2119#include " PWGMM/Mult/DataModel/bestCollisionTable.h"
2220
2321#include " Common/Core/TPCVDriftManager.h"
22+ #include " Common/Core/TableHelper.h"
2423#include " Common/DataModel/Centrality.h"
2524#include " Common/DataModel/Multiplicity.h"
2625
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ void setStandardOpt(bpo::options_description& options)
8484template <typename T>
8585T* retrieveFromCCDB (const std::string& path,
8686 const int64_t timestamp,
87- std::map<std::string, std::string> metadata)
87+ const std::map<std::string, std::string>& metadata)
8888{
8989 std::map<std::string, std::string> headers;
9090 LOG (info) << " Object " << path << " for timestamp " << timestamp << " -> " << timeStampToHReadble (timestamp);
You can’t perform that action at this time.
0 commit comments