#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 147 of file RegSelEtaPhiLUT.h.
149 for (
unsigned i=0 ;
i<
f.map().
size() ;
i++ ) {
151 const std::vector< RegSelEtaPhiLUT::map_element >&
row =
f.map()[
i];
153 s <<
"row " <<
i << std::endl;
155 for (
unsigned j=0 ; j<
row.size() ; j++ ) {
159 s <<
"\t" << j <<
"\t" << (
EtaPhiBase)tower <<
" \t:";
161 RegSelEtaPhiLUT::moduleset::const_iterator rpitr=tower.
payload().begin();
162 RegSelEtaPhiLUT::moduleset::const_iterator rpend=tower.
payload().end();
164 while ( rpitr!=rpend ) {