Changes between Version 6 and Version 7 of WorkBook/Candidate
- Timestamp:
- Nov 20, 2012, 12:10:59 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WorkBook/Candidate
v6 v7 17 17 Here are the most interesting fields of the {{{Candidate}}} class 18 18 {{{ 19 19 Int_t PID; 20 20 21 21 Int_t Status; 22 22 23 23 Int_t Charge; 24 24 25 25 Float_t Mass; 26 26 27 27 TLorentzVector Momentum, Position; 28 28 }}}