Skip to content

edfink234/RDF-ntuple-Cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RDF-ntuple-Cpp

RDataFrame C++ version of ntuple software

C++ version of ntuple software.

To run, have all .h and .cxx files in the same directory, then run:

  • rootcling -v4 -f mydict.cxx -rmf libmydict.rootmap -rml libmydict.so LinkDef.h

  • g++ -shared -o libmydict.so mydict.cxx `root-config --cflags --libs` -fPIC

After the dictionary is created for vector vector, then compile

  • g++ -g -o RDF_analyse_h_Za RDF_analyse_h_Za.cxx MakeRDF.cxx RDFObjects.cxx RDFevent.cxx -O2 $(root-config --libs --cflags) -std=c++17

And run

./RDF_analyse_h_Za

You can replace RDF_analyse_h_Za with RDF_analyse.cxx, ControlPlotsSignalShapes.cxx, CutFlow.cxx, DataBackgroundComparison.cxx, Categorization.cxx, Figs_34_52.cxx, or Section7_TablesPlots.cxx.

About

RDataFrame C++ version of ntuple software

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages