mdst/dataobjects/include/MCParticle.h:229 The class 'MCParticle' defines member function with name 'getArrayIndex' also defined in its parent class 'RelationsInterface < TObject >'. [duplInheritedMember]
mdst/dataobjects/include/MCParticle.h:565 float result is assigned to double variable. If the variable is double to avoid loss of information, then you have loss of information. [truncLongCastAssignment]
mdst/dataobjects/include/MCParticle.h:566 float result is assigned to double variable. If the variable is double to avoid loss of information, then you have loss of information. [truncLongCastAssignment]
mdst/dataobjects/include/MCParticle.h:567 float result is assigned to double variable. If the variable is double to avoid loss of information, then you have loss of information. [truncLongCastAssignment]
mdst/dataobjects/include/Track.h:63 Function parameter 'trackFitResultsName' should be passed by const reference. [passedByValue]
mdst/dataobjects/include/Track.h:100 Function parameter 'trackFitResultsName' should be passed by const reference. [passedByValue]
mdst/dataobjects/include/Track.h:142 Function parameter 'trackFitResultsName' should be passed by const reference. [passedByValue]
mdst/dbobjects/include/CollisionAxisCMS.h:23 The class 'CollisionAxisCMS' does not declare a constructor although it has private member variables which likely require initialization. [noConstructor]
mdst/dataobjects/include/HitPatternVXD.h:232 The member function 'Belle2::HitPatternVXD::getLayerMask' can be static. [functionStatic]
mdst/dataobjects/include/HitPatternVXD.h:229 Function 'getBitset()' should return member 'm_pattern' by const reference. [returnByReference]
mdst/dataobjects/include/HitPatternCDC.h:162 Function 'getBitSet()' should return member 'm_pattern' by const reference. [returnByReference]
mdst/dbobjects/include/SoftwareTriggerCutBase.h:24 Class 'SoftwareTriggerCutBase' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
mdst/dbobjects/include/SoftwareTriggerMenu.h:37 Function 'getCutIdentifiers()' should return member 'm_cutIdentifiers' by const reference. [returnByReference]
mdst/dataobjects/src/MCParticle.cc:58 Variable 'plist' can be declared as reference to const [constVariableReference]
mdst/dataobjects/src/MCParticleGraph.cc:132 Variable 'd2' is assigned a value that is never used. [unreadVariable]
mdst/dataobjects/src/Track.cc:18 Function parameter 'trackFitResultsName' should be passed by const reference. [passedByValue]
mdst/dataobjects/src/Track.cc:42 Function parameter 'trackFitResultsName' should be passed by const reference. [passedByValue]
mdst/dataobjects/src/Track.cc:81 Function parameter 'trackFitResultsName' should be passed by const reference. [passedByValue]
mdst/dbobjects/tests/BeamSpotUT.cc:76 Condition 'bs==bs3' is always true [knownConditionTrueFalse]
mdst/dataobjects/src/SoftwareTriggerResult.cc:45 Unmatched suppression: unassignedVariable [unmatchedSuppression]
mdst/dataobjects/src/SoftwareTriggerResult.cc:55 Unmatched suppression: unassignedVariable [unmatchedSuppression]