Go to the documentation of this file. 1 #ifndef DataFormats_Provenance_ProcessHistory_h
2 #define DataFormats_Provenance_ProcessHistory_h
33 template <
typename... Args>
35 data_.emplace_back(std::forward<Args>(
args)...);
ProcessHistory(collection_type const &vec)
ProcessConfiguration value_type
const_reverse_iterator rend() const
void initializeTransients()
void swap(Hash< I > &other)
const_reverse_iterator rbegin() const
void swap(Association< C > &lhs, Association< C > &rhs)
ProcessHistoryID id() const
bool getConfigurationForProcess(std::string const &name, ProcessConfiguration &config) const
collection_type::const_reverse_iterator const_reverse_iterator
bool isDescendant(ProcessHistory const &a, ProcessHistory const &b)
reference at(size_type i)
void push_front(const_reference t)
std::ostream & operator<<(std::ostream &ost, const HLTGlobalStatus &hlt)
Formatted printout of trigger tbale.
collection_type::const_reference const_reference
void swap(ProcessHistory &other)
bool operator!=(debugging_allocator< X > const &, debugging_allocator< Y > const &) noexcept
const_reference operator[](size_type i) const
collection_type::size_type size_type
bool isAncestor(ProcessHistory const &a, ProcessHistory const &b)
bool operator==(debugging_allocator< X > const &, debugging_allocator< Y > const &) noexcept
reference operator[](size_type i)
std::vector< value_type > collection_type
const_reference at(size_type i) const
size_type capacity() const
collection_type::const_iterator const_iterator
collection_type::iterator iterator
collection_type::reverse_iterator reverse_iterator
const_iterator end() const
ProcessHistory(size_type n)
collection_type::reference reference
void emplace_back(Args &&... args)
collection_type const & data() const
ProcessHistoryID setProcessHistoryID()
ProcessHistoryID & phid()
Hash< ProcessHistoryType > ProcessHistoryID
void reserve(size_type n)
const_iterator begin() const
ProcessHistory & reduce()
void push_back(const_reference t)