#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 34 of file L1GtPsbSetup.cc.
|
inline |
get / set / print the setup for L1 GT PSB boards
Definition at line 42 of file L1GtPsbSetup.h.
References m_gtPsbSetup.
void L1GtPsbSetup::print | ( | std::ostream & | myCout | ) | const |
Definition at line 41 of file L1GtPsbSetup.cc.
References m_gtPsbSetup.
Referenced by L1TConfigDumper::analyze().
|
private |
void L1GtPsbSetup::setGtPsbSetup | ( | const std::vector< L1GtPsbConfig > & | gtPsbSetupValue | ) |
Definition at line 39 of file L1GtPsbSetup.cc.
References m_gtPsbSetup.
|
friend |
Definition at line 55 of file L1GtPsbSetup.h.
|
friend |
Definition at line 55 of file L1GtPsbSetup.h.
|
friend |
|
private |
L1 GT PSB boards and their setup.
Definition at line 53 of file L1GtPsbSetup.h.
Referenced by gtPsbSetup(), print(), and setGtPsbSetup().