Skip to content

Commit

Permalink
Changed data file path to match the PR to external data repository
Browse files Browse the repository at this point in the history
  • Loading branch information
eyigitba committed Jan 19, 2021
1 parent b329ef4 commit 6c964d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion L1Trigger/L1TMuonEndCap/src/PtAssignmentEngineDxy.cc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ void PtAssignmentEngineDxy::configure(int verbose, const std::string pbFileNameD
verbose_ = verbose;

pbFileNameDxy_ = pbFileNameDxy;
std::string pbFilePathDxy_ = "L1Trigger/L1TMuon/data/emtf_protobufs/" + pbFileNameDxy_;
std::string pbFilePathDxy_ = "L1Trigger/L1TMuon/data/emtf_luts/" + pbFileNameDxy_;

inputNameDxy_ = "batch_normalization_1_input";
outputNamesDxy_ = {"dense_4/BiasAdd"};
Expand Down

0 comments on commit 6c964d7

Please sign in to comment.