DD4hep - The AIDA detector description toolkit for high energy physics experiments
DD4hep  Rev:Unversioneddirectory
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TrackerExtension.h
Go to the documentation of this file.
1 /*
2  * TrackerExtension.h
3  *
4  * Abstract extension used by the Tracker class.
5  *
6  * Created on: Dec 11, 2013
7  * Author: Christian Grefe, CERN
8  */
9 
10 #ifndef DDRec_TRACKEREXTENSION_H_
11 #define DDRec_TRACKEREXTENSION_H_
12 
13 namespace DD4hep {
14 namespace DDRec {
15 
17 public:
19  virtual ~TrackerExtension();
20 };
21 
22 } /* namespace DDRec */
23 } /* namespace DD4hep */
24 #endif /* DDRec_TRACKEREXTENSION_H_ */