Skip to content

General skimming format for TTree of basic datatypes, array of basic datatypes, and vector of basic datatypes

Notifications You must be signed in to change notification settings

cfmcginn/GeneralTree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GeneralTree

General skimming format for TTree of basic datatypes, array of basic datatypes, and vector of basic datatypes

Note that the following code requires a c++ compiler and ROOT, although if you've downloaded a ROOT TTree skimmer you presumably already have both.

To build, run "make" To clean, run "make clean"

To test, run ./bin/testGeneralTrees.exe

A file in input is available, input/HiForest_10_SKIM_20171229.root, compatible with config file config/treeTest.txt

DO: ./bin/testGeneralTrees.exe input/HiForest_10_SKIM_20171229.root test/treeTest.txt

To write your own interface, see skeleton example testGeneralTrees.C and follow the basic outline To write your own configFile, see skeleton example config/treeTest.txt

About

General skimming format for TTree of basic datatypes, array of basic datatypes, and vector of basic datatypes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published