1 #ifndef FWLite_BranchMapReader_h
2 #define FWLite_BranchMapReader_h
44 virtual bool updateRun(Long_t runEntry) = 0;
94 std::auto_ptr<internal::BMRStrategy>
newStrategy(TFile* file,
int fileVersion);
virtual bool updateFile(TFile *file)=0
std::auto_ptr< internal::BMRStrategy > newStrategy(TFile *file, int fileVersion)
std::auto_ptr< internal::BMRStrategy > strategy_
virtual const std::vector< edm::BranchDescription > & getBranchDescriptions()=0
BMRStrategy(TFile *file, int fileVersion)
TUUID getFileUUID() const
bool updateEvent(Long_t eventEntry)
Long_t getLuminosityBlockEntry() const
bool updateFile(TFile *file)
virtual bool updateRun(Long_t runEntry)=0
virtual bool updateMap()=0
TTree * luminosityBlockTree_
bool updateLuminosityBlock(Long_t luminosityBlockEntry)
Long_t getRunEntry() const
Long_t getEventEntry() const
TTree * getEventTree() const
std::vector< BranchListIndex > BranchListIndexes
Long_t luminosityBlockEntry_
const edm::BranchDescription & productToBranch(const edm::ProductID &pid)
virtual bool updateLuminosityBlock(Long_t luminosityBlockEntry)=0
virtual const edm::BranchDescription & productToBranch(const edm::ProductID &pid)=0
virtual edm::BranchID productToBranchID(const edm::ProductID &pid)=0
virtual bool updateEvent(Long_t eventEntry)=0
int getFileVersion() const
bool updateRun(Long_t runEntry)
virtual const edm::BranchListIndexes & branchListIndexes() const =0
TTree * getRunTree() const
const std::vector< edm::BranchDescription > & getBranchDescriptions()
const edm::BranchListIndexes & branchListIndexes() const
TTree * getLuminosityBlockTree() const