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