Actions
Development #1361
closedDevelopment #1353: Code cleanup for OCT19
Code cleanup: mvd/plugins/tasks/CbmMvdDigiToHitTask.cxx
Start date:
09/11/2019
Due date:
10/07/2019
% Done:
100%
Estimated time:
1.00 h
Description
The following warnings show up:
Cbmroot/trunk/source/mvd/plugins/tasks/CbmMvdSensorDigiToHitTask.cxx:37:25: warning: unused variable 'fSigmaNoise' [-Wunused-const-variable] const constexpr Float_t fSigmaNoise(15.); ^ Cbmroot/trunk/source/mvd/plugins/tasks/CbmMvdSensorDigiToHitTask.cxx:41:24: warning: unused variable 'inputSet' [-Wunused-const-variable] const constexpr Bool_t inputSet(kFALSE); ^ trunk/source/mvd/plugins/tasks/CbmMvdSensorDigiToHitTask.cxx:44:24: warning: unused variable 'fAddNoise' [-Wunused-const-variable] const constexpr Bool_t fAddNoise(kFALSE); ^ Cbmroot/trunk/source/mvd/plugins/tasks/CbmMvdSensorDigiToHitTask.cxx:57:23: warning: unused variable 'fGausArrayLimit' [-Wunused-const-variable] const constexpr Int_t fGausArrayLimit = 5000;
Please fix.
Updated by Andreas Redelbach almost 3 years ago
Removed warnings from unused variables related to MvdDigiToHit in rev. 14991.
Updated by Volker Friese almost 3 years ago
- Status changed from Assigned to Closed
- % Done changed from 0 to 100
Thanks. Please connect in the future the issue to the commit by adding "Refs #[issue number]" into the commit message.
Actions