RDFAnalysis  0.1.1
Physics analysis with ROOT::RDataFrame
CutflowDetail Class Reference

Detail class containing cutflow information. More...

#include <CutflowDetail.h>

Public Member Functions

 CutflowDetail (Node< CutflowDetail > &node)
 Create the detail from its parent node. More...
 
SysResultPtr< ULong64_t > stats ()
 Get the unweighted cutflow information. More...
 
SysResultPtr< std::pair< float, float > > weightedStats ()
 Get the weighted cutflow information (sum of weights, sum of weights squared. More...
 

Detailed Description

Detail class containing cutflow information.

This detail keeps track of cutflow and weighted cutflow information.

Constructor & Destructor Documentation

CutflowDetail ( Node< CutflowDetail > &  node)
inline

Create the detail from its parent node.

Member Function Documentation

SysResultPtr<ULong64_t> stats ( )
inline

Get the unweighted cutflow information.

SysResultPtr<std::pair<float, float> > weightedStats ( )
inline

Get the weighted cutflow information (sum of weights, sum of weights squared.


The documentation for this class was generated from the following file: