1 #include "EventBoxTracker.hxx" 5 EventBoxTracker::EventBoxTracker():
EventBoxB(){
8 for (Int_t i=0;i<2;i++){
9 nFGDMichelElectrons[i] = 0;
10 FGDMichelElectrons[i] = NULL;
15 EventBoxTracker::~EventBoxTracker(){
18 for (Int_t i=0;i<2;i++){
19 if (FGDMichelElectrons[i])
20 delete [] FGDMichelElectrons[i];
21 FGDMichelElectrons[i] = NULL;