14 print(depth,
"Class: ", primaryParticle.ClassName())
15 print(depth,
"Track Id:", primaryParticle.GetTrackId())
16 print(depth,
"Name:", primaryParticle.GetName())
17 print(depth,
"PDG Code:",primaryParticle.GetPDGCode())
18 print(depth,
"Momentum:",primaryParticle.GetMomentum().
X(),
19 primaryParticle.GetMomentum().
Y(),
20 primaryParticle.GetMomentum().
Z(),
21 primaryParticle.GetMomentum().
E(),
22 primaryParticle.GetMomentum().
P(),
23 primaryParticle.GetMomentum().M())
std::pair< float, std::string > P
def printPrimaryParticle(depth, primaryParticle)