#include <SimplePedestalCalculator.h>
Public Member Functions | |
void | newEvent () |
ApvAnalysis::PedestalType | pedestal () const |
ApvAnalysis::PedestalType | rawNoise () const |
void | resetPedestals () |
void | setPedestals (ApvAnalysis::PedestalType &in) |
void | setRawNoise (ApvAnalysis::PedestalType &in) |
SimplePedestalCalculator (int evnt_ini) | |
void | updatePedestal (ApvAnalysis::RawSignalType &in) |
void | updateStatus () |
virtual | ~SimplePedestalCalculator () |
Public Member Functions inherited from TkPedestalCalculator | |
virtual void | setNoise (ApvAnalysis::PedestalType &) |
TkStateMachine * | status () |
virtual | ~TkPedestalCalculator () |
Protected Attributes | |
bool | alreadyUsedEvent |
int | eventsRequiredToCalibrate |
int | numberOfEvents |
std::vector< unsigned short > | theEventPerStrip |
ApvAnalysis::PedestalType | thePedestal |
std::vector< int > | thePedSqSum |
std::vector< int > | thePedSum |
ApvAnalysis::PedestalType | theRawNoise |
Protected Attributes inherited from TkPedestalCalculator | |
TkStateMachine | theStatus |
Private Member Functions | |
void | init () |
void | initializePedestal (ApvAnalysis::RawSignalType &in) |
void | refinePedestal (ApvAnalysis::RawSignalType &in) |
Concrete implementation of TkPedestalCalculator for Simple.
Definition at line 10 of file SimplePedestalCalculator.h.
SimplePedestalCalculator::SimplePedestalCalculator | ( | int | evnt_ini | ) |
Definition at line 9 of file SimplePedestalCalculator.cc.
References gather_cfg::cout, eventsRequiredToCalibrate, and init().
|
virtual |
|
private |
Definition at line 22 of file SimplePedestalCalculator.cc.
References TkStateMachine::setCalibrating(), theEventPerStrip, thePedestal, thePedSqSum, thePedSum, theRawNoise, and TkPedestalCalculator::theStatus.
Referenced by SimplePedestalCalculator().
|
private |
Definition at line 72 of file SimplePedestalCalculator.cc.
References edm::DetSet< T >::data, eventsRequiredToCalibrate, i, cuy::ii, numberOfEvents, mathSSE::sqrt(), theEventPerStrip, thePedestal, thePedSqSum, thePedSum, and theRawNoise.
Referenced by updatePedestal().
|
virtual |
Return raw noise, determined without CMN subtraction Tell pedestal calculator that a new event is available
Reimplemented from TkPedestalCalculator.
Definition at line 178 of file SimplePedestalCalculator.cc.
References alreadyUsedEvent.
|
inlinevirtual |
Return reconstructed pedestals
Implements TkPedestalCalculator.
Definition at line 30 of file SimplePedestalCalculator.h.
References thePedestal.
|
inlinevirtual |
Implements TkPedestalCalculator.
Definition at line 29 of file SimplePedestalCalculator.h.
References theRawNoise.
|
private |
Definition at line 130 of file SimplePedestalCalculator.cc.
References edm::DetSet< T >::data, i, cuy::ii, mathSSE::sqrt(), theEventPerStrip, thePedestal, thePedSqSum, thePedSum, and theRawNoise.
Referenced by updatePedestal().
|
inlinevirtual |
Implements TkPedestalCalculator.
Definition at line 18 of file SimplePedestalCalculator.h.
References thePedestal, and theRawNoise.
|
inlinevirtual |
Implements TkPedestalCalculator.
Definition at line 22 of file SimplePedestalCalculator.h.
References recoMuon::in, and thePedestal.
|
inline |
Definition at line 23 of file SimplePedestalCalculator.h.
References recoMuon::in, and theRawNoise.
|
virtual |
Update pedestals with current event
Implements TkPedestalCalculator.
Definition at line 53 of file SimplePedestalCalculator.cc.
References alreadyUsedEvent, initializePedestal(), TkStateMachine::isCalibrating(), TkStateMachine::isUpdating(), numberOfEvents, refinePedestal(), TkPedestalCalculator::theStatus, and updateStatus().
|
virtual |
Request that status flag be updated
Implements TkPedestalCalculator.
Definition at line 42 of file SimplePedestalCalculator.cc.
References eventsRequiredToCalibrate, TkStateMachine::isCalibrating(), numberOfEvents, TkStateMachine::setUpdating(), and TkPedestalCalculator::theStatus.
Referenced by updatePedestal().
|
protected |
Definition at line 49 of file SimplePedestalCalculator.h.
Referenced by newEvent(), and updatePedestal().
|
protected |
Definition at line 46 of file SimplePedestalCalculator.h.
Referenced by initializePedestal(), SimplePedestalCalculator(), and updateStatus().
|
protected |
Definition at line 45 of file SimplePedestalCalculator.h.
Referenced by initializePedestal(), updatePedestal(), and updateStatus().
|
protected |
Definition at line 44 of file SimplePedestalCalculator.h.
Referenced by init(), initializePedestal(), and refinePedestal().
|
protected |
Definition at line 41 of file SimplePedestalCalculator.h.
Referenced by init(), initializePedestal(), pedestal(), refinePedestal(), resetPedestals(), and setPedestals().
|
protected |
Definition at line 43 of file SimplePedestalCalculator.h.
Referenced by init(), initializePedestal(), and refinePedestal().
|
protected |
Definition at line 43 of file SimplePedestalCalculator.h.
Referenced by init(), initializePedestal(), and refinePedestal().
|
protected |
Definition at line 42 of file SimplePedestalCalculator.h.
Referenced by init(), initializePedestal(), rawNoise(), refinePedestal(), resetPedestals(), and setRawNoise().