DUNE / dune-tms

DUNE ND Temporary Muon Spectrometer
0 stars 1 forks source link

Avoid confusion with same name for loop incrementor and TLine #43

Closed AsaNehm closed 9 months ago

AsaNehm commented 9 months ago

for line in ...

if ...
    line = ROOT.TLine(...)

This causes confusion if one wants to use the loop incrementor after the if condition