CMS 3D CMS Logo

EvtPlane.h

Go to the documentation of this file.
00001 //
00002 // $Id: EvtPlane.h,v 1.1 2008/07/20 19:18:24 yilmaz Exp $
00003 //
00004 
00005 #ifndef DataFormats_EvtPlane_h
00006 #define DataFormats_EvtPlane_h
00007 
00008 
00009 namespace reco { class EvtPlane {
00010 public:
00011   EvtPlane(double planeA=0);
00012   virtual ~EvtPlane();
00013 
00014   double    EvtPlaneAngle()          const { return EvtPlaneAngle_; } 
00015 
00016 private:
00017 
00018   double    EvtPlaneAngle_  ;
00019 
00020 };
00021 }
00022 
00023 #endif 
00024 
00025 

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