CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
L1MuBMTrackAssParam.h
Go to the documentation of this file.
1 //-------------------------------------------------
2 //
3 // Description: Parameters for Track Assembler
4 //
5 //
6 //
7 // Author :
8 // N. Neumeister CERN EP
9 //
10 //--------------------------------------------------
11 #ifndef L1MUBM_TRACK_ASS_PARAM_H
12 #define L1MUBM_TRACK_ASS_PARAM_H
13 
14 #include <iosfwd>
15 #include <string>
16 
17 //@@ number of Track Classes
18 const int MAX_TC = 11;
19 
20 //@@ defined Track Classes ordered in decreasing priority
22 
23 // overload output stream operator for TrackClass
24 std::ostream& operator<<(std::ostream& s, TrackClass tc);
25 
26 // convert TrackClass to bitmap
27 const unsigned int tc2bitmap(const TrackClass tc);
28 
29 // convert TrackClass to graphical format
30 const std::string tc2string(const TrackClass tc);
31 
32 #endif
const unsigned int tc2bitmap(const TrackClass tc)
std::ostream & operator<<(std::ostream &out, const ALILine &li)
Definition: ALILine.cc:167
const std::string tc2string(const TrackClass tc)
const int MAX_TC