#include <LHERunInfoProduct.h>
Classes | |
class | const_iterator |
class | Header |
Public Types | |
typedef std::vector < std::string > ::const_iterator | comments_const_iterator |
typedef std::vector< Header > ::const_iterator | headers_const_iterator |
typedef std::vector< Header > ::size_type | size_type |
typedef std::vector< std::pair < std::string, std::string > > | weights_defs |
Public Member Functions | |
void | addComment (const std::string &line) |
void | addHeader (const Header &header) |
const_iterator | begin () const |
comments_const_iterator | comments_begin () const |
comments_const_iterator | comments_end () const |
size_type | comments_size () const |
const_iterator | end () const |
headers_const_iterator | headers_begin () const |
headers_const_iterator | headers_end () const |
size_type | headers_size () const |
const lhef::HEPRUP & | heprup () const |
const_iterator | init () const |
bool | isProductEqual (const LHERunInfoProduct &other) const |
LHERunInfoProduct () | |
LHERunInfoProduct (const lhef::HEPRUP &heprup) | |
bool | mergeProduct (const LHERunInfoProduct &other) |
bool | operator!= (const LHERunInfoProduct &other) const |
bool | operator== (const LHERunInfoProduct &other) const |
~LHERunInfoProduct () | |
Static Public Member Functions | |
static const std::string & | endOfFile () |
static bool | isTagComparedInMerge (const std::string &tag) |
Private Attributes | |
std::vector< std::string > | comments_ |
std::vector< Header > | headers_ |
lhef::HEPRUP | heprup_ |
Definition at line 13 of file LHERunInfoProduct.h.
typedef std::vector<std::string>::const_iterator LHERunInfoProduct::comments_const_iterator |
Definition at line 47 of file LHERunInfoProduct.h.
typedef std::vector<Header>::const_iterator LHERunInfoProduct::headers_const_iterator |
Definition at line 45 of file LHERunInfoProduct.h.
typedef std::vector<Header>::size_type LHERunInfoProduct::size_type |
Definition at line 44 of file LHERunInfoProduct.h.
typedef std::vector<std::pair<std::string,std::string> > LHERunInfoProduct::weights_defs |
Definition at line 15 of file LHERunInfoProduct.h.
|
inline |
Definition at line 49 of file LHERunInfoProduct.h.
|
inline |
Definition at line 50 of file LHERunInfoProduct.h.
|
inline |
Definition at line 51 of file LHERunInfoProduct.h.
|
inline |
Definition at line 54 of file LHERunInfoProduct.h.
References comments_.
Referenced by LHESource::beginRun(), ExternalLHEProducer::beginRunProduce(), LHESource::nextEvent(), and ExternalLHEProducer::produce().
|
inline |
Definition at line 53 of file LHERunInfoProduct.h.
References headers_.
Referenced by LHESource::beginRun(), ExternalLHEProducer::beginRunProduce(), mergeProduct(), LHESource::nextEvent(), and ExternalLHEProducer::produce().
LHERunInfoProduct::const_iterator LHERunInfoProduct::begin | ( | void | ) | const |
Definition at line 138 of file LHERunInfoProduct.cc.
References LHERunInfoProduct::const_iterator::header, headers_begin(), LHERunInfoProduct::const_iterator::kHeader, LHERunInfoProduct::const_iterator::line, LHERunInfoProduct::const_iterator::mode, mps_fire::result, LHERunInfoProduct::const_iterator::runInfo, and LHERunInfoProduct::const_iterator::tmp.
|
inline |
Definition at line 63 of file LHERunInfoProduct.h.
References comments_.
Referenced by lhef::LHERunInfo::LHERunInfo(), and LHERunInfoProduct::const_iterator::next().
|
inline |
Definition at line 64 of file LHERunInfoProduct.h.
References comments_.
Referenced by lhef::LHERunInfo::LHERunInfo().
|
inline |
Definition at line 62 of file LHERunInfoProduct.h.
References comments_.
Referenced by LHERunInfoProduct::const_iterator::next().
|
inline |
Definition at line 112 of file LHERunInfoProduct.h.
|
static |
Definition at line 163 of file LHERunInfoProduct.cc.
References AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by LHEWriter::endRun().
|
inline |
Definition at line 59 of file LHERunInfoProduct.h.
References headers_.
Referenced by begin(), lhef::LHERunInfo::LHERunInfo(), and mergeProduct().
|
inline |
Definition at line 60 of file LHERunInfoProduct.h.
References headers_.
Referenced by lhef::LHERunInfo::LHERunInfo(), mergeProduct(), and LHERunInfoProduct::const_iterator::next().
|
inline |
|
inline |
Definition at line 56 of file LHERunInfoProduct.h.
References heprup_.
Referenced by LHERunInfoProduct::const_iterator::next(), and LHE2HepMCConverter::produce().
LHERunInfoProduct::const_iterator LHERunInfoProduct::init | ( | void | ) | const |
|
inline |
Definition at line 122 of file LHERunInfoProduct.h.
|
static |
Definition at line 208 of file LHERunInfoProduct.cc.
Referenced by edm::LHEProvenanceHelper::lheAugment(), and mergeProduct().
bool LHERunInfoProduct::mergeProduct | ( | const LHERunInfoProduct & | other | ) |
Definition at line 212 of file LHERunInfoProduct.cc.
References addHeader(), filterCSVwithJSON::copy, lhef::HEPRUP::EBMUP, getRunAppsInfo::headers, headers_, headers_begin(), headers_end(), heprup_, i, lhef::HEPRUP::IDBMUP, lhef::HEPRUP::IDWTUP, isTagComparedInMerge(), lhef::HEPRUP::LPRUP, bookConverter::max, lhef::HEPRUP::NPRUP, lhef::HEPRUP::PDFGUP, lhef::HEPRUP::PDFSUP, lhef::HEPRUP::resize(), mathSSE::sqrt(), x, lhef::HEPRUP::XERRUP, lhef::HEPRUP::XMAXUP, and lhef::HEPRUP::XSECUP.
|
inline |
Definition at line 118 of file LHERunInfoProduct.h.
|
inline |
|
private |
Definition at line 129 of file LHERunInfoProduct.h.
Referenced by addComment(), comments_begin(), comments_end(), comments_size(), and operator==().
|
private |
Definition at line 128 of file LHERunInfoProduct.h.
Referenced by addHeader(), headers_begin(), headers_end(), headers_size(), mergeProduct(), and operator==().
|
private |
Definition at line 127 of file LHERunInfoProduct.h.
Referenced by heprup(), mergeProduct(), and operator==().