#include <RegSelROB.h>
Definition at line 76 of file RegSelROB.h.
◆ RegSelROBList()
Definition at line 58 of file RegSelROB.cxx.
60 std::map<uint32_t, RegSelROB>
robs;
62 std::cout <<
"RegSelSiLUT::fillROBMap()" << std::endl;
64 for ( std::vector<RegSelModule>::const_iterator mptr = modules.begin() ; mptr!=modules.end() ; ++mptr ) {
70 std::cout << *mptr << std::endl;
72 if ( robitr !=
robs.end() ) {
74 robitr->second.addModule(&(*mptr));
78 robs.insert( std::map<uint32_t, RegSelROB>::value_type(mptr->robID(),
RegSelROB(&(*mptr))) );
82 std::cout <<
"roblist size " <<
robs.size() << std::endl;
86 for ( ; robitr!=
robs.end() ; ++robitr ) {
87 std::cout <<
"RegSelLUT::fillROBMap() " << robitr->second << std::endl;
◆ ~RegSelROBList()
virtual RegSelROBList::~RegSelROBList |
( |
| ) |
|
|
inlinevirtual |
The documentation for this class was generated from the following files: