MINT2
Functions
MappedDalitzBWArea.cpp File Reference
#include "Mint/MappedDalitzBWArea.h"
#include "Mint/Permutator.h"
#include <iostream>
#include <algorithm>

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, const MappedDalitzBWArea &mda)
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  os,
const MappedDalitzBWArea mda 
)

Definition at line 373 of file MappedDalitzBWArea.cpp.

373  {
374  mda.print(os);
375  return os;
376 }
void print(std::ostream &os=std::cout) const