Changes between Version 1 and Version 2 of Ticket #973, comment 7
- Timestamp:
- Jul 4, 2016, 2:36:34 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #973, comment 7
v1 v2 1 Hi2 3 4 I realized that the problem was to the fact that I was reading the "stableParticles" instead of allParticles. However, how would it possible to get something like5 6 candidate->M1->PID7 8 ie to get the PID of the M1/M2 from the allParticles collection via the Candidates object ?9 10 thanks