Fork me on GitHub

Changes between Version 9 and Version 10 of WorkBook/Candidate


Ignore:
Timestamp:
Nov 26, 2012, 11:12:32 PM (12 years ago)
Author:
Pavel Demin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WorkBook/Candidate

    v9 v10  
    1616
    1717Here are the most interesting fields of the {{{Candidate}}} class:
    18 {{{
    19 Int_t PID;
    2018
    21 Int_t Status;
     19{{{Int_t PID;}}} - [http://pdg.lbl.gov/2005/reviews/montecarlorpp.pdf PDG identifier]
    2220
    23 Int_t Charge;
     21{{{Int_t Status;}}} - generator specific status code: [http://lcgapp.cern.ch/project/simu/HepMC/205/status.html HepMC status codes], [http://webber.home.cern.ch/webber/hw65_manual.html#htoc96 Herwig status codes], [http://home.fnal.gov/~mrenna/lutp0613man2/node49.html Pythia status codes]
    2422
    25 Float_t Mass;
    26  
    27 TLorentzVector Momentum, Position;
    28 }}}
     23{{{Int_t Charge;}}}
     24
     25{{{Float_t Mass;}}}
     26
     27{{{TLorentzVector Momentum, Position;}}} - momentum and position stored in form of ROOT's [http://root.cern.ch/root/html/TLorentzVector.html TLorentzVector] data type