| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

In This Package:

G4DhHit.cc

Go to the documentation of this file.
00001 #include "G4DataHelpers/G4DhHit.h"
00002 
00003 
00004 G4DhHit::G4DhHit(DayaBay::SimHit* hit,int trackid)
00005     : m_hit(hit) 
00006     , m_g4trackid(trackid)
00007 {
00008 }
00009 G4DhHit::G4DhHit()
00010     : m_hit(0) 
00011     , m_g4trackid(0)
00012 {
00013 }
00014 G4DhHit::~G4DhHit()
00015 {
00016 }
00017 
00018 void G4DhHit::set(DayaBay::SimHit* hit) 
00019 { 
00020     m_hit = hit; 
00021 }
00022 DayaBay::SimHit* G4DhHit::get() 
00023 { 
00024     return m_hit; 
00025 }
00026 
00027 void G4DhHit::setTrackId(int id)
00028 {
00029   m_g4trackid = id;
00030 }
00031 
00032 int G4DhHit::trackId() const 
00033 {
00034   return m_g4trackid;
00035 }
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Mon Apr 11 20:32:08 2011 for G4DataHelpers by doxygen 1.4.7