The `TBranch.Fill` function in C++ is used to store data from a source variable to a specified branch in a Tree. It takes the value from the source variable and copies it to the corresponding entry in the branch. This function is typically used when filling data into a ROOT TTree in order to populate the branch with the desired values.
C++ (Cpp) TBranch::Fill - 18 examples found. These are the top rated real world C++ (Cpp) examples of TBranch::Fill extracted from open source projects. You can rate examples to help us improve the quality of examples.