Public Member Functions | |
virtual edm::BranchListIndexes const & | branchListIndexes () const |
BranchMapReaderStrategyV17 (TFile *file, int fileVersion) | |
virtual edm::BranchID | productToBranchID (edm::ProductID const &pid) |
virtual bool | updateEvent (Long_t eventEntry) |
virtual bool | updateFile (TFile *file) |
virtual bool | updateLuminosityBlock (Long_t luminosityBlockEntry) |
virtual bool | updateMap () |
virtual bool | updateRun (Long_t runEntry) |
Public Member Functions inherited from fwlite::internal::Strategy | |
virtual std::vector < edm::BranchDescription > const & | getBranchDescriptions () |
TBranch * | getBranchRegistry (edm::ProductRegistry **pReg) |
virtual edm::BranchDescription const & | productToBranch (edm::ProductID const &pid) |
Strategy (TFile *file, int fileVersion) | |
virtual | ~Strategy () |
Public Member Functions inherited from fwlite::internal::BMRStrategy | |
BMRStrategy (TFile *file, int fileVersion) | |
virtual | ~BMRStrategy () |
Private Attributes | |
std::auto_ptr< edm::BranchIDLists > | branchIDLists_ |
edm::BranchListIndexes | branchListIndexes_ |
TTree * | eventsTree_ |
edm::BranchListIndexes * | pBranchListIndexes_ |
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_ |
Public Attributes inherited from fwlite::internal::BMRStrategy | |
TFile * | currentFile_ |
Long_t | eventEntry_ |
TTree * | eventTree_ |
TUUID | fileUUID_ |
int | fileVersion_ |
Long_t | luminosityBlockEntry_ |
TTree * | luminosityBlockTree_ |
Long_t | runEntry_ |
TTree * | runTree_ |
Definition at line 414 of file BranchMapReader.cc.
fwlite::internal::BranchMapReaderStrategyV17::BranchMapReaderStrategyV17 | ( | TFile * | file, |
int | fileVersion | ||
) |
Definition at line 431 of file BranchMapReader.cc.
References updateFile().
|
inlinevirtual |
Implements fwlite::internal::BMRStrategy.
Definition at line 423 of file BranchMapReader.cc.
References branchListIndexes_.
|
virtual |
Reimplemented from fwlite::internal::Strategy.
Definition at line 522 of file BranchMapReader.cc.
References branchIDLists_, branchListIndexes_, edm::productIDToBranchID(), and updateMap().
|
virtual |
Reimplemented from fwlite::internal::Strategy.
Definition at line 436 of file BranchMapReader.cc.
References fwlite::internal::BMRStrategy::eventEntry_, and fwlite::internal::Strategy::mapperFilled_.
|
virtual |
Reimplemented from fwlite::internal::Strategy.
Definition at line 461 of file BranchMapReader.cc.
References b, fwlite::internal::Strategy::bDesc_, scaleCards::br, fwlite::internal::Strategy::branchDescriptionMap_, edm::poolNames::branchIDListBranchName(), branchIDLists_, fwlite::internal::BMRStrategy::currentFile_, edm::errors::EventCorruption, eventsTree_, edm::poolNames::eventTreeName(), edm::hlt::Exception, fwlite::internal::Strategy::getBranchRegistry(), edm::InEvent, fwlite::internal::Strategy::mapperFilled_, edm::poolNames::metaDataTreeName(), edm::ProductRegistry::productList(), and fwlite::internal::Strategy::updateFile().
Referenced by BranchMapReaderStrategyV17().
|
virtual |
Reimplemented from fwlite::internal::Strategy.
Definition at line 445 of file BranchMapReader.cc.
References fwlite::internal::BMRStrategy::luminosityBlockEntry_, and fwlite::internal::Strategy::mapperFilled_.
|
virtual |
Reimplemented from fwlite::internal::Strategy.
Definition at line 505 of file BranchMapReader.cc.
References edm::poolNames::branchListIndexesBranchName(), edm::errors::EventCorruption, fwlite::internal::BMRStrategy::eventEntry_, eventsTree_, edm::hlt::Exception, fwlite::internal::Strategy::mapperFilled_, and pBranchListIndexes_.
Referenced by productToBranchID().
|
virtual |
Reimplemented from fwlite::internal::Strategy.
Definition at line 453 of file BranchMapReader.cc.
References fwlite::internal::Strategy::mapperFilled_, and fwlite::internal::BMRStrategy::runEntry_.
|
private |
Definition at line 425 of file BranchMapReader.cc.
Referenced by productToBranchID(), and updateFile().
|
private |
Definition at line 427 of file BranchMapReader.cc.
Referenced by branchListIndexes(), and productToBranchID().
|
private |
Definition at line 426 of file BranchMapReader.cc.
Referenced by updateFile(), and updateMap().
|
private |
Definition at line 428 of file BranchMapReader.cc.
Referenced by updateMap().