CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Classes | Functions
SiStripRawDigi.h File Reference
#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. NOTA BENE: these digis use the DetSetVector, but the public inheritence from edm::DoNotSortUponInsertion ensures that the digis are NOT sorted by the DetSetVector::post_insert() method. The strip position is therefore inferred from the position of the digi within its container (the DetSet private vector). More...
 

Functions

std::ostream & operator<< (std::ostream &o, const SiStripRawDigi &digi)
 

Function Documentation

std::ostream& operator<< ( std::ostream &  o,
const SiStripRawDigi digi 
)
inline

Definition at line 36 of file SiStripRawDigi.h.

References SiStripRawDigi::adc().

36  {
37  return o << " " << digi.adc();
38 }
const uint16_t & adc() const