Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
Main Page
Related Pages
Modules
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
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
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
y
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
Properties
Related Functions
:
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
v
w
x
z
Files
File List
File 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
l
m
n
o
p
q
r
s
t
u
v
w
x
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
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
x
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
Macros
_
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
GitLab
LXR
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
Trigger
TrigT1
L1Topo
L1TopoInterfaces
L1TopoInterfaces
IL1TopoHistSvc.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3
*/
4
#ifndef IL1TOPOHISTSVC_H
5
#define IL1TOPOHISTSVC_H
6
7
#include <iostream>
8
9
class
TH1;
10
class
TH2;
11
12
class
IL1TopoHistSvc
{
13
public
:
14
15
virtual
void
registerHist
(TH1 *
h
) = 0;
16
17
virtual
void
registerHist
(TH2 *
h
) = 0;
18
19
virtual
TH1 *
findHist
(
const
std::string &
histName
) = 0;
20
21
virtual
void
fillHist1D
(
const
std::string &
histName
,
double
x
) = 0;
22
23
virtual
void
fillHist2D
(
const
std::string &
histName
,
double
x
,
double
y
) = 0;
24
25
virtual
void
setBaseDir
(
const
std::string & baseDir) = 0;
26
27
virtual
void
save
() = 0;
28
29
};
30
31
#endif
IL1TopoHistSvc
Definition:
IL1TopoHistSvc.h:12
AddEmptyComponent.histName
string histName
Definition:
AddEmptyComponent.py:64
IL1TopoHistSvc::setBaseDir
virtual void setBaseDir(const std::string &baseDir)=0
IL1TopoHistSvc::registerHist
virtual void registerHist(TH1 *h)=0
IL1TopoHistSvc::fillHist2D
virtual void fillHist2D(const std::string &histName, double x, double y)=0
x
#define x
IL1TopoHistSvc::save
virtual void save()=0
IL1TopoHistSvc::registerHist
virtual void registerHist(TH2 *h)=0
y
#define y
h
IL1TopoHistSvc::fillHist1D
virtual void fillHist1D(const std::string &histName, double x)=0
IL1TopoHistSvc::findHist
virtual TH1 * findHist(const std::string &histName)=0
Generated on Sat Mar 15 2025 21:11:43 for ATLAS Offline Software by
1.8.18