NSL
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends
InnerTrackerHitPattern.h
Go to the documentation of this file.
1 #ifndef NSL_SELECTIONS_TRACKER_INNERTRACKERHITPATTERN_H
2 #define NSL_SELECTIONS_TRACKER_INNERTRACKERHITPATTERN_H
3 
4 // our headers
5 #include "NSL/Selection.h"
6 
7 namespace NSL {
8 namespace Selections {
9 
10 namespace InnerTracker {
11 class HitPattern : public Selection {
12 public:
13  HitPattern();
14 };
15 } // namespace InnerTracker
16 
17 } // namespace Selections
18 } // namespace NSL
19 
20 #endif