Fork me on GitHub

Changes between Version 5 and Version 6 of WorkBook/Candidate


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

--

Legend:

Unmodified
Added
Removed
Modified
  • WorkBook/Candidate

    v5 v6  
    1414classes/DelphesClasses.h
    1515}}}
     16
     17Here are the most interesting fields of the {{{Candidate}}} class
     18{{{
     19  Int_t PID;
     20
     21  Int_t Status;
     22
     23  Int_t Charge;
     24
     25  Float_t Mass;
     26 
     27  TLorentzVector Momentum, Position;
     28}}}