#include <SimPmtGenericM64.h>
Inheritance diagram for SimPmtGenericM64:

Public Member Functions | |
| SimPmtGenericM64 (PlexPixelSpotId tube, VldContext context, TRandom *random=NULL) | |
| virtual Float_t | GetPixelGain (Int_t pixel, Int_t spot=1) |
| virtual Float_t | GetPixelSecondaryEmmisionRatio (Int_t pixel, Int_t spot=1) |
|
||||||||||||||||
|
Definition at line 14 of file SimPmtGenericM64.h. 00017 : SimPmtM64(tube,context,random) {};
|
|
||||||||||||
|
Reimplemented from SimPmt. Definition at line 25 of file SimPmtGenericM64.cxx. References GA0323_gain. 00026 {
00027 return GA0323_gain[pixel];
00028 }
|
|
||||||||||||
|
Reimplemented from SimPmt. Definition at line 30 of file SimPmtGenericM64.cxx. 00031 {
00032 return 4.5;
00033 }
|
1.3.9.1