CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/SimCalorimetry/HcalSimAlgos/src/HFShape.cc

Go to the documentation of this file.
00001 #include "SimCalorimetry/HcalSimAlgos/interface/HFShape.h"
00002   
00003 HFShape::HFShape()
00004 : shape_(HcalPulseShapes().hfShape())
00005 {   
00006 }
00007 
00008 double
00009 HFShape::timeToRise() const 
00010 {
00011    return 0. ;
00012 }
00013   
00014 double HFShape::operator () (double time) const
00015 {
00016   return shape_.at(time);
00017 }
00018