lcfiplus / LCFIPlus

Flavor tagging code for ILC detectors
https://confluence.slac.stanford.edu/display/ilc/LCFIPlus
GNU General Public License v3.0
6 stars 19 forks source link

Typo in variable name in FlavorTag::init - bug? #52

Closed ueinhaus closed 3 years ago

ueinhaus commented 4 years ago

https://github.com/lcfiplus/LCFIPlus/blob/307f6e2644433694e21de04512c82e083f57dbc7/src/FlavorTag.cc#L1909

Parameter inits are specified as FlavorTag.myVariable in line 1899 and 1904 as well as in steering files in LCFIPlusConfig. Lines 1909 to 1911 use instead FlavourTag.myVariable (with additional letter u)! Are the corresponding variables still used in the processor? Are they used correctly?