Skip to content

Commit d60d7f0

Browse files
author
jimun_lee
committed
[PWGLF] Return the current code of KstarInOO.cxx
1 parent 7a56284 commit d60d7f0

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

PWGLF/Tasks/Resonances/kstarInOO.cxx

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
#include <cmath>
4545
#include <cstddef>
4646
#include <cstdlib>
47-
#include <iostream>
47+
// #include <iostream>
4848
#include <string>
4949
#include <utility>
5050
#include <vector>
@@ -179,10 +179,10 @@ struct kstarInOO {
179179
}
180180

181181
if (cfgMcHistos) {
182-
// histos.add("hPion_PID_Purity", "hPion_PID_Purity", kTH1F, {{3, -1.5, 1.5}});
183-
// histos.add("hKaon_PID_Purity", "hKaon_PID_Purity", kTH1F, {{3, -1.5, 1.5}});
184-
// histos.add("hSimplePion_PID_Purity", "hSimplePion_PID_Purity", kTH1F, {{3, -1.5, 1.5}});
185-
// histos.add("hSimpleKaon_PID_Purity", "hSimpleKaon_PID_Purity", kTH1F, {{3, -1.5, 1.5}});
182+
histos.add("hPion_PID_Purity", "hPion_PID_Purity", kTH1F, {{3, -1.5, 1.5}});
183+
histos.add("hKaon_PID_Purity", "hKaon_PID_Purity", kTH1F, {{3, -1.5, 1.5}});
184+
histos.add("hSimplePion_PID_Purity", "hSimplePion_PID_Purity", kTH1F, {{3, -1.5, 1.5}});
185+
histos.add("hSimpleKaon_PID_Purity", "hSimpleKaon_PID_Purity", kTH1F, {{3, -1.5, 1.5}});
186186

187187
histos.add("nEvents_MC", "nEvents_MC", kTH1F, {{4, 0.0, 4.0}});
188188
histos.add("nEvents_MC_True", "nEvents_MC_True", kTH1F, {{4, 0.0, 4.0}});
@@ -546,6 +546,7 @@ struct kstarInOO {
546546

547547
if (trk1.index() >= trk2.index())
548548
return {-1.0, -1.0};
549+
std::cout << "track1 Index: " << trk1.index() << "track2 Index: " << trk2.index() << std::endl;
549550

550551
// if (trk1.globalIndex() == trk2.globalIndex())
551552
// return {-1.0, -1.0};

0 commit comments

Comments
 (0)