Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:11:27

0001 #ifndef Fireworks_Calo_thetaBins_h
0002 #define Fireworks_Calo_thetaBins_h
0003 // -*- C++ -*-
0004 //
0005 // Package:     Calo
0006 // Class  :     thetaBins
0007 //
0008 /**\class thetaBins thetaBins.h Fireworks/Calo/interface/thetaBins.h
0009 
0010    Description: <one line class summary>
0011 
0012    Usage:
0013     <usage>
0014 
0015  */
0016 //
0017 // Original Author:  Chris Jones
0018 //         Created:  Thu Dec 11 22:59:29 EST 2008
0019 //
0020 
0021 // system include files
0022 #include <vector>
0023 #include <algorithm>
0024 
0025 // user include files
0026 
0027 // forward declarations
0028 
0029 namespace fireworks {
0030   std::vector<std::pair<double, double> > thetaBins();
0031 }
0032 
0033 #endif