#include <ROOT/RDataFrame.hxx>
#include <ROOT/RNTuple.hxx>
#include <ROOT/RNTupleDS.hxx>
#include <ROOT/RNTupleOptions.hxx>
#include <ROOT/RNTupleModel.hxx>
#include <ROOT/RCanvas.hxx>
#include <ROOT/RColor.hxx>
#include <ROOT/RHistDrawable.hxx>
#include <ROOT/TObjectDrawable.hxx>
#include <ROOT/RRawFile.hxx>
#include <TH1D.h>
#include <TLegend.h>
#include <TSystem.h>
#include <algorithm>
#include <cassert>
#include <cstdio>
#include <fstream>
#include <iostream>
#include <memory>
#include <string>
#include <sstream>
#include <stdexcept>
#include <utility>
#include <chrono>
Typedefs | |
using | Clock = std::chrono::high_resolution_clock |
using | RRawFile = ROOT::Internal::RRawFile |
Functions | |
void | Analyze () |
std::shared_ptr< TH1D > | GetDrawableHist (ROOT::RDF::RResultPtr< TH1D > &h) |
void | global_temperatures () |
void | Ingest () |
Variables | |
constexpr const char * | kNTupleFileName = "GlobalLandTemperaturesByCity.root" |
constexpr const char * | kRawDataUrl = "http://root.cern./files/tutorials/GlobalLandTemperaturesByCity.csv" |
using Clock = std::chrono::high_resolution_clock |
Definition at line 45 of file global_temperatures.C.
using RRawFile = ROOT::Internal::RRawFile |
Definition at line 46 of file global_temperatures.C.
void Analyze | ( | ) |
Definition at line 133 of file global_temperatures.C.
std::shared_ptr< TH1D > GetDrawableHist | ( | ROOT::RDF::RResultPtr< TH1D > & | h | ) |
Definition at line 50 of file global_temperatures.C.
void global_temperatures | ( | ) |
Definition at line 258 of file global_temperatures.C.
void Ingest | ( | ) |
Definition at line 63 of file global_temperatures.C.
|
constexpr |
Definition at line 61 of file global_temperatures.C.
|
constexpr |
Definition at line 60 of file global_temperatures.C.