ATLAS Offline Software
Loading...
Searching...
No Matches
InitHist.h
Go to the documentation of this file.
1// This file's extension implies that it's C, but it's really -*- C++ -*-.
2
3/*
4 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5*/
6
7// $Id: InitHist.h,v 1.3 2007-10-30 16:49:30 ssnyder Exp $
8
15
16#ifndef ROOTUTILS_INITHIST_H
17#define ROOTUTILS_INITHIST_H
18
19
20namespace RootUtils {
21
22
32{
33public:
41 static void initialize();
42};
43
44
45} // namespace RootUtils
46
47
48#endif // not ROOTUTILS_INITHIST_H
Initialize Root's getline history.
Definition InitHist.h:32
static void initialize()
Initialize Root's getline history.
Definition InitHist.cxx:24