|
ATLAS Offline Software
|
Go to the documentation of this file.
29 declareInterface<BCM_RawContByteStreamTool>(
this);
45 return StatusCode::SUCCESS;
53 return StatusCode::SUCCESS;
71 std::map<uint32_t, BCM_RodEncoder> mapEncoder;
78 for( ; it_coll!=it_coll_end; ++it_coll) {
82 if (coll !=
nullptr) {
85 if ( offlineId >= 16 ) {
86 ATH_MSG_ERROR(
"Didn't find RODID for OfflineID: " << offlineId );
95 for(; it_b!=it_e; ++it_b){
97 mapEncoder[rodId].addRdo(
d);
101 ATH_MSG_WARNING(
"Container contains NULLpointer to collection, skipping collection" );
107 for (; it_map != it_map_end; ++it_map) {
111 return StatusCode::SUCCESS;
114 static const InterfaceID IID_IBCM_RawContByteStreamTool(
"BCM_RawContByteStreamTool", 1, 0);
116 return IID_IBCM_RawContByteStreamTool;
JetConstituentVector::iterator iterator
def finalize(self)
_info( "content of StoreGate..." ) self.sg.dump()
Const iterator class for DataVector/DataList.
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T > &t)
virtual unsigned int getChannel() const
::StatusCode StatusCode
StatusCode definition for legacy code.
const_iterator end() const noexcept
Return a const_iterator pointing past the end of the collection.
void setRodMinorVersion(uint16_t m)
change the ROD minor version
#define ATH_MSG_WARNING(x)
size_type size() const noexcept
Returns the number of elements in the collection.
RODDATA * getRodData(uint32_t id)
get a block of ROD data
const_iterator begin() const noexcept
Return a const_iterator pointing at the beginning of the collection.