Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020 #include "L1Trigger/DTBti/interface/DTBtiTrigData.h"
00021
00022
00023
00024
00025
00026
00027
00028
00029 #include <iostream>
00030
00031 using namespace std;
00032
00033
00034
00035
00036
00037 void
00038 DTBtiTrigData::print() const {
00039 cout << "BTI Id=" << " ( " << _btiid.wheel() ;
00040 cout << " , " << _btiid.station() ;
00041 cout << " , " << _btiid.sector() ;
00042 cout << " , " << _btiid.superlayer() ;
00043 cout << " # " << _btiid.bti() ;
00044 cout << " ) " ;
00045 cout << ", K=" << K() << ", X=" << X() << ", equation=" << eq();
00046 cout << ", code=" << code();
00047 cout << " step= " << step();
00048
00049
00050
00051
00052 cout << endl;
00053 }