CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_0/src/DataFormats/METReco/interface/CommonMETData.h

Go to the documentation of this file.
00001 #ifndef METRECO_COMMON_MET_DATA_H
00002 #define METRECO_COMMON_MET_DATA_H
00003 
00018 #include <vector>
00019 
00020 //const int MET_LABEL_LEN = 24;
00021 
00022 struct CommonMETData {
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 // METRECO_COMMON_MET_DATA_H