9 subtract_(
const uint32_t& detId,
const uint16_t& firstAPV, std::vector<T>& digis){
11 std::vector<T>
tmp; tmp.reserve(128);
12 typename std::vector<T>::iterator
13 strip( digis.begin() ),
19 while( strip <
end ) {
20 endAPV = strip+128; tmp.clear();
21 tmp.insert(tmp.end(),strip,endAPV);
24 _vmedians.push_back(std::pair<short,float>((strip-digis.begin())/128+firstAPV,offset));
26 while (strip < endAPV) {
27 *strip =
static_cast<T>(*strip-
offset);
float median(std::vector< T > &)
unsigned int offset(bool)
std::vector< std::pair< short, float > > _vmedians
std::vector< std::vector< double > > tmp