Fork me on GitHub

Changes between Initial Version and Version 1 of Ticket #852, comment 9


Ignore:
Timestamp:
Nov 18, 2016, 1:13:36 PM (8 years ago)
Author:
J Dutta

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #852, comment 9

    initial v1  
    44Can a condition like the following can be used?
    55
    6 if(!pdgParticle || pid!=47 ) continue;  (here 47 is the pid of the new particle I am using).
     6if(!pdgParticle or pid!=47 ) continue; 
     7(here 47 is the pid of the new particle I am using).
    78
    89and also assign the candidate charge and mass by hand?  (equivalent to this block: