CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
CommonMETData.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 #ifndef METRECO_COMMON_MET_DATA_H
3 #define METRECO_COMMON_MET_DATA_H
4 
10 
11 //____________________________________________________________________________||
13 {
14  double met;
15  double mex;
16  double mey;
17  double mez;
18  double sumet;
19 };
20 
21 //____________________________________________________________________________||
22 #endif // METRECO_COMMON_MET_DATA_H
Structure containing data common to all types of MET.
Definition: CommonMETData.h:12