#include <CSCStripData.h>
Public Member Functions | |
CSCStripData () | |
CSCStripData (int istrip, float phmax, int tmax, const std::vector< int > &phRaw, const std::vector< float > &ph) | |
void | operator*= (float factor) |
bool | operator< (const CSCStripData &data) const |
const std::vector< float > & | ph () const |
float | phmax () const |
maximum pulseheight in one SCA time bin More... | |
const std::vector< int > & | phRaw () const |
int | strip () const |
strip to which these data belong (counts from 1) More... | |
int | tmax () const |
the time bin in which the maximum pulseheight occurs (counts from 0) More... | |
Private Attributes | |
int | istrip_ |
std::vector< float > | ph_ |
float | phmax_ |
std::vector< int > | phRaw_ |
int | tmax_ |
Static Private Attributes | |
static const int | ntbins_ = 8 |
Friends | |
std::ostream & | operator<< (std::ostream &, const CSCStripData &) |
for debugging purposes More... | |
Hold strip data while building strip hits in CSCHitFromStripOnly.
Definition at line 15 of file CSCStripData.h.
|
inline |
The default ctor initializes all elements of thePulseHeightMap for which explicit digis do not exist. Use sentinel value for istrip and tmax.
Note that raw pulseheights are int.
Definition at line 25 of file CSCStripData.h.
|
inline |
Definition at line 26 of file CSCStripData.h.
|
inline |
scale pulseheights by argument, but leave raw pulseheights unchanged.
Definition at line 49 of file CSCStripData.h.
References ph_, phmax_, and create_public_pileup_plots::transform.
|
inline |
|
inline |
pulseheights in the 8 SCA time bins, after pedestal subtraction and (possibly) gain-correction
Definition at line 39 of file CSCStripData.h.
References ph_.
|
inline |
maximum pulseheight in one SCA time bin
Definition at line 32 of file CSCStripData.h.
References phmax_.
|
inline |
pulseheights in the 8 SCA time bins, after pedestal subtraction but without gain-correction
Definition at line 44 of file CSCStripData.h.
References phRaw_.
|
inline |
strip to which these data belong (counts from 1)
Definition at line 30 of file CSCStripData.h.
References istrip_.
|
inline |
the time bin in which the maximum pulseheight occurs (counts from 0)
Definition at line 34 of file CSCStripData.h.
References tmax_.
|
friend |
|
private |
Definition at line 64 of file CSCStripData.h.
Referenced by operator<<(), and strip().
|
staticprivate |
Definition at line 63 of file CSCStripData.h.
Referenced by operator<<().
|
private |
Definition at line 68 of file CSCStripData.h.
Referenced by operator*=(), operator<<(), and ph().
|
private |
Definition at line 65 of file CSCStripData.h.
Referenced by operator*=(), operator<(), operator<<(), and phmax().
|
private |
Definition at line 67 of file CSCStripData.h.
Referenced by operator<<(), and phRaw().
|
private |
Definition at line 66 of file CSCStripData.h.
Referenced by operator<<(), and tmax().