Revision: | 1.1.1.1 (vendor branch) |
Committed: | Wed Aug 5 07:29:49 2009 UTC (15 years, 9 months ago) by dhidas |
Content type: | text/plain |
Branch: | dhidas, MAIN |
CVS Tags: | START, HEAD |
Changes since 1.1: | +0 -0 lines |
Log Message: | putting this under my own dir |
# | User | Rev | Content |
---|---|---|---|
1 | dhidas | 1.1 | #ifndef GUARD_HDQMInspectorConfigTracking_h |
2 | #define GUARD_HDQMInspectorConfigTracking_h | ||
3 | |||
4 | #include <string> | ||
5 | |||
6 | #include "DQMServices/Diagnostic/interface/HDQMInspectorConfigBase.h" | ||
7 | |||
8 | |||
9 | class HDQMInspectorConfigTracking : public HDQMInspectorConfigBase | ||
10 | { | ||
11 | public: | ||
12 | HDQMInspectorConfigTracking (); | ||
13 | virtual ~HDQMInspectorConfigTracking (); | ||
14 | |||
15 | std::string translateDetId (const uint32_t) const; | ||
16 | |||
17 | }; | ||
18 | |||
19 | |||
20 | |||
21 | #endif |