MINT2
Functions
CrystalBallRhoOmega.cpp File Reference
#include "Mint/CrystalBallRhoOmega.h"
#include "Mint/CLHEPPhysicalConstants.h"
#include "Mint/ParticlePropertiesList.h"
#include <iostream>

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &out, const CrystalBallRhoOmega &amp)
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  out,
const CrystalBallRhoOmega amp 
)

Definition at line 139 of file CrystalBallRhoOmega.cpp.

139  {
140 
141  amp.print(out);
142  return out;
143 }
virtual void print(std::ostream &out=std::cout) const