CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_10/src/DataFormats/METObjects/interface/CommonMETData.h

Go to the documentation of this file.
00001 #ifndef METOBJECTS_COMMON_MET_DATA_H
00002 #define METOBJECTS_COMMON_MET_DATA_H
00003 
00018 #include <vector>
00019 
00020 const int MET_LABEL_LEN = 24;
00021 
00022 struct CommonMETv0Data {
00023 
00024   //char label[MET_LABEL_LEN];
00025 
00026   double met;
00027   double mex;
00028   double mey;
00029   double mez;
00030   double sumet;
00031   double phi;
00032 
00033 };
00034 
00035 #endif // METOBJECTS_COMMON_MET_DATA_H