Hall-D Software  alpha
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
pid_dirc/DrcEvent.cc
Go to the documentation of this file.
1 #include "DrcEvent.h"
2 
3 ClassImp(DrcEvent)
4 
5 // // ----- Default constructor -------------------------------------------
6 DrcEvent::DrcEvent(): fId(-1),fType(0),fPdg(0),fParent(0),
7  fTime(-1),fHitSize(0),fTest1(0),fTest2(0)
8 {
9 }
10 
11 void DrcEvent::AddHit(DrcHit hit){
12  fHitArray.push_back(hit);
13  fHitSize++;
14 }
void AddHit(DrcHit hit)
std::vector< DrcHit > fHitArray