44 Long_t i_this = (Long_t)
this;
50 fgMaxCar = (Int_t)512;
54 fCodePrintNoComment = GetCodePrint(
"NoComment");
55 fCodePrintWarnings = GetCodePrint(
"Warnings ");
56 fCodePrintComments = GetCodePrint(
"Comments");
57 fCodePrintAllComments = GetCodePrint(
"AllComments");
59 fFlagPrint = fCodePrintWarnings;
75 Int_t code_print = 101;
78 if( chcode ==
"NoComment" ){code_print = 100;}
79 if( chcode ==
"Warnings" ){code_print = 101;}
80 if( chcode ==
"Comments" ){code_print = 102;}
81 if( chcode ==
"AllComments" ){code_print = 103;}
Bool_t RegisterPointer(const TString &, const Long_t &)
Int_t GetCodePrint(const TString &)