Skip to content

Commit d12fcd4

Browse files
Dan RileyDan Riley
authored andcommitted
initial checkin of cache manager
working refactoring of the standard read cache
1 parent a7e8f69 commit d12fcd4

File tree

5 files changed

+632
-346
lines changed

5 files changed

+632
-346
lines changed

IOPool/Input/src/InputFile.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ namespace edm {
5454
file_->SetCacheRead(nullptr, &iTree, TFile::kDoNotDisconnect);
5555
return newCache;
5656
}
57+
TTreeCache* getCacheRead(TTree* tree) { return dynamic_cast<TTreeCache*>(file_->GetCacheRead(tree)); }
5758

5859
class CacheGuard {
5960
public:

0 commit comments

Comments
 (0)