CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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
28 
29 
30 // overload output stream operator for pt-assignment methods
31 std::ostream& operator<<(std::ostream& s, PtAssMethod method);
32 
33 #endif
std::ostream & operator<<(std::ostream &out, const ALILine &li)
Definition: ALILine.cc:187
const int MAX_PTASSMETH
PtAssMethod