#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.
146 {
147
148 for (
unsigned i=0 ;
i<
f.map().size() ;
i++ ) {
149
150 const std::vector< RegSelEtaPhiLUT::map_element >&
row =
f.map()[
i];
151
152 s <<
"row " <<
i << std::endl;
153
154 for (
unsigned j=0 ;
j<
row.size() ;
j++ ) {
155
157
159
160 RegSelEtaPhiLUT::moduleset::const_iterator rpitr=tower.
payload().begin();
161 RegSelEtaPhiLUT::moduleset::const_iterator rpend=tower.
payload().end();
162
163 while ( rpitr!=rpend ) {
165 ++rpitr;
166 }
167
169 }
170
172
173 }
174
176}
base class, with just the eta-phi limits and the overlap functionality
TRegSelEtaPhiModule< moduleset > map_element
element type from which the look up table is built
const T & payload() const
row
Appending html table to final .html summary file.
float j(const xAOD::IParticle &, const xAOD::TrackMeasurementValidation &hit, const Eigen::Matrix3d &jab_inv)