CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_1/src/Fireworks/Calo/interface/thetaBins.h

Go to the documentation of this file.
00001 #ifndef Fireworks_Calo_thetaBins_h
00002 #define Fireworks_Calo_thetaBins_h
00003 // -*- C++ -*-
00004 //
00005 // Package:     Calo
00006 // Class  :     thetaBins
00007 //
00016 //
00017 // Original Author:  Chris Jones
00018 //         Created:  Thu Dec 11 22:59:29 EST 2008
00019 // $Id: thetaBins.h,v 1.2 2009/01/23 21:35:39 amraktad Exp $
00020 //
00021 
00022 // system include files
00023 #include <vector>
00024 #include <algorithm>
00025 
00026 // user include files
00027 
00028 // forward declarations
00029 
00030 namespace fireworks {
00031    std::vector<std::pair<double,double> > thetaBins();
00032 }
00033 
00034 
00035 #endif