laura is hosted by Hepforge, IPPP Durham
Laura++  3.6.0
A maximum likelihood fitting package for performing Dalitz-plot analysis.
LauPrint.hh File Reference

File containing declaration of LauPrint class and LauOutputLevel enum. More...

#include "Rtypes.h"
#include <iosfwd>

Go to the source code of this file.

Classes

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

Enumerations

enum  LauOutputLevel {
  LauOutputLevel::None = -1, LauOutputLevel::Quiet = 0, LauOutputLevel::Standard = 1, LauOutputLevel::Verbose = 2,
  LauOutputLevel::ExtraVerbose = 3
}
 Enumeration to define verbosity level for various printouts. More...
 

Detailed Description

File containing declaration of LauPrint class and LauOutputLevel enum.

Definition in file LauPrint.hh.

Enumeration Type Documentation

◆ LauOutputLevel

enum LauOutputLevel
strong

Enumeration to define verbosity level for various printouts.

Enumerator
None 

Zero printout.

Quiet 

Reduced printout.

Standard 

Normal level of printout.

Verbose 

Verbose printout.

ExtraVerbose 

Highly verbose printout.

Definition at line 40 of file LauPrint.hh.