Main Page
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
o
p
q
r
s
t
u
v
w
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
_
a
d
e
f
l
m
o
p
s
t
u
v
Related Functions
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Package Documentation
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
CommonTools
Utils
interface
TH1AddDirectorySentry.h
Go to the documentation of this file.
1
#ifndef CommonTools_Utils_TH1AddDirectorySentry_h
2
#define CommonTools_Utils_TH1AddDirectorySentry_h
3
// -*- C++ -*-
4
//
5
// Package: UtilAlgos
6
// Class : TH1AddDirectorySentry
7
//
18
//
19
// Original Author: Chris Jones
20
// Created: Thu Nov 8 12:16:13 EST 2007
21
// $Id: TH1AddDirectorySentry.h,v 1.1 2009/03/03 13:07:28 llista Exp $
22
//
23
24
class
TH1AddDirectorySentry
{
25
public
:
26
TH1AddDirectorySentry
();
27
~TH1AddDirectorySentry
();
28
29
private
:
30
TH1AddDirectorySentry
(
const
TH1AddDirectorySentry
&) =
delete
;
31
TH1AddDirectorySentry
&
operator=
(
const
TH1AddDirectorySentry
&) =
delete
;
32
bool
status_
;
33
};
34
35
#endif
TH1AddDirectorySentry::TH1AddDirectorySentry
TH1AddDirectorySentry()
Definition:
TH1AddDirectorySentry.cc:31
TH1AddDirectorySentry::operator=
TH1AddDirectorySentry & operator=(const TH1AddDirectorySentry &)=delete
TH1AddDirectorySentry::~TH1AddDirectorySentry
~TH1AddDirectorySentry()
Definition:
TH1AddDirectorySentry.cc:33
TH1AddDirectorySentry::status_
bool status_
Definition:
TH1AddDirectorySentry.h:32
TH1AddDirectorySentry
Definition:
TH1AddDirectorySentry.h:24
Generated for CMSSW Reference Manual by
1.8.16