MINT2
Functions
singleTopHatShape.cpp File Reference
#include <sstream>
#include "Mint/singleTopHatShape.h"
#include "Mint/FlatFct.h"

Go to the source code of this file.

Functions

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

Function Documentation

◆ operator<<()

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

Definition at line 119 of file singleTopHatShape.cpp.

119  {
120  ths.print(out);
121  return out;
122 }
virtual void print(IDalitzEvent &evt, std::ostream &out=std::cout) const