Skip to content

Commit 45b2cbe

Browse files
authored
Add files via upload
1 parent bafca63 commit 45b2cbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGDQ/Tasks/dqEnergyCorrelator_direct.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ struct AnalysisEnergyCorrelator {
147147
// CCDB configurables
148148
Configurable<std::string> fConfigCcdbUrl{"ccdb-url", "http://alice-ccdb.cern.ch", "CCDB url"};
149149
Configurable<int64_t> fConfigNoLaterThan{"ccdb-no-later-than", std::chrono::duration_cast<std::chrono::milliseconds>(std::chrono::system_clock::now().time_since_epoch()).count(), "CCDB timestamp"};
150-
Configurable<std::string> fConfigAccCCDBPath{"AccCCDBPath", "GLO/Config/GeometryAligned", "Path of the efficiency corrections"};
150+
Configurable<std::string> fConfigAccCCDBPath{"AccCCDBPath", "Users/y/yalin/pptest/test2", "Path of the efficiency corrections"};
151151
// Member variables
152152
HistogramManager* fHistMan = nullptr;
153153
MixingHandler* fMixHandler = nullptr;

0 commit comments

Comments
 (0)