CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/DataFormats/METObjects/src/BaseMET.cc

Go to the documentation of this file.
00001 // File: BaseMET.cc
00002 // Description: see BaseMET.h
00003 // Author: Michael Schmitt, R. Cavanaugh University of Florida
00004 // Creation Date:  MHS MAY 30, 2005 initial version
00005 
00006 #include "DataFormats/METObjects/interface/BaseMET.h"
00007 
00008 using namespace std;
00009 
00010 BaseMETv0::BaseMETv0() 
00011 {
00012   clearMET();
00013 }
00014 
00015 void BaseMETv0::clearMET() 
00016 {
00017   //data.label[0] = '\0';
00018   data.met   = 0.0;
00019   data.mex   = 0.0;
00020   data.mey   = 0.0;
00021   data.mez   = 0.0;
00022   data.sumet = 0.0;
00023   data.phi   = 0.0;
00024 }