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
Calorimeter.h
Go to the documentation of this file.
1 /*
2  * Calorimeter.h
3  *
4  * Basic reconstruction interface for calorimeters
5  *
6  * Created on: Dec 11, 2013
7  * Author: Christian Grefe, CERN
8  */
9 
10 #ifndef DDRec_CALORIMETER_H_
11 #define DDRec_CALORIMETER_H_
12 
14 #include "DDRec/API/Subdetector.h"
15 
16 namespace DD4hep {
17 namespace DDRec {
18 
20 public:
22  Geometry::DetElement(det), LayeredSubdetector(det), Subdetector(det) {
23 
24  }
25 
26  virtual ~Calorimeter() {}
27 };
28 
29 } /* namespace DDRec */
30 } /* namespace DD4hep */
31 #endif /* DDRec_CALORIMETER_H_ */
Handle class describing a detector element.
Definition: Detector.h:172
Calorimeter(const Geometry::DetElement &det)
Definition: Calorimeter.h:21