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 //
20 
21 // system include files
22 #include <vector>
23 #include <algorithm>
24 
25 // user include files
26 
27 // forward declarations
28 
29 namespace fireworks {
30  std::vector<std::pair<double,double> > thetaBins();
31 }
32 
33 
34 #endif
std::vector< std::pair< double, double > > thetaBins()
Definition: thetaBins.cc:48