FairRoot/PandaRoot
PndEmcDigiRingSorter.cxx
Go to the documentation of this file.
1 /*
2  * PndEmcDigiRingSorter.cxx
3  */
4 
5 #include <PndEmcDigiRingSorter.h>
6 #include "PndEmcDigi.h"
7 
8 
10 
11 
13  // TODO Auto-generated destructor stub
14 }
15 
16 FairTimeStamp* PndEmcDigiRingSorter::CreateElement(FairTimeStamp* data) {
17  return new PndEmcDigi(*(PndEmcDigi*)data);
18 }
ClassImp(PndEmcDigiRingSorter)
represents the reconstructed hit of one emc crystal
Definition: PndEmcDigi.h:40
virtual FairTimeStamp * CreateElement(FairTimeStamp *data)