CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PreshowerLayer1Properties.h
Go to the documentation of this file.
1 #ifndef PreshowerLayer1Properties_H
2 #define PreshowerLayer1Properties_H
3 
5 
15 namespace edm {
16  class ParameterSet;
17 }
18 
20 {
21 
22  public:
23 
25 
27  ;
28  }
29 
31  inline double sensitiveFraction() const { return 0.0036; }
32 
34  inline double mipsPerGeV() const { return mips; }
35 
38  double thickness(double eta) const ;
39 };
40 
41 #endif
double sensitiveFraction() const
Fraction of energy collected on sensitive detectors.
PreshowerLayer1Properties(const edm::ParameterSet &fastDet)
double mipsPerGeV() const
Number of Mips/GeV [Default : 41.7 Mips/GeV or 24 MeV/Mips].
double thickness(double eta) const