Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
global_temperatures.C File Reference
#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>
Include dependency graph for global_temperatures.C:

Typedefs

using Clock = std::chrono::high_resolution_clock
 
using RRawFile = ROOT::Internal::RRawFile
 

Functions

void Analyze ()
 
std::shared_ptr< TH1DGetDrawableHist (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"
 

Typedef Documentation

◆ Clock

using Clock = std::chrono::high_resolution_clock

Definition at line 45 of file global_temperatures.C.

◆ RRawFile

Definition at line 46 of file global_temperatures.C.

Function Documentation

◆ Analyze()

void Analyze ( )

Definition at line 133 of file global_temperatures.C.

◆ GetDrawableHist()

std::shared_ptr< TH1D > GetDrawableHist ( ROOT::RDF::RResultPtr< TH1D > &  h)

Definition at line 50 of file global_temperatures.C.

◆ global_temperatures()

void global_temperatures ( )

Definition at line 258 of file global_temperatures.C.

◆ Ingest()

void Ingest ( )

Definition at line 63 of file global_temperatures.C.

Variable Documentation

◆ kNTupleFileName

constexpr const char* kNTupleFileName = "GlobalLandTemperaturesByCity.root"
constexpr

Definition at line 61 of file global_temperatures.C.

◆ kRawDataUrl

constexpr const char* kRawDataUrl = "http://root.cern./files/tutorials/GlobalLandTemperaturesByCity.csv"
constexpr

Definition at line 60 of file global_temperatures.C.