Fork me on GitHub

Changes between Version 6 and Version 7 of WorkBook/Candidate


Ignore:
Timestamp:
Nov 20, 2012, 12:10:59 AM (12 years ago)
Author:
Pavel Demin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WorkBook/Candidate

    v6 v7  
    1717Here are the most interesting fields of the {{{Candidate}}} class
    1818{{{
    19   Int_t PID;
     19Int_t PID;
    2020
    21   Int_t Status;
     21Int_t Status;
    2222
    23   Int_t Charge;
     23Int_t Charge;
    2424
    25   Float_t Mass;
     25Float_t Mass;
    2626 
    27   TLorentzVector Momentum, Position;
     27TLorentzVector Momentum, Position;
    2828}}}