#include <AtmosStdHEP.h>
Public Member Functions | |
| AtmosStdHEP () | |
| ~AtmosStdHEP () | |
| void | Init () |
Public Attributes | |
| Int_t | Index |
| Int_t | Parent [2] |
| Int_t | Child [2] |
| Int_t | Status |
| Int_t | Id |
| Float_t | Mass |
| Float_t | PX |
| Float_t | PY |
| Float_t | PZ |
| Float_t | E |
| Float_t | VtxX |
| Float_t | VtxY |
| Float_t | VtxZ |
| Float_t | VtxT |
|
|
Definition at line 10 of file AtmosStdHEP.cxx. References Init(). 00011 {
00012 this->Init();
00013 }
|
|
|
Definition at line 6 of file AtmosStdHEP.cxx. 00007 {
00008 }
|
|
|
Definition at line 15 of file AtmosStdHEP.cxx. References Child, E, Id, Index, Mass, Parent, PX, PY, PZ, Status, VtxT, VtxX, VtxY, and VtxZ. Referenced by AtmosStdHEP(). 00016 {
00017 Index = -1;
00018
00019 Parent[0] = 0;
00020 Parent[1] = 0;
00021 Child[0] = 0;
00022 Child[1] = 0;
00023 Status = 0;
00024 Id = 0;
00025 Mass = 0.0;
00026 PX = 0.0;
00027 PY = 0.0;
00028 PZ = 0.0;
00029 E = 0.0;
00030 VtxX = 0.0;
00031 VtxY = 0.0;
00032 VtxZ = 0.0;
00033 VtxT = 0.0;
00034 }
|
|
|
Definition at line 16 of file AtmosStdHEP.h. Referenced by NtpMaker::FillMCInfo(), and Init(). |
|
|
Definition at line 23 of file AtmosStdHEP.h. Referenced by NtpMaker::FillMCInfo(), and Init(). |
|
|
Definition at line 18 of file AtmosStdHEP.h. Referenced by NtpMaker::FillMCInfo(), and Init(). |
|
|
Definition at line 13 of file AtmosStdHEP.h. Referenced by NtpMaker::FillMCInfo(), and Init(). |
|
|
Definition at line 19 of file AtmosStdHEP.h. Referenced by NtpMaker::FillMCInfo(), and Init(). |
|
|
Definition at line 15 of file AtmosStdHEP.h. Referenced by NtpMaker::FillMCInfo(), and Init(). |
|
|
Definition at line 20 of file AtmosStdHEP.h. Referenced by NtpMaker::FillMCInfo(), and Init(). |
|
|
Definition at line 21 of file AtmosStdHEP.h. Referenced by NtpMaker::FillMCInfo(), and Init(). |
|
|
Definition at line 22 of file AtmosStdHEP.h. Referenced by NtpMaker::FillMCInfo(), and Init(). |
|
|
Definition at line 17 of file AtmosStdHEP.h. Referenced by NtpMaker::FillMCInfo(), and Init(). |
|
|
Definition at line 27 of file AtmosStdHEP.h. Referenced by NtpMaker::FillMCInfo(), and Init(). |
|
|
Definition at line 24 of file AtmosStdHEP.h. Referenced by NtpMaker::FillMCInfo(), and Init(). |
|
|
Definition at line 25 of file AtmosStdHEP.h. Referenced by NtpMaker::FillMCInfo(), and Init(). |
|
|
Definition at line 26 of file AtmosStdHEP.h. Referenced by Init(). |
1.3.9.1