Skip to content

Commit 1fe7baf

Browse files
authored
Update analyzeMcRecoGen to ignore tracks parameter
1 parent fc23200 commit 1fe7baf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGCF/TwoParticleCorrelations/Tasks/lambdaSpinPolarization.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1271,7 +1271,7 @@ struct LambdaTableProducer {
12711271
}
12721272

12731273
template <RunType run, DMCType dmc, typename M, typename C, typename V, typename T, typename P>
1274-
void analyzeMcRecoGen(M const& mcCollision, C const& collisions, V const& V0s, T const& tracks, P const& mcParticles)
1274+
void analyzeMcRecoGen(M const& mcCollision, C const& collisions, V const& V0s, T const& /*tracks*/, P const& mcParticles)
12751275
{
12761276
// Number of Rec Collisions Associated to the McGen Collision
12771277
int nRecCols = collisions.size();

0 commit comments

Comments
 (0)