Changes between Version 5 and Version 6 of WorkBook/Candidate
- Timestamp:
- Nov 20, 2012, 12:10:40 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WorkBook/Candidate
v5 v6 14 14 classes/DelphesClasses.h 15 15 }}} 16 17 Here 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 }}}