Skip to content

Commit

Permalink
Added public member function to set MID track efficiency word
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaquaglia15 authored and davidrohr committed Feb 5, 2024
1 parent dc25227 commit 6a53a5e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions DataFormats/Detectors/MUON/MID/include/DataFormatsMID/Track.h
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,9 @@ class Track
/// Overload ostream operator for MID track
friend std::ostream& operator<<(std::ostream& stream, const Track& track);

/// set efficiency word (public function)
void setEfficiencyWord(uint32_t efficiencyWord) { mEfficiencyWord = efficiencyWord; }

private:
/// Set portions of the efficiency word
/// \param pos Position in the word
Expand Down

0 comments on commit 6a53a5e

Please sign in to comment.