MINT2
Classes | Functions
DalitzHistoSet.h File Reference
#include "Rtypes.h"
#include <map>
#include <string>
#include "Mint/DalitzEventPattern.h"
#include "Mint/DalitzHistogram.h"
#include "Mint/DalitzCoordSet.h"
#include "TLegend.h"
#include "Mint/PolymorphMap.h"

Go to the source code of this file.

Classes

class  DalitzHistoSet
 

Functions

DalitzHistoSet operator * (double sf, const DalitzHistoSet &dhs)
 

Function Documentation

◆ operator *()

DalitzHistoSet operator * ( double  sf,
const DalitzHistoSet dhs 
)

Definition at line 617 of file DalitzHistoSet.cpp.

617  {
618  DalitzHistoSet newSet(dhs);
619  newSet *= sf;
620  return newSet;
621 }