CMS 3D CMS Logo

List of all members | Public Member Functions | Private Attributes
ErrorCorrelation Class Reference

#include <ErrorCorrelation.h>

Public Member Functions

 ErrorCorrelation (const pss &entry1, const pss &entry2, const ALIdouble corr)
 
const ALIdouble getCorrelation () const
 
const pssgetEntry1 () const
 
const pssgetEntry2 () const
 
void update (const ALIdouble corr)
 

Private Attributes

ALIdouble theCorr
 
pss theEntry1
 
pss theEntry2
 

Detailed Description

Definition at line 16 of file ErrorCorrelation.h.

Constructor & Destructor Documentation

◆ ErrorCorrelation()

ErrorCorrelation::ErrorCorrelation ( const pss entry1,
const pss entry2,
const ALIdouble  corr 
)

Definition at line 3 of file ErrorCorrelation.cc.

4  : theEntry1(entry1), theEntry2(entry2), theCorr(corr) {}

Member Function Documentation

◆ getCorrelation()

const ALIdouble ErrorCorrelation::getCorrelation ( ) const
inline

Definition at line 24 of file ErrorCorrelation.h.

24 { return theCorr; }

References theCorr.

◆ getEntry1()

const pss& ErrorCorrelation::getEntry1 ( ) const
inline

Definition at line 22 of file ErrorCorrelation.h.

22 { return theEntry1; }

References theEntry1.

◆ getEntry2()

const pss& ErrorCorrelation::getEntry2 ( ) const
inline

Definition at line 23 of file ErrorCorrelation.h.

23 { return theEntry2; }

References theEntry2.

◆ update()

void ErrorCorrelation::update ( const ALIdouble  corr)

Member Data Documentation

◆ theCorr

ALIdouble ErrorCorrelation::theCorr
private

Definition at line 29 of file ErrorCorrelation.h.

Referenced by getCorrelation(), and update().

◆ theEntry1

pss ErrorCorrelation::theEntry1
private

Definition at line 27 of file ErrorCorrelation.h.

Referenced by getEntry1().

◆ theEntry2

pss ErrorCorrelation::theEntry2
private

Definition at line 28 of file ErrorCorrelation.h.

Referenced by getEntry2().

ErrorCorrelation::theCorr
ALIdouble theCorr
Definition: ErrorCorrelation.h:29
alignCSCRings.corr
dictionary corr
Definition: alignCSCRings.py:124
ErrorCorrelation::theEntry1
pss theEntry1
Definition: ErrorCorrelation.h:27
ErrorCorrelation::theEntry2
pss theEntry2
Definition: ErrorCorrelation.h:28