CMS 3D CMS Logo

L1GtBoardMapsTester.cc
Go to the documentation of this file.
1 
15 // this class header
17 
18 // system include files
19 #include <iomanip>
20 #include <iostream>
21 
22 // user include files
23 // base class
24 
27 
30 
31 // forward declarations
32 
33 // constructor(s)
35  // empty
36 }
37 
38 // destructor
40  // empty
41 }
42 
43 // loop over events
46  evSetup.get<L1GtBoardMapsRcd>().get(l1GtBM);
47 
48  l1GtBM->print(std::cout);
49  std::cout << std::endl;
50 
51  // print for simplicity the individual maps
52 
54  std::cout << std::endl;
55 
57  std::cout << std::endl;
58 
60  std::cout << std::endl;
61 
63  std::cout << std::endl;
64 
66  std::cout << std::endl;
67 
69  std::cout << std::endl;
70 
72  std::cout << std::endl;
73 }
L1GtBoardMapsTester.h
ESHandle.h
L1GtBoardMaps::printGtBoardHexNameMap
void printGtBoardHexNameMap(std::ostream &myCout) const
print L1 GT board name in hw record map
Definition: L1GtBoardMaps.cc:190
gather_cfg.cout
cout
Definition: gather_cfg.py:144
L1GtBoardMapsTester::analyze
void analyze(const edm::Event &, const edm::EventSetup &) override
Definition: L1GtBoardMapsTester.cc:44
L1GtBoardMaps::printGtBoardSlotMap
void printGtBoardSlotMap(std::ostream &myCout) const
print L1 GT board - slot map
Definition: L1GtBoardMaps.cc:163
L1GtBoardMaps::printGtDaqActiveBoardsMap
void printGtDaqActiveBoardsMap(std::ostream &myCout) const
print L1 GT active boards map for DAQ record
Definition: L1GtBoardMaps.cc:109
edm::EventSetup::get
T get() const
Definition: EventSetup.h:80
L1GtBoardMaps::printGtEvmActiveBoardsMap
void printGtEvmActiveBoardsMap(std::ostream &myCout) const
print L1 GT active boards map for EVM record
Definition: L1GtBoardMaps.cc:136
edm::ESHandle
Definition: DTSurvey.h:22
edm::ParameterSet
Definition: ParameterSet.h:47
L1GtBoardMaps::printGtEvmRecordMap
void printGtEvmRecordMap(std::ostream &myCout) const
print L1 GT EVM record map
Definition: L1GtBoardMaps.cc:82
L1GtBoardMaps::printGtDaqRecordMap
void printGtDaqRecordMap(std::ostream &myCout) const
print L1 GT DAQ record map
Definition: L1GtBoardMaps.cc:55
iEvent
int iEvent
Definition: GenABIO.cc:224
edm::EventSetup
Definition: EventSetup.h:57
L1GtBoardMaps::printGtQuadToPsbMap
void printGtQuadToPsbMap(std::ostream &myCout) const
print L1 quadruplet (4x16 bits)(cable) to PSB input map
Definition: L1GtBoardMaps.cc:218
get
#define get
L1GtBoardMapsTester::~L1GtBoardMapsTester
~L1GtBoardMapsTester() override
Definition: L1GtBoardMapsTester.cc:39
L1GtBoardMaps.h
L1GtBoardMaps::print
void print(std::ostream &) const
Definition: L1GtBoardMaps.cc:41
EventSetup.h
L1GtBoardMapsTester::L1GtBoardMapsTester
L1GtBoardMapsTester(const edm::ParameterSet &)
Definition: L1GtBoardMapsTester.cc:34
L1GtBoardMapsRcd
Definition: L1GtBoardMapsRcd.h:39
edm::Event
Definition: Event.h:73
L1GtBoardMapsRcd.h