CMS 3D CMS Logo

L1MuDTAssParam.h
Go to the documentation of this file.
1 //-------------------------------------------------
2 //
3 // Description: Parameters for Assignment
4 //
5 //
6 // $Date: 2007/02/27 11:44:00 $
7 // $Revision: 1.2 $
8 //
9 // Author :
10 // N. Neumeister CERN EP
11 // J. Troconiz UAM Madrid
12 //
13 //--------------------------------------------------
14 #ifndef L1MUDT_ASS_PARAM_H
15 #define L1MUDT_ASS_PARAM_H
16 
17 #include <iosfwd>
18 
19 // maximal number of pt assignment methods
20 const int MAX_PTASSMETH = 28;
21 
22 // pt assignment methods
53 };
54 
55 // overload output stream operator for pt-assignment methods
56 std::ostream& operator<<(std::ostream& s, PtAssMethod method);
57 
58 #endif
std::ostream & operator<<(std::ostream &s, PtAssMethod method)
const int MAX_PTASSMETH
PtAssMethod