ATLAS Offline Software
Loading...
Searching...
No Matches
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 $
12
13#include "RootUtils/InitHist.h"
14#include "Rtypes.h"
15#include "Getline.h"
16
17
18namespace RootUtils {
19
20
25{
26 Gl_histinit(const_cast<char*> ("-"));
27}
28
29
30} // namespace RootUtils
Initialize Root's getline history.
static void initialize()
Initialize Root's getline history.
Definition InitHist.cxx:24