MINT2
Public Member Functions | Public Attributes | List of all members
HadronicParameters::EventBinInfo Class Reference

Info on the bin of an Event - output of IPhaseBin::binInfo. Caches as much as possible for efficiency. More...

#include <HadronicParameters.h>

Public Member Functions

int binSign () const
 Get the bin sign, +1 or -1. More...
 
bool isPlus () const
 Check if the event is in a +ve bin. More...
 

Public Attributes

IDalitzEventevt
 
std::complex< double > amp
 
std::complex< double > ampBar
 
double F
 
double Fbar
 
int binNumber
 

Detailed Description

Info on the bin of an Event - output of IPhaseBin::binInfo. Caches as much as possible for efficiency.

Definition at line 21 of file HadronicParameters.h.

Member Function Documentation

◆ binSign()

int HadronicParameters::EventBinInfo::binSign ( ) const

Get the bin sign, +1 or -1.

Definition at line 9 of file HadronicParameters.cpp.

9  {
10  return binNumber > 0 ? 1 : -1 ;
11 }

◆ isPlus()

bool HadronicParameters::EventBinInfo::isPlus ( ) const

Check if the event is in a +ve bin.

Definition at line 13 of file HadronicParameters.cpp.

13  {
14  return binNumber > 0 ;
15 }

Member Data Documentation

◆ amp

std::complex<double> HadronicParameters::EventBinInfo::amp

Definition at line 25 of file HadronicParameters.h.

◆ ampBar

std::complex<double> HadronicParameters::EventBinInfo::ampBar

Definition at line 26 of file HadronicParameters.h.

◆ binNumber

int HadronicParameters::EventBinInfo::binNumber

Definition at line 29 of file HadronicParameters.h.

◆ evt

IDalitzEvent* HadronicParameters::EventBinInfo::evt

Definition at line 24 of file HadronicParameters.h.

◆ F

double HadronicParameters::EventBinInfo::F

Definition at line 27 of file HadronicParameters.h.

◆ Fbar

double HadronicParameters::EventBinInfo::Fbar

Definition at line 28 of file HadronicParameters.h.


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