The cpp RooDataSet.sumEntries is a function in the C++ programming language that calculates the sum of the weights of all entries in a RooDataSet. It allows users to obtain the total number of events or data points contained within the dataset, taking into account any specified weights associated with each entry. This function is commonly used for statistical analysis and data processing in the field of high-energy physics.
C++ (Cpp) RooDataSet::sumEntries - 21 examples found. These are the top rated real world C++ (Cpp) examples of RooDataSet::sumEntries extracted from open source projects. You can rate examples to help us improve the quality of examples.