Loading [MathJax]/extensions/tex2jax.js
ROOT
6.06/09
Reference Guide
ROOT Home Page
Main Page
Related Pages
User's Classes
Namespaces
All Classes
Files
Release Notes
File List
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
hist
hist
v7
src
THistDrawable.cxx
Go to the documentation of this file.
1
/// \file ROOT/THistDrawable.cxx
2
/// \ingroup Hist ROOT7
3
/// \author Axel Naumann <axel@cern.ch>
4
/// \date 2015-09-11
5
/// \warning This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome!
6
7
/*************************************************************************
8
* Copyright (C) 1995-2015, Rene Brun and Fons Rademakers. *
9
* All rights reserved. *
10
* *
11
* For the licensing terms see $ROOTSYS/LICENSE. *
12
* For the list of contributors see $ROOTSYS/README/CREDITS. *
13
*************************************************************************/
14
15
#include "
ROOT/THistDrawable.h
"
16
17
using namespace
ROOT
;
18
using namespace
ROOT::Internal
;
19
20
template
<
int
DIMENSION>
21
THistPainterBase<DIMENSION>::~THistPainterBase
() { fgPainter =
nullptr
; }
22
23
template
<
int
DIMENSION>
24
THistPainterBase<DIMENSION>
*
THistPainterBase<DIMENSION>::fgPainter
=
nullptr
;
25
26
namespace
ROOT
{
27
namespace
Internal {
28
template
class
THistPainterBase<1>
;
29
template
class
THistPainterBase<2>
;
30
template
class
THistPainterBase<3>
;
31
}
32
};
ROOT
Namespace for new ROOT classes and functions.
Definition:
ROOT.py:1
ROOT::Internal
Definition:
Rtypes.h:183
ROOT::Internal::THistPainterBase::~THistPainterBase
virtual ~THistPainterBase()
Definition:
THistDrawable.cxx:21
ROOT::Internal::THistPainterBase
Definition:
THistDrawable.h:34
THistDrawable.h