ATLAS Offline Software
InitHist.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 // $Id: InitHist.cxx,v 1.3 2007-10-30 16:49:30 ssnyder Exp $
13 #include "RootUtils/InitHist.h"
14 #include "Rtypes.h"
15 #include "Getline.h"
16 
17 
18 namespace RootUtils {
19 
20 
25 {
26  Gl_histinit(const_cast<char*> ("-"));
27 }
28 
29 
30 } // namespace RootUtils
RootUtils
Definition: ILogger.h:20
InitHist.h
Initialize Root's getline history.
RootUtils::InitHist::initialize
static void initialize()
Initialize Root's getline history.
Definition: InitHist.cxx:24