00001 00002 #include "AtmosStdHEP.h" 00003 00004 ClassImp(AtmosStdHEP) 00005 00006 AtmosStdHEP::~AtmosStdHEP() 00007 { 00008 } 00009 00010 AtmosStdHEP::AtmosStdHEP() 00011 { 00012 this->Init(); 00013 } 00014 00015 void AtmosStdHEP::Init() 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 }
1.3.9.1