# | Line 11 | Line 11 | void GenericParticle::Print(Option_t */* | |
---|---|---|
11 | { | |
12 | // Print particle kinematics. | |
13 | ||
14 | < | printf("pt=%.3f eta=%.3f phi=%.3f c=%.1f t=%d\n", Pt(), Eta(), Phi(), Charge(), RecoObjType()); |
14 | > | printf("pt=%.3f eta=%.3f phi=%.3f c=%.1f t=%d\n", Pt(), Eta(), Phi(), Charge(), ObjType()); |
15 | } |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |