ATLAS Offline Software
AthenaPoolTestMapData.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3 */
4 
15 //<<<<<< INCLUDES >>>>>>
16 
18 #include <iostream>
19 
21  m_word(0)
22 {
23 
24 }
25 
26 AthenaPoolTestMapData::AthenaPoolTestMapData (const std::vector<Deposit>& deposits,
27  int simDataWord)
28  : m_word( ((deposits.size() << 29) & 0xe0000000) | (simDataWord & 0x1fffffff)),
29  m_deposits (deposits)
30 {
31 }
32 
34 {
35 }
36 
AthenaPoolTestMapData::AthenaPoolTestMapData
AthenaPoolTestMapData()
Definition: AthenaPoolTestMapData.cxx:20
python.setupRTTAlg.size
int size
Definition: setupRTTAlg.py:39
AthenaPoolTestMapData.h
Test class for embedded collections.
AthenaPoolTestMapData::~AthenaPoolTestMapData
virtual ~AthenaPoolTestMapData()
Definition: AthenaPoolTestMapData.cxx:33