CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HCALEndcapProperties.h
Go to the documentation of this file.
1 #ifndef HCALEndcapProperties_H
2 #define HCALEndcapProperties_H
3 
5 
15 #include <cmath>
16 
18 {
19 
20  public:
21 
22  HCALEndcapProperties(const edm::ParameterSet& fastDet):HCALProperties(fastDet) {; }
23 
24  virtual ~HCALEndcapProperties() { }
25 
26  double getHcalDepth(double);
27 
28  double thickness(const double eta) const {
30  }
31 
32  private:
33 
34 };
35 
36 #endif
T eta() const
HCALEndcapProperties(const edm::ParameterSet &fastDet)
double interactionLength() const
Interaction length in cm.
double getHcalDepth(double)
double getHcalDepth(double) const
double thickness(const double eta) const
Thickness (in cm) of the homegeneous material as a function of rapidity.