#include "DataFormats/Common/interface/traits.h"
#include <iostream>
Go to the source code of this file.
Classes | |
class | SiStripRawDigi |
A Digi for the silicon strip detector, containing only adc information, and suitable for storing raw hit information. More... | |
Functions | |
std::ostream & | operator<< (std::ostream &o, const SiStripRawDigi &digi) |
std::ostream& operator<< | ( | std::ostream & | o, | |
const SiStripRawDigi & | digi | |||
) | [inline] |
Definition at line 36 of file SiStripRawDigi.h.
References SiStripRawDigi::adc().
00036 { 00037 return o << " " << digi.adc(); 00038 }