CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_7_hltpatch2/src/DataFormats/HeavyIonEvent/src/EvtPlane.cc

Go to the documentation of this file.
00001 // //
00002 // // $Id: EvtPlane.cc,v 1.4 2009/09/08 12:33:12 edwenger Exp $
00003 // //
00004 // 
00005 // #include "DataFormats/HeavyIonEvent/interface/EvtPlane.h"
00006 // 
00007 // using namespace reco;
00008 // 
00009 // EvtPlane::EvtPlane(double planeA, std::string label)
00010 //   : 
00011 //    angle_(planeA),
00012 //    label_(label)
00013 // {
00014 //   // default constructor
00015 // }
00016 // 
00017 // 
00018 // EvtPlane::~EvtPlane()
00019 // {
00020 // }
00021 // 
00022 // 
00023 
00024 
00025 //
00026 // $Id: EvtPlane.cc,v 1.4 2009/09/08 12:33:12 edwenger Exp $
00027 //
00028 
00029 #include "DataFormats/HeavyIonEvent/interface/EvtPlane.h"
00030 
00031 using namespace reco;
00032 
00033 EvtPlane::EvtPlane(double planeA,double sumSin, double sumCos, std::string label)
00034   : 
00035    angle_(planeA),
00036    sumSin_(sumSin),
00037    sumCos_(sumCos),
00038    label_(label)
00039 {
00040   // default constructor
00041 }
00042 
00043 
00044 EvtPlane::~EvtPlane()
00045 {
00046 }
00047 
00048