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) {}
dictionary corr

Member Function Documentation

◆ getCorrelation()

const ALIdouble ErrorCorrelation::getCorrelation ( ) const
inline

Definition at line 24 of file ErrorCorrelation.h.

References theCorr.

24 { return theCorr; }

◆ getEntry1()

const pss& ErrorCorrelation::getEntry1 ( ) const
inline

Definition at line 22 of file ErrorCorrelation.h.

References theEntry1.

22 { return theEntry1; }

◆ getEntry2()

const pss& ErrorCorrelation::getEntry2 ( ) const
inline

Definition at line 23 of file ErrorCorrelation.h.

References theEntry2.

23 { return 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().