#include <SimPmtMaker.h>
Inheritance diagram for SimPmtMakerProxy< T >:

Public Member Functions | |
| SimPmtMakerProxy (const char *name) | |
Private Member Functions | |
| SimPmt * | Create (PlexPixelSpotId tube, VldContext context, TRandom *random) const |
|
||||||||||
|
Definition at line 45 of file SimPmtMaker.h. 00045 : SimPmtMaker(name) {};
|
|
||||||||||||||||||||
|
Implements SimPmtMaker. Definition at line 47 of file SimPmtMaker.h. 00049 {
00050 return new T(tube,context,random);
00051 };
|
1.3.9.1