We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e6b614 commit b65112fCopy full SHA for b65112f
1 file changed
rooutil/inc/Trigger.hh
@@ -40,9 +40,9 @@ namespace rooutil {
40
}
41
42
// Data accessors
43
- const mu2e::TrigInfo* TrigInfo () { return _trig; }
44
- const std::map<std::string, int>& NameToIndexMap() { return _nameToIndex; }
45
- const std::map<int, std::string>& IndexToNameMap() { return _indexToName; }
+ const mu2e::TrigInfo* TrigInfo () const { return _trig; }
+ const std::map<std::string, int>& NameToIndexMap() const { return _nameToIndex; }
+ const std::map<int, std::string>& IndexToNameMap() const { return _indexToName; }
46
47
// Pointer to the data
48
const mu2e::TrigInfo* _trig = nullptr;
0 commit comments