Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
JAliEn
JAliEn-ROOT
Commits
a515a489
Commit
a515a489
authored
Aug 02, 2019
by
Nikola Hardi
Browse files
Add TAliceJobStatus
parent
00295319
Pipeline
#1015713
failed with stage
in 2 minutes and 55 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
a515a489
...
...
@@ -48,7 +48,7 @@ string(REGEX REPLACE "T" "src/T" SRCS "${SRCS}")
string
(
REPLACE
".cxx"
".h"
HDRS
"
${
SRCS
}
"
)
string
(
REPLACE
"src"
"inc"
HDRS
"
${
HDRS
}
"
)
set
(
HDRS
${
HDRS
}
"inc/TAliceCollection.h"
"inc/TAliceFile.h"
)
set
(
HDRS
${
HDRS
}
"inc/TAliceCollection.h"
"inc/TAliceFile.h"
"inc/TAliceJobStatus.h"
)
ROOT_GENERATE_DICTIONARY
(
G__
${
LIBNAME
}
"
${
HDRS
}
"
LINKDEF LinkDef.h
)
add_library
(
${
LIBNAME
}
SHARED
"
${
SRCS
}
"
G__
${
LIBNAME
}
.cxx
)
...
...
inc/TJAlienJobStatus.h
View file @
a515a489
...
...
@@ -16,17 +16,13 @@
// //
//////////////////////////////////////////////////////////////////////////
#ifndef ROOT_TGridJobStatus
#include
"TGridJobStatus.h"
#endif
#ifndef ROOT_TMap
#include
"TAliceJobStatus.h"
#include
"TMap.h"
#endif
class
TJAlienJob
;
class
TJAlienMasterJob
;
class
TJAlienJobStatus
:
public
T
Grid
JobStatus
{
class
TJAlienJobStatus
:
public
T
Alice
JobStatus
{
friend
class
TJAlienJob
;
friend
class
TJAlienMasterJob
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment