50 std::vector<std::thread>
pool;
58 std::this_thread::sleep_for(std::chrono::duration<double, std::nano>(500));
59 auto h =
ts_h.SnapshotMerge();
60 std::cout <<
"Entries for the snapshot " <<
h->GetEntries() << std::endl;
77 std::cout <<
"Entries for the total sum " <<
sumRandomHisto->GetEntries() << std::endl;
int Int_t
Signed integer 4 bytes (int)
unsigned int UInt_t
Unsigned integer 4 bytes (unsigned int)
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
A wrapper to make object instances thread private, lazily.
Random number generator class based on M.
Namespace for new ROOT classes and functions.
void EnableThreadSafety()
Enable support for multi-threading within the ROOT code in particular, enables the global mutex to ma...