12 using namespace Diana;
19 <<me<<
" runNumber inSource outSource"<<endl
21 <<
" runNumber : number of the run"<<endl
22 <<
" inSource : input source (DB or file.root)"<<endl
23 <<
" outSource : output filename (file.txt)"<<endl;
26 int main(
int argc,
const char* argv[])
32 const int run = atoi(argv[1]);
33 const char* inSource = argv[2];
34 const char* outSource = argv[3];
QRunDataHandle rHandle(753)
void help(const char *me)
int main(int argc, const char *argv[])
Object to manage I/O (DB, file, or memory) of diana global quantities.
QError Set(GlobalHandle< Q > *gh, const std::string &outSource, bool printError=true) const
Set a QObject using a GlobalHandle.
QError Get(const std::string &owner, GlobalHandle< Q > *gh, const std::string &inSource, bool printError=true) const
Get an object using a global handle.
static QGlobalRWFactory & GetInstance()
void LoadPlugin(const std::string &name)
global handle for QRunData
the Diana namespace is needed because sometimes we use Qt libraries, that use same class names of our...