FairRoot/PandaRoot
Public Member Functions | List of all members
PndMvdTopix4RingSorter Class Reference

#include <PndMvdTopix4RingSorter.h>

Inheritance diagram for PndMvdTopix4RingSorter:

Public Member Functions

 PndMvdTopix4RingSorter (int size=100, double width=10)
 
virtual ~PndMvdTopix4RingSorter ()
 
virtual FairTimeStamp * CreateElement (FairTimeStamp *data)
 
 ClassDef (PndMvdTopix4RingSorter, 1)
 

Detailed Description

Definition at line 13 of file PndMvdTopix4RingSorter.h.

Constructor & Destructor Documentation

PndMvdTopix4RingSorter::PndMvdTopix4RingSorter ( int  size = 100,
double  width = 10 
)
inline

Definition at line 15 of file PndMvdTopix4RingSorter.h.

15 :FairRingSorter(size, width){};
PndMvdTopix4RingSorter::~PndMvdTopix4RingSorter ( )
virtual

Definition at line 15 of file PndMvdTopix4RingSorter.cxx.

15  {
16  // TODO Auto-generated destructor stub
17 }

Member Function Documentation

PndMvdTopix4RingSorter::ClassDef ( PndMvdTopix4RingSorter  ,
 
)
FairTimeStamp * PndMvdTopix4RingSorter::CreateElement ( FairTimeStamp *  data)
virtual

Definition at line 19 of file PndMvdTopix4RingSorter.cxx.

19  {
20  return new PndSdsDigiTopix4(*(PndSdsDigiTopix4*)data);
21 }
Data class to store the digi output of a pixel module.

The documentation for this class was generated from the following files: