MINT2
Functions
SumOfFitAmpLists.cpp File Reference
#include "Mint/SumOfFitAmpLists.h"

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, const SumOfFitAmpLists &sofal)
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  os,
const SumOfFitAmpLists sofal 
)

Definition at line 156 of file SumOfFitAmpLists.cpp.

156  {
157  sofal.print(os);
158  return os;
159 }
virtual void print(std::ostream &os=std::cout) const