Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DennRoy authored and mbluj committed Jan 26, 2023
1 parent 783f353 commit 3da12dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RecoTauTag/RecoTau/plugins/DeepTauId.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1320,7 +1320,7 @@ class DeepTauId : public deep_tau::DeepTauBase {
const edm::View<reco::Candidate>& pfCands,
const reco::Vertex& pv,
double rho,
const edm::EventNumber_t eventnr,
const edm::EventNumber_t& eventnr,
std::vector<tensorflow::Tensor>& pred_vector,
TauFunc tau_funcs) {
using namespace dnn_inputs_v2;
Expand Down

0 comments on commit 3da12dd

Please sign in to comment.