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
CalorimeterExtension.h
Go to the documentation of this file.
1 /*
2  * CalorimeterExtension.h
3  *
4  * Abstract extension used by the Calorimeter class.
5  *
6  * Created on: Dec 11, 2013
7  * Author: Christian Grefe, CERN
8  */
9 
10 #ifndef DDRec_CALORIMETEREXTENSION_H_
11 #define DDRec_CALORIMETEREXTENSION_H_
12 
13 namespace DD4hep {
14 namespace DDRec {
15 
17 public:
19  virtual ~CalorimeterExtension();
20 };
21 
22 } /* namespace DDRec */
23 } /* namespace DD4hep */
24 #endif /* DDRec_CALORIMETEREXTENSION_H_ */