Skip to content

jwill24/CTPPSAnalysisTools

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Analysis tools for CTPPS

This repository provides a collection of useful tools for the analysis of 2017+ data collected using the CTPPS detectors.

Usage

As a package in a CMSSW environment

This tool may be used as a standard CMSSW package (e.g. as a set of useful object-oriented helpers used in an analysis workflow's EDAnalyzer).

In your favourite ${CMSSW_BASE}/src environment, just clone this repository through:

git clone https://github.com/forthommel/CTPPSAnalysisTools.git

This collection of tools is supposingly compatible with all CMSSW releases (including pre-7_X_Y releases). In case this statement is outdated, feel free to open an issue/PR!

In a standalone way

Additionally, this repository ships a set of tools to run in a simpler workflow, e.g. through a conventional ROOT macro.

The recipe is equivalent to the previous case: in your development area, clone the repository:

git clone https://github.com/forthommel/CTPPSAnalysisTools.git

Then, you may use the helpers inside your ROOT macro as in this alignment retrieval and this reconstruction examples.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 76.2%
  • C 16.1%
  • Python 7.7%