![]() |
ATLAS Offline Software
|
#include "LArByteStream/LArRodBlockPhysicsV3.h"#include "LArRawEvent/LArRawChannel.h"#include "LArRawEvent/LArDigit.h"#include "LArIdentifier/LArOnlineID.h"#include "GaudiKernel/Bootstrap.h"#include "GaudiKernel/ISvcLocator.h"#include "GaudiKernel/IToolSvc.h"#include <stdlib.h>#include <cstdio>#include <iostream>Go to the source code of this file.
Macros | |
| #define | LARBSDBG(text) |
Functions | |
| if (febId1==febId2) | |
| #define LARBSDBG | ( | text | ) |
Definition at line 25 of file LArRodBlockPhysicsV3.cxx.
Definition at line 777 of file LArRodBlockPhysicsV3.cxx.
| bool const RAWDATA* ch2 const |
Definition at line 769 of file LArRodBlockPhysicsV3.cxx.
| HWIdentifier febId1 = m_onlineHelper->feb_Id(id1) |
Definition at line 774 of file LArRodBlockPhysicsV3.cxx.
| return febId1< febId2 ;}void LArRodBlockPhysicsV3::sortDataVector(std::vector< const LArRawChannel * > &vRC){std::sort(vRC.begin(), vRC.end(), *this);}void LArRodBlockPhysicsV3::sortDataVector(std::vector< const LArDigit * > &vDigit) {std::sort(vDigit.begin(), vDigit.end(), *this);}uint32_t LArRodBlockPhysicsV3::getNumberOfSamples() const { return LE_getHeader16(NGainNSamples)&0xff;}uint32_t LArRodBlockPhysicsV3::getNumberOfGains() const { return LE_getHeader16(NGainNSamples)> |
Definition at line 783 of file LArRodBlockPhysicsV3.cxx.
| HWIdentifier febId2 = m_onlineHelper->feb_Id(id2) |
Definition at line 775 of file LArRodBlockPhysicsV3.cxx.
| HWIdentifier id2 = ch2->channelID() |
Definition at line 772 of file LArRodBlockPhysicsV3.cxx.