CMS 3D CMS Logo

L1MuDTExtParam.h
Go to the documentation of this file.
1 //-------------------------------------------------
2 //
3 // Description: Parameters for Extrapolation
4 //
5 //
6 // $Date: 2007/02/27 11:44:00 $
7 // $Revision: 1.2 $
8 //
9 // Author :
10 // N. Neumeister CERN EP
11 //
12 //--------------------------------------------------
13 #ifndef L1MUDT_EXT_PARAM_H
14 #define L1MUDT_EXT_PARAM_H
15 
16 #include <iosfwd>
17 
18 //max. number of Extrapolations
19 const int MAX_EXT = 12;
20 
21 // extrapolation types
23 
24 // overload output stream operator for Extrapolation
25 std::ostream& operator<<(std::ostream& s, Extrapolation ext);
26 
27 #endif
std::ostream & operator<<(std::ostream &s, Extrapolation ext)
const int MAX_EXT
Extrapolation
Definition: memstream.h:15