#include <CaloGeometryDBReader.h>
Public Types | |
typedef CaloSubdetectorGeometry::DimVec | DimVec |
typedef CaloSubdetectorGeometry::IVec | IVec |
typedef CaloSubdetectorGeometry::TrVec | TrVec |
Public Member Functions | |
CaloGeometryDBReader () | |
virtual | ~CaloGeometryDBReader () |
Static Public Member Functions | |
static void | write (TrVec &, DimVec &, IVec &, std::string) |
static bool | writeFlag () |
static void | writeIndexed (const TrVec &, const DimVec &, const IVec &, const std::vector< uint32_t > &, std::string) |
Definition at line 4 of file CaloGeometryDBReader.h.
Definition at line 9 of file CaloGeometryDBReader.h.
Definition at line 10 of file CaloGeometryDBReader.h.
Definition at line 8 of file CaloGeometryDBReader.h.
CaloGeometryDBReader::CaloGeometryDBReader | ( | ) | [inline] |
Definition at line 25 of file CaloGeometryDBReader.h.
{}
virtual CaloGeometryDBReader::~CaloGeometryDBReader | ( | ) | [inline, virtual] |
Definition at line 26 of file CaloGeometryDBReader.h.
{}
static void CaloGeometryDBReader::write | ( | TrVec & | , |
DimVec & | , | ||
IVec & | , | ||
std::string | |||
) | [inline, static] |
Definition at line 12 of file CaloGeometryDBReader.h.
{}
static bool CaloGeometryDBReader::writeFlag | ( | ) | [inline, static] |
Definition at line 23 of file CaloGeometryDBReader.h.
References funct::false.
Referenced by CaloGeometryDBEP< T, U >::produceAligned().
{ return false ; }
static void CaloGeometryDBReader::writeIndexed | ( | const TrVec & | , |
const DimVec & | , | ||
const IVec & | , | ||
const std::vector< uint32_t > & | , | ||
std::string | |||
) | [inline, static] |
Definition at line 17 of file CaloGeometryDBReader.h.
Referenced by CaloGeometryDBEP< T, U >::produceAligned().
{}