FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
int32_t MCaos::CalcRings
(
std::vector<
Led
> &
leds
,
float
min
=
-1
,
float
max
=
-1
)
private
Definition at line
74
of file
MCaos.cc
.
75
{
76
CalcCenters
(leds, min, max);
77
78
fCenter
.
InterpolCenters
(
fRings
);
79
80
for
(
auto
it=leds.begin(); it!=leds.end(); it++)
81
it->CalcPhi(
fCenter
);
82
83
return
fRings
.size();
84
}
MCaos::fCenter
Ring fCenter
Definition:
MCaos.h:22
Ring::InterpolCenters
void InterpolCenters(const std::vector< Ring > &rings)
Definition:
Ring.cc:66
MCaos::CalcCenters
void CalcCenters(const std::vector< Led > &leds, float min, float max)
Definition:
MCaos.cc:42
MCaos::fRings
std::vector< Ring > fRings
Definition:
MCaos.h:23
MCaos
Generated on Sun Sep 18 2016 20:50:54 for FACT++ by
1.8.11