laura is hosted by Hepforge, IPPP Durham
Laura++  v3r5
A maximum likelihood fitting package for performing Dalitz-plot analysis.

Class to define various output print commands. More...

#include <LauPrint.hh>

Public Member Functions

 LauPrint ()
 Constructor. More...
 
virtual ~LauPrint ()
 Destructor. More...
 
void printFormat (std::ostream &stream, Double_t value) const
 Method to choose the printing format to a specified level of precision. More...
 

Private Member Functions

 LauPrint (const LauPrint &rhs)
 Copy constructor (not implemented) More...
 
LauPrintoperator= (const LauPrint &rhs)
 Copy assignment operator (not implemented) More...
 

Detailed Description

Class to define various output print commands.

Class to define various output print commands (for output tables etc..)

Definition at line 43 of file LauPrint.hh.

Constructor & Destructor Documentation

LauPrint::LauPrint ( )

Constructor.

Definition at line 38 of file LauPrint.cc.

LauPrint::~LauPrint ( )
virtual

Destructor.

Definition at line 42 of file LauPrint.cc.

LauPrint::LauPrint ( const LauPrint rhs)
private

Copy constructor (not implemented)

Member Function Documentation

LauPrint& LauPrint::operator= ( const LauPrint rhs)
private

Copy assignment operator (not implemented)

void LauPrint::printFormat ( std::ostream &  stream,
Double_t  value 
) const

Method to choose the printing format to a specified level of precision.

Parameters
[in,out]streamthe output stream to be printed to
[in]valuethe double value to be printed

Definition at line 46 of file LauPrint.cc.


The documentation for this class was generated from the following files: