|
ATLAS Offline Software
|
Go to the documentation of this file.
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;
float & at(const unsigned int i)
void print(MsgStream &log) const
Prints some debug message.
std::vector< float > m_rings
RingerRings()
Class default constructor.
unsigned int size() const
This class carries the generated Rings.
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
const float & operator[](const unsigned int i) const
macros to associate a CLID to a type
std::vector< float > & rings()
Acessor methods.