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

#include <PndEmcDigiRingSorter.h>

Inheritance diagram for PndEmcDigiRingSorter:

Public Member Functions

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

Detailed Description

Definition at line 10 of file PndEmcDigiRingSorter.h.

Constructor & Destructor Documentation

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

Definition at line 12 of file PndEmcDigiRingSorter.h.

12 :FairRingSorter(size, width){};
PndEmcDigiRingSorter::~PndEmcDigiRingSorter ( )
virtual

Definition at line 12 of file PndEmcDigiRingSorter.cxx.

12  {
13  // TODO Auto-generated destructor stub
14 }

Member Function Documentation

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

Definition at line 16 of file PndEmcDigiRingSorter.cxx.

16  {
17  return new PndEmcDigi(*(PndEmcDigi*)data);
18 }
represents the reconstructed hit of one emc crystal
Definition: PndEmcDigi.h:40

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