DD4hep - The AIDA detector description toolkit for high energy physics experiments
DD4hep
Rev:Unversioneddirectory
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
DDRec
include
DDRec
API
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
13
#include "
DDRec/API/LayeredSubdetector.h
"
14
#include "
DDRec/API/Subdetector.h
"
15
16
namespace
DD4hep {
17
namespace
DDRec {
18
19
class
Calorimeter
:
public
LayeredSubdetector
,
public
Subdetector
{
20
public
:
21
Calorimeter
(
const
Geometry::DetElement
& det) :
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_ */
Subdetector.h
DD4hep::DDRec::Subdetector
Definition:
Subdetector.h:19
DD4hep::DDRec::Calorimeter::~Calorimeter
virtual ~Calorimeter()
Definition:
Calorimeter.h:26
DD4hep::DDRec::LayeredSubdetector
Definition:
LayeredSubdetector.h:21
DD4hep::Geometry::DetElement
Handle class describing a detector element.
Definition:
Detector.h:172
DD4hep::DDRec::Calorimeter
Definition:
Calorimeter.h:19
DD4hep::DDRec::Calorimeter::Calorimeter
Calorimeter(const Geometry::DetElement &det)
Definition:
Calorimeter.h:21
LayeredSubdetector.h
Generated on Fri Dec 2 2016 12:31:08 for DD4hep by
1.8.6