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
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
+
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
c
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
EventFilter
Utilities
interface
DirManager.h
Go to the documentation of this file.
1
#ifndef EVFUTILITIESDIRMANAGER_H
2
#define EVFUTILITIESDIRMANAGER_H
3
4
#include <sys/types.h>
5
#include <dirent.h>
6
7
#include <string>
8
9
#include <cstdlib>
10
11
namespace
evf
{
12
13
class
DirManager
{
14
public
:
15
DirManager
(
std::string
&
d
) :
dir_
(
d
) {}
16
virtual
~DirManager
() {}
17
unsigned
int
findHighestRun
();
18
std::string
findHighestRunDir
();
19
std::string
findRunDir
(
unsigned
int
);
20
bool
checkDirEmpty
(
std::string
&);
21
22
private
:
23
std::string
dir_
;
// this is the base dir with all runs in it
24
};
25
26
}
// namespace evf
27
#endif
evf
Definition:
fillJson.h:27
evf::DirManager::checkDirEmpty
bool checkDirEmpty(std::string &)
Definition:
DirManager.cc:64
evf::DirManager::findHighestRun
unsigned int findHighestRun()
Definition:
DirManager.cc:7
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
evf::DirManager
Definition:
DirManager.h:13
ztail.d
d
Definition:
ztail.py:151
evf::DirManager::dir_
std::string dir_
Definition:
DirManager.h:23
evf::DirManager::findHighestRunDir
std::string findHighestRunDir()
Definition:
DirManager.cc:23
evf::DirManager::findRunDir
std::string findRunDir(unsigned int)
Definition:
DirManager.cc:43
evf::DirManager::~DirManager
virtual ~DirManager()
Definition:
DirManager.h:16
evf::DirManager::DirManager
DirManager(std::string &d)
Definition:
DirManager.h:15
Generated for CMSSW Reference Manual by
1.8.14