Skip to content

Commit be7e6f5

Browse files
committed
Initialize ccdb
1 parent 7ccc4f0 commit be7e6f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGDQ/Tasks/taskJPsiMu.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ struct DqJPsiMuonCorrelations {
9797
Configurable<std::vector<double>> fConfigBinEffMuon{"cfgBinEffMuon", std::vector<double>{1.0f, 1.0f, 1.0f, 1.0f, 1.0f, 1.0f, 1.0f, 1.0f, 1.0f, 1.0f, 1.0f, 1.0f, 1.0f}, "acceptance efficiency correction factors for each pT bin"};
9898

9999
// Connect to ccdb
100-
Service<ccdb::BasicCCDBManager> ccdb;
100+
Service<ccdb::BasicCCDBManager> ccdb{};
101101
Configurable<int64_t> nolaterthan{"ccdb-no-later-than", std::chrono::duration_cast<std::chrono::milliseconds>(std::chrono::system_clock::now().time_since_epoch()).count(), "latest acceptable timestamp of creation for the object"};
102102
Configurable<std::string> url{"ccdb-url", "http://ccdb-test.cern.ch:8080", "url of the ccdb repository"};
103103

0 commit comments

Comments
 (0)