laura
is hosted by
Hepforge
,
IPPP Durham
Home
Documentation
Downloads
Repository
Bug tracker
Join the mailing list
Contact the developers
Licence
Acknowledgements
Pages for developers
Laura++
v2r1
A maximum likelihood fitting package for performing Dalitz-plot analysis.
Main Page
Namespaces
Classes
Files
File List
File Members
inc
LauPrint.hh
Go to the documentation of this file.
1
2
// Copyright University of Warwick 2004 - 2013.
3
// Distributed under the Boost Software License, Version 1.0.
4
// (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
5
6
// Authors:
7
// Thomas Latham
8
// John Back
9
// Paul Harrison
10
21
#ifndef LAU_PRINT
22
#define LAU_PRINT
23
24
#include "Rtypes.h"
25
26
#include <iosfwd>
27
28
29
class
LauPrint
{
30
31
public
:
33
LauPrint
();
34
36
virtual
~LauPrint
();
37
39
43
void
printFormat
(std::ostream& stream, Double_t value)
const
;
44
45
private
:
46
ClassDef(
LauPrint
,0)
47
48
};
49
50
#endif
LauPrint::LauPrint
LauPrint()
Constructor.
Definition:
LauPrint.cc:24
LauPrint
Class to define various output print commands.
Definition:
LauPrint.hh:29
LauPrint::~LauPrint
virtual ~LauPrint()
Destructor.
Definition:
LauPrint.cc:28
LauPrint::printFormat
void printFormat(std::ostream &stream, Double_t value) const
Method to choose the printing format to a specified level of precision.
Definition:
LauPrint.cc:32
Generated by
1.8.5