boca::branch::Cut Class Reference
Cut base tree branch More...
#include <Cut.hh>
Inheritance diagram for boca::branch::Cut:
Collaboration diagram for boca::branch::Cut:
Public Member Functions | |
| Cut () | |
| template<typename Multiplet > | |
| void | Fill (Multiplet const &multiplet) |
Public Member Functions inherited from boca::branch::Result | |
| Result () | |
| template<typename Multiplet > | |
| void | Fill (Multiplet const &multiplet) |
| virtual Observables | Variables () |
| virtual Observables | Spectators () |
Public Member Functions inherited from boca::branch::Base | |
| Base () | |
| Base (Base const &)=default | |
| Base (Base &&)=default | |
| Base & | operator= (Base const &)&=default |
| Base & | operator= (Base &&)&=default |
Public Attributes | |
| std::vector< bool > | passed |
Public Attributes inherited from boca::branch::Result | |
| float | tag |
Additional Inherited Members | |
Static Public Member Functions inherited from boca::branch::Base | |
| static float | InitialValue () |
Protected Member Functions inherited from boca::branch::Base | |
| ~Base () | |
Detailed Description
Cut base tree branch
Constructor & Destructor Documentation
| boca::branch::Cut::Cut | ( | ) |
Member Function Documentation
template<typename Multiplet >
|
inline |
Member Data Documentation
| std::vector<bool> boca::branch::Cut::passed |
The documentation for this class was generated from the following files:

Public Member Functions inherited from