#include "DataFormats/SiStripCommon/interface/ConstantsForGranularity.h"
#include "DataFormats/SiStripCommon/interface/SiStripKey.h"
Go to the source code of this file.
Classes | |
class | ConsistentWithKey |
class | SiStripFecKey |
Utility class that identifies a position within the strip tracker control structure, down to the level of an APV25. More... | |
Functions | |
bool | operator< (const SiStripFecKey &a, const SiStripFecKey &b) |
std::ostream & | operator<< (std::ostream &, const SiStripFecKey &) |
bool operator< | ( | const SiStripFecKey & | a, |
const SiStripFecKey & | b | ||
) | [inline] |
Definition at line 237 of file SiStripFecKey.h.
References SiStripKey::key().
std::ostream& operator<< | ( | std::ostream & | , |
const SiStripFecKey & | |||
) |
Definition at line 808 of file SiStripFecKey.cc.
References SiStripFecKey::print().
{ std::stringstream ss; input.print(ss); os << ss.str(); return os; }