CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_6_1_2_SLHC2/src/DataFormats/MuonReco/src/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