LArbys / LArCV

Liquid Argon Computer Vision
11 stars 9 forks source link

framework: avoid compiler warning on "unused fout" for any ProcessBase inherit class #10

Closed drinkingkazu closed 8 years ago

drinkingkazu commented 8 years ago

In many ProcessBase inherit process class we don't use TFile* fout which is given in the argument of finalize() call. This causes compiler warning an extremely annoying. Should be fixed @ ProcessBase class. Requires breaking change to all ProcessBase inherit class.

drinkingkazu commented 8 years ago

Fixed and done!