#include <ProcessHistory.h>
Classes | |
struct | Transients |
Public Types | |
typedef std::vector< value_type > | collection_type |
typedef collection_type::const_iterator | const_iterator |
typedef collection_type::const_reference | const_reference |
typedef collection_type::const_reverse_iterator | const_reverse_iterator |
typedef collection_type::iterator | iterator |
typedef collection_type::reference | reference |
typedef collection_type::reverse_iterator | reverse_iterator |
typedef collection_type::size_type | size_type |
typedef ProcessConfiguration | value_type |
Public Member Functions | |
reference | at (size_type i) |
const_reference | at (size_type i) const |
const_iterator | begin () const |
size_type | capacity () const |
collection_type const & | data () const |
bool | empty () const |
const_iterator | end () const |
bool | getConfigurationForProcess (std::string const &name, ProcessConfiguration &config) const |
ProcessHistoryID | id () const |
reference | operator[] (size_type i) |
const_reference | operator[] (size_type i) const |
ProcessHistory () | |
ProcessHistory (size_type n) | |
ProcessHistory (collection_type const &vec) | |
void | push_back (const_reference t) |
const_reverse_iterator | rbegin () const |
const_reverse_iterator | rend () const |
void | reserve (size_type n) |
size_type | size () const |
void | swap (ProcessHistory &other) |
Private Member Functions | |
ProcessHistoryID & | phid () const |
Private Attributes | |
collection_type | data_ |
Transient< Transients > | transients_ |
Definition at line 13 of file ProcessHistory.h.
typedef std::vector<value_type> edm::ProcessHistory::collection_type |
Definition at line 16 of file ProcessHistory.h.
typedef collection_type::const_iterator edm::ProcessHistory::const_iterator |
Definition at line 19 of file ProcessHistory.h.
typedef collection_type::const_reference edm::ProcessHistory::const_reference |
Definition at line 25 of file ProcessHistory.h.
typedef collection_type::const_reverse_iterator edm::ProcessHistory::const_reverse_iterator |
Definition at line 22 of file ProcessHistory.h.
typedef collection_type::iterator edm::ProcessHistory::iterator |
Definition at line 18 of file ProcessHistory.h.
typedef collection_type::reference edm::ProcessHistory::reference |
Definition at line 24 of file ProcessHistory.h.
typedef collection_type::reverse_iterator edm::ProcessHistory::reverse_iterator |
Definition at line 21 of file ProcessHistory.h.
typedef collection_type::size_type edm::ProcessHistory::size_type |
Definition at line 27 of file ProcessHistory.h.
Definition at line 15 of file ProcessHistory.h.
|
inline |
Definition at line 29 of file ProcessHistory.h.
|
inlineexplicit |
Definition at line 30 of file ProcessHistory.h.
|
inlineexplicit |
Definition at line 31 of file ProcessHistory.h.
|
inline |
|
inline |
Definition at line 46 of file ProcessHistory.h.
References data_.
Referenced by edm::RunPrincipal::checkProcessHistory(), getConfigurationForProcess(), fwlite::Event::getProcessHistory(), id(), HLTConfigProvider::init(), operator<<(), edm::TransientProductLookupMap::reorderIfNecessary(), DQMRootOutputModule::startEndFile(), edm::LumiReWeighting::weight(), edm::LumiReWeighting::weightOOT(), and edm::AsciiOutputModule::write().
|
inline |
|
inline |
Definition at line 58 of file ProcessHistory.h.
References data_.
Referenced by edm::isAncestor(), and edm::operator==().
|
inline |
Definition at line 35 of file ProcessHistory.h.
References data_.
Referenced by edm::TransientProductLookupMap::reorderIfNecessary(), python.Vispa.Gui.VispaWidget.TextField::setAutosizeFont(), and python.Vispa.Gui.VispaWidget.TextField::setAutotruncate().
|
inline |
Definition at line 47 of file ProcessHistory.h.
References data_.
Referenced by edm::RunPrincipal::checkProcessHistory(), Types.LuminosityBlockRange::cppID(), Types.EventRange::cppID(), getConfigurationForProcess(), fwlite::Event::getProcessHistory(), id(), HLTConfigProvider::init(), operator<<(), edm::TransientProductLookupMap::reorderIfNecessary(), DQMRootOutputModule::startEndFile(), edm::LumiReWeighting::weight(), edm::LumiReWeighting::weightOOT(), and edm::AsciiOutputModule::write().
bool edm::ProcessHistory::getConfigurationForProcess | ( | std::string const & | name, |
ProcessConfiguration & | config | ||
) | const |
Definition at line 33 of file ProcessHistory.cc.
References begin(), end(), i, and mergeVDriftHistosByStation::name.
Referenced by edm::Event::getProcessParameterSet(), HLTConfigProvider::init(), and edm::Provenance::processConfigurationID().
ProcessHistoryID edm::ProcessHistory::id | ( | void | ) | const |
Definition at line 12 of file ProcessHistory.cc.
References begin(), cms::Digest::digest(), end(), i, phid(), edm::Hash< I >::swap(), tmp, and cms::MD5Result::toString().
Referenced by edm::ProvenanceAdaptor::fixProcessHistory(), edm::TransientProductLookupMap::reorderIfNecessary(), and DQMRootSource::setupFile().
Definition at line 40 of file ProcessHistory.h.
|
inline |
Definition at line 41 of file ProcessHistory.h.
|
inlineprivate |
Definition at line 74 of file ProcessHistory.h.
References transients_.
Referenced by id(), push_back(), and swap().
|
inline |
Definition at line 33 of file ProcessHistory.h.
Referenced by edm::RunPrincipal::addToProcessHistory(), and edm::ProvenanceAdaptor::fixProcessHistory().
|
inline |
Definition at line 49 of file ProcessHistory.h.
References data_.
Referenced by MEtoMEComparitor::beginRun(), fwlite::DataGetterHelper::getBranchDataFor(), RawDataCollectorModule::produce(), and edm::TransientProductLookupMap::reorderIfNecessary().
|
inline |
Definition at line 50 of file ProcessHistory.h.
References data_.
Referenced by fwlite::DataGetterHelper::getBranchDataFor(), and edm::TransientProductLookupMap::reorderIfNecessary().
|
inline |
|
inline |
Definition at line 36 of file ProcessHistory.h.
References data_.
Referenced by DQMProvInfo::analyze(), edm::ProvenanceAdaptor::fixProcessHistory(), and edm::isAncestor().
|
inline |
Definition at line 34 of file ProcessHistory.h.
References data_, phid(), and edm::Hash< I >::swap().
Referenced by edm::swap().
|
private |
Definition at line 75 of file ProcessHistory.h.
Referenced by at(), begin(), capacity(), data(), empty(), end(), operator[](), push_back(), rbegin(), rend(), reserve(), size(), and swap().
|
mutableprivate |
Definition at line 76 of file ProcessHistory.h.
Referenced by phid().