Fork me on GitHub

Changes between Initial Version and Version 1 of Ticket #1069


Ignore:
Timestamp:
Feb 1, 2017, 1:31:05 PM (8 years ago)
Author:
Pavel Demin
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1069 – Description

    initial v1  
    44
    55Actually, I would like to read Mother particles information, in the macro, when I require like this
    6 ============================================
     6{{{
    77GenParticle *part = (GenParticle*) branchParticle->At(multi);)
    88cout<<part.M1<<endl;
    9 ============================================
     9}}}
    1010I receive the number or barcode, I guess, this is related with fUniqueID.
    1111So, I would like to check GenParticles Mother particles.