Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 #ifndef Fireworks_Core_fw3dlego_xbins_h
0002 #define Fireworks_Core_fw3dlego_xbins_h
0003 // -*- C++ -*-
0004 //
0005 // Package:     Core
0006 // Class  :     fw3dlego_xbins
0007 //
0008 /**\class fw3dlego_xbins fw3dlego_xbins.h Fireworks/Core/interface/fw3dlego_xbins.h
0009 
0010    Description: <one line class summary>
0011 
0012    Usage:
0013     <usage>
0014 
0015  */
0016 //
0017 // Original Author:  Chris Jones
0018 //         Created:  Wed Dec  3 13:55:42 EST 2008
0019 //
0020 
0021 namespace fw3dlego {
0022   extern const int xbins_n;
0023   extern const double xbins[];
0024   extern const int xbins_hf_n;
0025   extern const double xbins_hf[];
0026 }  // namespace fw3dlego
0027 
0028 #endif