Skip to content

Commit 289c4f7

Browse files
committed
Remove unused fields
1 parent d9ea68d commit 289c4f7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

MC/config/PWGDQ/external/generator/GeneratorParamSingleMuon_PbPb_5TeV.C

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ class O2_GeneratorParamMuon : public FairGenerator
8585

8686
bool ReadEvent(FairPrimaryGenerator* primGen) override
8787
{
88-
int iPart = fNParticles;
8988
// no kinematic cuts -> accepting all
9089
for (int i = 0; i < fNParticles; ++i) {
9190
double pt = fPtPara->GetRandom();

0 commit comments

Comments
 (0)