CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_13_patch3/src/CondTools/DT/interface/DTExpandMap.h

Go to the documentation of this file.
00001 #ifndef DTExpandMap_H
00002 #define DTExpandMap_H
00003 
00014 //----------------------
00015 // Base Class Headers --
00016 //----------------------
00017 
00018 
00019 //------------------------------------
00020 // Collaborating Class Declarations --
00021 //------------------------------------
00022 
00023 
00024 //---------------
00025 // C++ Headers --
00026 //---------------
00027 #include <iostream>
00028 
00029 class DTExpandMap {
00030  public:
00031   static void expandSteering( std::ifstream& file );
00032 };
00033 #endif
00034