ATLAS Offline Software
InnerDetector
InDetEventCnv
InDetEventAthenaPool
InDetEventAthenaPool
InDetSimData_p3.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef INDETEVENTATHENAPOOL_INDETSIMDATA_P3_H
6
#define INDETEVENTATHENAPOOL_INDETSIMDATA_P3_H
7
8
#include <vector>
9
#include "
GeneratorObjectsTPCnv/HepMcParticleLink_p3.h
"
10
11
class
InDetSimData_p3
{
12
public
:
13
InDetSimData_p3
():
m_word
(0),
m_links
{},
m_enDeposits
{} {};
14
// List of Cnv classes that convert this into SimData objects
15
friend
class
InDetSimDataCnv_p3
;
16
private
:
17
unsigned
int
m_word
;
// sim data word
18
std::vector<HepMcParticleLink_p3>
m_links
;
// HepMCPLs
19
std::vector<float>
m_enDeposits
;
// energy deposits
20
};
21
22
#endif // INDETEVENTATHENAPOOL_INDETSIMDATA_P3_H
InDetSimDataCnv_p3
Definition:
InDetSimDataCnv_p3.h:23
InDetSimData_p3::m_enDeposits
std::vector< float > m_enDeposits
Definition:
InDetSimData_p3.h:19
InDetSimData_p3::InDetSimData_p3
InDetSimData_p3()
Definition:
InDetSimData_p3.h:13
InDetSimData_p3
Definition:
InDetSimData_p3.h:11
InDetSimData_p3::m_word
unsigned int m_word
Definition:
InDetSimData_p3.h:17
HepMcParticleLink_p3.h
InDetSimData_p3::m_links
std::vector< HepMcParticleLink_p3 > m_links
Definition:
InDetSimData_p3.h:18
Generated on Thu Nov 7 2024 21:17:05 for ATLAS Offline Software by
1.8.18