#include <PhotonStatSummarizer.h>
Public Member Functions | |
| PmtDrift () | |
| Don't include this in output tree. | |
| virtual | ~PmtDrift () |
| void | Print (const char *option="") const |
Public Attributes | |
| PlexPixelSpotId | pmt |
| UInt_t | encoded |
| Char_t | side |
| Char_t | level |
| Short_t | bay |
| Short_t | muxbox |
| Short_t | tube |
| RawChannelId | rcid |
| FloatErr | lowestGain |
| FloatErr | highestGain |
| FloatErr | rawGain |
| FloatErr | meanGain |
| FloatErr | finalGain |
| Float_t | sysError |
| Short_t | nspot |
| Short_t | ngood |
| Short_t | nbadLow |
| Short_t | nbadHigh |
| std::vector< SpotDrift > | spots |
|
|
Don't include this in output tree.
Definition at line 72 of file PhotonStatSummarizer.h. 00072 : lowestGain(1e99), highestGain(-1e99), 00073 rawGain(0,0), meanGain(0,0), finalGain(0,0), 00074 sysError(0), nspot(0), ngood(0), nbadLow(0), nbadHigh(0), spots(128) {};
|
|
|
Definition at line 75 of file PhotonStatSummarizer.h. 00075 {};
|
|
|
Definition at line 39 of file PhotonStatSummarizer.cxx. References PlexPixelSpotId::AsString(), encoded, meanGain, ngood, nspot, pmt, and rawGain. 00040 {
00041 cout << "PmtDrift " << pmt.AsString() << "(" << encoded << ") "
00042 << rawGain << " " << meanGain << " " << nspot << " " << ngood
00043 << endl;
00044 }
|
|
|
Definition at line 56 of file PhotonStatSummarizer.h. Referenced by PhotonStatSummarizer::ComputePmtDrifts(). |
|
|
Definition at line 53 of file PhotonStatSummarizer.h. Referenced by PhotonStatSummarizer::ComputePmtDrifts(), and Print(). |
|
|
Definition at line 64 of file PhotonStatSummarizer.h. Referenced by PhotonStatSummarizer::ComputePmtDrifts(), and PhotonStatSummarizer::FillPmtDatabase(). |
|
|
Definition at line 61 of file PhotonStatSummarizer.h. Referenced by PhotonStatSummarizer::ComputePmtDrifts(), and PhotonStatSummarizer::FillPmtDatabase(). |
|
|
Definition at line 55 of file PhotonStatSummarizer.h. Referenced by PhotonStatSummarizer::ComputePmtDrifts(). |
|
|
Definition at line 60 of file PhotonStatSummarizer.h. Referenced by PhotonStatSummarizer::ComputePmtDrifts(), and PhotonStatSummarizer::FillPmtDatabase(). |
|
|
Definition at line 63 of file PhotonStatSummarizer.h. Referenced by PhotonStatSummarizer::ComputePmtDrifts(), and Print(). |
|
|
Definition at line 57 of file PhotonStatSummarizer.h. Referenced by PhotonStatSummarizer::ComputePmtDrifts(). |
|
|
Definition at line 69 of file PhotonStatSummarizer.h. Referenced by PhotonStatSummarizer::ComputePmtDrifts(). |
|
|
Definition at line 68 of file PhotonStatSummarizer.h. Referenced by PhotonStatSummarizer::ComputePmtDrifts(). |
|
|
Definition at line 67 of file PhotonStatSummarizer.h. Referenced by PhotonStatSummarizer::ComputePmtDrifts(), PhotonStatSummarizer::FillPmtDatabase(), and Print(). |
|
|
Definition at line 66 of file PhotonStatSummarizer.h. Referenced by PhotonStatSummarizer::ComputePmtDrifts(), PhotonStatSummarizer::FillPmtDatabase(), and Print(). |
|
|
Definition at line 52 of file PhotonStatSummarizer.h. Referenced by PhotonStatSummarizer::ComputePmtDrifts(), PhotonStatSummarizer::FillPmtDatabase(), and Print(). |
|
|
Definition at line 62 of file PhotonStatSummarizer.h. Referenced by PhotonStatSummarizer::ComputePmtDrifts(), PhotonStatSummarizer::FillPmtDatabase(), and Print(). |
|
|
Definition at line 59 of file PhotonStatSummarizer.h. Referenced by PhotonStatSummarizer::ComputePmtDrifts(), and PhotonStatSummarizer::FillPmtDatabase(). |
|
|
Definition at line 54 of file PhotonStatSummarizer.h. Referenced by PhotonStatSummarizer::ComputePmtDrifts(). |
|
|
Definition at line 70 of file PhotonStatSummarizer.h. Referenced by PhotonStatSummarizer::ComputePmtDrifts(). |
|
|
Definition at line 65 of file PhotonStatSummarizer.h. Referenced by PhotonStatSummarizer::ComputePmtDrifts(), and PhotonStatSummarizer::FillPmtDatabase(). |
|
|
Definition at line 58 of file PhotonStatSummarizer.h. Referenced by PhotonStatSummarizer::ComputePmtDrifts(). |
1.3.9.1