CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
L1MuDTTrackAssParam.h
Go to the documentation of this file.
1 //-------------------------------------------------
2 //
3 // Description: Parameters for Track Assembler
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_TRACK_ASS_PARAM_H
14 #define L1MUDT_TRACK_ASS_PARAM_H
15 
16 #include <iosfwd>
17 #include <string>
18 
19 //@@ number of Track Classes
20 const int MAX_TC = 11;
21 
22 //@@ defined Track Classes ordered in decreasing priority
24  T12, T14, T13, T24, T23, T34, UNDEF };
25 
26 // overload output stream operator for TrackClass
27 std::ostream& operator<<( std::ostream& s, TrackClass tc);
28 
29 // convert TrackClass to bitmap
30 const unsigned int tc2bitmap(const TrackClass tc);
31 
32 // convert TrackClass to graphical format
33 const std::string tc2string(const TrackClass tc);
34 
35 #endif
std::ostream & operator<<(std::ostream &out, const ALILine &li)
Definition: ALILine.cc:187
const unsigned int tc2bitmap(const TrackClass tc)
const int MAX_TC
const string tc2string(const TrackClass tc)