8 _zs(
true), _apv(-1), _nstrips(0), _median(-1), _detid() { }
28 std::vector<unsigned int>
charge;
29 for(std::vector<SiStripDigi>::const_iterator digi=digis.begin();digi!=digis.end();++digi) {
31 if(!
_zs || digi->adc()>0) {
33 _apv = digi->strip()/128;
34 if(oldapv>=0 && oldapv!=
_apv)
throw cms::Exception(
"WrongDigiVector") <<
"Digis from Different APVs" ;
36 charge.push_back(digi->adc());
43 std::sort(charge.begin(),charge.end());
static const int _threshold
constexpr uint32_t rawId() const
get the raw id
const unsigned int detId() const
const int apvNumber() const
void computeShot(const std::vector< SiStripDigi > &digis, const DetId &detid, const bool zs=true)
constexpr int subdetId() const
get the contents of the subdetector field (not cast into any detector's numbering enum) ...
const float median() const
const bool isGenuine() const
const int nStrips() const