Skip to content

Commit 57e0134

Browse files
committed
remove template from TrackQa
1 parent 6d18624 commit 57e0134

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

DPG/Tasks/TPC/tpcSkimsTableCreator.cxx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -279,8 +279,8 @@ struct TreeWriterTpcV0 {
279279
}
280280
};
281281

282-
template <bool DoUseCorrectedDeDx, bool IsWithdEdx, typename T, typename TQA, typename C, typename V0Casc>
283-
void fillSkimmedV0TableWithTrQAGeneric(V0Casc const& v0casc, T const& track, TQA const& trackQA, const bool existTrkQA, C const& collision, const float nSigmaTPC, const float nSigmaTOF, const float dEdxExp, const o2::track::PID::ID id, const int runnumber, const double dwnSmplFactor, const float hadronicRate, const int bcGlobalIndex, const int bcTimeFrameId, const int bcBcInTimeFrame)
282+
template <bool DoUseCorrectedDeDx, bool IsWithdEdx, typename T, typename C, typename V0Casc>
283+
void fillSkimmedV0TableWithTrQAGeneric(V0Casc const& v0casc, T const& track, aod::TracksQA const& trackQA, const bool existTrkQA, C const& collision, const float nSigmaTPC, const float nSigmaTOF, const float dEdxExp, const o2::track::PID::ID id, const int runnumber, const double dwnSmplFactor, const float hadronicRate, const int bcGlobalIndex, const int bcTimeFrameId, const int bcBcInTimeFrame)
284284
{
285285
const double ncl = track.tpcNClsFound();
286286
const double nclPID = track.tpcNClsFindableMinusPID();
@@ -765,8 +765,8 @@ struct TreeWriterTpcTof {
765765
}
766766
};
767767

768-
template <bool DoCorrectDeDx, bool IsWithdEdx, typename T, typename TQA, typename C>
769-
void fillSkimmedTPCTOFTableWithTrkQAGeneric(T const& track, TQA const& trackQA, const bool existTrkQA, C const& collision, const float nSigmaTPC, const float nSigmaTOF, const float nSigmaITS, const float dEdxExp, const o2::track::PID::ID id, const int runnumber, const double dwnSmplFactor, const double hadronicRate, const int bcGlobalIndex, const int bcTimeFrameId, const int bcBcInTimeFrame)
768+
template <bool DoCorrectDeDx, bool IsWithdEdx, typename T, typename C>
769+
void fillSkimmedTPCTOFTableWithTrkQAGeneric(T const& track, aod::TracksQA const& trackQA, const bool existTrkQA, C const& collision, const float nSigmaTPC, const float nSigmaTOF, const float nSigmaITS, const float dEdxExp, const o2::track::PID::ID id, const int runnumber, const double dwnSmplFactor, const double hadronicRate, const int bcGlobalIndex, const int bcTimeFrameId, const int bcBcInTimeFrame)
770770
{
771771
const double ncl = track.tpcNClsFound();
772772
const double nclPID = track.tpcNClsFindableMinusPID();

0 commit comments

Comments
 (0)