Go to the source code of this file.
Definition at line 13 of file TEcnaHistos.cc.
References gather_cfg::cout.
51 if (fT1DRunNumber !=
nullptr){
delete [] fT1DRunNumber; fCdelete++;}
65 if ( fCnew != fCdelete )
67 std::cout <<
"*TEcnaHistos> WRONG MANAGEMENT OF ALLOCATIONS: fCnew = " 68 << fCnew <<
", fCdelete = " << fCdelete << fTTBELL << std::endl;
78 if ( fCnewRoot != fCdeleteRoot )
80 std::cout <<
"*TEcnaHistos> WRONG MANAGEMENT OF ROOT ALLOCATIONS: fCnewRoot = " 81 << fCnewRoot <<
", fCdeleteRoot = " << fCdeleteRoot << std::endl;
85 std::cout <<
"*TEcnaHistos> BRAVO! GOOD MANAGEMENT OF ROOT ALLOCATIONS:" 86 <<
" fCnewRoot = " << fCnewRoot <<
", fCdeleteRoot = " 87 << fCdeleteRoot << std::endl;