12#include "GaudiKernel/MsgStream.h"
47 std::vector<float> &
rings();
48 const std::vector<float> &
rings()
const;
49 void rings(
const std::vector<float> &
r);
50 float &
at(
const unsigned int i);
51 const float &
at(
const unsigned int i)
const;
52 unsigned int size()
const;
53 const float &
operator [](
const unsigned int i)
const;
60 void print ( MsgStream& log )
const;
macros to associate a CLID to a type
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
This class carries the generated Rings.
RingerRings()
Class default constructor.
std::vector< float > & rings()
Acessor methods.
unsigned int size() const
void print(MsgStream &log) const
Prints some debug message.
const float & operator[](const unsigned int i) const
float & at(const unsigned int i)
std::vector< float > m_rings