Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
JAliEn
JAliEn-ROOT
Commits
1f62db67
Commit
1f62db67
authored
Jun 20, 2019
by
Nikola Hardi
Browse files
Fix the LinkDef to include AGU
parent
e8fb0cc3
Changes
2
Hide whitespace changes
Inline
Side-by-side
LinkDef.h
View file @
1f62db67
...
...
@@ -4,6 +4,8 @@
#pragma link off all classes;
#pragma link off all functions;
#pragma link C++ class TAliceFile;
#pragma link C++ class TAliceCollection;
#pragma link C++ class TJAlien;
#pragma link C++ class TJAlienCollection;
#pragma link C++ class TJAlienDirectory;
...
...
inc/TJAlienCollection.h
View file @
1f62db67
...
...
@@ -20,18 +20,10 @@
// //
//////////////////////////////////////////////////////////////////////////
#ifndef ROOT_TGridCollection
#include "TAliceCollection.h"
#endif
#ifndef ROOT_TString
#include "TString.h"
#endif
#ifndef ROOT_TList
#include "TList.h"
#endif
#ifndef ROOT_TFileStager
#include "TFileStager.h"
#endif
class
TJAlienCollection
:
public
TAliceCollection
{
...
...
@@ -112,8 +104,8 @@ public:
const
char
*
GetInfoComment
()
const
{
return
fInfoComment
.
Data
();
}
Bool_t
Prepare
(
Bool_t
bulk
=
kFALSE
)
{
return
Stage
(
bulk
,
"option=0"
);
}
static
TGridCollection
*
Open
(
const
char
*
collectionurl
,
UInt_t
maxentries
=
1000000
);
static
TGridCollection
*
OpenQuery
(
TGridResult
*
queryresult
,
Bool_t
nogrouping
=
kFALSE
);
static
TGridCollection
*
Open
(
const
char
*
collectionurl
,
UInt_t
maxentries
=
1000000
);
static
TJAlienCollection
*
OpenJAliEnCollection
(
TGridResult
*
queryresult
,
Option_t
*
option
=
""
);
ClassDef
(
TJAlienCollection
,
1
)
// Manages collection of files on JAliEn
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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