TChain.GetListOfFiles is a function in C++ that is used to retrieve a list of files associated with the TChain object. TChain is a class in the ROOT data analysis framework that allows users to chain multiple ROOT trees together and treat them as a single entity. By calling the GetListOfFiles function on a TChain object, users can obtain a collection of file references that can be then used for various data manipulation and analysis tasks. This function is particularly useful when dealing with large amounts of data spread across multiple input files.
C++ (Cpp) TChain::GetListOfFiles - 18 examples found. These are the top rated real world C++ (Cpp) examples of TChain::GetListOfFiles extracted from open source projects. You can rate examples to help us improve the quality of examples.