Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

SimPmtMakerProxy< T > Class Template Reference

#include <SimPmtMaker.h>

Inheritance diagram for SimPmtMakerProxy< T >:

SimPmtMaker List of all members.

Public Member Functions

 SimPmtMakerProxy (const char *name)

Private Member Functions

SimPmtCreate (PlexPixelSpotId tube, VldContext context, TRandom *random) const

template<class T>
class SimPmtMakerProxy< T >


Constructor & Destructor Documentation

template<class T>
SimPmtMakerProxy< T >::SimPmtMakerProxy const char *  name  )  [inline]
 

Definition at line 45 of file SimPmtMaker.h.

00045 : SimPmtMaker(name) {};


Member Function Documentation

template<class T>
SimPmt* SimPmtMakerProxy< T >::Create PlexPixelSpotId  tube,
VldContext  context,
TRandom *  random
const [inline, private, virtual]
 

Implements SimPmtMaker.

Definition at line 47 of file SimPmtMaker.h.

00049     {
00050       return new T(tube,context,random);
00051     };


The documentation for this class was generated from the following file:
Generated on Mon Feb 15 11:10:19 2010 for loon by  doxygen 1.3.9.1