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
mps_fire.i
i
Definition: mps_fire.py:355
edm
HLT enums.
Definition: AlignableModifier.h:19
edm::History::addBranchListIndexEntry
void addBranchListIndexEntry(BranchListIndex const &branchListIndex)
Definition: History.cc:11
edm::History::getEventSelectionID
EventSelectionID const & getEventSelectionID(size_type i) const
Definition: History.cc:15
edm::History::branchListIndexes_
BranchListIndexes branchListIndexes_
Definition: History.h:63
edm::History::addEventSelectionEntry
void addEventSelectionEntry(EventSelectionID const &eventSelection)
Definition: History.cc:7
edm::Hash< ParameterSetType >
edm::BranchListIndex
unsigned short BranchListIndex
Definition: BranchListIndex.h:17
edm::History::eventSelections_
EventSelectionIDVector eventSelections_
Definition: History.h:61
edm::History::size
size_type size() const
Definition: History.cc:5
History.h
edm::History::size_type
std::size_t size_type
Definition: History.h:24