3 gSystem->Load("libSHUTTLE");
4 gSystem->Load("libRLDAP");
6 gSystem->Load("libTest");
8 AliLog::SetGlobalDebugLevel(1);
10 AliShuttleConfig config("localhost", 5000);
13 AliShuttle shuttle(&config, "local://~/temp/DCS");
14 shuttle.RegisterCDBPreProcessor(new TestITSPreProcessor());
16 TTimeStamp currentTime;
17 shuttle.Process(1, currentTime.GetSec() - 18 * 3600,
18 currentTime.GetSec());