Changes between Initial Version and Version 1 of Ticket #1069
- Timestamp:
- Feb 1, 2017, 1:31:05 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1069 – Description
initial v1 4 4 5 5 Actually, I would like to read Mother particles information, in the macro, when I require like this 6 ============================================ 6 {{{ 7 7 GenParticle *part = (GenParticle*) branchParticle->At(multi);) 8 8 cout<<part.M1<<endl; 9 ============================================ 9 }}} 10 10 I receive the number or barcode, I guess, this is related with fUniqueID. 11 11 So, I would like to check GenParticles Mother particles.