#include <PulserFromRawLiBlock.h>
Public Member Functions | |
| PulserFromRawLiBlock () | |
| ~PulserFromRawLiBlock () | |
| PulserFromRawLiBlock (const RawLIAdcSummaryBlock &) | |
| void | New (const RawLIAdcSummaryBlock &) |
| Short_t | GetCalibType () const |
| Short_t | GetCalibPoint () const |
| Short_t | GetPulserBox () const |
| Short_t | GetLed () const |
| Short_t | GetPulseHeight () const |
| Short_t | GetPulseWidth () const |
| Short_t | GetPulses () const |
| Short_t | GetPeriod () const |
| Int_t | GetCount () const |
| VldContext | GetVldContext () const |
| VldTimeStamp | GetTimeStamp () const |
Private Attributes | |
| Short_t | fCalibType |
| Short_t | fCalibPoint |
| Short_t | fPulserBox |
| Short_t | fLed |
| Short_t | fPulseHeight |
| Short_t | fPulseWidth |
| Short_t | fPulses |
| Short_t | fPeriod |
| Short_t | fCount |
| VldContext | fVldCon |
| VldTimeStamp | fVldTim |
|
|
Definition at line 39 of file PulserFromRawLiBlock.cxx. References MSG. 00040 {
00041 MSG("Pulser",Msg::kVerbose) <<" PulserFromRawLiBlock ctor \n";
00042
00043 }
|
|
|
Definition at line 45 of file PulserFromRawLiBlock.cxx. References MSG. 00046 {
00047 MSG("Pulser",Msg::kVerbose) <<" PulserFromRawLiBlock dtor \n";
00048
00049 }
|
|
|
Definition at line 51 of file PulserFromRawLiBlock.cxx. References MSG. 00051 : 00052 fCalibType(rawsum.GetCalibType()), 00053 fCalibPoint(rawsum.GetCalibPoint()), 00054 fPulserBox(rawsum.GetPulserBox()), 00055 fLed(rawsum.GetLed()), 00056 fPulseHeight(rawsum.GetPulseHeight()), 00057 fPulseWidth(rawsum.GetPulseWidth()), 00058 fPulses(rawsum.GetPulses()), 00059 fPeriod(rawsum.GetPeriod()), 00060 fCount(rawsum.GetCount()), 00061 fVldCon(rawsum.GetVldContext()), 00062 fVldTim(rawsum.GetTimeStamp()) 00063 { 00064 MSG("Pulser",Msg::kVerbose) <<" PulserFromRawLiBlock ctor \n"; 00065 00066 }
|
|
|
Definition at line 37 of file PulserFromRawLiBlock.h. Referenced by PulserFromRawSummaryList::Add(), PulserFromRawSummaryList::PulserFromRawSummaryList(), and PulserFromRawModule::Reco(). 00037 {return fCalibPoint;}
|
|
|
Definition at line 36 of file PulserFromRawLiBlock.h. Referenced by PulserFromRawSummaryList::Add(), and PulserFromRawSummaryList::PulserFromRawSummaryList(). 00036 {return fCalibType;}
|
|
|
Definition at line 44 of file PulserFromRawLiBlock.h. 00044 {return fCount;}
|
|
|
Definition at line 39 of file PulserFromRawLiBlock.h. Referenced by PulserFromRawSummaryList::Add(), PulserFromRawSummaryList::PulserFromRawSummaryList(), and PulserFromRawModule::Reco(). 00039 {return fLed;}
|
|
|
Definition at line 43 of file PulserFromRawLiBlock.h. 00043 {return fPeriod;}
|
|
|
Definition at line 40 of file PulserFromRawLiBlock.h. Referenced by PulserFromRawSummaryList::Add(), and PulserFromRawSummaryList::PulserFromRawSummaryList(). 00040 {return fPulseHeight;}
|
|
|
Definition at line 38 of file PulserFromRawLiBlock.h. Referenced by PulserFromRawSummaryList::Add(), and PulserFromRawSummaryList::PulserFromRawSummaryList(). 00038 {return fPulserBox;}
|
|
|
Definition at line 42 of file PulserFromRawLiBlock.h. Referenced by PulserFromRawSummaryList::PulserFromRawSummaryList(). 00042 {return fPulses;}
|
|
|
Definition at line 41 of file PulserFromRawLiBlock.h. Referenced by PulserFromRawSummaryList::Add(), and PulserFromRawSummaryList::PulserFromRawSummaryList(). 00041 {return fPulseWidth;}
|
|
|
Definition at line 46 of file PulserFromRawLiBlock.h. 00046 {return fVldTim;}
|
|
|
Definition at line 45 of file PulserFromRawLiBlock.h. Referenced by PulserFromRawSummaryList::Add(), and PulserFromRawSummaryList::PulserFromRawSummaryList(). 00045 {return fVldCon;}
|
|
|
|
Definition at line 49 of file PulserFromRawLiBlock.h. Referenced by New(). |
|
|
Definition at line 48 of file PulserFromRawLiBlock.h. Referenced by New(). |
|
|
Definition at line 56 of file PulserFromRawLiBlock.h. Referenced by New(). |
|
|
Definition at line 51 of file PulserFromRawLiBlock.h. Referenced by New(). |
|
|
Definition at line 55 of file PulserFromRawLiBlock.h. Referenced by New(). |
|
|
Definition at line 52 of file PulserFromRawLiBlock.h. Referenced by New(). |
|
|
Definition at line 50 of file PulserFromRawLiBlock.h. Referenced by New(). |
|
|
Definition at line 54 of file PulserFromRawLiBlock.h. Referenced by New(). |
|
|
Definition at line 53 of file PulserFromRawLiBlock.h. Referenced by New(). |
|
|
Definition at line 57 of file PulserFromRawLiBlock.h. Referenced by New(). |
|
|
Definition at line 58 of file PulserFromRawLiBlock.h. Referenced by New(). |
1.3.9.1