#include <DataFormats/EcalRawData/interface/ESDCCHeaderBlock.h>
Definition at line 8 of file ESDCCHeaderBlock.h.
typedef int ESDCCHeaderBlock::key_type |
Definition at line 12 of file ESDCCHeaderBlock.h.
Definition at line 14 of file ESDCCHeaderBlock.h.
00014 { 00015 PEDESTAL_RUN = 1, 00016 TESTPULSE_RUN = 2, 00017 COSMIC_RUN = 3, 00018 BEAM_RUN = 4, 00019 PHYSICS_RUN = 5, 00020 TEST_RUN = 6, 00021 GLOBAL_COSMIC_RUN = 7 00022 };
Definition at line 24 of file ESDCCHeaderBlock.h.
00024 { 00025 STD_SEQ = 0, 00026 DELTASCAN_SEQ = 1, 00027 DELAYSCAN_SEQ = 2, 00028 PULSESHAPE_SEQ = 3 00029 };
Definition at line 31 of file ESDCCHeaderBlock.h.
00031 { 00032 PHYSICS_TRIGGER = 1, 00033 CALIBRATION_TRIGGER = 2, 00034 TEST_TRIGGER = 3, 00035 TECHNICAL_EXTERNAL_TRIGGER = 4 00036 };
ESDCCHeaderBlock::ESDCCHeaderBlock | ( | ) |
Definition at line 3 of file ESDCCHeaderBlock.cc.
References ADCch_, ADCch_status_, bc_, beginOfSpillLV1_, beginOfSpillMilliSec_, beginOfSpillSec_, BMMeasurements_, BX_, camacErr_, compFlag_, dac_, dccErrs_, dccId_, endOfSpillLV1_, endOfSpillMilliSec_, endOfSpillSec_, ev_, evtInSpill_, evtLen_, FEch_, fedId_, gain_, LV1_, optoBC0_, optoBC1_, optoBC2_, optoRX0_, optoRX1_, optoRX2_, orbit_, packetLen_, precision_, runNum_, runType_, seqType_, spillNum_, TDCch_, TDCch_status_, timestamp_sec_, timestamp_usec_, trgType_, vmajor_, vmeErr_, and vminor_.
00004 { 00005 00006 dccId_ = -1; 00007 fedId_ = -1; 00008 LV1_ = -1; 00009 BX_ = -1; 00010 gain_ = -1; 00011 precision_ = -1; 00012 dac_ = -1; 00013 evtLen_ = -1; 00014 dccErrs_ = -1; 00015 runNum_ = -1; 00016 runType_ = -1; 00017 seqType_ = -1; 00018 trgType_ = -1; 00019 compFlag_ = -1; 00020 orbit_ = -1; 00021 vmajor_ = -1; 00022 vminor_ = -1; 00023 optoRX0_ = -1; 00024 optoRX1_ = -1; 00025 optoRX2_ = -1; 00026 optoBC0_ = -1; 00027 optoBC1_ = -1; 00028 optoBC2_ = -1; 00029 FEch_.reserve(36); 00030 packetLen_ = -1; 00031 bc_ = -1; 00032 ev_ = -1; 00033 BMMeasurements_ = -1; 00034 beginOfSpillSec_ = -1; 00035 beginOfSpillMilliSec_ = -1; 00036 endOfSpillSec_ = -1; 00037 endOfSpillMilliSec_ = -1; 00038 beginOfSpillLV1_ = -1; 00039 endOfSpillLV1_ = -1; 00040 timestamp_sec_ = -1; 00041 timestamp_usec_ = -1; 00042 spillNum_ = -1; 00043 evtInSpill_ = -1; 00044 camacErr_ = -1; 00045 vmeErr_ = -1; 00046 ADCch_status_.reserve(12); 00047 ADCch_.reserve(12); 00048 TDCch_status_.reserve(8); 00049 TDCch_.reserve(8); 00050 00051 }
ESDCCHeaderBlock::ESDCCHeaderBlock | ( | const int & | dccId | ) |
Definition at line 53 of file ESDCCHeaderBlock.cc.
References ADCch_, ADCch_status_, bc_, beginOfSpillLV1_, beginOfSpillMilliSec_, beginOfSpillSec_, BMMeasurements_, BX_, camacErr_, compFlag_, dac_, dccErrs_, dccId_, endOfSpillLV1_, endOfSpillMilliSec_, endOfSpillSec_, ev_, evtInSpill_, evtLen_, FEch_, fedId_, gain_, LV1_, optoBC0_, optoBC1_, optoBC2_, optoRX0_, optoRX1_, optoRX2_, orbit_, packetLen_, precision_, runNum_, runType_, seqType_, spillNum_, TDCch_, TDCch_status_, timestamp_sec_, timestamp_usec_, trgType_, vmajor_, vmeErr_, and vminor_.
00054 { 00055 00056 dccId_ = dccId; 00057 fedId_ = -1; 00058 LV1_ = -1; 00059 BX_ = -1; 00060 gain_ = -1; 00061 precision_ = -1; 00062 dac_ = -1; 00063 evtLen_ = -1; 00064 dccErrs_ = -1; 00065 runNum_ = -1; 00066 runType_ = -1; 00067 seqType_ = -1; 00068 trgType_ = -1; 00069 compFlag_ = -1; 00070 orbit_ = -1; 00071 vmajor_ = -1; 00072 vminor_ = -1; 00073 optoRX0_ = -1; 00074 optoRX1_ = -1; 00075 optoRX2_ = -1; 00076 optoBC0_ = -1; 00077 optoBC1_ = -1; 00078 optoBC2_ = -1; 00079 FEch_.reserve(36); 00080 packetLen_ = -1; 00081 bc_ = -1; 00082 ev_ = -1; 00083 BMMeasurements_ = -1; 00084 beginOfSpillSec_ = -1; 00085 beginOfSpillMilliSec_ = -1; 00086 endOfSpillSec_ = -1; 00087 endOfSpillMilliSec_ = -1; 00088 beginOfSpillLV1_ = -1; 00089 endOfSpillLV1_ = -1; 00090 timestamp_sec_ = -1; 00091 timestamp_usec_ = -1; 00092 spillNum_ = -1; 00093 evtInSpill_ = -1; 00094 camacErr_ = -1; 00095 vmeErr_ = -1; 00096 ADCch_status_.reserve(12); 00097 ADCch_.reserve(12); 00098 TDCch_status_.reserve(8); 00099 TDCch_.reserve(8); 00100 00101 }
const int ESDCCHeaderBlock::fedId | ( | ) | const [inline] |
const vector<int>& ESDCCHeaderBlock::getADCChannel | ( | ) | const [inline] |
const vector<int>& ESDCCHeaderBlock::getADCChannelStatus | ( | ) | const [inline] |
Definition at line 131 of file ESDCCHeaderBlock.h.
References ADCch_status_.
00131 { return ADCch_status_; }
int ESDCCHeaderBlock::getBC | ( | ) | const [inline] |
int ESDCCHeaderBlock::getBeginOfSpillLV1 | ( | ) | const [inline] |
Definition at line 123 of file ESDCCHeaderBlock.h.
References beginOfSpillLV1_.
00123 { return beginOfSpillLV1_; }
int ESDCCHeaderBlock::getBeginOfSpillMiliSec | ( | ) | const [inline] |
Definition at line 120 of file ESDCCHeaderBlock.h.
References beginOfSpillMilliSec_.
00120 { return beginOfSpillMilliSec_; }
int ESDCCHeaderBlock::getBeginOfSpillSec | ( | ) | const [inline] |
Definition at line 119 of file ESDCCHeaderBlock.h.
References beginOfSpillSec_.
00119 { return beginOfSpillSec_; }
int ESDCCHeaderBlock::getBMMeasurements | ( | ) | const [inline] |
Definition at line 118 of file ESDCCHeaderBlock.h.
References BMMeasurements_.
00118 { return BMMeasurements_; }
int ESDCCHeaderBlock::getBX | ( | ) | const [inline] |
int ESDCCHeaderBlock::getCAMACError | ( | ) | const [inline] |
Definition at line 129 of file ESDCCHeaderBlock.h.
References camacErr_.
00129 { return camacErr_; }
int ESDCCHeaderBlock::getCompressionFlag | ( | ) | const [inline] |
Definition at line 104 of file ESDCCHeaderBlock.h.
References compFlag_.
00104 { return compFlag_; }
int ESDCCHeaderBlock::getDAC | ( | ) | const [inline] |
int ESDCCHeaderBlock::getDCCErrors | ( | ) | const [inline] |
int ESDCCHeaderBlock::getEndOfSpillLV1 | ( | ) | const [inline] |
Definition at line 124 of file ESDCCHeaderBlock.h.
References endOfSpillLV1_.
00124 { return endOfSpillLV1_; }
int ESDCCHeaderBlock::getEndOfSpillMiliSec | ( | ) | const [inline] |
Definition at line 122 of file ESDCCHeaderBlock.h.
References endOfSpillMilliSec_.
00122 { return endOfSpillMilliSec_; }
int ESDCCHeaderBlock::getEndOfSpillSec | ( | ) | const [inline] |
Definition at line 121 of file ESDCCHeaderBlock.h.
References endOfSpillSec_.
00121 { return endOfSpillSec_; }
int ESDCCHeaderBlock::getEV | ( | ) | const [inline] |
int ESDCCHeaderBlock::getEventInSpill | ( | ) | const [inline] |
Definition at line 128 of file ESDCCHeaderBlock.h.
References evtInSpill_.
00128 { return evtInSpill_; }
int ESDCCHeaderBlock::getEventLength | ( | ) | const [inline] |
const vector<int>& ESDCCHeaderBlock::getFEChannelStatus | ( | ) | const [inline] |
int ESDCCHeaderBlock::getGain | ( | ) | const [inline] |
int ESDCCHeaderBlock::getLV1 | ( | ) | const [inline] |
int ESDCCHeaderBlock::getMajorVersion | ( | ) | const [inline] |
int ESDCCHeaderBlock::getMinorVersion | ( | ) | const [inline] |
int ESDCCHeaderBlock::getOptoBC0 | ( | ) | const [inline] |
int ESDCCHeaderBlock::getOptoBC1 | ( | ) | const [inline] |
int ESDCCHeaderBlock::getOptoBC2 | ( | ) | const [inline] |
int ESDCCHeaderBlock::getOptoRX0 | ( | ) | const [inline] |
int ESDCCHeaderBlock::getOptoRX1 | ( | ) | const [inline] |
int ESDCCHeaderBlock::getOptoRX2 | ( | ) | const [inline] |
int ESDCCHeaderBlock::getOrbitNumber | ( | ) | const [inline] |
int ESDCCHeaderBlock::getPacketLength | ( | ) | const [inline] |
Definition at line 115 of file ESDCCHeaderBlock.h.
References packetLen_.
00115 { return packetLen_; }
int ESDCCHeaderBlock::getPrecision | ( | ) | const [inline] |
Definition at line 96 of file ESDCCHeaderBlock.h.
References precision_.
00096 { return precision_; }
int ESDCCHeaderBlock::getRunNumber | ( | ) | const [inline] |
int ESDCCHeaderBlock::getRunType | ( | ) | const [inline] |
int ESDCCHeaderBlock::getSeqType | ( | ) | const [inline] |
int ESDCCHeaderBlock::getSpillNumber | ( | ) | const [inline] |
Definition at line 127 of file ESDCCHeaderBlock.h.
References spillNum_.
00127 { return spillNum_; }
const vector<int>& ESDCCHeaderBlock::getTDCChannel | ( | ) | const [inline] |
const vector<int>& ESDCCHeaderBlock::getTDCChannelStatus | ( | ) | const [inline] |
Definition at line 133 of file ESDCCHeaderBlock.h.
References TDCch_status_.
00133 { return TDCch_status_; }
int ESDCCHeaderBlock::getTimeStampSec | ( | ) | const [inline] |
Definition at line 125 of file ESDCCHeaderBlock.h.
References timestamp_sec_.
00125 { return timestamp_sec_; }
int ESDCCHeaderBlock::getTimeStampUSec | ( | ) | const [inline] |
Definition at line 126 of file ESDCCHeaderBlock.h.
References timestamp_usec_.
00126 { return timestamp_usec_; }
int ESDCCHeaderBlock::getTriggerType | ( | ) | const [inline] |
int ESDCCHeaderBlock::getVMEError | ( | ) | const [inline] |
Definition at line 88 of file ESDCCHeaderBlock.h.
References ADCch_status_.
00088 { ADCch_status_ = ADCch_status; };
Definition at line 79 of file ESDCCHeaderBlock.h.
References beginOfSpillLV1_.
00079 { beginOfSpillLV1_ = beginOfSpillLV1; };
Definition at line 76 of file ESDCCHeaderBlock.h.
References beginOfSpillMilliSec_.
00076 { beginOfSpillMilliSec_ = beginOfSpillMilliSec; };
Definition at line 75 of file ESDCCHeaderBlock.h.
References beginOfSpillSec_.
00075 { beginOfSpillSec_ = beginOfSpillSec; };
Definition at line 74 of file ESDCCHeaderBlock.h.
References BMMeasurements_.
00074 { BMMeasurements_ = BMMeasurements; };
Definition at line 48 of file ESDCCHeaderBlock.h.
References BX_.
Referenced by ESUnpacker::interpretRawData().
00048 { BX_ = BX; }
Definition at line 86 of file ESDCCHeaderBlock.h.
References camacErr_.
00086 { camacErr_ = camacErr; };
Definition at line 58 of file ESDCCHeaderBlock.h.
References compFlag_.
00058 { compFlag_ = compFlag; };
Definition at line 51 of file ESDCCHeaderBlock.h.
References dac_.
Referenced by ESUnpacker::interpretRawData().
00051 { dac_ = dac; }
Definition at line 53 of file ESDCCHeaderBlock.h.
References dccErrs_.
Referenced by ESUnpacker::interpretRawData().
00053 { dccErrs_ = dccErrs; };
Definition at line 80 of file ESDCCHeaderBlock.h.
References endOfSpillLV1_.
00080 { endOfSpillLV1_ = endOfSpillLV1; };
Definition at line 78 of file ESDCCHeaderBlock.h.
References endOfSpillMilliSec_.
00078 { endOfSpillMilliSec_ = endOfSpillMilliSec; };
Definition at line 77 of file ESDCCHeaderBlock.h.
References endOfSpillSec_.
00077 { endOfSpillSec_ = endOfSpillSec; };
Definition at line 85 of file ESDCCHeaderBlock.h.
References evtInSpill_.
00085 { evtInSpill_ = evtInSpill; };
Definition at line 68 of file ESDCCHeaderBlock.h.
References FEch_.
Referenced by ESUnpacker::interpretRawData().
00068 { FEch_ = FEch; };
Definition at line 45 of file ESDCCHeaderBlock.h.
References fedId_.
Referenced by ESUnpacker::interpretRawData().
Definition at line 49 of file ESDCCHeaderBlock.h.
References gain_.
Referenced by ESUnpacker::interpretRawData().
00049 { gain_ = gain; }
Definition at line 47 of file ESDCCHeaderBlock.h.
References LV1_.
Referenced by ESUnpacker::interpretRawData().
00047 { LV1_ = LV1; };
Definition at line 65 of file ESDCCHeaderBlock.h.
References optoBC0_.
Referenced by ESUnpacker::interpretRawData().
00065 { optoBC0_ = optoBC0; };
Definition at line 66 of file ESDCCHeaderBlock.h.
References optoBC1_.
Referenced by ESUnpacker::interpretRawData().
00066 { optoBC1_ = optoBC1; };
Definition at line 67 of file ESDCCHeaderBlock.h.
References optoBC2_.
Referenced by ESUnpacker::interpretRawData().
00067 { optoBC2_ = optoBC2; };
Definition at line 62 of file ESDCCHeaderBlock.h.
References optoRX0_.
Referenced by ESUnpacker::interpretRawData().
00062 { optoRX0_ = optoRX0; };
Definition at line 63 of file ESDCCHeaderBlock.h.
References optoRX1_.
Referenced by ESUnpacker::interpretRawData().
00063 { optoRX1_ = optoRX1; };
Definition at line 64 of file ESDCCHeaderBlock.h.
References optoRX2_.
Referenced by ESUnpacker::interpretRawData().
00064 { optoRX2_ = optoRX2; };
Definition at line 70 of file ESDCCHeaderBlock.h.
References packetLen_.
00070 { packetLen_ = packetLen; };
Definition at line 50 of file ESDCCHeaderBlock.h.
References precision_.
Referenced by ESUnpacker::interpretRawData().
00050 { precision_ = precision; }
Definition at line 55 of file ESDCCHeaderBlock.h.
References runType_.
Referenced by ESUnpacker::interpretRawData().
00055 { runType_ = runType; };
Definition at line 56 of file ESDCCHeaderBlock.h.
References seqType_.
Referenced by ESUnpacker::interpretRawData().
00056 { seqType_ = seqType; };
Definition at line 84 of file ESDCCHeaderBlock.h.
References spillNum_.
00084 { spillNum_ = spillNum; };
Definition at line 90 of file ESDCCHeaderBlock.h.
References TDCch_status_.
00090 { TDCch_status_ = TDCch_status; };
Definition at line 82 of file ESDCCHeaderBlock.h.
References timestamp_sec_.
00082 { timestamp_sec_ = timestamp_sec; };
Definition at line 83 of file ESDCCHeaderBlock.h.
References timestamp_usec_.
00083 { timestamp_usec_ = timestamp_usec; };
Definition at line 57 of file ESDCCHeaderBlock.h.
References trgType_.
Referenced by ESUnpacker::interpretRawData().
00057 { trgType_ = trgType; };
vector<int> ESDCCHeaderBlock::ADCch_ [private] |
Definition at line 179 of file ESDCCHeaderBlock.h.
Referenced by ESDCCHeaderBlock(), getADCChannel(), and setADCChannel().
vector<int> ESDCCHeaderBlock::ADCch_status_ [private] |
Definition at line 178 of file ESDCCHeaderBlock.h.
Referenced by ESDCCHeaderBlock(), getADCChannelStatus(), and setADCChannelStatus().
int ESDCCHeaderBlock::bc_ [private] |
Definition at line 163 of file ESDCCHeaderBlock.h.
Referenced by ESDCCHeaderBlock(), getBC(), and setBC().
int ESDCCHeaderBlock::beginOfSpillLV1_ [private] |
Definition at line 170 of file ESDCCHeaderBlock.h.
Referenced by ESDCCHeaderBlock(), getBeginOfSpillLV1(), and setBeginOfSpillLV1().
int ESDCCHeaderBlock::beginOfSpillMilliSec_ [private] |
Definition at line 167 of file ESDCCHeaderBlock.h.
Referenced by ESDCCHeaderBlock(), getBeginOfSpillMiliSec(), and setBeginOfSpillMilliSec().
int ESDCCHeaderBlock::beginOfSpillSec_ [private] |
Definition at line 166 of file ESDCCHeaderBlock.h.
Referenced by ESDCCHeaderBlock(), getBeginOfSpillSec(), and setBeginOfSpillSec().
int ESDCCHeaderBlock::BMMeasurements_ [private] |
Definition at line 165 of file ESDCCHeaderBlock.h.
Referenced by ESDCCHeaderBlock(), getBMMeasurements(), and setBMMeasurements().
int ESDCCHeaderBlock::BX_ [private] |
Definition at line 141 of file ESDCCHeaderBlock.h.
Referenced by ESDCCHeaderBlock(), getBX(), and setBX().
int ESDCCHeaderBlock::camacErr_ [private] |
Definition at line 176 of file ESDCCHeaderBlock.h.
Referenced by ESDCCHeaderBlock(), getCAMACError(), and setCAMACError().
int ESDCCHeaderBlock::compFlag_ [private] |
Definition at line 151 of file ESDCCHeaderBlock.h.
Referenced by ESDCCHeaderBlock(), getCompressionFlag(), and setCompressionFlag().
int ESDCCHeaderBlock::dac_ [private] |
Definition at line 144 of file ESDCCHeaderBlock.h.
Referenced by ESDCCHeaderBlock(), getDAC(), and setDAC().
int ESDCCHeaderBlock::dccErrs_ [private] |
Definition at line 146 of file ESDCCHeaderBlock.h.
Referenced by ESDCCHeaderBlock(), getDCCErrors(), and setDCCErrors().
int ESDCCHeaderBlock::dccId_ [private] |
Definition at line 138 of file ESDCCHeaderBlock.h.
Referenced by ESDCCHeaderBlock(), id(), and setId().
int ESDCCHeaderBlock::endOfSpillLV1_ [private] |
Definition at line 171 of file ESDCCHeaderBlock.h.
Referenced by ESDCCHeaderBlock(), getEndOfSpillLV1(), and setEndOfSpillLV1().
int ESDCCHeaderBlock::endOfSpillMilliSec_ [private] |
Definition at line 169 of file ESDCCHeaderBlock.h.
Referenced by ESDCCHeaderBlock(), getEndOfSpillMiliSec(), and setEndOfSpillMilliSec().
int ESDCCHeaderBlock::endOfSpillSec_ [private] |
Definition at line 168 of file ESDCCHeaderBlock.h.
Referenced by ESDCCHeaderBlock(), getEndOfSpillSec(), and setEndOfSpillSec().
int ESDCCHeaderBlock::ev_ [private] |
Definition at line 164 of file ESDCCHeaderBlock.h.
Referenced by ESDCCHeaderBlock(), getEV(), and setEV().
int ESDCCHeaderBlock::evtInSpill_ [private] |
Definition at line 175 of file ESDCCHeaderBlock.h.
Referenced by ESDCCHeaderBlock(), getEventInSpill(), and setEventInSpill().
int ESDCCHeaderBlock::evtLen_ [private] |
Definition at line 145 of file ESDCCHeaderBlock.h.
Referenced by ESDCCHeaderBlock(), getEventLength(), and setEventLength().
vector<int> ESDCCHeaderBlock::FEch_ [private] |
Definition at line 161 of file ESDCCHeaderBlock.h.
Referenced by ESDCCHeaderBlock(), getFEChannelStatus(), and setFEChannelStatus().
int ESDCCHeaderBlock::fedId_ [private] |
Definition at line 139 of file ESDCCHeaderBlock.h.
Referenced by ESDCCHeaderBlock(), fedId(), and setFedId().
int ESDCCHeaderBlock::gain_ [private] |
Definition at line 142 of file ESDCCHeaderBlock.h.
Referenced by ESDCCHeaderBlock(), getGain(), and setGain().
int ESDCCHeaderBlock::LV1_ [private] |
Definition at line 140 of file ESDCCHeaderBlock.h.
Referenced by ESDCCHeaderBlock(), getLV1(), and setLV1().
int ESDCCHeaderBlock::optoBC0_ [private] |
Definition at line 158 of file ESDCCHeaderBlock.h.
Referenced by ESDCCHeaderBlock(), getOptoBC0(), and setOptoBC0().
int ESDCCHeaderBlock::optoBC1_ [private] |
Definition at line 159 of file ESDCCHeaderBlock.h.
Referenced by ESDCCHeaderBlock(), getOptoBC1(), and setOptoBC1().
int ESDCCHeaderBlock::optoBC2_ [private] |
Definition at line 160 of file ESDCCHeaderBlock.h.
Referenced by ESDCCHeaderBlock(), getOptoBC2(), and setOptoBC2().
int ESDCCHeaderBlock::optoRX0_ [private] |
Definition at line 155 of file ESDCCHeaderBlock.h.
Referenced by ESDCCHeaderBlock(), getOptoRX0(), and setOptoRX0().
int ESDCCHeaderBlock::optoRX1_ [private] |
Definition at line 156 of file ESDCCHeaderBlock.h.
Referenced by ESDCCHeaderBlock(), getOptoRX1(), and setOptoRX1().
int ESDCCHeaderBlock::optoRX2_ [private] |
Definition at line 157 of file ESDCCHeaderBlock.h.
Referenced by ESDCCHeaderBlock(), getOptoRX2(), and setOptoRX2().
int ESDCCHeaderBlock::orbit_ [private] |
Definition at line 152 of file ESDCCHeaderBlock.h.
Referenced by ESDCCHeaderBlock(), getOrbitNumber(), and setOrbitNumber().
int ESDCCHeaderBlock::packetLen_ [private] |
Definition at line 162 of file ESDCCHeaderBlock.h.
Referenced by ESDCCHeaderBlock(), getPacketLength(), and setPacketLength().
int ESDCCHeaderBlock::precision_ [private] |
Definition at line 143 of file ESDCCHeaderBlock.h.
Referenced by ESDCCHeaderBlock(), getPrecision(), and setPrecision().
int ESDCCHeaderBlock::runNum_ [private] |
Definition at line 147 of file ESDCCHeaderBlock.h.
Referenced by ESDCCHeaderBlock(), getRunNumber(), and setRunNumber().
int ESDCCHeaderBlock::runType_ [private] |
Definition at line 148 of file ESDCCHeaderBlock.h.
Referenced by ESDCCHeaderBlock(), getRunType(), and setRunType().
int ESDCCHeaderBlock::seqType_ [private] |
Definition at line 149 of file ESDCCHeaderBlock.h.
Referenced by ESDCCHeaderBlock(), getSeqType(), and setSeqType().
int ESDCCHeaderBlock::spillNum_ [private] |
Definition at line 174 of file ESDCCHeaderBlock.h.
Referenced by ESDCCHeaderBlock(), getSpillNumber(), and setSpillNumber().
vector<int> ESDCCHeaderBlock::TDCch_ [private] |
Definition at line 181 of file ESDCCHeaderBlock.h.
Referenced by ESDCCHeaderBlock(), getTDCChannel(), and setTDCChannel().
vector<int> ESDCCHeaderBlock::TDCch_status_ [private] |
Definition at line 180 of file ESDCCHeaderBlock.h.
Referenced by ESDCCHeaderBlock(), getTDCChannelStatus(), and setTDCChannelStatus().
int ESDCCHeaderBlock::timestamp_sec_ [private] |
Definition at line 172 of file ESDCCHeaderBlock.h.
Referenced by ESDCCHeaderBlock(), getTimeStampSec(), and setTimeStampSec().
int ESDCCHeaderBlock::timestamp_usec_ [private] |
Definition at line 173 of file ESDCCHeaderBlock.h.
Referenced by ESDCCHeaderBlock(), getTimeStampUSec(), and setTimeStampUSec().
int ESDCCHeaderBlock::trgType_ [private] |
Definition at line 150 of file ESDCCHeaderBlock.h.
Referenced by ESDCCHeaderBlock(), getTriggerType(), and setTriggerType().
int ESDCCHeaderBlock::vmajor_ [private] |
Definition at line 153 of file ESDCCHeaderBlock.h.
Referenced by ESDCCHeaderBlock(), getMajorVersion(), and setMajorVersion().
int ESDCCHeaderBlock::vmeErr_ [private] |
Definition at line 177 of file ESDCCHeaderBlock.h.
Referenced by ESDCCHeaderBlock(), getVMEError(), and setVMEError().
int ESDCCHeaderBlock::vminor_ [private] |
Definition at line 154 of file ESDCCHeaderBlock.h.
Referenced by ESDCCHeaderBlock(), getMinorVersion(), and setMinorVersion().