Skip to content

Commit

Permalink
print files from filelist when creating chain
Browse files Browse the repository at this point in the history
  • Loading branch information
lubynets committed Feb 27, 2025
1 parent 3fa153d commit 5ad264c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions infra/Chain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ void Chain::InitChain() {

TFileCollection fc("fc", "", filelists_[0].c_str());
this->AddFileInfoList(reinterpret_cast<TCollection*>(fc.GetList()));
this->ls();

std::vector<std::string> aliases;
aliases.reserve(treenames_.size());
Expand Down

0 comments on commit 5ad264c

Please sign in to comment.