CMS 3D CMS Logo

PFBrem.h

Go to the documentation of this file.
00001 #ifndef DataFormats_ParticleFlowReco_PFBrem_h
00002 #define DataFormats_ParticleFlowReco_PFBrem_h
00003 
00004 #include "DataFormats/ParticleFlowReco/interface/PFTrack.h"
00005 
00006 namespace reco {
00007 
00008  
00009   class PFBrem : public PFRecTrack {
00010 
00011   public:
00012  
00013     PFBrem(){}
00014     PFBrem(double DP,
00015            double SigmaDP,
00016            unsigned int PointInd): 
00017       deltaP_(DP),
00018       sigmadeltaP_(SigmaDP),
00019       indPoint_(PointInd) {}
00020       
00021       
00022       double DeltaP(){return deltaP_;}
00023       double SigmaDeltaP(){return sigmadeltaP_;}
00024       unsigned int indTrajPoint() {return indPoint_;}
00025   private:
00026       
00027       double deltaP_;
00028       double sigmadeltaP_;
00029       unsigned int indPoint_;
00030   };
00031   
00032   
00033 }
00034 
00035 #endif

Generated on Tue Jun 9 17:31:22 2009 for CMSSW by  doxygen 1.5.4