Changes between Version 9 and Version 10 of WorkBook/Candidate
- Timestamp:
- Nov 26, 2012, 11:12:32 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WorkBook/Candidate
v9 v10 16 16 17 17 Here are the most interesting fields of the {{{Candidate}}} class: 18 {{{19 Int_t PID;20 18 21 Int_t Status; 19 {{{Int_t PID;}}} - [http://pdg.lbl.gov/2005/reviews/montecarlorpp.pdf PDG identifier] 22 20 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] 24 22 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