#include <APVShotFinder.h>
Public Member Functions | |
APVShotFinder (const bool zs=true) | |
APVShotFinder (const edm::DetSet< SiStripDigi > &digis, const bool zs=true) | |
APVShotFinder (const edm::DetSetVector< SiStripDigi > &digicoll, const bool zs=true) | |
void | computeShots (const edm::DetSet< SiStripDigi > &digis) |
void | computeShots (const edm::DetSetVector< SiStripDigi > &digicoll) |
const std::vector< APVShot > & | getShots () const |
Private Member Functions | |
void | addShots (const edm::DetSet< SiStripDigi > &digis) |
Private Attributes | |
std::vector< APVShot > | _shots |
bool | _zs |
Definition at line 15 of file APVShotFinder.h.
APVShotFinder::APVShotFinder | ( | const bool | zs = true | ) |
Definition at line 10 of file APVShotFinder.cc.
APVShotFinder::APVShotFinder | ( | const edm::DetSet< SiStripDigi > & | digis, |
const bool | zs = true |
||
) |
Definition at line 13 of file APVShotFinder.cc.
References computeShots().
APVShotFinder::APVShotFinder | ( | const edm::DetSetVector< SiStripDigi > & | digicoll, |
const bool | zs = true |
||
) |
Definition at line 20 of file APVShotFinder.cc.
References computeShots().
|
private |
Definition at line 46 of file APVShotFinder.cc.
References _shots, _zs, edm::DetSet< T >::begin(), cond::rpcobgas::detid, edm::DetSet< T >::detId(), edm::DetSet< T >::end(), and groupFilesInBlocks::temp.
Referenced by computeShots().
void APVShotFinder::computeShots | ( | const edm::DetSet< SiStripDigi > & | digis | ) |
Definition at line 27 of file APVShotFinder.cc.
References _shots, and addShots().
Referenced by APVShotFinder().
void APVShotFinder::computeShots | ( | const edm::DetSetVector< SiStripDigi > & | digicoll | ) |
Definition at line 34 of file APVShotFinder.cc.
References _shots, addShots(), edm::DetSetVector< T >::begin(), and edm::DetSetVector< T >::end().
const std::vector< APVShot > & APVShotFinder::getShots | ( | ) | const |
Definition at line 84 of file APVShotFinder.cc.
References _shots.
Referenced by SiStripMonitorDigi::analyze(), APVShotsAnalyzer::analyze(), SiStripShotFilter::filter(), and APVShotsFilter::filter().
|
private |
Definition at line 32 of file APVShotFinder.h.
Referenced by addShots(), computeShots(), and getShots().
|
private |
Definition at line 31 of file APVShotFinder.h.
Referenced by addShots().