QwAnalysis
|
#include <QwCombinedBPM.h>
Public Types | |
enum | EBeamPositionMonitorAxis |
![]() | |
enum | EBeamPositionMonitorAxis { kXAxis =0, kYAxis, kNumAxes } |
![]() | |
enum | EDataToSave { kRaw = 0, kDerived } |
Public Member Functions | |
QwCombinedBPM () | |
QwCombinedBPM (TString name) | |
QwCombinedBPM (TString subsystem, TString name) | |
QwCombinedBPM (TString subsystem, TString name, TString type) | |
QwCombinedBPM (const QwCombinedBPM &source) | |
virtual | ~QwCombinedBPM () |
void | InitializeChannel (TString name) |
void | InitializeChannel (TString subsystem, TString name) |
void | InitializeChannel (TString subsystem, TString name, TString type) |
void | LoadChannelParameters (QwParameterFile ¶mfile) |
void | ClearEventData () |
Clear the event data in this element. More... | |
Int_t | ProcessEvBuffer (UInt_t *buffer, UInt_t word_position_in_buffer, UInt_t indexnumber) |
Process the CODA event buffer for this element. More... | |
void | ProcessEvent () |
void | PrintValue () const |
Print single line of value and error of this data element. More... | |
void | PrintInfo () const |
Print multiple lines of information about this data element. More... | |
const VQwHardwareChannel * | GetPosition (EBeamPositionMonitorAxis axis) const |
const VQwHardwareChannel * | GetSlope (EBeamPositionMonitorAxis axis) const |
const VQwHardwareChannel * | GetEffectiveCharge () const |
Bool_t | ApplyHWChecks () |
Bool_t | ApplySingleEventCuts () |
void | SetEventCutMode (Int_t bcuts) |
Inherited from VQwDataElement to set the upper and lower limits (fULimit and fLLimit), stability % and the error flag on this channel. More... | |
void | IncrementErrorCounters () |
void | PrintErrorCounters () const |
report number of events failed due to HW and event cut failure More... | |
UInt_t | GetEventcutErrorFlag () |
return the error flag on this channel/device More... | |
UInt_t | UpdateErrorFlag () |
Update the error flag based on the error flags of internally contained objects Return paramter is the "Eventcut Error Flag". More... | |
void | UpdateErrorFlag (const VQwBPM *ev_error) |
void | SetBPMForCombo (const VQwBPM *bpm, Double_t charge_weight, Double_t x_weight, Double_t y_weight, Double_t sumqw) |
void | Ratio (QwCombinedBPM &numer, QwCombinedBPM &denom) |
void | Ratio (VQwBPM &numer, VQwBPM &denom) |
void | Scale (Double_t factor) |
VQwBPM & | operator= (const VQwBPM &value) |
VQwBPM & | operator+= (const VQwBPM &value) |
VQwBPM & | operator-= (const VQwBPM &value) |
virtual QwCombinedBPM & | operator= (const QwCombinedBPM &value) |
virtual QwCombinedBPM & | operator+= (const QwCombinedBPM &value) |
virtual QwCombinedBPM & | operator-= (const QwCombinedBPM &value) |
void | AccumulateRunningSum (const VQwBPM &value) |
void | AccumulateRunningSum (const QwCombinedBPM &value) |
void | DeaccumulateRunningSum (VQwBPM &value) |
void | DeaccumulateRunningSum (QwCombinedBPM &value) |
void | CalculateRunningAverage () |
void | ConstructHistograms (TDirectory *folder, TString &prefix) |
Construct the histograms for this data element. More... | |
void | FillHistograms () |
Fill the histograms for this data element. More... | |
void | ConstructBranchAndVector (TTree *tree, TString &prefix, std::vector< Double_t > &values) |
void | ConstructBranch (TTree *tree, TString &prefix) |
void | ConstructBranch (TTree *tree, TString &prefix, QwParameterFile &modulelist) |
void | FillTreeVector (std::vector< Double_t > &values) const |
VQwHardwareChannel * | GetAngleX () |
const VQwHardwareChannel * | GetAngleX () const |
VQwHardwareChannel * | GetAngleY () |
const VQwHardwareChannel * | GetAngleY () const |
std::vector< QwDBInterface > | GetDBEntry () |
std::vector< QwErrDBInterface > | GetErrDBEntry () |
![]() | |
VQwBPM () | |
VQwBPM (TString &name) | |
VQwBPM (const VQwBPM &source) | |
virtual | ~VQwBPM () |
void | InitializeChannel (TString name) |
void | GetSurveyOffsets (Double_t Xoffset, Double_t Yoffset, Double_t Zoffset) |
void | GetElectronicFactors (Double_t BSENfactor, Double_t AlphaX, Double_t AlphaY) |
void | SetRotation (Double_t) |
void | SetRotationOff () |
void | SetSingleEventCuts (TString, Double_t, Double_t) |
void | SetSingleEventCuts (TString, UInt_t, Double_t, Double_t, Double_t) |
void | SetGains (TString pos, Double_t value) |
void | SetRootSaveStatus (TString &prefix) |
Double_t | GetPositionInZ () const |
virtual TString | GetSubElementName (Int_t subindex) |
virtual void | GetAbsolutePosition () |
virtual void | SetDefaultSampleSize (Int_t sample_size) |
virtual void | SetRandomEventParameters (Double_t meanX, Double_t sigmaX, Double_t meanY, Double_t sigmaY) |
virtual void | RandomizeEventData (int helicity=0, double time=0.0) |
virtual void | EncodeEventData (std::vector< UInt_t > &buffer) |
virtual void | SetSubElementPedestal (Int_t j, Double_t value) |
virtual void | SetSubElementCalibrationFactor (Int_t j, Double_t value) |
![]() | |
VQwDataElement () | |
Default constructor. More... | |
VQwDataElement (const VQwDataElement &value) | |
Copy constructor. More... | |
virtual | ~VQwDataElement () |
Virtual destructor. More... | |
Bool_t | IsNameEmpty () const |
Is the name of this element empty? More... | |
void | SetElementName (const TString &name) |
Set the name of this element. More... | |
virtual const TString & | GetElementName () const |
Get the name of this element. More... | |
size_t | GetNumberOfDataWords () |
Get the number of data words in this data element. More... | |
UInt_t | GetGoodEventCount () const |
virtual void | AssignValueFrom (const VQwDataElement *valueptr) |
virtual VQwDataElement & | operator+= (const VQwDataElement &value) |
Addition-assignment operator. More... | |
virtual VQwDataElement & | operator-= (const VQwDataElement &value) |
Subtraction-assignment operator. More... | |
virtual void | Sum (const VQwDataElement &value1, const VQwDataElement &value2) |
Sum operator. More... | |
virtual void | Difference (const VQwDataElement &value1, const VQwDataElement &value2) |
Difference operator. More... | |
virtual void | Ratio (const VQwDataElement &numer, const VQwDataElement &denom) |
Ratio operator. More... | |
virtual void | SetSingleEventCuts (UInt_t errorflag, Double_t min, Double_t max, Double_t stability) |
set the upper and lower limits (fULimit and fLLimit), stability % and the error flag on this channel More... | |
virtual void | SetNeedsExternalClock (Bool_t needed) |
virtual Bool_t | NeedsExternalClock () |
virtual std::string | GetExternalClockName () |
virtual void | SetExternalClockPtr (const VQwHardwareChannel *clock) |
virtual void | SetExternalClockName (const std::string name) |
virtual Double_t | GetNormClockValue () |
TString | GetSubsystemName () const |
Return the name of the inheriting subsystem name. More... | |
void | SetSubsystemName (TString sysname) |
Set the name of the inheriting subsystem name. More... | |
TString | GetModuleType () const |
Return the type of the beam instrument. More... | |
void | SetModuleType (TString ModuleType) |
set the type of the beam instrument More... | |
![]() | |
void | ShareHistograms (const MQwHistograms *source) |
Share histogram pointers between objects. More... | |
Protected Member Functions | |
VQwHardwareChannel * | GetSubelementByName (TString ch_name) |
void | CalculateFixedParameter (std::vector< Double_t > fWeights, Int_t pos) |
Double_t | SumOver (std::vector< Double_t > weight, std::vector< T > val) |
void | LeastSquareFit (VQwBPM::EBeamPositionMonitorAxis axis, std::vector< Double_t > fWeights) |
![]() | |
VQwHardwareChannel * | GetSubelementByIndex (size_t index) |
![]() | |
void | SetNumberOfDataWords (const UInt_t &numwords) |
Set the number of data words in this data element. More... | |
virtual VQwDataElement & | operator= (const VQwDataElement &value) |
Arithmetic assignment operator: Should only copy event-based data. More... | |
virtual void | UpdateErrorFlag (const UInt_t &error) |
![]() | |
MQwHistograms () | |
Default constructor. More... | |
MQwHistograms (const MQwHistograms &source) | |
Copy constructor. More... | |
virtual | ~MQwHistograms () |
Virtual destructor. More... | |
virtual MQwHistograms & | operator= (const MQwHistograms &value) |
void | Fill_Pointer (TH1_ptr hist_ptr, Double_t value) |
void | AddHistogram (TH1 *h) |
Register a histogram. More... | |
Protected Attributes | |
T | fSlope [2] |
T | fIntercept [2] |
T | fMinimumChiSquare [2] |
T | fAbsPos [2] |
T | fEffectiveCharge |
![]() | |
std::vector< TString > | fSubelementNames |
Double_t | fPositionCenter [3] |
Double_t | fQwStriplineCalibration |
Double_t | fRelativeGains [2] |
Double_t | fGains [2] |
Bool_t | bRotated |
Double_t | fRotationAngle |
Double_t | fCosRotation |
Double_t | fSinRotation |
Bool_t | fGoodEvent |
Bool_t | bFullSave |
![]() | |
TString | fElementName |
Name of this data element. More... | |
UInt_t | fNumberOfDataWords |
Number of raw data words in this data element. More... | |
Int_t | fGoodEventCount |
Number of good events accumulated in this element. More... | |
TString | fSubsystemName |
TString | fModuleType |
UInt_t | fErrorFlag |
This the standard error code generated for the channel that contains the global/local/stability flags and the Device error code (Unique error code for HW failures) More... | |
UInt_t | fErrorConfigFlag |
contains the global/local/stability flags More... | |
![]() | |
std::vector< TH1_ptr > | fHistograms |
Histograms associated with this data element. More... | |
Private Member Functions | |
void | MakeBPMComboList () |
Private Attributes | |
Bool_t | fixedParamCalculated |
Double_t | erra [2] |
Double_t | errb [2] |
Double_t | covab [2] |
Double_t | A [2] |
Double_t | B [2] |
Double_t | D [2] |
Double_t | m [2] |
Double_t | chi_square [2] |
Double_t | fSumQweights |
std::vector< const VQwBPM * > | fElement |
std::vector< Double_t > | fQWeights |
std::vector< Double_t > | fXWeights |
std::vector< Double_t > | fYWeights |
std::vector< T > | fBPMComboElementList |
Friends | |
class | QwEnergyCalculator |
Additional Inherited Members | |
![]() | |
static VQwBPM * | CreateStripline (TString subsystemname, TString type, TString name) |
A fast way of creating a BPM stripline of specified type. More... | |
static VQwBPM * | CreateStripline (const VQwBPM &source) |
static VQwBPM * | CreateCombo (TString subsystemname, TString type, TString name) |
A fast way of creating a BPM stripline of specified type. More... | |
static VQwBPM * | CreateCombo (const VQwBPM &source) |
![]() | |
static const TString | kAxisLabel [2] ={"X","Y"} |
static const TString | axis [3] |
static const Bool_t | bDEBUG =kFALSE |
Definition at line 31 of file QwCombinedBPM.h.
enum VQwBPM::EBeamPositionMonitorAxis |
Axis enumerator for the BPMs; Z will never be an instrumented axis.
|
inline |
Definition at line 36 of file QwCombinedBPM.h.
|
inline |
Definition at line 38 of file QwCombinedBPM.h.
References QwCombinedBPM< T >::InitializeChannel().
|
inline |
Definition at line 41 of file QwCombinedBPM.h.
References QwCombinedBPM< T >::InitializeChannel().
|
inline |
Definition at line 45 of file QwCombinedBPM.h.
References QwCombinedBPM< T >::InitializeChannel().
|
inline |
Definition at line 48 of file QwCombinedBPM.h.
|
inlinevirtual |
Definition at line 56 of file QwCombinedBPM.h.
|
virtual |
Reimplemented from VQwBPM.
Definition at line 893 of file QwCombinedBPM.cc.
void QwCombinedBPM< T >::AccumulateRunningSum | ( | const QwCombinedBPM< T > & | value | ) |
Definition at line 899 of file QwCombinedBPM.cc.
References QwCombinedBPM< T >::fAbsPos, QwCombinedBPM< T >::fEffectiveCharge, QwCombinedBPM< T >::fIntercept, QwCombinedBPM< T >::fMinimumChiSquare, and QwCombinedBPM< T >::fSlope.
Bool_t QwCombinedBPM< T >::ApplyHWChecks | ( | ) |
Definition at line 140 of file QwCombinedBPM.cc.
|
virtual |
TODO: The returned base class should be changed so these casts aren't needed, but "GetErrorCode" is not meaningful for every VQwDataElement. Maybe the return should be a VQwHardwareChannel?
Implements VQwBPM.
Definition at line 192 of file QwCombinedBPM.cc.
|
protected |
Definition at line 552 of file QwCombinedBPM.cc.
References QwLog::endl(), Qw::m, and QwWarning.
|
virtual |
Implements VQwBPM.
Definition at line 879 of file QwCombinedBPM.cc.
|
virtual |
Clear the event data in this element.
Reimplemented from VQwDataElement.
Definition at line 96 of file QwCombinedBPM.cc.
|
virtual |
Implements VQwBPM.
Definition at line 1006 of file QwCombinedBPM.cc.
|
virtual |
Implements VQwBPM.
Definition at line 1031 of file QwCombinedBPM.cc.
References QwLog::endl(), QwParameterFile::HasValue(), and QwMessage.
|
virtual |
Implements VQwBPM.
Definition at line 979 of file QwCombinedBPM.cc.
|
virtual |
Construct the histograms for this data element.
Implements VQwBPM.
Definition at line 935 of file QwCombinedBPM.cc.
|
virtual |
Implements VQwBPM.
Definition at line 911 of file QwCombinedBPM.cc.
void QwCombinedBPM< T >::DeaccumulateRunningSum | ( | QwCombinedBPM< T > & | value | ) |
Definition at line 917 of file QwCombinedBPM.cc.
References QwCombinedBPM< T >::fAbsPos, QwCombinedBPM< T >::fEffectiveCharge, QwCombinedBPM< T >::fIntercept, QwCombinedBPM< T >::fMinimumChiSquare, and QwCombinedBPM< T >::fSlope.
|
virtual |
Fill the histograms for this data element.
Implements VQwBPM.
Definition at line 961 of file QwCombinedBPM.cc.
|
virtual |
Implements VQwBPM.
Definition at line 1064 of file QwCombinedBPM.cc.
|
inline |
Definition at line 143 of file QwCombinedBPM.h.
References QwCombinedBPM< T >::fSlope.
Referenced by QwCombinedBPM< T >::GetAngleX().
|
inlinevirtual |
Reimplemented from VQwBPM.
Definition at line 147 of file QwCombinedBPM.h.
References QwCombinedBPM< T >::GetAngleX().
|
inline |
Definition at line 151 of file QwCombinedBPM.h.
References QwCombinedBPM< T >::fSlope.
Referenced by QwCombinedBPM< T >::GetAngleY().
|
inlinevirtual |
Reimplemented from VQwBPM.
Definition at line 155 of file QwCombinedBPM.h.
References QwCombinedBPM< T >::GetAngleY().
|
virtual |
Implements VQwBPM.
Definition at line 1124 of file QwCombinedBPM.cc.
|
inlinevirtual |
Implements VQwBPM.
Definition at line 94 of file QwCombinedBPM.h.
References QwCombinedBPM< T >::fEffectiveCharge.
|
virtual |
Implements VQwBPM.
Definition at line 1141 of file QwCombinedBPM.cc.
|
virtual |
return the error flag on this channel/device
Reimplemented from VQwDataElement.
Definition at line 175 of file QwCombinedBPM.cc.
|
inlinevirtual |
Implements VQwBPM.
Definition at line 77 of file QwCombinedBPM.h.
References VQwBPM::axis, QwCombinedBPM< T >::fAbsPos, and VQwDataElement::GetElementName().
|
inline |
Definition at line 86 of file QwCombinedBPM.h.
References VQwBPM::axis, QwCombinedBPM< T >::fSlope, and VQwDataElement::GetElementName().
|
protectedvirtual |
Implements VQwBPM.
Definition at line 321 of file QwCombinedBPM.cc.
|
virtual |
Implements VQwBPM.
Definition at line 149 of file QwCombinedBPM.cc.
void QwCombinedBPM< T >::InitializeChannel | ( | TString | name | ) |
Definition at line 21 of file QwCombinedBPM.cc.
References VQwBPM::InitializeChannel(), and Qw::m.
Referenced by QwCombinedBPM< T >::InitializeChannel(), and QwCombinedBPM< T >::QwCombinedBPM().
void QwCombinedBPM< T >::InitializeChannel | ( | TString | subsystem, |
TString | name | ||
) |
Definition at line 58 of file QwCombinedBPM.cc.
References VQwBPM::InitializeChannel(), and Qw::m.
|
inline |
Definition at line 63 of file QwCombinedBPM.h.
References QwCombinedBPM< T >::InitializeChannel(), and VQwDataElement::SetModuleType().
|
protected |
REF : W.R Leo
For Y = aX +b
A = sigma(X * Wy) B = sigma(Wy) C = sigma(Y*Wy) D = sigma(X *X * Wy) E = sigma(X*Y*Wy) F = sigma(Y * Y *Wy)
then a = (EB-CA)/(DB-AA) b =(DC-EA)/(DB-AA)
Definition at line 604 of file QwCombinedBPM.cc.
References Qw::T.
|
inlinevirtual |
|
private |
Definition at line 1100 of file QwCombinedBPM.cc.
References Qw::T.
|
virtual |
|
virtual |
Definition at line 794 of file QwCombinedBPM.cc.
References QwCombinedBPM< T >::fAbsPos, QwCombinedBPM< T >::fEffectiveCharge, QwCombinedBPM< T >::fIntercept, QwCombinedBPM< T >::fMinimumChiSquare, and QwCombinedBPM< T >::fSlope.
|
virtual |
|
virtual |
Definition at line 819 of file QwCombinedBPM.cc.
References QwCombinedBPM< T >::fAbsPos, QwCombinedBPM< T >::fEffectiveCharge, QwCombinedBPM< T >::fIntercept, QwCombinedBPM< T >::fMinimumChiSquare, and QwCombinedBPM< T >::fSlope.
|
virtual |
|
virtual |
Definition at line 769 of file QwCombinedBPM.cc.
References QwCombinedBPM< T >::fAbsPos, QwCombinedBPM< T >::fEffectiveCharge, QwCombinedBPM< T >::fIntercept, QwCombinedBPM< T >::fMinimumChiSquare, QwCombinedBPM< T >::fSlope, and VQwBPM::operator=().
|
virtual |
report number of events failed due to HW and event cut failure
Reimplemented from VQwBPM.
Definition at line 162 of file QwCombinedBPM.cc.
|
virtual |
Print multiple lines of information about this data element.
TODO: To print the Z position, we need to use GetPositionInZ()
Reimplemented from VQwBPM.
Definition at line 740 of file QwCombinedBPM.cc.
|
virtual |
Print single line of value and error of this data element.
TODO: To print the Z position, we need to use GetPositionInZ()
Reimplemented from VQwDataElement.
Definition at line 720 of file QwCombinedBPM.cc.
|
virtual |
Process the CODA event buffer for this element.
Implements VQwDataElement.
Definition at line 712 of file QwCombinedBPM.cc.
|
virtual |
Implements VQwBPM.
Definition at line 456 of file QwCombinedBPM.cc.
References Qw::T.
void QwCombinedBPM< T >::Ratio | ( | QwCombinedBPM< T > & | numer, |
QwCombinedBPM< T > & | denom | ||
) |
Definition at line 843 of file QwCombinedBPM.cc.
References QwCombinedBPM< T >::fAbsPos, QwCombinedBPM< T >::fEffectiveCharge, QwCombinedBPM< T >::fIntercept, QwCombinedBPM< T >::fMinimumChiSquare, QwCombinedBPM< T >::fSlope, and QwCombinedBPM< T >::Ratio().
Referenced by QwCombinedBPM< T >::Ratio().
|
virtual |
Reimplemented from VQwBPM.
Definition at line 836 of file QwCombinedBPM.cc.
|
virtual |
Reimplemented from VQwBPM.
Definition at line 866 of file QwCombinedBPM.cc.
|
virtual |
|
virtual |
Inherited from VQwDataElement to set the upper and lower limits (fULimit and fLLimit), stability % and the error flag on this channel.
Implements VQwBPM.
Definition at line 1083 of file QwCombinedBPM.cc.
|
protected |
Definition at line 585 of file QwCombinedBPM.cc.
|
virtual |
Update the error flag based on the error flags of internally contained objects Return paramter is the "Eventcut Error Flag".
Implements VQwBPM.
Definition at line 278 of file QwCombinedBPM.cc.
Referenced by QwCombinedBPM< T >::UpdateErrorFlag().
|
virtual |
Implements VQwBPM.
Definition at line 427 of file QwCombinedBPM.cc.
References Qw::e, QwCombinedBPM< T >::fAbsPos, QwCombinedBPM< T >::fEffectiveCharge, QwCombinedBPM< T >::fIntercept, QwCombinedBPM< T >::fMinimumChiSquare, QwCombinedBPM< T >::fSlope, VQwDataElement::GetElementName(), and QwCombinedBPM< T >::UpdateErrorFlag().
|
friend |
Definition at line 32 of file QwCombinedBPM.h.
|
private |
Definition at line 180 of file QwCombinedBPM.h.
|
private |
Definition at line 180 of file QwCombinedBPM.h.
|
private |
Definition at line 181 of file QwCombinedBPM.h.
|
private |
Definition at line 179 of file QwCombinedBPM.h.
|
private |
Definition at line 180 of file QwCombinedBPM.h.
|
private |
Definition at line 179 of file QwCombinedBPM.h.
|
private |
Definition at line 179 of file QwCombinedBPM.h.
|
protected |
Definition at line 202 of file QwCombinedBPM.h.
Referenced by QwCombinedBPM< T >::AccumulateRunningSum(), QwCombinedBPM< T >::DeaccumulateRunningSum(), QwCombinedBPM< T >::GetPosition(), QwCombinedBPM< T >::operator+=(), QwCombinedBPM< T >::operator-=(), QwCombinedBPM< T >::operator=(), QwCombinedBPM< T >::Ratio(), and QwCombinedBPM< T >::UpdateErrorFlag().
|
private |
Definition at line 208 of file QwCombinedBPM.h.
|
protected |
Definition at line 203 of file QwCombinedBPM.h.
Referenced by QwCombinedBPM< T >::AccumulateRunningSum(), QwCombinedBPM< T >::DeaccumulateRunningSum(), QwCombinedBPM< T >::GetEffectiveCharge(), QwCombinedBPM< T >::operator+=(), QwCombinedBPM< T >::operator-=(), QwCombinedBPM< T >::operator=(), QwCombinedBPM< T >::Ratio(), and QwCombinedBPM< T >::UpdateErrorFlag().
|
private |
Definition at line 184 of file QwCombinedBPM.h.
|
protected |
Definition at line 195 of file QwCombinedBPM.h.
Referenced by QwCombinedBPM< T >::AccumulateRunningSum(), QwCombinedBPM< T >::DeaccumulateRunningSum(), QwCombinedBPM< T >::operator+=(), QwCombinedBPM< T >::operator-=(), QwCombinedBPM< T >::operator=(), QwCombinedBPM< T >::Ratio(), and QwCombinedBPM< T >::UpdateErrorFlag().
|
private |
Definition at line 176 of file QwCombinedBPM.h.
|
protected |
Definition at line 198 of file QwCombinedBPM.h.
Referenced by QwCombinedBPM< T >::AccumulateRunningSum(), QwCombinedBPM< T >::DeaccumulateRunningSum(), QwCombinedBPM< T >::operator+=(), QwCombinedBPM< T >::operator-=(), QwCombinedBPM< T >::operator=(), QwCombinedBPM< T >::Ratio(), and QwCombinedBPM< T >::UpdateErrorFlag().
|
private |
Definition at line 185 of file QwCombinedBPM.h.
|
protected |
Definition at line 192 of file QwCombinedBPM.h.
Referenced by QwCombinedBPM< T >::AccumulateRunningSum(), QwCombinedBPM< T >::DeaccumulateRunningSum(), QwCombinedBPM< T >::GetAngleX(), QwCombinedBPM< T >::GetAngleY(), QwCombinedBPM< T >::GetSlope(), QwCombinedBPM< T >::operator+=(), QwCombinedBPM< T >::operator-=(), QwCombinedBPM< T >::operator=(), QwCombinedBPM< T >::Ratio(), and QwCombinedBPM< T >::UpdateErrorFlag().
|
private |
Definition at line 182 of file QwCombinedBPM.h.
|
private |
Definition at line 186 of file QwCombinedBPM.h.
|
private |
Definition at line 187 of file QwCombinedBPM.h.
|
private |
Definition at line 180 of file QwCombinedBPM.h.