35 int idx = !strcmp(str,
"go 0") ? 0 : 1;
46 hpx->SetFillColor(48);
59 for (
int i = 0; i < 25000; i++) {
67 mess.WriteObject(hpx);
69 messlen += mess.Length();
70 cmesslen += mess.CompLength();
73 sock->
Send(
"Finished");
76 printf(
"Average compression ratio: %g\n", messlen/cmesslen);
bool Bool_t
Boolean (0=false, 1=true) (bool).
float Float_t
Float 4 bytes (float).
externTBenchmark * gBenchmark
1-D histogram with a float per channel (see TH1 documentation)
TH1 is the base class of all histogram classes in ROOT.
2-D histogram with a float per channel (see TH1 documentation)
static void EnableSchemaEvolutionForAll(Bool_t enable=kTRUE)
Static function enabling or disabling the automatic schema evolution.
This class implements client sockets.
void SetCompressionLevel(Int_t level=ROOT::RCompressionSetting::ELevel::kUseMin)
See comments for function SetCompressionSettings.
virtual Int_t Recv(TMessage *&mess)
Receive a TMessage object.
virtual void Close(Option_t *opt="")
Close the socket.
virtual Int_t Send(const TMessage &mess)
Send a TMessage object.