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
w
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
Event
ByteStreamStoragePlugins
src
fReadXRootD.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef FREADXROOTD_H
6
#define FREADXROOTD_H
7
8
#include "EventStorage/fRead.h"
9
10
class
fReadXRootD
:
public
fRead
11
{
12
public
:
13
fReadXRootD
();
14
~fReadXRootD
();
15
16
bool
isOpen
();
17
bool
isEoF
();
18
bool
fileExists
(std::string
fName
)
const
;
19
void
openFile
(std::string
fName
);
20
void
closeFile
();
21
void
readData
(
char
*
buffer
,
unsigned
int
sizeBytes);
22
int64_t
getPosition
();
23
void
setPosition
(int64_t
p
);
24
void
setPositionFromEnd
(int64_t
p
);
25
fRead *
newReader
()
const
;
26
27
private
:
28
int
m_pfd
;
// current file
29
};
30
31
#endif
fReadXRootD::openFile
void openFile(std::string fName)
Definition:
fReadXRootD.cxx:52
fReadXRootD::isOpen
bool isOpen()
Definition:
fReadXRootD.cxx:31
fReadXRootD::~fReadXRootD
~fReadXRootD()
Definition:
fReadXRootD.cxx:26
rootconvert.fName
string fName
Definition:
rootconvert.py:5
fReadXRootD::setPosition
void setPosition(int64_t p)
Definition:
fReadXRootD.cxx:94
fReadXRootD::readData
void readData(char *buffer, unsigned int sizeBytes)
Definition:
fReadXRootD.cxx:64
python.utils.AtlRunQueryDQUtils.p
p
Definition:
AtlRunQueryDQUtils.py:210
createCoolChannelIdFile.buffer
buffer
Definition:
createCoolChannelIdFile.py:12
fReadXRootD
Definition:
fReadXRootD.h:11
fReadXRootD::newReader
fRead * newReader() const
Definition:
fReadXRootD.cxx:104
fReadXRootD::setPositionFromEnd
void setPositionFromEnd(int64_t p)
Definition:
fReadXRootD.cxx:99
fReadXRootD::getPosition
int64_t getPosition()
Definition:
fReadXRootD.cxx:88
fReadXRootD::closeFile
void closeFile()
Definition:
fReadXRootD.cxx:58
fReadXRootD::isEoF
bool isEoF()
Definition:
fReadXRootD.cxx:36
fReadXRootD::m_pfd
int m_pfd
Definition:
fReadXRootD.h:28
fReadXRootD::fReadXRootD
fReadXRootD()
Definition:
fReadXRootD.cxx:21
fReadXRootD::fileExists
bool fileExists(std::string fName) const
Definition:
fReadXRootD.cxx:43
Generated on Wed May 7 2025 21:09:59 for ATLAS Offline Software by
1.8.18