1 #ifndef CSCRecHitD_CSCStripData_h
2 #define CSCRecHitD_CSCStripData_h
39 const std::vector<float>&
ph()
const {
return ph_;}
52 std::bind2nd( std::multiplies<float>(), factor ) );
68 std::vector<float>
ph_;
int tmax() const
the time bin in which the maximum pulseheight occurs (counts from 0)
const std::vector< int > & phRaw() const
std::vector< int > phRaw_
friend std::ostream & operator<<(std::ostream &, const CSCStripData &)
for debugging purposes
float phmax() const
maximum pulseheight in one SCA time bin
void operator*=(float factor)
int strip() const
strip to which these data belong (counts from 1)
bool operator<(const CSCStripData &data) const
char data[epos_bytes_allocation]
CSCStripData(int istrip, float phmax, int tmax, const std::vector< int > &phRaw, const std::vector< float > &ph)
const std::vector< float > & ph() const