Skip to content

Commit a620b3b

Browse files
committed
clang format fix
1 parent e129635 commit a620b3b

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

PWGLF/Tasks/Resonances/kstarqa.cxx

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,7 @@ struct Kstarqa {
113113
Configurable<float> cfgITSChi2NCl{"cfgITSChi2NCl", 36.0, "ITS Chi2/NCl"};
114114
Configurable<float> cfgTPCChi2NClMax{"cfgTPCChi2NClMax", 4.0, "TPC Chi2/NCl"};
115115
Configurable<float> cfgTPCChi2NClMin{"cfgTPCChi2NClMin", 0.0, "TPC Chi2/NCl"};
116-
<<<<<<< HEAD
117-
=======
118116
Configurable<bool> hasITS{"hasITS", true, "Required ITS"};
119-
>>>>>>> 01faa1bf6 (added hasTOF condition)
120117
Configurable<bool> isITSTPCRefit{"isITSTPCRefit", false, "Require ITS Refit"};
121118
Configurable<bool> isVertexITSTPC{"isVertexITSTPC", false, "Vertex ITS TPC"};
122119
Configurable<bool> isVertexTOFMatched{"isVertexTOFMatched", false, "Vertex TOF Matched"};
@@ -555,11 +552,8 @@ struct Kstarqa {
555552
return false;
556553
if (selectionConfig.cfgPVContributor && !candidate.isPVContributor())
557554
return false;
558-
<<<<<<< HEAD
559-
=======
560555
if (selectionConfig.hasITS && !candidate.hasITS())
561556
return false;
562-
>>>>>>> 01faa1bf6 (added hasTOF condition)
563557
if (selectionConfig.isITSTPCRefit && (!(o2::aod::track::ITSrefit) || !(o2::aod::track::TPCrefit)))
564558
return false;
565559
} else if (!selectionConfig.isGlobalTracks) {
@@ -2144,13 +2138,9 @@ struct Kstarqa {
21442138
hInvMass.fill(HIST("h1RecMult"), multiplicity);
21452139
hInvMass.fill(HIST("h1RecMult2"), multiplicityRec);
21462140

2147-
<<<<<<< HEAD
2148-
hInvMass.fill(HIST("h1RecMult"), multiplicity);
2149-
=======
21502141
if (cQAevents) {
21512142
rEventSelection.fill(HIST("hVertexZRec"), collision.posZ());
21522143
}
2153-
>>>>>>> 01faa1bf6 (added hasTOF condition)
21542144

21552145
auto oldindex = -999;
21562146
for (const auto& track1 : tracks) {
@@ -2162,14 +2152,11 @@ struct Kstarqa {
21622152
continue;
21632153
}
21642154

2165-
<<<<<<< HEAD
2166-
=======
21672155
if (cQAevents) {
21682156
rEventSelection.fill(HIST("hDcaxy_cent_pt"), track1.dcaXY(), multiplicity, track1.pt());
21692157
rEventSelection.fill(HIST("hDcaz_cent_pt"), track1.dcaZ(), multiplicity, track1.pt());
21702158
}
21712159

2172-
>>>>>>> 01faa1bf6 (added hasTOF condition)
21732160
auto track1ID = track1.index();
21742161
for (const auto& track2 : tracks) {
21752162
rEventSelection.fill(HIST("recMCparticles"), 0.5);
@@ -2211,21 +2198,13 @@ struct Kstarqa {
22112198
hPID.fill(HIST("Before/hNsigmaTPC_Ka_before"), track2.pt(), track2.tpcNSigmaKa());
22122199
hPID.fill(HIST("Before/hNsigmaTOF_Ka_before"), track2.pt(), track2.tofNSigmaKa());
22132200
}
2214-
<<<<<<< HEAD
2215-
if (cQAplots && (mctrack2.pdgCode() == -PDG_t::kPiMinus)) { // negative track pion
2216-
=======
22172201
if (cQAplots && (mctrack2.pdgCode() == PDG_t::kPiMinus)) { // negative track pion
2218-
>>>>>>> 01faa1bf6 (added hasTOF condition)
22192202
hPID.fill(HIST("Before/h1PID_TPC_neg_pion"), track2.tpcNSigmaPi());
22202203
hPID.fill(HIST("Before/h1PID_TOF_neg_pion"), track2.tofNSigmaPi());
22212204
hPID.fill(HIST("Before/hNsigmaTPC_Pi_before"), track2.pt(), track2.tpcNSigmaPi());
22222205
hPID.fill(HIST("Before/hNsigmaTOF_Pi_before"), track2.pt(), track2.tofNSigmaPi());
22232206
}
2224-
<<<<<<< HEAD
2225-
if (cQAplots && (mctrack2.pdgCode() == -PDG_t::kKMinus)) { // negative track kaon
2226-
=======
22272207
if (cQAplots && (mctrack2.pdgCode() == PDG_t::kKMinus)) { // negative track kaon
2228-
>>>>>>> 01faa1bf6 (added hasTOF condition)
22292208
hPID.fill(HIST("Before/h1PID_TPC_neg_kaon"), track2.tpcNSigmaKa());
22302209
hPID.fill(HIST("Before/h1PID_TOF_neg_kaon"), track2.tofNSigmaKa());
22312210
hPID.fill(HIST("Before/hNsigmaTPC_Ka_before"), track2.pt(), track2.tpcNSigmaKa());
@@ -2234,13 +2213,10 @@ struct Kstarqa {
22342213
if (cQAplots && (std::abs(mctrack1.pdgCode()) == PDG_t::kKPlus && std::abs(mctrack2.pdgCode()) == PDG_t::kPiPlus)) {
22352214
hPID.fill(HIST("Before/hNsigma_TPC_TOF_Ka_before"), track1.tpcNSigmaKa(), track1.tofNSigmaKa());
22362215
hPID.fill(HIST("Before/hNsigma_TPC_TOF_Pi_before"), track2.tpcNSigmaPi(), track2.tofNSigmaPi());
2237-
<<<<<<< HEAD
2238-
=======
22392216
hPID.fill(HIST("Before/hTPCnsigKa_mult_pt"), track1.tpcNSigmaKa(), multiplicity, track1.pt());
22402217
hPID.fill(HIST("Before/hTPCnsigPi_mult_pt"), track2.tpcNSigmaPi(), multiplicity, track2.pt());
22412218
hPID.fill(HIST("Before/hTOFnsigKa_mult_pt"), track1.tofNSigmaKa(), multiplicity, track1.pt());
22422219
hPID.fill(HIST("Before/hTOFnsigPi_mult_pt"), track2.tofNSigmaPi(), multiplicity, track2.pt());
2243-
>>>>>>> 01faa1bf6 (added hasTOF condition)
22442220
}
22452221

22462222
if (!mctrack1.isPhysicalPrimary()) {

0 commit comments

Comments
 (0)