EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
CbmTextReportElement Class Reference

Implementation of CbmLitReportElement for text output. More...

#include <EicRoot/blob/master/cbmbase/report/CbmTextReportElement.h>

+ Inheritance diagram for CbmTextReportElement:
+ Collaboration diagram for CbmTextReportElement:

Public Member Functions

 CbmTextReportElement ()
 Constructor.
 
virtual ~CbmTextReportElement ()
 Destructor.
 
virtual string TableBegin (const string &caption, const vector< string > &colNames) const
 Inherited from CbmReportElement.
 
virtual string TableEnd () const
 Inherited from CbmReportElement.
 
virtual string TableEmptyRow (Int_t nofCols, const string &name) const
 Inherited from CbmReportElement.
 
virtual string TableRow (const vector< string > &row) const
 Inherited from CbmReportElement.
 
virtual string Image (const string &title, const string &file) const
 Inherited from CbmReportElement.
 
virtual string DocumentBegin () const
 Inherited from CbmReportElement.
 
virtual string DocumentEnd () const
 Inherited from CbmReportElement.
 
virtual string Title (Int_t size, const string &title) const
 Inherited from CbmReportElement.
 
- Public Member Functions inherited from CbmReportElement
 CbmReportElement ()
 Constructor.
 
virtual ~CbmReportElement ()
 Destructor.
 
virtual string TableEmptyRow (int nofCols, const string &name) const =0
 Return string with table row which spans over all columns.
 
virtual string Title (int size, const string &title) const =0
 Return string with title.
 

Private Member Functions

string FormatCell (const string &cell) const
 

Private Attributes

Int_t fColW
 

Detailed Description

Implementation of CbmLitReportElement for text output.

Author
Semen Lebedev s.leb.nosp@m.edev.nosp@m.@gsi..nosp@m.de
Date
2011

Definition at line 23 of file CbmTextReportElement.h.

View newest version in sPHENIX GitHub at line 23 of file CbmTextReportElement.h

Constructor & Destructor Documentation

CbmTextReportElement::CbmTextReportElement ( )

Constructor.

virtual CbmTextReportElement::~CbmTextReportElement ( )
virtual

Destructor.

Member Function Documentation

virtual string CbmTextReportElement::DocumentBegin ( ) const
virtual

Inherited from CbmReportElement.

Implements CbmReportElement.

virtual string CbmTextReportElement::DocumentEnd ( ) const
virtual

Inherited from CbmReportElement.

Implements CbmReportElement.

string CbmTextReportElement::FormatCell ( const string &  cell) const
private
virtual string CbmTextReportElement::Image ( const string &  title,
const string &  file 
) const
virtual

Inherited from CbmReportElement.

Implements CbmReportElement.

virtual string CbmTextReportElement::TableBegin ( const string &  caption,
const vector< string > &  colNames 
) const
virtual

Inherited from CbmReportElement.

Implements CbmReportElement.

virtual string CbmTextReportElement::TableEmptyRow ( Int_t  nofCols,
const string &  name 
) const
virtual

Inherited from CbmReportElement.

virtual string CbmTextReportElement::TableEnd ( ) const
virtual

Inherited from CbmReportElement.

Implements CbmReportElement.

virtual string CbmTextReportElement::TableRow ( const vector< string > &  row) const
virtual

Inherited from CbmReportElement.

Implements CbmReportElement.

virtual string CbmTextReportElement::Title ( Int_t  size,
const string &  title 
) const
virtual

Inherited from CbmReportElement.

Member Data Documentation

Int_t CbmTextReportElement::fColW
private

Definition at line 89 of file CbmTextReportElement.h.

View newest version in sPHENIX GitHub at line 89 of file CbmTextReportElement.h


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