Skip to content

Commit

Permalink
Merge pull request #4160 from Dr15Jones/removeUnneededMutableCondForm…
Browse files Browse the repository at this point in the history
…atsL1TObjects

removed unnecessary mutables from CondFormats/L1TObjects
  • Loading branch information
davidlange6 committed Jun 18, 2014
2 parents eaf8fb3 + 3725636 commit 396633c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CondFormats/L1TObjects/interface/L1GtTriggerMenu.h
Expand Up @@ -272,7 +272,7 @@ class L1GtTriggerMenu
private:

/// map containing the conditions (per condition chip) - transient
mutable std::vector<ConditionMap> m_conditionMap COND_TRANSIENT;
std::vector<ConditionMap> m_conditionMap COND_TRANSIENT;

private:

Expand Down
2 changes: 1 addition & 1 deletion L1Trigger/L1TGlobal/interface/TriggerMenu.h
Expand Up @@ -270,7 +270,7 @@ class TriggerMenu
private:

/// map containing the conditions (per condition chip) - transient
mutable std::vector<l1t::ConditionMap> m_conditionMap;
std::vector<l1t::ConditionMap> m_conditionMap;

private:

Expand Down

0 comments on commit 396633c

Please sign in to comment.