#include <APVShot.h>
Public Member Functions | |
const int | apvNumber () const |
APVShot () | |
APVShot (const bool zs=true) | |
APVShot (const std::vector< SiStripDigi > &digis, const DetId &detid, const bool zs=true) | |
void | computeShot (const std::vector< SiStripDigi > &digis, const DetId &detid, const bool zs=true) |
const unsigned int | detId () const |
const bool | isGenuine () const |
const float | median () const |
const int | nStrips () const |
const int | subDet () const |
Private Attributes | |
int | _apv |
DetId | _detid |
float | _median |
int | _nstrips |
bool | _zs |
Static Private Attributes | |
static const int | _threshold = 64 |
APVShot::APVShot | ( | ) |
Definition at line 7 of file APVShot.cc.
APVShot::APVShot | ( | const bool | zs = true | ) |
Definition at line 10 of file APVShot.cc.
APVShot::APVShot | ( | const std::vector< SiStripDigi > & | digis, |
const DetId & | detid, | ||
const bool | zs = true |
||
) |
Definition at line 13 of file APVShot.cc.
References computeShot().
const int APVShot::apvNumber | ( | ) | const |
void APVShot::computeShot | ( | const std::vector< SiStripDigi > & | digis, |
const DetId & | detid, | ||
const bool | zs = true |
||
) |
Definition at line 19 of file APVShot.cc.
References _apv, _detid, _median, _nstrips, _zs, RecoTauCleanerPlugins::charge, and Exception.
Referenced by APVShot().
const unsigned int APVShot::detId | ( | ) | const |
const bool APVShot::isGenuine | ( | ) | const |
const float APVShot::median | ( | ) | const |
const int APVShot::nStrips | ( | ) | const |
const int APVShot::subDet | ( | ) | const |
Definition at line 58 of file APVShot.cc.
References _detid, and DetId::subdetId().
|
private |
Definition at line 29 of file APVShot.h.
Referenced by apvNumber(), and computeShot().
|
private |
Definition at line 32 of file APVShot.h.
Referenced by computeShot(), detId(), and subDet().
|
private |
Definition at line 31 of file APVShot.h.
Referenced by computeShot(), and median().
|
private |
Definition at line 30 of file APVShot.h.
Referenced by computeShot(), isGenuine(), and nStrips().
|
staticprivate |
Definition at line 34 of file APVShot.h.
Referenced by isGenuine().
|
private |
Definition at line 28 of file APVShot.h.
Referenced by computeShot().