MINT2
Functions
NamedDecayTreeList.cpp File Reference
#include "Mint/NamedDecayTreeList.h"
#include "Mint/AmpInitialiser.h"
#include "Mint/DecayTreeComparisons.h"
#include "Mint/Utils.h"
#include <fstream>

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, const NamedDecayTreeList &ndtl)
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  os,
const NamedDecayTreeList ndtl 
)

Definition at line 7513 of file NamedDecayTreeList.cpp.

7513  {
7514  ndtl.print(os);
7515  return os;
7516 }
void print(std::ostream &os=std::cout) const