CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
thetaBins.h
Go to the documentation of this file.
1 #ifndef Fireworks_Calo_thetaBins_h
2 #define Fireworks_Calo_thetaBins_h
3 // -*- C++ -*-
4 //
5 // Package: Calo
6 // Class : thetaBins
7 //
16 //
17 // Original Author: Chris Jones
18 // Created: Thu Dec 11 22:59:29 EST 2008
19 // $Id: thetaBins.h,v 1.2 2009/01/23 21:35:39 amraktad Exp $
20 //
21 
22 // system include files
23 #include <vector>
24 #include <algorithm>
25 
26 // user include files
27 
28 // forward declarations
29 
30 namespace fireworks {
31  std::vector<std::pair<double,double> > thetaBins();
32 }
33 
34 
35 #endif
std::vector< std::pair< double, double > > thetaBins()
Definition: thetaBins.cc:49