Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2023-03-17 10:38:40

0001 #include "Alignment/CocoaModel/interface/ErrorCorrelation.h"
0002 
0003 ErrorCorrelation::ErrorCorrelation(const pss& entry1, const pss& entry2, const ALIdouble corr)
0004     : theEntry1(entry1), theEntry2(entry2), theCorr(corr) {}
0005 
0006 void ErrorCorrelation::update(const ALIdouble corr) { theCorr = corr; }