CMS 3D CMS Logo

Classes | Functions

KineDebug3 Namespace Reference

Classes

struct  Count

Functions

void count ()

Function Documentation

void KineDebug3::count ( ) [inline]

Definition at line 19 of file KinematicConstrainedVertexUpdatorT.h.

References trackerHits::c, and KineDebug3::Count::n.

Referenced by KinematicConstrainedVertexUpdatorT< nTrk, nConstraint >::update().

                      {
    static Count c;
    ++c.n;
  }