MINT2
Functions
DalitzHistoSet.cpp File Reference
#include "Mint/DalitzHistoSet.h"
#include "Mint/AllPossibleSij.h"
#include "Mint/IDalitzEvent.h"
#include "Mint/NamedParameter.h"
#include "TTree.h"
#include "TFile.h"
#include "TLegend.h"
#include <sys/types.h>
#include <sys/stat.h>
#include <fstream>

Go to the source code of this file.

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 }