Skip to content

Commit

Permalink
Merge pull request #17733 from gartung/L1Trigger-DTBti-fix-clang-warn…
Browse files Browse the repository at this point in the history
…ings

L1Trigger/DTBti: fix clang warning hides overloaded virtual
  • Loading branch information
davidlange6 committed Apr 13, 2017
2 parents 1f04ccd + b640d84 commit 679c4a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions L1Trigger/DTBti/interface/DTBtiCard.h
Expand Up @@ -97,6 +97,7 @@ class DTBtiCard : public BTICache, public DTGeomSupplier {
*/
DTBtiTrig* storeTrigger(DTBtiTrigData);

using BTICache::reconstruct;
// run the trigger algorithm
virtual void reconstruct(const DTDigiCollection dtDigis) { clearCache();loadBTI(dtDigis); runBTI(); }

Expand Down

0 comments on commit 679c4a6

Please sign in to comment.