CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 //------------------------------------
20 // Collaborating Class Declarations --
21 //------------------------------------
22 
23 
24 //---------------
25 // C++ Headers --
26 //---------------
27 #include <iostream>
28 
29 class DTExpandMap {
30  public:
31  static void expandSteering( std::ifstream& file );
32 };
33 #endif
34 
static void expandSteering(std::ifstream &file)
Definition: DTExpandMap.cc:83