MINT2
Classes | Typedefs | Functions
NamedDecayTreeList.h File Reference
#include <map>
#include <string>
#include <iostream>
#include "Mint/DecayTree.h"
#include "Mint/DalitzEventPattern.h"
#include "Mint/AmpInitialiser.h"

Go to the source code of this file.

Classes

class  NamedDecayTreeList
 

Typedefs

typedef std::map< std::string, AmpInitialiserAmpInitMap
 

Functions

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

Typedef Documentation

◆ AmpInitMap

typedef std::map<std::string, AmpInitialiser> AmpInitMap

Definition at line 14 of file NamedDecayTreeList.h.

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  ,
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