27 TPad *
pad1 =
new TPad(
"pad1",
"This is pad1",0.02,0.52,0.98,0.98,21);
28 TPad *
pad2 =
new TPad(
"pad2",
"This is pad2",0.02,0.02,0.98,0.48,21);
59 printf(
"only accept two client connections\n");
72 mess->ReadString(str, 64);
73 printf(
"Client %d: %s\n", s==
s0 ? 0 : 1, str);
75 if (
mon->GetActive() == 0) {
76 printf(
"No more active clients... stopping\n");
94 printf(
"*** Unexpected message ***\n");
100 printf(
"Client 0: bytes recv = %d, bytes sent = %d\n",
s0->GetBytesRecv(),
102 printf(
"Client 1: bytes recv = %d, bytes sent = %d\n",
s1->GetBytesRecv(),
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
TH1 is the base class of all histogram classes in ROOT.
The most important graphics class in the ROOT system.
This class implements server sockets.
This class implements client sockets.
virtual Int_t Recv(TMessage *&mess)
Receive a TMessage object.
TClass * IsA() const override