EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
Home page
Related Pages
Modules
Namespaces
Classes
Files
External Links
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
CbmLatexReportElement.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file CbmLatexReportElement.h
1
7
#ifndef CBMLATEXREPORTELEMENT_H_
8
#define CBMLATEXREPORTELEMENT_H_
9
10
#include "
CbmReportElement.h
"
11
#include <string>
12
13
using
std::string;
14
using
std::vector
;
15
22
class
CbmLatexReportElement
:
public
CbmReportElement
23
{
24
public
:
28
CbmLatexReportElement
();
29
33
virtual
~CbmLatexReportElement
();
34
38
virtual
string
TableBegin
(
39
const
string
& caption,
40
const
vector<string>& colNames)
const
;
41
45
virtual
string
TableEnd
()
const
;
46
50
virtual
string
TableEmptyRow
(
51
int
nofCols,
52
const
string
&
name
)
const
;
53
57
virtual
string
TableRow
(
58
const
vector<string>& row)
const
;
59
63
virtual
string
Image
(
64
const
string
&
title
,
65
const
string
&
file
)
const
;
66
70
virtual
string
DocumentBegin
()
const
;
71
75
virtual
string
DocumentEnd
()
const
;
76
80
virtual
string
Title
(
81
int
size,
82
const
string
& title)
const
;
83
84
ClassDef(
CbmLatexReportElement
, 1)
85
};
86
87
#endif
/* CBMLATEXREPORTELEMENT_H_ */
EicRoot
blob
master
cbmbase
report
CbmLatexReportElement.h
Built by
Jin Huang
. updated:
Mon Jan 22 2024 12:43:33
using
1.8.2 with
EIC GitHub integration