background/modules/BGOverlayInput/include/BGOverlayInputModule.h:43 The destructor '~BGOverlayInputModule' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride]
background/modules/BGOverlayInput/include/BGOverlayInputModule.h:66 The function 'endRun' overrides a function in a base class but is identical to the overridden function [uselessOverride]
background/modules/BGOverlayExecutor/include/BGOverlayExecutorModule.h:35 The destructor '~BGOverlayExecutorModule' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride]
background/modules/BGOverlayExecutor/include/BGOverlayExecutorModule.h:133 The scope of the variable 'diff' can be reduced. [variableScope]
background/modules/BeamBkgGenerator/include/BeamBkgGeneratorModule.h:36 The destructor '~BeamBkgGeneratorModule' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride]
background/modules/BeamBkgGenerator/include/BeamBkgGeneratorModule.h:48 The function 'beginRun' overrides a function in a base class but is identical to the overridden function [uselessOverride]
background/modules/BeamBkgGenerator/include/BeamBkgGeneratorModule.h:59 The function 'endRun' overrides a function in a base class but is identical to the overridden function [uselessOverride]
background/modules/BeamBkgGenerator/src/BeamBkgGeneratorModule.cc:95 C-style pointer casting [cstyleCast]
background/modules/BeamBkgHitRateMonitor/src/KLMHitRateCounter.cc:56 Condition 'module>=0' is always true [knownConditionTrueFalse]
background/modules/BeamBkgHitRateMonitor/src/ECLHitRateCounter.cc:131 Condition 'phi>-2.356' is always true [knownConditionTrueFalse]
background/modules/BeamBkgHitRateMonitor/src/ECLHitRateCounter.cc:146 Condition 'phi>-2.356' is always true [knownConditionTrueFalse]
background/modules/BeamBkgHitRateMonitor/src/ECLHitRateCounter.cc:160 Condition 'phi>-2.356' is always true [knownConditionTrueFalse]
background/modules/BeamBkgHitRateMonitor/src/ECLHitRateCounter.cc:175 Condition 'phi>-2.356' is always true [knownConditionTrueFalse]
background/modules/BeamBkgHitRateMonitor/include/PXDHitRateCounter.h:117 The member function 'Belle2::Background::PXDHitRateCounter::getInfo' can be static. [functionStatic]
background/modules/BeamBkgHitRateMonitor/include/SVDHitRateCounter.h:138 The member function 'Belle2::Background::SVDHitRateCounter::nStripsOnLayerSide' can be static. [functionStatic]
background/modules/BeamBkgHitRateMonitor/src/SVDHitRateCounter.cc:384 The member function 'Belle2::Background::SVDHitRateCounter::massOfSensor' can be static. [functionStatic]
background/modules/BeamBkgHitRateMonitor/src/CDCHitRateCounter.cc:278 The member function 'Belle2::Background::CDCHitRateCounter::getIPhiBin' can be static. [functionStatic]
background/modules/BeamBkgHitRateMonitor/src/SVDHitRateCounter.cc:333 Variable 'layerActiveStrips' can be declared as pointer to const [constVariableReference]
background/modules/BeamBkgHitRateMonitor/include/BeamBkgHitRateMonitorModule.h:43 The destructor '~BeamBkgHitRateMonitorModule' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride]
background/modules/BeamBkgHitRateMonitor/src/BeamBkgHitRateMonitorModule.cc:328 Local variable 'event' shadows outer function [shadowFunction]
background/steering_tools/prepareSADsample.C:66 C-style pointer casting [cstyleCast]
background/steering_tools/prepareSADsample.C:51 Function parameter 'inputFile' should be passed by const reference. [passedByValue]
background/steering_tools/prepareSADsample.C:51 Function parameter 'outputFile' should be passed by const reference. [passedByValue]
background/modules/EclBackgroundStudy/include/EclBackgroundStudyModule.h:36 The destructor '~EclBackgroundStudyModule' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride]
background/modules/EclBackgroundStudy/include/EclBackgroundStudyModule.h:43 The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
background/modules/EclBackgroundStudy/include/EclBackgroundStudyModule.h:50 The function 'beginRun' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
background/modules/EclBackgroundStudy/include/EclBackgroundStudyModule.h:57 The function 'event' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
background/modules/EclBackgroundStudy/include/EclBackgroundStudyModule.h:64 The function 'endRun' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
background/modules/EclBackgroundStudy/include/EclBackgroundStudyModule.h:71 The function 'terminate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
background/modules/EclBackgroundStudy/include/EclBackgroundStudyModule.h:64 The function 'endRun' overrides a function in a base class but is identical to the overridden function [uselessOverride]
background/modules/BeamBkgMixer/include/BeamBkgMixerModule.h:39 The destructor '~BeamBkgMixerModule' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride]
background/modules/BeamBkgMixer/include/BeamBkgMixerModule.h:51 The function 'beginRun' overrides a function in a base class but is identical to the overridden function [uselessOverride]
background/modules/BeamBkgMixer/include/BeamBkgMixerModule.h:62 The function 'endRun' overrides a function in a base class but is identical to the overridden function [uselessOverride]
background/modules/BeamBkgMixer/src/BeamBkgMixerModule.cc:143 Range variable 'file' should be declared as const reference. [iterateByValue]
background/modules/BeamBkgMixer/src/BeamBkgMixerModule.cc:321 Variable 'bkg' can be declared as reference to const [constVariableReference]
background/modules/BeamBkgMixer/src/BeamBkgMixerModule.cc:188 Variable 'bgMD' can be declared as pointer to const [constVariablePointer]
background/modules/BeamBkgMixer/src/BeamBkgMixerModule.cc:549 Variable 'simHit' can be declared as pointer to const [constVariablePointer]
background/modules/BeamBkgNeutron/include/BeamBkgNeutronModule.h:31 The destructor '~BeamBkgNeutronModule' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride]
background/modules/BeamBkgNeutron/include/BeamBkgNeutronModule.h:38 The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
background/modules/BeamBkgNeutron/include/BeamBkgNeutronModule.h:45 The function 'beginRun' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
background/modules/BeamBkgNeutron/include/BeamBkgNeutronModule.h:52 The function 'event' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
background/modules/BeamBkgNeutron/include/BeamBkgNeutronModule.h:59 The function 'endRun' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
background/modules/BeamBkgNeutron/include/BeamBkgNeutronModule.h:66 The function 'terminate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
background/modules/BeamBkgNeutron/include/BeamBkgNeutronModule.h:59 The function 'endRun' overrides a function in a base class but is identical to the overridden function [uselessOverride]
background/modules/BeamBkgNeutron/src/BeamBkgNeutronModule.cc:148 Variable 'simHit' can be declared as pointer to const [constVariablePointer]
background/modules/BeamBkgNeutron/src/BeamBkgNeutronModule.cc:170 Variable 'simHit' can be declared as pointer to const [constVariablePointer]
background/modules/BeamBkgNeutron/src/BeamBkgNeutronModule.cc:186 Variable 'simHit' can be declared as pointer to const [constVariablePointer]
background/modules/BeamBkgNeutron/src/BeamBkgNeutronModule.cc:202 Variable 'simHit' can be declared as pointer to const [constVariablePointer]
background/modules/BeamBkgNeutron/src/BeamBkgNeutronModule.cc:218 Variable 'simHit' can be declared as pointer to const [constVariablePointer]
background/modules/BeamBkgNeutron/src/BeamBkgNeutronModule.cc:234 Variable 'simHit' can be declared as pointer to const [constVariablePointer]
background/modules/BeamBkgNeutron/src/BeamBkgNeutronModule.cc:250 Variable 'simHit' can be declared as pointer to const [constVariablePointer]
background/modules/BeamBkgNeutron/src/BeamBkgNeutronModule.cc:265 Variable 'simHit' can be declared as pointer to const [constVariablePointer]
background/modules/BeamBkgNeutron/src/BeamBkgNeutronModule.cc:289 Variable 'bkgHit' can be declared as pointer to const [constVariablePointer]
background/modules/BeamBkgTagSetter/include/BeamBkgTagSetterModule.h:60 The destructor '~BeamBkgTagSetterModule' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride]
background/modules/BeamBkgTagSetter/include/BeamBkgTagSetterModule.h:72 The function 'beginRun' overrides a function in a base class but is identical to the overridden function [uselessOverride]
background/modules/BeamBkgTagSetter/include/BeamBkgTagSetterModule.h:83 The function 'endRun' overrides a function in a base class but is identical to the overridden function [uselessOverride]
background/modules/BeamBkgTagSetter/include/BeamBkgTagSetterModule.h:89 The function 'terminate' overrides a function in a base class but is identical to the overridden function [uselessOverride]