CMS 3D CMS Logo

Classes | Functions

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_13_patch3/src/DataFormats/SiStripDigi/interface/SiStripProcessedRawDigi.h File Reference

#include "DataFormats/Common/interface/traits.h"
#include <iostream>

Go to the source code of this file.

Classes

class  SiStripProcessedRawDigi
 A signed Digi for the silicon strip detector, containing only adc information, and suitable for storing processed (pedestal, cmn subtracted) 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 SiStripProcessedRawDigi &digi)

Function Documentation

std::ostream& operator<< ( std::ostream &  o,
const SiStripProcessedRawDigi digi 
) [inline]

Definition at line 37 of file SiStripProcessedRawDigi.h.

References SiStripProcessedRawDigi::adc().

                                                                                    {
  return o << " " << digi.adc();
}