CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
TransientTrackingRecHit.cc
Go to the documentation of this file.
2 
3 #ifdef COUNT_HITS
4 #include <cstdio>
5 namespace {
6 
7  struct Stat {
8  ~Stat() { printf("TTRH: %d/%d/%d/%d\n", tot[0], tot[1], tot[2], tot[3]); }
9  int tot[4] = {0};
10  };
11  Stat stat;
12 } // namespace
13 
15 #endif
printf("params %d %f %f %f\n", minT, eps, errmax, chi2max)
void countTTRH(TrackingRecHit::Type)