#include <LiHeader.h>
Public Member Functions | |
| LiHeader () | |
| LiHeader (const LiHeader &rhs) | |
| ~LiHeader () | |
| void | SetHeader (Int_t timeframe, Int_t calibpoint, Int_t calibtype, Int_t box, Int_t led, Int_t pulseheight, Int_t pulsewidth) |
| Int_t | GetTimeFrame () const |
| Int_t | GetCalibPoint () const |
| Int_t | GetCalibType () const |
| Int_t | GetBox () const |
| Int_t | GetLed () const |
| Int_t | GetPulseHeight () const |
| Int_t | GetPulseWidth () const |
| Int_t | GetTpmtBox () const |
| void | SetTpmtBox (Int_t tmptbox) |
| Int_t | GetTpmtChannels () const |
| void | SetTpmtChannels (Int_t nchannels) |
Private Attributes | |
| Int_t | fTimeframe |
| Int_t | fCalibPoint |
| Int_t | fCalibType |
| Int_t | fBox |
| Int_t | fLed |
| Int_t | fPulseHeight |
| Int_t | fPulseWidth |
| Int_t | fTpmtBox |
| Int_t | fTpmtChannels |
|
|
Definition at line 5 of file LiHeader.cxx. 00005 : 00006 fTimeframe(0), fCalibPoint(-1), fCalibType(-1), 00007 fBox(-1), fLed(-1), fPulseHeight(0), fPulseWidth(0), 00008 fTpmtBox(-1), fTpmtChannels(0) 00009 { 00010 00011 }
|
|
|
Definition at line 13 of file LiHeader.cxx. 00013 : 00014 TObject(rhs), 00015 fTimeframe(rhs.fTimeframe), fCalibPoint(rhs.fCalibPoint), fCalibType(rhs.fCalibType), 00016 fBox(rhs.fBox), fLed(rhs.fLed), fPulseHeight(rhs.fPulseHeight), fPulseWidth(rhs.fPulseWidth), 00017 fTpmtBox(rhs.fTpmtBox), fTpmtChannels(rhs.fTpmtChannels) 00018 { 00019 00020 }
|
|
|
Definition at line 22 of file LiHeader.cxx. 00023 {
00024
00025 }
|
|
|
Definition at line 49 of file LiHeader.cxx. Referenced by FarDetDataQualityModule::ProcessBlock(), FarDetDataQualityModule::Reco(), and AlgFarDetDataQuality::RunAlg(). 00050 {
00051 return fBox;
00052 }
|
|
|
Definition at line 39 of file LiHeader.cxx. 00040 {
00041 return fCalibPoint;
00042 }
|
|
|
Definition at line 44 of file LiHeader.cxx. 00045 {
00046 return fCalibType;
00047 }
|
|
|
Definition at line 54 of file LiHeader.cxx. Referenced by FarDetDataQualityModule::Reco(), and AlgFarDetDataQuality::RunAlg(). 00055 {
00056 return fLed;
00057 }
|
|
|
Definition at line 59 of file LiHeader.cxx. Referenced by AlgFarDetDataQuality::RunAlg(). 00060 {
00061 return fPulseHeight;
00062 }
|
|
|
Definition at line 64 of file LiHeader.cxx. Referenced by AlgFarDetDataQuality::RunAlg(). 00065 {
00066 return fPulseWidth;
00067 }
|
|
|
Definition at line 34 of file LiHeader.cxx. Referenced by FarDetDataQualityModule::ProcessBlock(), FarDetDataQualityModule::Reco(), and AlgFarDetDataQuality::RunAlg(). 00035 {
00036 return fTimeframe;
00037 }
|
|
|
Definition at line 69 of file LiHeader.cxx. Referenced by FarDetDataQualityModule::ProcessBlock(), and FarDetDataQualityModule::Reco(). 00070 {
00071 return fTpmtBox;
00072 }
|
|
|
Definition at line 79 of file LiHeader.cxx. 00080 {
00081 return fTpmtChannels;
00082 }
|
|
||||||||||||||||||||||||||||||||
|
Definition at line 27 of file LiHeader.cxx. References fBox, fCalibPoint, fCalibType, fLed, fPulseHeight, fPulseWidth, and fTimeframe. Referenced by FarDetDataQualityModule::ProcessBlock(). 00029 {
00030 fTimeframe=timeframe, fCalibPoint=calibpoint; fCalibType=calibtype;
00031 fBox=box; fLed=led; fPulseHeight=pulseheight; fPulseWidth=pulsewidth;
00032 }
|
|
|
Definition at line 74 of file LiHeader.cxx. References fTpmtBox. Referenced by FarDetDataQualityModule::ProcessBlock(). 00075 {
00076 fTpmtBox=tpmtbox;
00077 }
|
|
|
Definition at line 84 of file LiHeader.cxx. References fTpmtChannels. Referenced by FarDetDataQualityModule::ProcessBlock(). 00085 {
00086 fTpmtChannels=nchannels;
00087 }
|
|
|
Definition at line 35 of file LiHeader.h. Referenced by SetHeader(). |
|
|
Definition at line 33 of file LiHeader.h. Referenced by SetHeader(). |
|
|
Definition at line 34 of file LiHeader.h. Referenced by SetHeader(). |
|
|
Definition at line 36 of file LiHeader.h. Referenced by SetHeader(). |
|
|
Definition at line 37 of file LiHeader.h. Referenced by SetHeader(). |
|
|
Definition at line 38 of file LiHeader.h. Referenced by SetHeader(). |
|
|
Definition at line 32 of file LiHeader.h. Referenced by SetHeader(). |
|
|
Definition at line 39 of file LiHeader.h. Referenced by SetTpmtBox(). |
|
|
Definition at line 40 of file LiHeader.h. Referenced by SetTpmtChannels(). |
1.3.9.1