Public Member Functions | |
edm::BranchListIndexes const & | branchListIndexes () const override |
BranchMapReaderStrategyV7 (TFile *file, int fileVersion) | |
Public Member Functions inherited from fwlite::internal::BranchMapReaderStrategyV1 | |
BranchMapReaderStrategyV1 (TFile *file, int fileVersion) | |
bool | updateFile (TFile *file) override |
bool | updateMap () override |
Public Member Functions inherited from fwlite::internal::Strategy | |
edm::BranchDescription const & | branchIDToBranch (edm::BranchID const &bid) const override |
std::vector< edm::BranchDescription > const & | getBranchDescriptions () override |
TBranch * | getBranchRegistry (edm::ProductRegistry **pReg) |
edm::BranchDescription const & | productToBranch (edm::ProductID const &pid) override |
edm::BranchID | productToBranchID (edm::ProductID const &pid) override |
Strategy (TFile *file, int fileVersion) | |
edm::ThinnedAssociationsHelper const & | thinnedAssociationsHelper () const override |
bool | updateEvent (Long_t eventEntry) override |
bool | updateLuminosityBlock (Long_t luminosityBlockEntry) override |
bool | updateRun (Long_t runEntry) override |
~Strategy () override | |
Public Member Functions inherited from fwlite::internal::BMRStrategy | |
BMRStrategy (TFile *file, int fileVersion) | |
virtual const edm::BranchDescription & | branchIDToBranch (const edm::BranchID &bid) const =0 |
virtual const edm::BranchDescription & | productToBranch (const edm::ProductID &pid)=0 |
virtual edm::BranchID | productToBranchID (const edm::ProductID &pid)=0 |
virtual | ~BMRStrategy () |
Private Attributes | |
edm::BranchListIndexes | dummyBranchListIndexes_ |
Additional Inherited Members | |
Public Types inherited from fwlite::internal::Strategy | |
typedef std::map< edm::BranchID, edm::BranchDescription > | bidToDesc |
Public Attributes inherited from fwlite::internal::Strategy | |
std::vector< edm::BranchDescription > | bDesc_ |
bidToDesc | branchDescriptionMap_ |
bool | mapperFilled_ |
edm::propagate_const< std::unique_ptr< edm::ThinnedAssociationsHelper > > | thinnedAssociationsHelper_ |
Public Attributes inherited from fwlite::internal::BMRStrategy | |
edm::propagate_const< TFile * > | currentFile_ |
Long_t | eventEntry_ |
edm::propagate_const< TTree * > | eventTree_ |
TUUID | fileUUID_ |
int | fileVersion_ |
Long_t | luminosityBlockEntry_ |
edm::propagate_const< TTree * > | luminosityBlockTree_ |
Long_t | runEntry_ |
edm::propagate_const< TTree * > | runTree_ |
Definition at line 203 of file BranchMapReader.cc.
fwlite::internal::BranchMapReaderStrategyV7::BranchMapReaderStrategyV7 | ( | TFile * | file, |
int | fileVersion | ||
) |
Definition at line 211 of file BranchMapReader.cc.
References fwlite::internal::BranchMapReaderStrategyV1::updateFile().
|
inlineoverridevirtual |
Reimplemented from fwlite::internal::BranchMapReaderStrategyV1.
Definition at line 206 of file BranchMapReader.cc.
References fwlite::internal::BranchMapReaderStrategyV1::dummyBranchListIndexes_.
|
private |
Definition at line 208 of file BranchMapReader.cc.
Referenced by fwlite::internal::BranchMapReaderStrategyV8::branchListIndexes().