CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DTBtiTrigData.cc
Go to the documentation of this file.
1 //-------------------------------------------------
2 //
3 // Class: DTBtiTrigData.cpp
4 //
5 // Description: DTBtiChip Trigger Data
6 //
7 //
8 // Author List:
9 // C. Grandi
10 // Modifications:
11 //
12 //
13 //--------------------------------------------------
14 
15 //#include "Utilities/Configuration/interface/Architecture.h"
16 
17 //-----------------------
18 // This Class's Header --
19 //-----------------------
21 
22 //-------------------------------
23 // Collaborating Class Headers --
24 //-------------------------------
25 
26 //---------------
27 // C++ Headers --
28 //---------------
29 #include <iostream>
30 
31 using namespace std;
32 
33 //--------------
34 // Operations --
35 //--------------
36 
37 void
39  cout << "BTI Id=" << " ( " << _btiid.wheel() ;
40  cout << " , " << _btiid.station() ;
41  cout << " , " << _btiid.sector() ;
42  cout << " , " << _btiid.superlayer() ;
43  cout << " # " << _btiid.bti() ;
44  cout << " ) " ;
45  cout << ", K=" << K() << ", X=" << X() << ", equation=" << eq();
46  cout << ", code=" << code();
47  cout << " step= " << step();
48 /* cout << " strobe= " << Strobe();
49  cout << " Keq values: " << Keq(0) << " " << Keq(1) << " " << Keq(2) << " "
50  << Keq(3) << " " << Keq(4) << " " << Keq(5) << endl;
51 */
52  cout << endl;
53 }
list step
Definition: launcher.py:15
#define X(str)
Definition: MuonsGrabber.cc:49
void print() const
Print.
tuple cout
Definition: gather_cfg.py:121