CMS 3D CMS Logo

DTExpandMap.h
Go to the documentation of this file.
1 #ifndef DTExpandMap_H
2 #define DTExpandMap_H
3 
14 //----------------------
15 // Base Class Headers --
16 //----------------------
17 
18 //------------------------------------
19 // Collaborating Class Declarations --
20 //------------------------------------
21 
22 //---------------
23 // C++ Headers --
24 //---------------
25 #include <iostream>
26 
27 class DTExpandMap {
28 public:
29  static void expandSteering(std::ifstream& file);
30 };
31 #endif
static void expandSteering(std::ifstream &file)
Definition: DTExpandMap.cc:52