00001 #ifndef PreshowerLayer1Properties_H 00002 #define PreshowerLayer1Properties_H 00003 00004 #include "FastSimulation/CalorimeterProperties/interface/PreshowerProperties.h" 00005 00015 namespace edm { 00016 class ParameterSet; 00017 } 00018 00019 class PreshowerLayer1Properties : public PreshowerProperties 00020 { 00021 00022 public: 00023 00024 PreshowerLayer1Properties(const edm::ParameterSet& fastDet); 00025 00026 ~PreshowerLayer1Properties() { 00027 ; 00028 } 00029 00031 inline double sensitiveFraction() const { return 0.0036; } 00032 00034 inline double mipsPerGeV() const { return mips; } 00035 00038 double thickness(double eta) const ; 00039 }; 00040 00041 #endif