CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
History.cc
Go to the documentation of this file.
2 
3 namespace edm {
4 
6  History::size() const {
7  return eventSelections_.size();
8  }
9 
10  void
12  eventSelections_.push_back(eventSelection);
13  }
14 
15  void
17  branchListIndexes_.push_back(branchListIndex);
18  }
19 
20  EventSelectionID const&
22  return eventSelections_[i];
23  }
24 }
std::size_t size_type
Definition: History.h:24
int i
Definition: DBlmapReader.cc:9
unsigned short BranchListIndex
void addBranchListIndexEntry(BranchListIndex const &branchListIndex)
Definition: History.cc:16
EventSelectionID const & getEventSelectionID(size_type i) const
Definition: History.cc:21
void addEventSelectionEntry(EventSelectionID const &eventSelection)
Definition: History.cc:11
size_type size() const
Definition: History.cc:6
BranchListIndexes branchListIndexes_
Definition: History.h:63
EventSelectionIDVector eventSelections_
Definition: History.h:61