#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 |
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] |
std::ostream& operator<< | ( | std::ostream & | , | |
const SiStripFecKey & | ||||
) |
Definition at line 808 of file SiStripFecKey.cc.
References SiStripFecKey::print(), and ss.
00808 { 00809 std::stringstream ss; 00810 input.print(ss); 00811 os << ss.str(); 00812 return os; 00813 }