MINT2
Classes | Functions
singleTopHatShape.h File Reference
#include <complex>
#include <string>
#include <iostream>
#include "Mint/FitParDependent.h"
#include "Mint/ILineshape.h"
#include "Mint/AssociatedDecayTree.h"
#include "Mint/IDalitzEvent.h"
#include "Mint/DalitzCoordinate.h"
#include "Mint/IGenFct.h"

Go to the source code of this file.

Classes

class  singleTopHatShape
 

Functions

std::ostream & operator<< (std::ostream &out, const singleTopHatShape &amp)
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  out,
const singleTopHatShape amp 
)

Definition at line 119 of file singleTopHatShape.cpp.

119  {
120  ths.print(out);
121  return out;
122 }