ant
A2 ant: class-based analysis framework
ant::analysis::plot::cuttree::Cut_t< Fill_t > Struct Template Reference

#include <CutTree.h>

+ Collaboration diagram for ant::analysis::plot::cuttree::Cut_t< Fill_t >:

Public Types

using Passes_t = std::function< bool(const Fill_t &)>
 

Public Member Functions

 Cut_t (const std::string &name, Passes_t passes=[](const Fill_t &) { return true;})
 

Public Attributes

const std::string Name
 
const Passes_t Passes
 

Member Typedef Documentation

◆ Passes_t

template<typename Fill_t >
using ant::analysis::plot::cuttree::Cut_t< Fill_t >::Passes_t = std::function<bool(const Fill_t&)>

Constructor & Destructor Documentation

◆ Cut_t()

template<typename Fill_t >
ant::analysis::plot::cuttree::Cut_t< Fill_t >::Cut_t ( const std::string &  name,
Passes_t  passes = [] (const Fill_t&) { return true; } 
)
inline

Member Data Documentation

◆ Name

template<typename Fill_t >
const std::string ant::analysis::plot::cuttree::Cut_t< Fill_t >::Name

◆ Passes

template<typename Fill_t >
const Passes_t ant::analysis::plot::cuttree::Cut_t< Fill_t >::Passes

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