Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:04:13

0001 #ifndef ErrorMatrixTag_H
0002 #define ErrorMatrixTag_H
0003 
0004 /**
0005    * Tag to apply to class GlobalErrorBase to give it the meaning of a 
0006    * covariance matrix.
0007    * A typedef to a  GlobalErrorBase object defined as a covariance is 
0008    * available in GlobalError
0009    */
0010 
0011 class ErrorMatrixTag {};
0012 
0013 #endif