#include <MP7FileReader.h>
Public Types | |
typedef LinkMap::const_iterator | const_iterator |
typedef std::map< uint32_t, std::vector< uint64_t > > | LinkMap |
typedef LinkMap::value_type | value_type |
Public Member Functions | |
LinkMap::const_iterator | begin () const |
LinkMap::const_iterator | end () const |
const std::vector< uint64_t > & | link (uint32_t i) const |
const std::string & | name () const |
size_t | size () const |
Private Attributes | |
LinkMap | links_ |
std::string | name_ |
Friends | |
class | MP7FileReader |
Definition at line 22 of file MP7FileReader.h.
typedef LinkMap::const_iterator FileData::const_iterator |
Definition at line 26 of file MP7FileReader.h.
typedef std::map< uint32_t, std::vector<uint64_t> > FileData::LinkMap |
Definition at line 24 of file MP7FileReader.h.
typedef LinkMap::value_type FileData::value_type |
Definition at line 25 of file MP7FileReader.h.
|
inline |
Definition at line 34 of file MP7FileReader.h.
References links_.
Referenced by MP7PacketReader::load().
|
inline |
Definition at line 35 of file MP7FileReader.h.
References links_.
Referenced by Types.LuminosityBlockRange::cppID(), Types.EventRange::cppID(), and MP7PacketReader::load().
const std::vector< uint64_t > & FileData::link | ( | uint32_t | i | ) | const |
Definition at line 29 of file MP7FileReader.cc.
References links_.
Referenced by l1t::MP7BufferDumpToRaw::getBlocks(), and MP7PacketReader::load().
|
inline |
Definition at line 28 of file MP7FileReader.h.
References name_.
Referenced by cuy.divideElement::__init__(), cuy.plotElement::__init__(), cuy.additionElement::__init__(), cuy.superimposeElement::__init__(), cuy.graphElement::__init__(), config.CFG::__str__(), validation.Sample::digest(), VIDSelectorBase.VIDSelectorBase::initialize(), MP7PacketReader::load(), MP7FileReader::names(), and Vispa.Views.PropertyView.Property::valueChanged().
|
inline |
Definition at line 32 of file MP7FileReader.h.
References links_.
Referenced by MP7PacketReader::load().
|
friend |
Definition at line 42 of file MP7FileReader.h.
|
private |
Definition at line 40 of file MP7FileReader.h.
Referenced by begin(), end(), link(), MP7FileReader::load(), and size().
|
private |
Definition at line 39 of file MP7FileReader.h.
Referenced by MP7FileReader::load(), and name().