Skip to content

Template of analysis made with AnalysisTree package

Notifications You must be signed in to change notification settings

poreha/analysis_template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

analysis_template

Template of analysis made with AnalysisTree package.

Requirement

  • CMake 3.15
  • ROOT v6-20-04 built with C++17
  • AnalysisTree built with C++17

Building

Clone this repository with

  git clone https://github.com/mam-mih-val/analysis_template

Create build directory

  cd analysis_template
  mkdir build
  cd build

Source root environment

  source /path/to/root/install/bin/thisroot.sh

Export AnalysisTree library

  export AnalysisTree_DIR=/path/to/AnalysisTree/install/lib/cmake/AnalysisTree/

Build the project

  cmake ..
  make -j

Usage

To use the program run

  ./analyse path/to/file.list

Example of file list you can find in "lists" directory

About

Template of analysis made with AnalysisTree package

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 84.5%
  • CMake 15.5%