Opened 8 years ago
Last modified 8 years ago
#1069 closed How to
fUniqueID issue — at Initial Version
Reported by: | namgyun | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Delphes code | Version: | Delphes 3 |
Keywords: | Cc: |
Description
Hello, I am Nam
Now I am trying to read fUniqueID.
Actually, I would like to read Mother particles information, in the macro, when I require like this
============================================
GenParticle *part = (GenParticle*) branchParticle->At(multi);)
cout<<part.M1<<endl;
============================================
I receive the number or barcode, I guess, this is related with fUniqueID.
So, I would like to check GenParticles Mother particles.
Do you have any idea? Could you help me?
-Nam
Note:
See TracTickets
for help on using tickets.