KaliVeda
Toolkit for HIC analysis
Loading...
Searching...
No Matches
SRBDataRepository.cpp
1//Created by KVClassFactory on Sat Jul 18 16:54:29 2009
2//Author: John Frankland
3
4#include "SRBDataRepository.h"
5#include "SRB.h"
6
8
9
10
11
13
15{
16 // Default constructor
17 fDMS = new SRB();//set up interface to SRB
18}
19
20
21
24
26{
27 // Destructor
28}
29
30
Remote data repository using SRB (Storage Resource Broker) DMS.
virtual ~SRBDataRepository()
Destructor.
Interface to SRB (Storage Resource Broker) DMS client.
Definition SRB.h:15
ClassImp(TPyArg)