#include <L1GtPsbSetup.h>
Public Member Functions | |
const std::vector< L1GtPsbConfig > & | gtPsbSetup () const |
get / set / print the setup for L1 GT PSB boards More... | |
L1GtPsbSetup () | |
void | print (std::ostream &) const |
void | setGtPsbSetup (const std::vector< L1GtPsbConfig > &) |
virtual | ~L1GtPsbSetup () |
Private Member Functions | |
template<class Archive > | |
void | serialize (Archive &ar, const unsigned int version) |
Private Attributes | |
std::vector< L1GtPsbConfig > | m_gtPsbSetup |
L1 GT PSB boards and their setup. More... | |
Friends | |
class | boost::serialization::access |
template<typename CondSerializationT , typename Enabled > | |
struct | cond::serialization::access |
std::ostream & | operator<< (std::ostream &, const L1GtPsbSetup &) |
output stream operator More... | |
Description: setup for L1 GT PSB boards.
Implementation: <TODO: enter implementation details>
$Date$ $Revision$
Definition at line 32 of file L1GtPsbSetup.h.
L1GtPsbSetup::L1GtPsbSetup | ( | ) |
Definition at line 29 of file L1GtPsbSetup.cc.
|
virtual |
Definition at line 35 of file L1GtPsbSetup.cc.
|
inline |
get / set / print the setup for L1 GT PSB boards
Definition at line 46 of file L1GtPsbSetup.h.
References m_gtPsbSetup, operator<<, print(), and setGtPsbSetup().
void L1GtPsbSetup::print | ( | std::ostream & | myCout | ) | const |
Definition at line 50 of file L1GtPsbSetup.cc.
References m_gtPsbSetup.
Referenced by L1GtPsbSetupTester::analyze(), L1TConfigDumper::analyze(), gtPsbSetup(), and operator<<().
|
private |
void L1GtPsbSetup::setGtPsbSetup | ( | const std::vector< L1GtPsbConfig > & | gtPsbSetupValue | ) |
Definition at line 43 of file L1GtPsbSetup.cc.
References m_gtPsbSetup.
Referenced by gtPsbSetup().
|
friend |
Definition at line 64 of file L1GtPsbSetup.h.
|
friend |
Definition at line 64 of file L1GtPsbSetup.h.
|
friend |
|
private |
L1 GT PSB boards and their setup.
Definition at line 61 of file L1GtPsbSetup.h.
Referenced by gtPsbSetup(), print(), and setGtPsbSetup().