Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:29:25

0001 #ifndef EcalSimAlgos_EcalCorrelatedNoiseMatrix_h
0002 #define EcalSimAlgos_EcalCorrelatedNoiseMatrix_h
0003 
0004 #include "DataFormats/Math/interface/Error.h"
0005 #include "CalibFormats/CaloObjects/interface/CaloSamples.h"
0006 #include "DataFormats/EcalDigi/interface/EcalConstants.h"
0007 
0008 typedef math::ErrorD<ecalPh1::sampleSize>::type EcalCorrMatrix;
0009 typedef math::ErrorD<ecalPh2::sampleSize>::type EcalCorrMatrix_Ph2;
0010 #endif