FairRoot/PandaRoot
PndMvdTopix4RingSorter.cxx
Go to the documentation of this file.
1 /*
2  * PndMvdTopix4RingSorter.cxx
3  *
4  * Created on: Sep 9, 2011
5  * Author: stockman
6  */
7 
8 #include "PndSdsDigiTopix4.h"
10 
11 
13 
14 
16  // TODO Auto-generated destructor stub
17 }
18 
19 FairTimeStamp* PndMvdTopix4RingSorter::CreateElement(FairTimeStamp* data) {
20  return new PndSdsDigiTopix4(*(PndSdsDigiTopix4*)data);
21 }
Data class to store the digi output of a pixel module.
virtual FairTimeStamp * CreateElement(FairTimeStamp *data)
ClassImp(PndAnaContFact)