Main Page
+
Namespaces
Namespace List
+
Namespace Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
+
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Properties
_
a
c
d
e
f
l
m
o
p
s
t
u
v
+
Related Functions
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Package Documentation
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
src
CalibCalorimetry
EcalCorrelatedNoiseAnalysisAlgos
interface
TEcnaParCout.h
Go to the documentation of this file.
1
#ifndef ZTR_TEcnaParCout
2
#define ZTR_TEcnaParCout
3
4
#include <Riostream.h>
5
6
#include "TObject.h"
7
#include "TSystem.h"
8
#include "Riostream.h"
9
10
#include "
CalibCalorimetry/EcalCorrelatedNoiseAnalysisAlgos/interface/TEcnaObject.h
"
11
24
25
class
TEcnaParCout
:
public
TObject {
26
private
:
27
//..... Attributes
28
Int_t
fgMaxCar
;
// Max nb of caracters for char*
29
Int_t
fCnew
,
fCdelete
;
30
TString
fTTBELL
;
31
Int_t
fCnaCommand
,
fCnaError
;
32
33
public
:
34
//..... Public attributes
35
Int_t
fFlagPrint
;
36
Int_t
fCodePrintComments
,
fCodePrintWarnings
,
fCodePrintAllComments
,
fCodePrintNoComment
;
37
38
//..... Methods
39
TEcnaParCout
();
40
TEcnaParCout
(
TEcnaObject
*);
41
~TEcnaParCout
()
override
;
42
43
void
Init
();
44
Int_t
GetCodePrint
(
const
TString&);
45
46
ClassDefOverride(
TEcnaParCout
, 1)
// Parameter management for ECNA (Ecal Correlated Noises Analysis)
47
};
48
49
#endif // ZTR_TEcnaParCout
TEcnaParCout::Init
void Init()
Definition:
TEcnaParCout.cc:44
TEcnaParCout::fCodePrintAllComments
Int_t fCodePrintAllComments
Definition:
TEcnaParCout.h:36
TEcnaParCout::fFlagPrint
Int_t fFlagPrint
Definition:
TEcnaParCout.h:35
TEcnaObject.h
TEcnaParCout::fCodePrintComments
Int_t fCodePrintComments
Definition:
TEcnaParCout.h:36
TEcnaParCout::fCnaError
Int_t fCnaError
Definition:
TEcnaParCout.h:31
TEcnaParCout::fTTBELL
TString fTTBELL
Definition:
TEcnaParCout.h:30
TEcnaParCout::fCodePrintNoComment
Int_t fCodePrintNoComment
Definition:
TEcnaParCout.h:36
TEcnaParCout::fgMaxCar
Int_t fgMaxCar
Definition:
TEcnaParCout.h:28
TEcnaParCout
Definition:
TEcnaParCout.h:25
TEcnaParCout::fCodePrintWarnings
Int_t fCodePrintWarnings
Definition:
TEcnaParCout.h:36
TEcnaObject
Definition:
TEcnaObject.h:25
TEcnaParCout::fCnew
Int_t fCnew
Definition:
TEcnaParCout.h:29
TEcnaParCout::fCnaCommand
Int_t fCnaCommand
Definition:
TEcnaParCout.h:31
TEcnaParCout::GetCodePrint
Int_t GetCodePrint(const TString &)
Definition:
TEcnaParCout.cc:66
TEcnaParCout::~TEcnaParCout
~TEcnaParCout() override
Definition:
TEcnaParCout.cc:17
TEcnaParCout::fCdelete
Int_t fCdelete
Definition:
TEcnaParCout.h:29
TEcnaParCout::TEcnaParCout
TEcnaParCout()
Definition:
TEcnaParCout.cc:26
Generated for CMSSW Reference Manual by
1.8.14