![]() |
ATLAS Offline Software
|
#include <LArRodBlockPhysicsV5.h>
Public Types | |
| enum | { NWTot , NWTot_h , FEBID , FEBID_h , FEB_SN , FEB_SN_h , ResultsOff1 , ResultsDim1 , ResultsOff2 , ResultsDim2 , RawDataBlkOff , RawDataBlkDim , EventStatus , EventStatus_h , NGains , NSamples , FirstSampleIndex , FebConfig , InFPGAFormat , InFPGAFormat_h , endtag } |
Public Member Functions | |
| LArRodBlockPhysicsV5 (IMessageSvc *msgSvc) | |
| virtual int | getNextEnergy (int &channelNumber, int32_t &energy, int32_t &time, int32_t &quality, uint32_t &gain) |
| virtual int | getNextRawData (int &channelNumber, std::vector< short > &samples, uint32_t &gain) |
| int | getNextDigits (int &channelNumber, std::vector< short > &samples, uint32_t &gain) |
| virtual uint16_t | getResults1Size () const |
| virtual uint16_t | getResults2Size () const |
| virtual uint16_t | getRawDataSize () const |
| virtual uint16_t | getNbSweetCells1 () const |
| virtual uint16_t | getNbSweetCells2 () const |
| virtual uint32_t | getNumberOfSamples () const |
| virtual uint32_t | getNumberOfGains () const |
| virtual uint32_t | getRadd (uint32_t adc, uint32_t sample) const |
| virtual uint16_t | getCtrl1 (uint32_t adc) const |
| virtual uint16_t | getCtrl2 (uint32_t adc) const |
| virtual uint16_t | getCtrl3 (uint32_t adc) const |
| virtual uint32_t | getStatus () const |
| virtual uint32_t | hasCalibBlock () const |
| virtual uint32_t | hasPhysicsBlock () const |
| virtual uint32_t | hasRawDataBlock () const |
| virtual uint32_t | hasControlWords () const |
| virtual int | FebToRodChannel (int ch) const |
| virtual int32_t | getEx () const |
| virtual int32_t | getEy () const |
| virtual int32_t | getEz () const |
| virtual uint32_t | getVROBFebId () |
| virtual int32_t | getVROBEx () const |
| virtual int32_t | getVROBEy () const |
| virtual int32_t | getVROBEz () const |
| virtual int | setGain (const int) |
| void | initializeFragment (std::vector< uint32_t > &fragment) |
| void | initializeFEB (const uint32_t id) |
| void | setNextEnergy (const int channel, const int32_t energy, const int32_t time, const int32_t quality, const uint32_t gain) |
| void | setRawData (const int, const std::vector< short > &, const uint32_t) |
| void | finalizeFEB () |
| void | concatinateFEBs () |
| virtual void | setEx (double) |
| virtual void | setEy (double) |
| virtual void | setEz (double) |
| void | setRequiredNSamples (unsigned short ns) |
| template<class RAWDATA> | |
| bool | operator() (const RAWDATA *ch1, const RAWDATA *ch2) const |
| void | sortDataVector (std::vector< const LArDigit * > &vDigit) |
| uint16_t | getFebConfig () const |
| uint16_t | getFirstSampleIndex () const |
| virtual bool | canSetCalibration () |
| bool | canSetEnergy () |
| bool | canSetRawData () |
| bool | canIncludeRawData () |
| virtual void | sortDataVector (std::vector< const LArRawChannel * > &) |
| virtual void | sortDataVector (std::vector< const LArCalibDigit * > &) |
| virtual void | sortDataVector (std::vector< const LArAccumulatedCalibDigit * > &) |
| virtual void | sortDataVector (std::vector< const LArAccumulatedDigit * > &) |
| virtual void | setNumberOfSamples (const uint8_t n) |
| virtual void | setNumberOfGains (const uint8_t n) |
| virtual void | setTDCPhase (const uint8_t n) |
| virtual void | setRawDataFixed (const int channel, const std::vector< short > &samples, const uint32_t gain) |
| virtual void | setEtQ (const int channel, const int32_t energy, const int32_t time, const int32_t quality, const uint32_t gain) |
| virtual void | setDAC (const uint16_t DACValue) |
| virtual void | setDelay (const uint16_t DelayValue) |
| virtual void | setPulsed (const unsigned channelNumber) |
| virtual void | setNTrigger (const uint16_t NTrigger) |
| virtual void | setSumE (double) |
| virtual bool | canSetRawDataFixed () |
| virtual bool | canSetNTrigger () |
| bool | setFragment (const uint32_t *p, uint32_t n) |
| bool | nextFEB () |
| uint32_t | getNumberOfWords () const |
| uint32_t | getFEBID () const |
| uint32_t | getFEBSN () const |
| virtual int32_t | getSumE () const |
| virtual int32_t | getVROBSumE () const |
| virtual uint32_t | hasAccumBlock () const |
| virtual int | getNextAccumulatedCalibDigit (int &channelNumber, std::vector< uint64_t > &SamplesSum, std::vector< uint64_t > &Samples2Sum, uint32_t &nStepTriggers, uint32_t &gain) |
| virtual int | getNextAccumulatedDigit (int &channelNumber, std::vector< uint64_t > &SamplesSum, std::vector< uint64_t > &corr2Sum, uint32_t &gain) |
| virtual bool | getPulsed (unsigned channelNumber) const |
| virtual uint16_t | getDAC () const |
| virtual uint16_t | getDelay () const |
| virtual uint16_t | getNTrigger () const |
| virtual uint16_t | getStepIndex () const |
| virtual uint16_t | getNStep () const |
| virtual uint8_t | getTDCPhase () const |
| virtual uint32_t | getDspCodeVersion () const |
| virtual int32_t | getDspEventCounter () const |
| virtual uint32_t | onlineCheckSum () const |
| virtual uint32_t | offlineCheckSum () const |
| virtual int | setFragmentVirtualROB (const uint32_t *p, uint32_t n) |
| virtual void | dumpFragment () |
| void | setFirstSample (const int rearrangeFirstSample) |
| uint32_t | RawToOfflineGain (const uint32_t gain) const |
| uint32_t | OfflineToRawGain (const uint32_t gain) const |
| bool | report_error (void) const |
Static Public Member Functions | |
| static std::string | BlockType () |
Protected Types | |
| enum | { NWTot , NWTot_h , FEBID , FEBID_h , FEBSN , FEBSN_h , endtag } |
| typedef std::map< uint32_t, std::vector< uint32_t > > | FEBMAPTYPE |
Protected Member Functions | |
| void | setHeader16 (const unsigned n, const uint16_t w) |
| void | setHeader32 (const unsigned n, const uint32_t w) |
| uint16_t | getVectorHeader16 (const unsigned n) const |
| uint32_t | getVectorHeader32 (const unsigned n) const |
| uint16_t | getHeader16 (const unsigned n) const |
| uint32_t | getHeader32 (const unsigned n) const |
| uint16_t | LE_getHeader16 (const unsigned n) const |
| void | LE_setHeader16 (const unsigned n, const uint16_t w) |
| uint16_t | LE_getVectorHeader16 (const unsigned n) const |
| void | setBit (uint32_t *const p, const unsigned chan) |
| int | getBit (const uint32_t *const p, const unsigned chan) const |
Protected Attributes | |
| int32_t | m_Ex |
| int32_t | m_Ey |
| int32_t | m_Ez |
| int32_t | m_SumE |
| uint32_t | m_numberOfEx |
| uint32_t | m_numberOfEy |
| uint32_t | m_numberOfEz |
| uint32_t | m_numberOfSumE |
| unsigned short | m_iHeadBlockSize |
| int | m_channelsPerFEB |
| const uint32_t * | m_FebBlock |
| const uint32_t * | m_RodBlock |
| int32_t | m_FebBlockSize |
| int32_t | m_RodBlockSize |
| std::vector< uint32_t > * | m_vFragment |
| std::vector< uint32_t > * | m_pRODblock |
| FEBMAPTYPE | m_mFebBlocks |
| int32_t | m_MiddleHeaderSize |
| unsigned int | m_rearrangeFirstSample |
| bool | m_error_next_feb |
| uint32_t | m_virtualROBJump |
| int32_t | m_ROB_to_decode |
| const uint32_t * | m_virtualROBPointer |
| const uint32_t * | m_virtualROBPointerLocal |
| MsgStream | m_logstr |
Static Protected Attributes | |
| static const uint32_t | m_RawToOfflineGainMap [4] ={0, 2, 1,0} |
| static const uint32_t | m_OfflineToRawGainMap [3] ={3,2,1} |
Private Member Functions | |
| void | setE (unsigned index, double E) |
| virtual void | resetPointers () |
| virtual bool | setPointers () |
| void | setNextEnergy (const uint16_t energy, const int16_t time, const int16_t quality, const uint32_t gain) |
| uint16_t | getNbSweetCells1FromMask () const |
| uint16_t | getNbSweetCells2FromMask () const |
Private Attributes | |
| std::vector< uint32_t > | m_SumBlkBlockE1 |
| std::vector< uint32_t > | m_SumBlkBlockE2 |
| std::vector< uint32_t > | m_GainBlock |
| std::vector< uint32_t > | m_FebInfoBlock |
| std::vector< uint16_t > | m_TimeQualityBlock |
| std::vector< uint32_t > | m_RawDataBlock |
| std::vector< uint16_t > | m_EnergyBlockEncode |
| std::vector< uint16_t > | m_DigitsEncode |
| int | m_EnergyIndex = 0 |
| int | m_TimeQualityIndex = 0 |
| int | m_DigitsIndex = 0 |
| int | m_DigitsChannel = 0 |
| int | m_RawDataIndex = 0 |
| const uint32_t * | m_GainPointer = nullptr |
| const uint32_t * | m_MaskTimeQualityPointer = nullptr |
| const uint32_t * | m_MaskDigitsPointer = nullptr |
| const uint16_t * | m_RaddPointer = nullptr |
| const uint16_t * | m_EnergyPointer = nullptr |
| const int32_t * | m_SumPointer = nullptr |
| const uint16_t * | m_TimeQualityPointer = nullptr |
| const uint16_t * | m_DigitsPointer = nullptr |
| const uint16_t * | m_RawDataPointer = nullptr |
| int | m_fixedGain |
| uint16_t | m_numberHotCell = 0U |
| uint16_t | m_numberHotCellOffTime |
| uint16_t | m_EnergyThreshold1 |
| uint16_t | m_EnergyThreshold2 |
| int16_t | m_OffTimeCut |
| unsigned short | m_requiredNSamples |
| const LArOnlineID * | m_onlineHelper |
Definition at line 30 of file LArRodBlockPhysicsV5.h.
|
protectedinherited |
Definition at line 227 of file LArRodBlockStructure.h.
| anonymous enum |
Definition at line 34 of file LArRodBlockPhysicsV5.h.
|
protectedinherited |
| Enumerator | |
|---|---|
| NWTot | |
| NWTot_h | |
| FEBID | |
| FEBID_h | |
| FEBSN | |
| FEBSN_h | |
| endtag | |
Definition at line 50 of file LArRodBlockStructure.h.
| LArRodBlockPhysicsV5::LArRodBlockPhysicsV5 | ( | IMessageSvc * | msgSvc | ) |
Definition at line 34 of file LArRodBlockPhysicsV5.cxx.
|
inlinestatic |
Definition at line 61 of file LArRodBlockPhysicsV5.h.
|
inlinevirtual |
Reimplemented from LArRodBlockStructure.
Definition at line 173 of file LArRodBlockPhysicsV5.h.
|
inlinevirtual |
Reimplemented from LArRodBlockStructure.
Definition at line 170 of file LArRodBlockPhysicsV5.h.
|
inlinevirtual |
Reimplemented from LArRodBlockStructure.
Definition at line 171 of file LArRodBlockPhysicsV5.h.
|
inlinevirtualinherited |
Definition at line 99 of file LArRodBlockStructure.h.
|
inlinevirtual |
Reimplemented from LArRodBlockStructure.
Definition at line 172 of file LArRodBlockPhysicsV5.h.
|
inlinevirtualinherited |
Reimplemented in LArRodBlockTransparentV0< DSPHEADER >.
Definition at line 97 of file LArRodBlockStructure.h.
|
virtual |
Reimplemented from LArRodBlockStructure.
Definition at line 855 of file LArRodBlockPhysicsV5.cxx.
|
virtualinherited |
Definition at line 173 of file LArRodBlockStructure.cxx.
|
inlinevirtual |
Reimplemented from LArRodBlockStructure.
Definition at line 316 of file LArRodBlockPhysicsV5.h.
|
virtual |
Reimplemented from LArRodBlockStructure.
Definition at line 724 of file LArRodBlockPhysicsV5.cxx.
|
inlineprotectedinherited |
Definition at line 416 of file LArRodBlockStructure.h.
|
virtual |
Reimplemented from LArRodBlockStructure.
Definition at line 523 of file LArRodBlockPhysicsV5.cxx.
|
virtual |
Reimplemented from LArRodBlockStructure.
Definition at line 531 of file LArRodBlockPhysicsV5.cxx.
|
virtual |
Reimplemented from LArRodBlockStructure.
Definition at line 539 of file LArRodBlockPhysicsV5.cxx.
|
inlinevirtualinherited |
Reimplemented in LArRodBlockCalibrationV0< DSPHEADER >, LArRodBlockCalibrationV1, LArRodBlockCalibrationV2, and LArRodBlockCalibrationV3.
Definition at line 451 of file LArRodBlockStructure.h.
|
inlinevirtualinherited |
Reimplemented in LArRodBlockCalibrationV0< DSPHEADER >, LArRodBlockCalibrationV1, LArRodBlockCalibrationV2, and LArRodBlockCalibrationV3.
Definition at line 457 of file LArRodBlockStructure.h.
|
virtualinherited |
Definition at line 256 of file LArRodBlockStructure.cxx.
|
virtualinherited |
Definition at line 262 of file LArRodBlockStructure.cxx.
|
inlinevirtual |
Reimplemented from LArRodBlockStructure.
Definition at line 266 of file LArRodBlockPhysicsV5.h.
|
inlinevirtual |
Reimplemented from LArRodBlockStructure.
Definition at line 272 of file LArRodBlockPhysicsV5.h.
|
inlinevirtual |
Reimplemented from LArRodBlockStructure.
Definition at line 278 of file LArRodBlockPhysicsV5.h.
|
inline |
Definition at line 176 of file LArRodBlockPhysicsV5.h.
|
inlineinherited |
Definition at line 292 of file LArRodBlockStructure.h.
|
inlineinherited |
Definition at line 295 of file LArRodBlockStructure.h.
|
inline |
Definition at line 181 of file LArRodBlockPhysicsV5.h.
|
inlineprotectedinherited |
Definition at line 340 of file LArRodBlockStructure.h.
|
inlineprotectedinherited |
Definition at line 348 of file LArRodBlockStructure.h.
|
virtual |
Reimplemented from LArRodBlockStructure.
Definition at line 450 of file LArRodBlockPhysicsV5.cxx.
|
private |
Definition at line 462 of file LArRodBlockPhysicsV5.cxx.
|
virtual |
Reimplemented from LArRodBlockStructure.
Definition at line 456 of file LArRodBlockPhysicsV5.cxx.
|
private |
Definition at line 472 of file LArRodBlockPhysicsV5.cxx.
|
virtualinherited |
Reimplemented in LArRodBlockCalibrationV1, LArRodBlockCalibrationV2, and LArRodBlockCalibrationV3.
Definition at line 92 of file LArRodBlockStructure.cxx.
|
virtualinherited |
Reimplemented in LArRodBlockAccumulatedV3.
Definition at line 98 of file LArRodBlockStructure.cxx.
| int LArRodBlockPhysicsV5::getNextDigits | ( | int & | channelNumber, |
| std::vector< short > & | samples, | ||
| uint32_t & | gain ) |
Definition at line 335 of file LArRodBlockPhysicsV5.cxx.
|
inlinevirtual |
Reimplemented from LArRodBlockStructure.
Definition at line 186 of file LArRodBlockPhysicsV5.h.
|
virtual |
Reimplemented from LArRodBlockStructure.
Definition at line 229 of file LArRodBlockPhysicsV5.cxx.
|
inlinevirtualinherited |
Reimplemented in LArRodBlockAccumulatedV3, and LArRodBlockCalibrationV3.
Definition at line 474 of file LArRodBlockStructure.h.
|
inlinevirtualinherited |
Reimplemented in LArRodBlockAccumulatedV3, LArRodBlockCalibrationV1, LArRodBlockCalibrationV2, and LArRodBlockCalibrationV3.
Definition at line 463 of file LArRodBlockStructure.h.
|
virtual |
Reimplemented from LArRodBlockStructure.
Definition at line 487 of file LArRodBlockPhysicsV5.cxx.
|
virtual |
Reimplemented from LArRodBlockStructure.
Definition at line 482 of file LArRodBlockPhysicsV5.cxx.
|
inlineinherited |
Definition at line 411 of file LArRodBlockStructure.h.
|
inlinevirtualinherited |
Reimplemented in LArRodBlockCalibrationV0< DSPHEADER >, LArRodBlockCalibrationV1, LArRodBlockCalibrationV2, and LArRodBlockCalibrationV3.
Definition at line 445 of file LArRodBlockStructure.h.
|
virtual |
Reimplemented from LArRodBlockStructure.
Definition at line 507 of file LArRodBlockPhysicsV5.cxx.
|
virtual |
Reimplemented from LArRodBlockStructure.
Definition at line 502 of file LArRodBlockPhysicsV5.cxx.
|
virtual |
Reimplemented from LArRodBlockStructure.
Definition at line 492 of file LArRodBlockPhysicsV5.cxx.
|
virtual |
Reimplemented from LArRodBlockStructure.
Definition at line 497 of file LArRodBlockPhysicsV5.cxx.
|
virtual |
Reimplemented from LArRodBlockStructure.
Definition at line 547 of file LArRodBlockPhysicsV5.cxx.
|
inlinevirtualinherited |
Reimplemented in LArRodBlockAccumulatedV3, and LArRodBlockCalibrationV3.
Definition at line 469 of file LArRodBlockStructure.h.
|
inlinevirtualinherited |
Reimplemented in LArRodBlockPhysicsV6.
Definition at line 310 of file LArRodBlockStructure.h.
|
virtualinherited |
Reimplemented in LArRodBlockAccumulatedV3, LArRodBlockCalibrationV1, LArRodBlockCalibrationV2, LArRodBlockCalibrationV3, and LArRodBlockTransparentV0< DSPHEADER >.
Definition at line 147 of file LArRodBlockStructure.cxx.
|
inlineprotectedinherited |
Definition at line 351 of file LArRodBlockStructure.h.
|
inlineprotectedinherited |
Definition at line 358 of file LArRodBlockStructure.h.
|
inlinevirtual |
Reimplemented from LArRodBlockStructure.
Definition at line 295 of file LArRodBlockPhysicsV5.h.
|
inlinevirtual |
Reimplemented from LArRodBlockStructure.
Definition at line 302 of file LArRodBlockPhysicsV5.h.
|
inlinevirtual |
Reimplemented from LArRodBlockStructure.
Definition at line 309 of file LArRodBlockPhysicsV5.h.
|
inlinevirtual |
Reimplemented from LArRodBlockStructure.
Definition at line 284 of file LArRodBlockPhysicsV5.h.
|
inlinevirtualinherited |
Reimplemented in LArRodBlockPhysicsV6.
Definition at line 330 of file LArRodBlockStructure.h.
|
inlinevirtualinherited |
Reimplemented in LArRodBlockAccumulatedV3.
Definition at line 121 of file LArRodBlockStructure.h.
|
inlinevirtual |
Reimplemented from LArRodBlockStructure.
Definition at line 83 of file LArRodBlockPhysicsV5.h.
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
virtual |
Reimplemented from LArRodBlockStructure.
Definition at line 580 of file LArRodBlockPhysicsV5.cxx.
|
virtual |
Reimplemented from LArRodBlockStructure.
Definition at line 555 of file LArRodBlockPhysicsV5.cxx.
|
inlineprotectedinherited |
Definition at line 388 of file LArRodBlockStructure.h.
|
inlineprotectedinherited |
|
inlineprotectedinherited |
Definition at line 400 of file LArRodBlockStructure.h.
|
inlineinherited |
Definition at line 480 of file LArRodBlockStructure.h.
|
virtualinherited |
Reimplemented in LArRodBlockPhysicsV4.
Definition at line 161 of file LArRodBlockStructure.cxx.
|
inlineinherited |
Definition at line 337 of file LArRodBlockStructure.h.
|
virtualinherited |
Reimplemented in LArRodBlockPhysicsV4.
Definition at line 153 of file LArRodBlockStructure.cxx.
| bool LArRodBlockPhysicsV5::operator() | ( | const RAWDATA * | ch1, |
| const RAWDATA * | ch2 ) const |
Definition at line 875 of file LArRodBlockPhysicsV5.cxx.
|
inlineinherited |
Definition at line 334 of file LArRodBlockStructure.h.
|
inlineinherited |
Definition at line 173 of file LArRodBlockStructure.h.
|
privatevirtual |
Reimplemented from LArRodBlockStructure.
Definition at line 60 of file LArRodBlockPhysicsV5.cxx.
|
inlineprotectedinherited |
|
virtualinherited |
Reimplemented in LArRodBlockCalibrationV0< DSPHEADER >.
Definition at line 55 of file LArRodBlockStructure.cxx.
|
virtualinherited |
Reimplemented in LArRodBlockCalibrationV0< DSPHEADER >.
Definition at line 61 of file LArRodBlockStructure.cxx.
|
inlineprivate |
Definition at line 322 of file LArRodBlockPhysicsV5.h.
|
virtualinherited |
Definition at line 118 of file LArRodBlockStructure.cxx.
|
inlinevirtual |
Reimplemented from LArRodBlockStructure.
Definition at line 340 of file LArRodBlockPhysicsV5.h.
|
inlinevirtual |
Reimplemented from LArRodBlockStructure.
Definition at line 345 of file LArRodBlockPhysicsV5.h.
|
inlinevirtual |
Reimplemented from LArRodBlockStructure.
Definition at line 350 of file LArRodBlockPhysicsV5.h.
|
inlineinherited |
Definition at line 166 of file LArRodBlockStructure.h.
|
inlineinherited |
Definition at line 248 of file LArRodBlockStructure.h.
|
inlinevirtualinherited |
Definition at line 275 of file LArRodBlockStructure.h.
|
inlinevirtual |
Reimplemented from LArRodBlockStructure.
Definition at line 98 of file LArRodBlockPhysicsV5.h.
|
inlineprotectedinherited |
Definition at line 363 of file LArRodBlockStructure.h.
|
inlineprotectedinherited |
Definition at line 377 of file LArRodBlockStructure.h.
|
virtual |
Reimplemented from LArRodBlockStructure.
Definition at line 607 of file LArRodBlockPhysicsV5.cxx.
|
private |
Definition at line 670 of file LArRodBlockPhysicsV5.cxx.
|
virtualinherited |
Definition at line 73 of file LArRodBlockStructure.cxx.
|
virtualinherited |
Reimplemented in LArRodBlockPhysicsV0, LArRodBlockPhysicsV1, LArRodBlockPhysicsV2, LArRodBlockPhysicsV3, and LArRodBlockTransparentV0< DSPHEADER >.
Definition at line 136 of file LArRodBlockStructure.cxx.
|
virtualinherited |
Reimplemented in LArRodBlockPhysicsV0, LArRodBlockPhysicsV1, LArRodBlockPhysicsV2, LArRodBlockPhysicsV3, and LArRodBlockTransparentV0< DSPHEADER >.
Definition at line 130 of file LArRodBlockStructure.cxx.
|
privatevirtual |
Reimplemented from LArRodBlockStructure.
Definition at line 80 of file LArRodBlockPhysicsV5.cxx.
|
virtualinherited |
Reimplemented in LArRodBlockCalibrationV0< DSPHEADER >.
Definition at line 67 of file LArRodBlockStructure.cxx.
|
virtual |
Reimplemented from LArRodBlockStructure.
Definition at line 711 of file LArRodBlockPhysicsV5.cxx.
|
virtualinherited |
Reimplemented in LArRodBlockTransparentV0< DSPHEADER >.
Definition at line 124 of file LArRodBlockStructure.cxx.
|
inline |
Definition at line 112 of file LArRodBlockPhysicsV5.h.
|
virtualinherited |
Reimplemented in LArRodBlockPhysicsV6.
Definition at line 216 of file LArRodBlockStructure.cxx.
|
virtualinherited |
Reimplemented in LArRodBlockTransparentV0< DSPHEADER >.
Definition at line 142 of file LArRodBlockStructure.cxx.
|
virtual |
Reimplemented from LArRodBlockStructure.
Definition at line 90 of file LArRodBlockStructure.cxx.
|
virtual |
Reimplemented from LArRodBlockStructure.
Definition at line 91 of file LArRodBlockStructure.cxx.
|
virtual |
Reimplemented from LArRodBlockStructure.
Definition at line 89 of file LArRodBlockStructure.cxx.
|
inlinevirtual |
Reimplemented from LArRodBlockStructure.
Definition at line 118 of file LArRodBlockPhysicsV5.h.
|
virtual |
Reimplemented from LArRodBlockStructure.
Definition at line 87 of file LArRodBlockStructure.cxx.
|
protectedinherited |
Definition at line 219 of file LArRodBlockStructure.h.
|
private |
Definition at line 142 of file LArRodBlockPhysicsV5.h.
|
private |
Definition at line 137 of file LArRodBlockPhysicsV5.h.
|
private |
Definition at line 141 of file LArRodBlockPhysicsV5.h.
|
private |
Definition at line 151 of file LArRodBlockPhysicsV5.h.
|
private |
Definition at line 136 of file LArRodBlockPhysicsV5.h.
|
private |
Definition at line 139 of file LArRodBlockPhysicsV5.h.
|
private |
Definition at line 148 of file LArRodBlockPhysicsV5.h.
|
private |
Definition at line 159 of file LArRodBlockPhysicsV5.h.
|
private |
Definition at line 160 of file LArRodBlockPhysicsV5.h.
|
protectedinherited |
Definition at line 237 of file LArRodBlockStructure.h.
|
protectedinherited |
Definition at line 203 of file LArRodBlockStructure.h.
|
protectedinherited |
Definition at line 204 of file LArRodBlockStructure.h.
|
protectedinherited |
Definition at line 205 of file LArRodBlockStructure.h.
|
protectedinherited |
Definition at line 221 of file LArRodBlockStructure.h.
|
protectedinherited |
Definition at line 223 of file LArRodBlockStructure.h.
|
private |
Definition at line 133 of file LArRodBlockPhysicsV5.h.
|
private |
Definition at line 155 of file LArRodBlockPhysicsV5.h.
|
private |
Definition at line 132 of file LArRodBlockPhysicsV5.h.
|
private |
Definition at line 144 of file LArRodBlockPhysicsV5.h.
|
protectedinherited |
Definition at line 217 of file LArRodBlockStructure.h.
|
protectedinherited |
Definition at line 244 of file LArRodBlockStructure.h.
|
private |
Definition at line 146 of file LArRodBlockPhysicsV5.h.
|
private |
Definition at line 145 of file LArRodBlockPhysicsV5.h.
|
protectedinherited |
Definition at line 228 of file LArRodBlockStructure.h.
|
protectedinherited |
Definition at line 233 of file LArRodBlockStructure.h.
|
private |
Definition at line 156 of file LArRodBlockPhysicsV5.h.
|
private |
Definition at line 157 of file LArRodBlockPhysicsV5.h.
|
protectedinherited |
Definition at line 210 of file LArRodBlockStructure.h.
|
protectedinherited |
Definition at line 211 of file LArRodBlockStructure.h.
|
protectedinherited |
Definition at line 212 of file LArRodBlockStructure.h.
|
protectedinherited |
Definition at line 213 of file LArRodBlockStructure.h.
|
staticprotectedinherited |
Definition at line 17 of file LArRodBlockStructure.h.
|
private |
Definition at line 161 of file LArRodBlockPhysicsV5.h.
|
private |
Definition at line 164 of file LArRodBlockPhysicsV5.h.
|
protectedinherited |
Definition at line 226 of file LArRodBlockStructure.h.
|
private |
Definition at line 147 of file LArRodBlockPhysicsV5.h.
|
private |
Definition at line 135 of file LArRodBlockPhysicsV5.h.
|
private |
Definition at line 143 of file LArRodBlockPhysicsV5.h.
|
private |
Definition at line 152 of file LArRodBlockPhysicsV5.h.
|
staticprotectedinherited |
Definition at line 16 of file LArRodBlockStructure.h.
|
protectedinherited |
Definition at line 235 of file LArRodBlockStructure.h.
|
private |
Definition at line 163 of file LArRodBlockPhysicsV5.h.
|
protectedinherited |
Definition at line 240 of file LArRodBlockStructure.h.
|
protectedinherited |
Definition at line 222 of file LArRodBlockStructure.h.
|
protectedinherited |
Definition at line 224 of file LArRodBlockStructure.h.
|
private |
Definition at line 130 of file LArRodBlockPhysicsV5.h.
|
private |
Definition at line 131 of file LArRodBlockPhysicsV5.h.
|
protectedinherited |
Definition at line 206 of file LArRodBlockStructure.h.
|
private |
Definition at line 149 of file LArRodBlockPhysicsV5.h.
|
private |
Definition at line 134 of file LArRodBlockPhysicsV5.h.
|
private |
Definition at line 140 of file LArRodBlockPhysicsV5.h.
|
private |
Definition at line 150 of file LArRodBlockPhysicsV5.h.
|
protectedinherited |
Definition at line 225 of file LArRodBlockStructure.h.
|
protectedinherited |
Definition at line 239 of file LArRodBlockStructure.h.
|
protectedinherited |
Definition at line 241 of file LArRodBlockStructure.h.
|
protectedinherited |
Definition at line 242 of file LArRodBlockStructure.h.