Line Code
1 2 3 4 5 6 7
#include "DataFormats/MuonReco/interface/CaloMuon.h"
using namespace reco;

CaloMuon::CaloMuon() {
  energyValid_ = false;
  caloCompatibility_ = -9999.;
}