ATLAS Offline Software
Loading...
Searching...
No Matches
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>
10
12 public:
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
unsigned int m_word
friend class InDetSimDataCnv_p3
std::vector< float > m_enDeposits
std::vector< HepMcParticleLink_p3 > m_links