Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
ABSum.h File Reference
#include "Minuit2/ABObj.h"
Include dependency graph for ABSum.h:
This graph shows which files directly or indirectly include this file:

Classes

class  ROOT::Minuit2::ABSum< M1, M2 >
 

Namespaces

namespace  ROOT
 This file contains a specialised ROOT message handler to test for diagnostic in unit tests.
 
namespace  ROOT::Minuit2
 

Functions

template<class atype , class A , class btype , class B , class T >
ABObj< typename AlgebraicSumType< atype, btype >::Type, ABSum< ABObj< atype, A, T >, ABObj< btype, B, T > >, T > ROOT::Minuit2::operator+ (const ABObj< atype, A, T > &a, const ABObj< btype, B, T > &b)
 
template<class atype , class A , class btype , class B , class T >
ABObj< typename AlgebraicSumType< atype, btype >::Type, ABSum< ABObj< atype, A, T >, ABObj< btype, B, T > >, T > ROOT::Minuit2::operator- (const ABObj< atype, A, T > &a, const ABObj< btype, B, T > &b)