BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
EvtDalitzCoord.cc File Reference
#include "EvtPatches.hh"
#include "EvtDalitzCoord.hh"
#include <assert.h>
#include <iostream>

Go to the source code of this file.

Enumerations

enum  Pair

Functions

ostream & operator<< (ostream &os, const EvtDalitzCoord &p)

Enumeration Type Documentation

◆ Pair

Definition at line 20 of file EvtCyclic3.hh.

20{ BC = 0, CB = BC, CA = 1, AC = CA, AB = 2, BA = AB };

Function Documentation

◆ operator<<()

ostream & operator<< ( ostream & os,
const EvtDalitzCoord & p )

Definition at line 41 of file EvtDalitzCoord.cc.

41 {
42 p.print( os );
43 return os;
44}
void print(std::ostream &) const