FACT++  1.0
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 
79 
80  for (auto it=leds.begin(); it!=leds.end(); it++)
81  it->CalcPhi(fCenter);
82 
83  return fRings.size();
84 }
Ring fCenter
Definition: MCaos.h:22
void InterpolCenters(const std::vector< Ring > &rings)
Definition: Ring.cc:66
void CalcCenters(const std::vector< Led > &leds, float min, float max)
Definition: MCaos.cc:42
std::vector< Ring > fRings
Definition: MCaos.h:23