CMS 3D CMS Logo

CaloMuon.cc

Go to the documentation of this file.
00001 #include "DataFormats/MuonReco/interface/CaloMuon.h"
00002 using namespace reco;
00003 
00004 CaloMuon::CaloMuon() {
00005    energyValid_  = false;
00006    caloCompatibility_ = -9999.;
00007 }
00008 
00009 float CaloMuon::getCaloCompatibility() const 
00010 { 
00011    return caloCompatibility_; 
00012 }
00013 
00014 MuonEnergy CaloMuon::getCalEnergy() const { 
00015    return calEnergy_; 
00016 }

Generated on Tue Jun 9 17:31:21 2009 for CMSSW by  doxygen 1.5.4