KaliVeda
Toolkit for HIC analysis
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 
15 {
16  // Default constructor
17  fDMS = std::make_unique<SRB>();//set up interface to SRB
18 }
19 
20 
Remote data repository using SRB (Storage Resource Broker) DMS.
ClassImp(TPyArg)