CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions
L1GtBoardMapsTester Class Reference

#include <L1GtBoardMapsTester.h>

Inheritance diagram for L1GtBoardMapsTester:
edm::EDAnalyzer

Public Member Functions

virtual void analyze (const edm::Event &, const edm::EventSetup &)
 
 L1GtBoardMapsTester (const edm::ParameterSet &)
 
virtual ~L1GtBoardMapsTester ()
 
- Public Member Functions inherited from edm::EDAnalyzer
 EDAnalyzer ()
 
std::string workerType () const
 
virtual ~EDAnalyzer ()
 

Additional Inherited Members

- Public Types inherited from edm::EDAnalyzer
typedef EDAnalyzer ModuleType
 
typedef WorkerT< EDAnalyzerWorkerType
 
- Static Public Member Functions inherited from edm::EDAnalyzer
static const std::string & baseType ()
 
static void fillDescriptions (ConfigurationDescriptions &descriptions)
 
static void prevalidate (ConfigurationDescriptions &)
 
- Protected Member Functions inherited from edm::EDAnalyzer
CurrentProcessingContext const * currentContext () const
 

Detailed Description

Description: test analyzer for various mappings of the L1 GT boards.

Implementation: <TODO: enter implementation details>

Author
: Vasile Mihai Ghete - HEPHY Vienna

$Date$ $Revision$

Definition at line 33 of file L1GtBoardMapsTester.h.

Constructor & Destructor Documentation

L1GtBoardMapsTester::L1GtBoardMapsTester ( const edm::ParameterSet parSet)
explicit

Definition at line 35 of file L1GtBoardMapsTester.cc.

36 {
37  // empty
38 }
L1GtBoardMapsTester::~L1GtBoardMapsTester ( )
virtual

Definition at line 41 of file L1GtBoardMapsTester.cc.

42 {
43  // empty
44 }

Member Function Documentation

void L1GtBoardMapsTester::analyze ( const edm::Event iEvent,
const edm::EventSetup evSetup 
)
virtual

Implements edm::EDAnalyzer.

Definition at line 47 of file L1GtBoardMapsTester.cc.

References gather_cfg::cout, and edm::EventSetup::get().

49 {
50 
51 
53  evSetup.get< L1GtBoardMapsRcd >().get( l1GtBM ) ;
54 
55  l1GtBM->print(std::cout);
56  std::cout << std::endl;
57 
58  // print for simplicity the individual maps
59 
60  l1GtBM->printGtDaqRecordMap(std::cout);
61  std::cout << std::endl;
62 
63  l1GtBM->printGtEvmRecordMap(std::cout);
64  std::cout << std::endl;
65 
66  l1GtBM->printGtDaqActiveBoardsMap(std::cout);
67  std::cout << std::endl;
68 
69  l1GtBM->printGtEvmActiveBoardsMap(std::cout);
70  std::cout << std::endl;
71 
72  l1GtBM->printGtBoardSlotMap(std::cout);
73  std::cout << std::endl;
74 
75  l1GtBM->printGtBoardHexNameMap(std::cout);
76  std::cout << std::endl;
77 
78  l1GtBM->printGtQuadToPsbMap(std::cout);
79  std::cout << std::endl;
80 }
const T & get() const
Definition: EventSetup.h:55
tuple cout
Definition: gather_cfg.py:121