FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
const
BiasMapEntry
& BiasMap::hv
(
int
board
,
int
channel
)
const
inline
Definition at line
296
of file
PixelMap.h
.
References
begin
,
BiasMapEntry::empty()
, and
end
.
297
{
298
for
(std::vector<BiasMapEntry>::const_iterator it=
begin
(); it!=
end
(); it++)
299
if
(it->hv_board==board && it->hv_channel==channel)
300
return
*it;
301
#ifdef DEBUG
302
std::cerr <<
"PixelMap: hv "
<< board <<
"/"
<< channel <<
" not found"
<< std::endl;
303
#endif
304
return
BiasMapEntry::empty
();
305
}
BiasMapEntry::empty
static const BiasMapEntry & empty()
Definition:
PixelMap.h:213
begin
double begin
Definition:
HeadersRateControl.h:87
end
double end
Definition:
HeadersRateControl.h:88
Here is the call graph for this function:
BiasMap
Generated on Sun Sep 18 2016 20:50:43 for FACT++ by
1.8.11