CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
BaseMET.cc
Go to the documentation of this file.
1 // File: BaseMET.cc
2 // Description: see BaseMET.h
3 // Author: Michael Schmitt, R. Cavanaugh University of Florida
4 // Creation Date: MHS MAY 30, 2005 initial version
5 
7 
8 using namespace std;
9 
11 {
12  clearMET();
13 }
14 
16 {
17  //data.label[0] = '\0';
18  data.met = 0.0;
19  data.mex = 0.0;
20  data.mey = 0.0;
21  data.mez = 0.0;
22  data.sumet = 0.0;
23  data.phi = 0.0;
24 }
char data[epos_bytes_allocation]
Definition: EPOS_Wrapper.h:82
BaseMETv0()
Definition: BaseMET.cc:10
void clearMET()
Definition: BaseMET.cc:15