All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
ana::PredictionInterp::Key_t Struct Reference

#include <PredictionInterp.h>

Public Member Functions

bool operator< (const Key_t &rhs) const
 

Public Attributes

Flavors::Flavors_t flav
 
Current::Current_t curr
 
Sign::Sign_t sign
 

Detailed Description

Definition at line 172 of file PredictionInterp.h.

Member Function Documentation

bool ana::PredictionInterp::Key_t::operator< ( const Key_t rhs) const
inline

Definition at line 177 of file PredictionInterp.h.

178  {
179  return (std::make_tuple(flav, curr, sign) <
180  std::make_tuple(rhs.flav, rhs.curr, rhs.sign));
181  }

Member Data Documentation

Current::Current_t ana::PredictionInterp::Key_t::curr

Definition at line 175 of file PredictionInterp.h.

Flavors::Flavors_t ana::PredictionInterp::Key_t::flav

Definition at line 174 of file PredictionInterp.h.

Sign::Sign_t ana::PredictionInterp::Key_t::sign

Definition at line 176 of file PredictionInterp.h.


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