#include <PhotonStatSummarizer.h>
Public Member Functions | |
| DetectorDrift () | |
| void | Reset () |
| virtual | ~DetectorDrift () |
Public Attributes | |
| Float_t | numPmts |
| Float_t | numSpots |
| Float_t | meanPmtGain |
| Float_t | meanSpotGain |
| Float_t | rmsPmtGain |
| Float_t | rmsSpotGain |
| Float_t | lowestPmt |
| Float_t | highestPmt |
| Float_t | section [8] |
|
|
Definition at line 92 of file PhotonStatSummarizer.h. 00092 { Reset(); };
|
|
|
Definition at line 100 of file PhotonStatSummarizer.h. 00100 { }
|
|
|
Definition at line 93 of file PhotonStatSummarizer.h. Referenced by PhotonStatSummarizer::ComputeDetectorDrift(). 00093 {
00094 meanPmtGain=meanSpotGain=rmsPmtGain=rmsSpotGain=0;
00095 lowestPmt=1e9;
00096 highestPmt=-1e9;
00097 for(int i=0;i<8;i++) section[i] = 0;
00098 };
|
|
|
Definition at line 89 of file PhotonStatSummarizer.h. Referenced by PhotonStatSummarizer::ComputeDetectorDrift(). |
|
|
Definition at line 88 of file PhotonStatSummarizer.h. Referenced by PhotonStatSummarizer::ComputeDetectorDrift(). |
|
|
Definition at line 84 of file PhotonStatSummarizer.h. Referenced by PhotonStatSummarizer::ComputeDetectorDrift(). |
|
|
Definition at line 85 of file PhotonStatSummarizer.h. Referenced by PhotonStatSummarizer::ComputeDetectorDrift(). |
|
|
Definition at line 82 of file PhotonStatSummarizer.h. Referenced by PhotonStatSummarizer::ComputeDetectorDrift(). |
|
|
Definition at line 83 of file PhotonStatSummarizer.h. Referenced by PhotonStatSummarizer::ComputeDetectorDrift(). |
|
|
Definition at line 86 of file PhotonStatSummarizer.h. |
|
|
Definition at line 87 of file PhotonStatSummarizer.h. |
|
|
Definition at line 90 of file PhotonStatSummarizer.h. Referenced by PhotonStatSummarizer::ComputeDetectorDrift(). |
1.3.9.1