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
PhysicsAnalysis
D3PDTools
SampleHandler
SampleHandler
DiskOutputXRD.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3
*/
4
6
7
8
#ifndef SAMPLE_HANDLER__DISK_OUTPUT_XRD_H
9
#define SAMPLE_HANDLER__DISK_OUTPUT_XRD_H
10
11
12
#include <
SampleHandler/Global.h
>
13
14
#include <
SampleHandler/DiskOutput.h
>
15
16
namespace
SH
17
{
22
class
DiskOutputXRD
final
:
public
DiskOutput
23
{
24
//
25
// public interface
26
//
27
31
public
:
32
void
testInvariant
()
const
;
33
34
42
public
:
43
DiskOutputXRD
();
44
45
52
public
:
53
explicit
DiskOutputXRD
(
const
std::string& val_prefix);
54
55
56
57
//
58
// inherited interface
59
//
60
61
protected
:
62
virtual
std::unique_ptr<DiskWriter>
63
doMakeWriter
(
const
std::string&
sampleName
,
64
const
std::string& segmentName,
65
const
std::string&
suffix
)
const
;
66
67
protected
:
68
virtual
std::string
69
getTargetURL
(
const
std::string&
sampleName
,
70
const
std::string& segmentName,
71
const
std::string&
suffix
)
const
;
72
73
74
75
//
76
// private interface
77
//
78
80
private
:
81
std::string
m_prefix
;
82
83
ClassDef
(
DiskOutputXRD
, 1);
84
};
85
}
86
87
#endif
SH::DiskOutputXRD
an implementation of DiskOutput using the XRD protocol
Definition:
DiskOutputXRD.h:23
SH::DiskOutputXRD::m_prefix
std::string m_prefix
the prefix to apply when creating files
Definition:
DiskOutputXRD.h:81
hotSpotInTAG.suffix
string suffix
Definition:
hotSpotInTAG.py:186
SH::DiskOutputXRD::getTargetURL
virtual std::string getTargetURL(const std::string &sampleName, const std::string &segmentName, const std::string &suffix) const
SH::DiskOutputXRD::ClassDef
ClassDef(DiskOutputXRD, 1)
SH::DiskOutputXRD::testInvariant
void testInvariant() const
test the invariant of this object
SH::DiskOutput
a class/interface representing an output location for files
Definition:
DiskOutput.h:46
DiskOutput.h
columnar::final
CM final
Definition:
ColumnAccessor.h:106
SH::DiskOutputXRD::DiskOutputXRD
DiskOutputXRD(const std::string &val_prefix)
standard constructor
SH
This module provides a lot of global definitions, forward declarations and includes that are used by ...
Definition:
PrunDriver.h:15
SH::DiskOutputXRD::doMakeWriter
virtual std::unique_ptr< DiskWriter > doMakeWriter(const std::string &sampleName, const std::string &segmentName, const std::string &suffix) const
create a DiskWriter object managing an output file
Global.h
getEFTrackSample.sampleName
sampleName
Definition:
getEFTrackSample.py:13
SH::DiskOutputXRD::DiskOutputXRD
DiskOutputXRD()
standard default constructor
Generated on Tue May 6 2025 21:08:41 for ATLAS Offline Software by
1.8.18