#include <iostream>
#include <vector>
#include <set>
#include "RegSelLUT/RegSelRoI.h"
#include "RegSelLUT/RegSelEtaPhiModule.h"
#include "Identifier/IdentifierHash.h"
Go to the source code of this file.
◆ operator<<()
Definition at line 146 of file RegSelEtaPhiLUT.h.
148 for (
unsigned i=0 ;
i<
f.map().
size() ;
i++ ) {
150 const std::vector< RegSelEtaPhiLUT::map_element >&
row =
f.map()[
i];
152 s <<
"row " <<
i << std::endl;
154 for (
unsigned j=0 ; j<
row.size() ; j++ ) {
158 s <<
"\t" << j <<
"\t" << (
EtaPhiBase)tower <<
" \t:";
160 RegSelEtaPhiLUT::moduleset::const_iterator rpitr=tower.
payload().begin();
161 RegSelEtaPhiLUT::moduleset::const_iterator rpend=tower.
payload().end();
163 while ( rpitr!=rpend ) {