#include "CondFormats/Serialization/interface/Serializable.h"
#include "DataFormats/SiStripCommon/interface/SiStripConstants.h"
#include <boost/cstdint.hpp>
#include <ostream>
#include <sstream>
Go to the source code of this file.
Classes | |
class | FedChannelConnection |
Class containning control, module, detector and connection information, at the level of a FED channel. More... | |
Macros | |
#define | CondFormats_SiStripObjects_FedChannelConnection_H |
Functions | |
bool | operator< (const FedChannelConnection &, const FedChannelConnection &) |
std::ostream & | operator<< (std::ostream &, const FedChannelConnection &) |
#define CondFormats_SiStripObjects_FedChannelConnection_H |
bool operator< | ( | const FedChannelConnection & | , |
const FedChannelConnection & | |||
) |
Overload less than operator.
Definition at line 75 of file FedChannelConnection.cc.
std::ostream& operator<< | ( | std::ostream & | , |
const FedChannelConnection & | |||
) |
Debug info for FedChannelConnection class.
Definition at line 227 of file FedChannelConnection.cc.