CMS 3D CMS Logo

/data/git/CMSSW_5_3_11_patch5/src/DataFormats/METObjects/src/TowerMET.cc

Go to the documentation of this file.
00001 // File: TowerMET.cc
00002 // Description: see TowerMET.h
00003 // Author: Michael Schmitt
00004 // Creation Date:  MHS MAY 30, 2005 initial version
00005 
00006 #include "DataFormats/METObjects/interface/TowerMET.h"
00007 
00008 using namespace std;
00009 
00010 void TowerMETv0::clearMET() {
00011 
00012   BaseMETv0::clearMET();
00013 
00014 }