You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ANALYSISTREE_ATTR_DEPRECATED("Use SetPid(), do not use SetMass() unless you want to assign mass field with value different from PDG-true") voidSetMass(Floating_t mass) {
32
32
mass_ = mass;
33
33
}
34
34
35
+
ANALYSISTREE_ATTR_DEPRECATED("Use SetPid(), do not use SetCharge() unless you want to assign charge field with value different from PDG-true") voidSetCharge(Int_t charge) {
0 commit comments