#include <PCaloGeometry.h>
Public Member Functions | |
std::vector< float > const & | getDimension () const |
std::vector< uint32_t > const & | getIndexes () const |
std::vector< float > const & | getTranslation () const |
PCaloGeometry (std::vector< float > const &, std::vector< float > const &, std::vector< uint32_t > const &) | |
PCaloGeometry () | |
~PCaloGeometry () | |
Private Attributes | |
std::vector< float > | m_dimension |
std::vector< uint32_t > | m_indexes |
std::vector< float > | m_translation |
Definition at line 7 of file PCaloGeometry.h.
PCaloGeometry::PCaloGeometry | ( | ) |
Definition at line 4 of file PCaloGeometry.cc.
{}
PCaloGeometry::PCaloGeometry | ( | std::vector< float > const & | tra, |
std::vector< float > const & | dim, | ||
std::vector< uint32_t > const & | ind | ||
) |
Definition at line 6 of file PCaloGeometry.cc.
: m_translation(tra), m_dimension(dim), m_indexes(ind){}
PCaloGeometry::~PCaloGeometry | ( | ) | [inline] |
Definition at line 14 of file PCaloGeometry.h.
{};
std::vector<float> const& PCaloGeometry::getDimension | ( | ) | const [inline] |
std::vector<uint32_t> const& PCaloGeometry::getIndexes | ( | ) | const [inline] |
std::vector<float> const& PCaloGeometry::getTranslation | ( | ) | const [inline] |
std::vector<float> PCaloGeometry::m_dimension [private] |
Definition at line 22 of file PCaloGeometry.h.
Referenced by getDimension().
std::vector<uint32_t> PCaloGeometry::m_indexes [private] |
Definition at line 23 of file PCaloGeometry.h.
Referenced by getIndexes().
std::vector<float> PCaloGeometry::m_translation [private] |
Definition at line 21 of file PCaloGeometry.h.
Referenced by getTranslation().