Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 11:56:01

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; }