From 9809cfe4f710ac17ac81cf4f4c715d7bce929fec Mon Sep 17 00:00:00 2001 From: Vilius Cepaitis Date: Wed, 11 Mar 2020 15:30:42 +0100 Subject: [PATCH] Update MuonCandidateFeatures.h --- DataFormats/interface/MuonCandidateFeatures.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DataFormats/interface/MuonCandidateFeatures.h b/DataFormats/interface/MuonCandidateFeatures.h index 266822d..3b3c7f4 100644 --- a/DataFormats/interface/MuonCandidateFeatures.h +++ b/DataFormats/interface/MuonCandidateFeatures.h @@ -37,7 +37,7 @@ struct MuonCandidateFeatures { int mu_numberOfstripLayersWithMeasurement; //that does not help. needs to be discussed. float mu_chi2; - int mu_ndof; + int mu_ndof; float mu_caloIso; float mu_ecalIso;