#include <CSCStripDigi.h>
Public Member Functions | |
float | amplitude () const |
CSCStripDigi (const int &istrip, const std::vector< int > &vADCCounts, const std::vector< uint16_t > &vADCOverflow, const std::vector< uint16_t > &vOverlap, const std::vector< uint16_t > &vErrorstat) | |
CSCStripDigi (const int &istrip, const std::vector< int > &vADCCounts) | |
CSCStripDigi () | |
std::vector< int > const & | getADCCounts () const |
Get ADC readings. More... | |
std::vector< uint16_t > const & | getADCOverflow () const |
Other getters. More... | |
std::vector< uint16_t > const & | getErrorstat () const |
std::vector< int > | getL1APhase () const |
Get L1APhase from OverlappedSample (9th bit) More... | |
int | getL1APhase (int i) const |
std::vector< uint16_t > const & | getOverlappedSample () const |
int | getStrip () const |
bool | operator== (const CSCStripDigi &digi) const |
float | pedestal () const |
methods for calibrations More... | |
void | print () const |
void | setADCCounts (const std::vector< int > &ADCCounts) |
void | setStrip (int istrip) |
Private Attributes | |
std::vector< int > | ADCCounts |
std::vector< uint16_t > | ADCOverflow |
std::vector< uint16_t > | Errorstat |
std::vector< uint16_t > | OverlappedSample |
uint16_t | strip |
Digi for CSC Cathode Strips.
Definition at line 17 of file CSCStripDigi.h.
|
inline |
Definition at line 22 of file CSCStripDigi.h.
|
inline |
Definition at line 31 of file CSCStripDigi.h.
|
inline |
Definition at line 39 of file CSCStripDigi.h.
|
inline |
|
inline |
Get ADC readings.
Definition at line 54 of file CSCStripDigi.h.
References ADCCounts.
Referenced by CSCCFEBData::add(), CSCEventData::add(), CSCStripElectronicsSim::doSaturation(), CSCStripDigiValidation::fillPedestalPlots(), CSCStripDigiValidation::fillSignalPlots(), operator<<(), operator==(), and print().
|
inline |
Other getters.
Definition at line 70 of file CSCStripDigi.h.
References ADCOverflow.
Referenced by print().
|
inline |
|
inline |
Get L1APhase from OverlappedSample (9th bit)
Definition at line 58 of file CSCStripDigi.h.
References getOverlappedSample(), i, and findQualityFiles::size.
Referenced by print().
|
inline |
Definition at line 65 of file CSCStripDigi.h.
References getOverlappedSample().
|
inline |
Definition at line 71 of file CSCStripDigi.h.
References OverlappedSample.
Referenced by getL1APhase(), and print().
|
inline |
Definition at line 51 of file CSCStripDigi.h.
References strip.
Referenced by CSCCFEBData::add(), CSCDigiToRaw::add(), CSCEventData::add(), MuonTruth::analyze(), operator<<(), operator==(), and print().
bool CSCStripDigi::operator== | ( | const CSCStripDigi & | digi | ) | const |
Definition at line 14 of file CSCStripDigi.cc.
References getADCCounts(), and getStrip().
|
inline |
methods for calibrations
Definition at line 84 of file CSCStripDigi.h.
References ADCCounts.
Referenced by amplitude().
void CSCStripDigi::print | ( | void | ) | const |
Definition at line 38 of file CSCStripDigi.cc.
References getADCCounts(), getADCOverflow(), getL1APhase(), getOverlappedSample(), getStrip(), and i.
void CSCStripDigi::setADCCounts | ( | const std::vector< int > & | ADCCounts | ) |
Definition at line 23 of file CSCStripDigi.cc.
Referenced by CSCStripElectronicsSim::doSaturation().
|
inline |
|
private |
Definition at line 90 of file CSCStripDigi.h.
Referenced by amplitude(), getADCCounts(), pedestal(), and setADCCounts().
|
private |
Definition at line 91 of file CSCStripDigi.h.
Referenced by getADCOverflow().
|
private |
Definition at line 93 of file CSCStripDigi.h.
Referenced by getErrorstat().
|
private |
Definition at line 92 of file CSCStripDigi.h.
Referenced by getOverlappedSample().
|
private |
Definition at line 89 of file CSCStripDigi.h.
Referenced by getStrip(), and setStrip().