Public Methods | |
double | operator() (double sum, IKinematic *ik) |
|
Definition at line 47 of file SharedConeStrategy.cxx.
00047 {
00048 return sum + ( ik->momentum().e() );
00049 }
|