Skip to content

Commit 15ca378

Browse files
authored
Update dqEfficiency.cxx
Define ccdb and lut
1 parent 32e0959 commit 15ca378

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

PWGDQ/Tasks/dqEfficiency.cxx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1040,6 +1040,9 @@ struct AnalysisSameEventPairing {
10401040
struct AnalysisDileptonTrack {
10411041
Produces<aod::DileptonTrackCandidates> dileptontrackcandidatesList;
10421042
OutputObj<THashList> fOutputList{"output"};
1043+
Service<o2::ccdb::BasicCCDBManager> ccdb;
1044+
o2::base::MatLayerCylSet* lut = nullptr;
1045+
10431046
// TODO: For now this is only used to determine the position in the filter bit map for the hadron cut
10441047
Configurable<string> fConfigTrackCuts{"cfgLeptonCuts", "", "Comma separated list of barrel track cuts"};
10451048
Configurable<bool> fConfigFillCandidateTable{"cfgFillCandidateTable", false, "Produce a single flat tables with all relevant information dilepton-track candidates"};

0 commit comments

Comments
 (0)