Main Page
Namespaces
Classes
Package Documentation
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
27
private
:
28
29
//..... Attributes
30
Int_t
fgMaxCar
;
// Max nb of caracters for char*
31
Int_t
fCnew
,
fCdelete
;
32
TString
fTTBELL
;
33
Int_t
fCnaCommand
,
fCnaError
;
34
35
36
public
:
37
//..... Public attributes
38
Int_t
fFlagPrint
;
39
Int_t
fCodePrintComments
,
fCodePrintWarnings
,
fCodePrintAllComments
,
fCodePrintNoComment
;
40
41
//..... Methods
42
TEcnaParCout
();
43
TEcnaParCout
(
TEcnaObject
*);
44
~TEcnaParCout
()
override
;
45
46
void
Init
();
47
Int_t
GetCodePrint
(
const
TString&);
48
49
ClassDefOverride(
TEcnaParCout
,1)
// Parameter management for ECNA (Ecal Correlated Noises Analysis)
50
};
51
52
#endif // ZTR_TEcnaParCout
TEcnaParCout::Init
void Init()
Definition:
TEcnaParCout.cc:47
TEcnaParCout::fCodePrintAllComments
Int_t fCodePrintAllComments
Definition:
TEcnaParCout.h:39
TEcnaParCout::fFlagPrint
Int_t fFlagPrint
Definition:
TEcnaParCout.h:38
TEcnaObject.h
TEcnaParCout::fCodePrintComments
Int_t fCodePrintComments
Definition:
TEcnaParCout.h:39
TEcnaParCout::fCnaError
Int_t fCnaError
Definition:
TEcnaParCout.h:33
TEcnaParCout::fTTBELL
TString fTTBELL
Definition:
TEcnaParCout.h:32
TEcnaParCout::fCodePrintNoComment
Int_t fCodePrintNoComment
Definition:
TEcnaParCout.h:39
TEcnaParCout::fgMaxCar
Int_t fgMaxCar
Definition:
TEcnaParCout.h:30
TEcnaParCout
Definition:
TEcnaParCout.h:25
TEcnaParCout::fCodePrintWarnings
Int_t fCodePrintWarnings
Definition:
TEcnaParCout.h:39
TEcnaObject
Definition:
TEcnaObject.h:25
TEcnaParCout::fCnew
Int_t fCnew
Definition:
TEcnaParCout.h:31
TEcnaParCout::fCnaCommand
Int_t fCnaCommand
Definition:
TEcnaParCout.h:33
TEcnaParCout::GetCodePrint
Int_t GetCodePrint(const TString &)
Definition:
TEcnaParCout.cc:70
TEcnaParCout::~TEcnaParCout
~TEcnaParCout() override
Definition:
TEcnaParCout.cc:17
TEcnaParCout::fCdelete
Int_t fCdelete
Definition:
TEcnaParCout.h:31
TEcnaParCout::TEcnaParCout
TEcnaParCout()
Definition:
TEcnaParCout.cc:27
Generated for CMSSW Reference Manual by
1.8.11