Skip to content

Commit

Permalink
Remove unnecessary and dangerous mtable qualifier
Browse files Browse the repository at this point in the history
  • Loading branch information
wmtan committed Mar 10, 2015
1 parent 9f2d5ca commit 2c79aed
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions L1Trigger/GlobalTriggerAnalyzer/interface/L1GtUtils.h
Original file line number Diff line number Diff line change
Expand Up @@ -509,11 +509,11 @@ class L1GtUtils {
/// flag for call of getL1GtRunCache in beginRun
bool m_beginRunCache;

/// cached input tags from provenance - they are updated once per run only
/// cached input tags from provenance

mutable edm::InputTag m_provL1GtRecordInputTag;
mutable edm::InputTag m_provL1GtReadoutRecordInputTag;
mutable edm::InputTag m_provL1GtTriggerMenuLiteInputTag;
edm::InputTag m_provL1GtRecordInputTag;
edm::InputTag m_provL1GtReadoutRecordInputTag;
edm::InputTag m_provL1GtTriggerMenuLiteInputTag;

/// run cache ID
edm::RunID m_runIDCache;
Expand Down

0 comments on commit 2c79aed

Please sign in to comment.