Skip to content

Commit

Permalink
Merge pull request #25791 from vkhristenko/dataframecontainer_getters
Browse files Browse the repository at this point in the history
Add DataFrameContainer getters
  • Loading branch information
cmsbuild committed Jan 30, 2019
2 parents 0d87364 + 9dc8f0a commit b021036
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DataFormats/Common/interface/DataFrameContainer.h
Expand Up @@ -186,8 +186,8 @@ namespace edm {
return m_ids[cell];
}

// IdContainer const & ids() const { return m_ids;}
// DataContainer const & data() const { return m_data;}
IdContainer const & ids() const { return m_ids;}
DataContainer const & data() const { return m_data;}

private:
//for testing
Expand Down

0 comments on commit b021036

Please sign in to comment.