#include <InDetSimData.h>
Definition at line 41 of file InDetSimData.h.
◆ Deposit
◆ InDetSimData() [1/5]
| InDetSimData::InDetSimData |
( |
| ) |
|
◆ InDetSimData() [2/5]
◆ InDetSimData() [3/5]
| InDetSimData::InDetSimData |
( |
const std::vector< Deposit > & | deposits, |
|
|
int | simDataWord = 0 ) |
Definition at line 23 of file InDetSimData.cxx.
25 :
m_word((
deposits.size()<<29 & 0xe0000000) | (simDataWord & 0x1fffffff)),
27{
28}
void deposits(std::vector< Deposit > &deposits) const
std::vector< Deposit > m_deposits
◆ InDetSimData() [4/5]
| InDetSimData::InDetSimData |
( |
std::vector< Deposit > && | deposits, |
|
|
int | simDataWord = 0 ) |
◆ InDetSimData() [5/5]
◆ ~InDetSimData()
| InDetSimData::~InDetSimData |
( |
| ) |
|
|
default |
◆ deposits()
| void InDetSimData::deposits |
( |
std::vector< Deposit > & | deposits | ) |
const |
|
inline |
◆ getdeposits()
◆ operator=() [1/2]
Definition at line 42 of file InDetSimData.cxx.
43{
44 if(&other != this)
45 {
48 }
49 return *this;
50}
◆ operator=() [2/2]
Definition at line 52 of file InDetSimData.cxx.
52 {
53 if(&other != this)
54 {
57 }
58 return *this;
59}
◆ word()
| int InDetSimData::word |
( |
| ) |
const |
|
inline |
◆ PixelSimHelper
◆ SCT_SimHelper
◆ TRT_SimHelper
◆ m_deposits
| std::vector<Deposit> InDetSimData::m_deposits |
|
private |
◆ m_word
The documentation for this class was generated from the following files: