Skip to content

Commit af6f5ad

Browse files
committed
Removing template from Collisions
1 parent b1c8a66 commit af6f5ad

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Common/Tools/PID/pidTPCModule.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -382,8 +382,8 @@ class pidTPCModule
382382
} // end init
383383

384384
//__________________________________________________
385-
template <typename TCCDB, typename TCCDBApi, typename C, typename M, typename T, typename B>
386-
std::vector<float> createNetworkPrediction(TCCDB& ccdb, TCCDBApi& ccdbApi, C const& collisions, M const& mults, T const& tracks, B const& bcs, const size_t size)
385+
template <typename TCCDB, typename TCCDBApi, typename M, typename T, typename B>
386+
std::vector<float> createNetworkPrediction(TCCDB& ccdb, TCCDBApi& ccdbApi, soa::Join<aod::Collisions, aod::EvSels> const& collisions, M const& mults, T const& tracks, B const& bcs, const size_t size)
387387
{
388388

389389
std::vector<float> network_prediction;
@@ -592,8 +592,8 @@ class pidTPCModule
592592
};
593593

594594
//__________________________________________________
595-
template <typename TCCDB, typename TCCDBApi, typename TBCs, typename TCollisions, typename TTracks, typename TTracksQA, typename TProducts>
596-
void process(TCCDB& ccdb, TCCDBApi& ccdbApi, TBCs const& bcs, TCollisions const& cols, TTracks const& tracks, TTracksQA const& tracksQA, TProducts& products)
595+
template <typename TCCDB, typename TCCDBApi, typename TBCs, typename TTracks, typename TTracksQA, typename TProducts>
596+
void process(TCCDB& ccdb, TCCDBApi& ccdbApi, TBCs const& bcs, soa::Join<aod::Collisions, aod::EvSels> const& cols, TTracks const& tracks, TTracksQA const& tracksQA, TProducts& products)
597597
{
598598
if (tracks.size() == 0) {
599599
return; // empty protection

0 commit comments

Comments
 (0)