|
63 | 63 |
|
64 | 64 | using namespace o2; |
65 | 65 | using namespace o2::analysis; |
66 | | -using namespace o2::aod::pid_tpc_tof_utils; |
67 | 66 | using namespace o2::aod::track; |
68 | 67 | using namespace o2::constants::math; |
69 | 68 | using namespace o2::framework; |
@@ -237,11 +236,6 @@ struct MftReassociationValidation { |
237 | 236 | Preslice<FilteredMftTracks> perColMftTracks = o2::aod::fwdtrack::collisionId; |
238 | 237 | Preslice<FilteredTracksWDcaSel> perColTracks = aod::track::collisionId; |
239 | 238 |
|
240 | | - // configurables for containers |
241 | | - // TODO: flow of HF will need to be done vs. invariant mass, in the signal and side-band regions |
242 | | - // either 1) add invariant mass axis or 2) define several containers for different inv. mass regions |
243 | | - // Note: don't forget to check inv. mass separately for D0 and D0bar candidate |
244 | | - |
245 | 239 | struct : ConfigurableGroup { |
246 | 240 | std::string prefix = "ConfigAxis_group"; |
247 | 241 | ConfigurableAxis axisMass{"axisMass", {1, 1.5848, 2.1848}, "axis of invariant mass of candidates"}; |
@@ -543,7 +537,7 @@ struct MftReassociationValidation { |
543 | 537 | for (const auto& reassociated2dMftTrack : reassociated2dMftTracks) { |
544 | 538 |
|
545 | 539 | registry.fill(HIST("Data/Mft/hAmbiguityOfMftTracks"), MftTrackAmbiguityStep::AllMftTracks); |
546 | | - auto templatedMftTrack = track2.template mfttrack_as<FilteredMftTracks>(); |
| 540 | + auto templatedMftTrack = reassociated2dMftTrack.template mfttrack_as<FilteredMftTracks>(); |
547 | 541 |
|
548 | 542 | if (!isAcceptedMftTrack(reassociated2dMftTrack, false)) { |
549 | 543 | continue; |
|
0 commit comments