#include <BMPTEvent.h>
Public Member Functions | |
| BMPTEvent () | |
| BMPTEvent (double, double, double, double, double, double, int, int) | |
| ~BMPTEvent () | |
| double | Momentum () |
| double | Mass () |
Public Attributes | |
| double | x |
| double | y |
| double | z |
| double | px |
| double | py |
| double | pz |
| int | pid |
| int | gen |
|
|
Definition at line 10 of file BMPTEvent.cxx. References MSG. 00010 : 00011 x(0),y(0),z(0),px(0),py(0),pz(0),pid(0),gen(0) 00012 { 00013 MSG("BMPT",Msg::kDebug) << "In BMPTEvent Constructor" << endl; 00014 }
|
|
||||||||||||||||||||||||||||||||||||
|
Definition at line 17 of file BMPTEvent.cxx. References gen, pid, px, py, pz, x, y, and z.
|
|
|
Definition at line 27 of file BMPTEvent.cxx. References MSG. 00028 {
00029 MSG("BMPT",Msg::kDebug) << "In BMPTEvent Destructor" << endl;
00030 }
|
|
|
Definition at line 39 of file BMPTEvent.cxx. References pid. Referenced by BMPTCalc::AH(), and BMPTCalc::YLD().
|
|
|
Definition at line 33 of file BMPTEvent.cxx. Referenced by BMPTCalc::AH(). 00034 {
00035 return sqrt(px*px + py*py + pz*pz);
00036 }
|
|
|
Definition at line 23 of file BMPTEvent.h. Referenced by BMPTEvent(). |
|
|
Definition at line 22 of file BMPTEvent.h. Referenced by BMPTCalc::AH(), BMPTEvent(), Mass(), and BMPTCalc::XSec(). |
|
|
Definition at line 19 of file BMPTEvent.h. Referenced by BMPTEvent(), Momentum(), BMPTCalc::XSec(), BMPTCalc::YLD(), and BMPTCalc::ZPRIME(). |
|
|
Definition at line 20 of file BMPTEvent.h. Referenced by BMPTEvent(), Momentum(), BMPTCalc::XSec(), BMPTCalc::YLD(), and BMPTCalc::ZPRIME(). |
|
|
Definition at line 21 of file BMPTEvent.h. Referenced by BMPTEvent(), Momentum(), BMPTCalc::XSec(), BMPTCalc::YLD(), and BMPTCalc::ZPRIME(). |
|
|
Definition at line 16 of file BMPTEvent.h. Referenced by BMPTEvent(), and BMPTCalc::ZPRIME(). |
|
|
Definition at line 17 of file BMPTEvent.h. Referenced by BMPTEvent(), and BMPTCalc::ZPRIME(). |
|
|
Definition at line 18 of file BMPTEvent.h. Referenced by BMPTEvent(), BMPTCalc::FZ(), and BMPTCalc::ZPRIME(). |
1.3.9.1