4 TSocket *
s =
new TSocket(host_str,port);
7 printf(
"Unable to establish connection to %s at port %d\n", host_str, port);
13 printf(
"Online analyzer version: %s\n", ver);
18 printf(
"Object listing ...\n");
22 TObjArray *
names = (TObjArray*)msg->ReadObject(msg->GetClass());
23 for (
int i = 0;
i < names.GetEntries(); ++
i)
25 TObjString *histname = names.At(
i);
28 sprintf(req,
"GET %s", histname->GetString().Data());
31 TH1 *hist = (TH1*) msg->ReadObject(msg->GetClass());