CMS 3D CMS Logo

EvtPlane.cc

Go to the documentation of this file.
00001 //
00002 // $Id: EvtPlane.cc,v 1.1 2008/07/20 19:18:24 yilmaz Exp $
00003 //
00004 
00005 #include "DataFormats/HeavyIonEvent/interface/EvtPlane.h"
00006 
00007 using namespace reco;
00008 
00009 EvtPlane::EvtPlane(double planeA)
00010   : 
00011 EvtPlaneAngle_(planeA)
00012 {
00013   // default constructor
00014 }
00015 
00016 
00017 EvtPlane::~EvtPlane()
00018 {
00019 }
00020 
00021 

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