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

AtmosScintHit.cxx

Go to the documentation of this file.
00001 #include "AtmosScintHit.h"
00002 
00003 ClassImp(AtmosScintHit)
00004 
00005 AtmosScintHit::AtmosScintHit()
00006 {
00007   this->Init();
00008 }  
00009 
00010 AtmosScintHit::~AtmosScintHit()
00011 {
00012   
00013 }
00014 
00015 void AtmosScintHit::Init()
00016 {
00017   Id = 0;
00018   TrkId = 0;
00019   Plane = -999;
00020   Strip = -999;
00021   View = -1;
00022   for(int i=0; i<2; ++i)
00023     {
00024       U[i] = 0.0;
00025       V[i] = 0.0;
00026       X[i] = 0.0;
00027       Y[i] = 0.0;
00028       Z[i] = 0.0;
00029       T[i] = 0.0;
00030     }
00031   ParticleE = 0.0;
00032   DS = 0.0;
00033   DE = 0.0;
00034 }

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