CMS 3D CMS Logo

History.cc
Go to the documentation of this file.
2 
3 namespace edm {
4 
6 
7  void History::addEventSelectionEntry(EventSelectionID const& eventSelection) {
8  eventSelections_.push_back(eventSelection);
9  }
10 
11  void History::addBranchListIndexEntry(BranchListIndex const& branchListIndex) {
12  branchListIndexes_.push_back(branchListIndex);
13  }
14 
16 } // namespace edm
std::size_t size_type
Definition: History.h:24
EventSelectionID const & getEventSelectionID(size_type i) const
Definition: History.cc:15
unsigned short BranchListIndex
void addBranchListIndexEntry(BranchListIndex const &branchListIndex)
Definition: History.cc:11
void addEventSelectionEntry(EventSelectionID const &eventSelection)
Definition: History.cc:7
BranchListIndexes branchListIndexes_
Definition: History.h:63
EventSelectionIDVector eventSelections_
Definition: History.h:61
size_type size() const
Definition: History.cc:5
HLT enums.