CMS 3D CMS Logo

TransientTrackingRecHit.cc
Go to the documentation of this file.
2 
3 
4 #ifdef COUNT_HITS
5 #include<cstdio>
6 namespace {
7 
8  struct Stat {
9  ~Stat() {
10  printf("TTRH: %d/%d/%d/%d\n",tot[0],tot[1],tot[2],tot[3]);
11  }
12  int tot[4]={0};
13  };
14  Stat stat;
15 }
16 
18  ++stat.tot[type];
19 }
20 #endif
21 
type
Definition: HCALResponse.h:21
void countTTRH(TrackingRecHit::Type)