Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

AtmosStdHEP.cxx

Go to the documentation of this file.
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 }

Generated on Mon Feb 15 11:06:23 2010 for loon by  doxygen 1.3.9.1