Skip to content

Commit a44fed8

Browse files
fix linter warning
1 parent 1de529b commit a44fed8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

PWGHF/D2H/Tasks/taskD0.cxx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
#include <array>
4848
#include <numeric>
4949
#include <vector>
50+
#include <string>
5051

5152
using namespace o2;
5253
using namespace o2::analysis;
@@ -88,10 +89,11 @@ struct HfTaskD0 {
8889
Configurable<std::string> irSource{"irSource", "ZNC hadronic", "Estimator of the interaction rate (Recommended: pp --> T0VTX, Pb-Pb --> ZNC hadronic)"};
8990

9091
HfHelper hfHelper;
91-
Service<o2::ccdb::BasicCCDBManager> ccdb;
9292
ctpRateFetcher mRateFetcher;
9393

9494
SliceCache cache;
95+
Service<o2::ccdb::BasicCCDBManager> ccdb;
96+
9597
using D0Candidates = soa::Join<aod::HfCand2Prong, aod::HfSelD0>;
9698
using D0CandidatesMc = soa::Join<D0Candidates, aod::HfCand2ProngMcRec>;
9799
using D0CandidatesKF = soa::Join<D0Candidates, aod::HfCand2ProngKF>;

0 commit comments

Comments
 (0)