#include <MergeableRunProductMetadata.h>
Public Member Functions | |
bool | allLumisProcessed () const |
std::vector< LuminosityBlockNumber_t > & | lumis () |
std::vector< LuminosityBlockNumber_t > const & | lumis () const |
MergeDecision | mergeDecision () const |
MetadataForProcess ()=default | |
void | reset () |
void | setAllLumisProcessed (bool v) |
void | setMergeDecision (MergeDecision v) |
void | setUseIndexIntoFile (bool v) |
void | setValid (bool v) |
bool | useIndexIntoFile () const |
bool | valid () const |
Private Attributes | |
bool | allLumisProcessed_ = false |
std::vector< LuminosityBlockNumber_t > | lumis_ |
MergeDecision | mergeDecision_ = MERGE |
bool | useIndexIntoFile_ = false |
bool | valid_ = true |
Definition at line 91 of file MergeableRunProductMetadata.h.
|
default |
|
inline |
Definition at line 107 of file MergeableRunProductMetadata.h.
References allLumisProcessed_.
Referenced by edm::MergeableRunProductMetadata::addProcess().
|
inline |
Definition at line 95 of file MergeableRunProductMetadata.h.
References lumis_.
Referenced by edm::MergeableRunProductMetadata::addProcess().
|
inline |
Definition at line 96 of file MergeableRunProductMetadata.h.
References lumis_.
|
inline |
Definition at line 98 of file MergeableRunProductMetadata.h.
References mergeDecision_.
Referenced by edm::MergeableRunProductMetadata::getMergeDecision().
void edm::MergeableRunProductMetadata::MetadataForProcess::reset | ( | void | ) |
Definition at line 280 of file MergeableRunProductMetadata.cc.
References edm::MergeableRunProductMetadata::MERGE, and sistrip::valid_.
Referenced by setAllLumisProcessed().
|
inline |
Definition at line 108 of file MergeableRunProductMetadata.h.
References allLumisProcessed_, reset(), and findQualityFiles::v.
|
inline |
Definition at line 99 of file MergeableRunProductMetadata.h.
References mergeDecision_, and findQualityFiles::v.
|
inline |
Definition at line 105 of file MergeableRunProductMetadata.h.
References useIndexIntoFile_, and findQualityFiles::v.
|
inline |
Definition at line 102 of file MergeableRunProductMetadata.h.
References findQualityFiles::v, and valid_.
|
inline |
Definition at line 104 of file MergeableRunProductMetadata.h.
References useIndexIntoFile_.
|
inline |
Definition at line 101 of file MergeableRunProductMetadata.h.
References valid_.
Referenced by edm::MergeableRunProductMetadata::addProcess(), and edm::MergeableRunProductMetadata::knownImproperlyMerged().
|
private |
Definition at line 117 of file MergeableRunProductMetadata.h.
Referenced by allLumisProcessed(), and setAllLumisProcessed().
|
private |
Definition at line 113 of file MergeableRunProductMetadata.h.
Referenced by lumis().
|
private |
Definition at line 114 of file MergeableRunProductMetadata.h.
Referenced by mergeDecision(), and setMergeDecision().
|
private |
Definition at line 116 of file MergeableRunProductMetadata.h.
Referenced by setUseIndexIntoFile(), and useIndexIntoFile().
|
private |
Definition at line 115 of file MergeableRunProductMetadata.h.
Referenced by setValid(), and valid().