CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_1_8_patch9/src/Alignment/TrackerAlignment/interface/TrackerCounters.h

Go to the documentation of this file.
00001 #ifndef Alignment_TrackerAlignment_TrackerCounters_H
00002 #define Alignment_TrackerAlignment_TrackerCounters_H
00003 
00016 #include <map>
00017 
00018 #include "Alignment/CommonAlignment/interface/Counters.h"
00019 
00020 class TrackerCounters : public Counters
00021 {
00022 
00023 public:
00025   TrackerCounters();
00026 
00027   ~TrackerCounters() {}
00028 
00029 };
00030 
00031 #endif