CMS 3D CMS Logo

StripClusterizerAlgorithm.cc
Go to the documentation of this file.
2 
11 
14 }
17 }
18 
20  : cms::Exception("Invalid Charge") {
21  std::stringstream s;
22  s << "Digi charge of " << digi.adc() << " ADC "
23  << "is out of range on strip " << digi.strip() << ". ";
24  this->append(s.str());
25 }
void append(Exception const &another)
Definition: Exception.cc:153
void clusterize_(const T &input, output_t &output) const
static std::string const input
Definition: EdmProvDump.cc:50
const uint16_t & strip() const
Definition: SiStripDigi.h:33
const uint16_t & adc() const
Definition: SiStripDigi.h:34
A Digi for the silicon strip detector, containing both strip and adc information, and suitable for st...
Definition: SiStripDigi.h:12
Namespace of DDCMS conversion namespace.
void clusterize(const edm::DetSetVector< SiStripDigi > &, output_t &) const