#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 20 of file CSCStripDigi.h.
|
inline |
Definition at line 32 of file CSCStripDigi.h.
|
inline |
|
inline |
|
inline |
Get ADC readings.
Definition at line 44 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 57 of file CSCStripDigi.h.
References ADCOverflow.
Referenced by print().
|
inline |
|
inline |
Get L1APhase from OverlappedSample (9th bit)
Definition at line 47 of file CSCStripDigi.h.
References getOverlappedSample(), mps_fire::i, createfilelist::int, findQualityFiles::size, and globals_cff::x1.
Referenced by print().
|
inline |
Definition at line 54 of file CSCStripDigi.h.
References getOverlappedSample().
|
inline |
Definition at line 58 of file CSCStripDigi.h.
References OverlappedSample.
Referenced by getL1APhase(), and print().
|
inline |
Definition at line 41 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 12 of file CSCStripDigi.cc.
References getADCCounts(), and getStrip().
Referenced by CSCStripDigi().
|
inline |
void CSCStripDigi::print | ( | void | ) | const |
Definition at line 37 of file CSCStripDigi.cc.
References getADCCounts(), getADCOverflow(), getL1APhase(), getOverlappedSample(), getStrip(), mps_fire::i, and createfilelist::int.
Referenced by setStrip().
void CSCStripDigi::setADCCounts | ( | const std::vector< int > & | ADCCounts | ) |
Definition at line 22 of file CSCStripDigi.cc.
References ADCCounts, mps_fire::i, and createfilelist::int.
Referenced by CSCStripElectronicsSim::doSaturation(), and setStrip().
|
inline |
Definition at line 62 of file CSCStripDigi.h.
References ADCCounts, print(), setADCCounts(), and strip.
Referenced by CSCDigiToRaw::add().
|
private |
Definition at line 76 of file CSCStripDigi.h.
Referenced by getADCCounts(), setADCCounts(), and setStrip().
|
private |
Definition at line 77 of file CSCStripDigi.h.
Referenced by getADCOverflow().
|
private |
Definition at line 79 of file CSCStripDigi.h.
Referenced by getErrorstat().
|
private |
Definition at line 78 of file CSCStripDigi.h.
Referenced by getOverlappedSample().
|
private |
Definition at line 75 of file CSCStripDigi.h.
Referenced by getStrip(), and setStrip().