![]() |
![]() |
#include <EcalDataFrame.h>
Public Member Functions | |
EcalDataFrame () | |
EcalDataFrame (edm::DataFrame const &iframe) | |
edm::DataFrame const & | frame () const |
edm::DataFrame & | frame () |
bool | hasSwitchToGain1 () const |
bool | hasSwitchToGain6 () const |
DetId | id () const |
bool | isSaturated () const |
int | lastUnsaturatedSample () const |
EcalMGPASample | operator[] (int i) const |
EcalMGPASample | sample (int i) const |
void | setSample (int i, EcalMGPASample sam) |
void | setSize (int) |
int | size () const |
virtual | ~EcalDataFrame () |
Static Public Attributes | |
static const int | MAXSAMPLES = 10 |
Private Attributes | |
edm::DataFrame | m_data |
Definition at line 16 of file EcalDataFrame.h.
|
inline |
Definition at line 18 of file EcalDataFrame.h.
|
inline |
Definition at line 20 of file EcalDataFrame.h.
|
inlinevirtual |
Definition at line 22 of file EcalDataFrame.h.
|
inline |
|
inline |
bool EcalDataFrame::hasSwitchToGain1 | ( | ) | const |
Definition at line 27 of file EcalDataFrame.cc.
References EcalMgpaBitwiseGain1, m_data, and edm::DataFrame::size().
bool EcalDataFrame::hasSwitchToGain6 | ( | ) | const |
Definition at line 17 of file EcalDataFrame.cc.
References EcalMgpaBitwiseGain6, m_data, and edm::DataFrame::size().
|
inline |
Definition at line 24 of file EcalDataFrame.h.
References edm::DataFrame::id(), and m_data.
Referenced by EEDataFrame::id(), EBDataFrame::id(), and EcalUncalibRecHitMultiFitAlgo::makeRecHit().
|
inline |
Definition at line 38 of file EcalDataFrame.h.
References lastUnsaturatedSample().
int EcalDataFrame::lastUnsaturatedSample | ( | ) | const |
Definition at line 3 of file EcalDataFrame.cc.
References EcalMgpaBitwiseGain0, i, j, m_data, and edm::DataFrame::size().
Referenced by isSaturated().
|
inline |
Definition at line 28 of file EcalDataFrame.h.
|
inline |
Definition at line 29 of file EcalDataFrame.h.
Referenced by testChannel::analyze(), EcalUncalibRecHitMultiFitAlgo::makeRecHit(), operator<<(), ecaldqm::PedestalTask::runOnDigis(), ecaldqm::TestPulseTask::runOnDigis(), and EBDataFrame::spikeEstimator().
|
inline |
Definition at line 43 of file EcalDataFrame.h.
|
inline |
Definition at line 41 of file EcalDataFrame.h.
|
inline |
Definition at line 26 of file EcalDataFrame.h.
References m_data, and edm::DataFrame::size().
Referenced by EcalTPInputAnalyzer::analyze(), operator<<(), and EBDataFrame::spikeEstimator().
|
private |
Definition at line 55 of file EcalDataFrame.h.
Referenced by frame(), hasSwitchToGain1(), hasSwitchToGain6(), id(), lastUnsaturatedSample(), operator[](), sample(), setSample(), and size().
|
static |
Definition at line 48 of file EcalDataFrame.h.
Referenced by testChannel::analyze(), EcalSampleMask::EcalSampleMask(), EcalUncalibratedRecHit::EcalUncalibratedRecHit(), EcalUncalibRecHitMultiFitAlgo::makeRecHit(), ecaldqm::PresampleTask::runOnDigis(), ecaldqm::PedestalTask::runOnDigis(), EcalSampleMask::setEcalSampleMaskRecordEB(), EcalSampleMask::setEcalSampleMaskRecordEE(), EcalUncalibRecHitTimeWeightsAlgo< EBDataFrame >::time(), EcalSampleMask::useSample(), EcalSampleMask::useSampleEB(), and EcalSampleMask::useSampleEE().