CMS 3D CMS Logo

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
void countTTRH(TrackingRecHit::Type)