CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_13_patch3/src/FastSimulation/CalorimeterProperties/interface/PreshowerLayer1Properties.h

Go to the documentation of this file.
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