Skip to content
Cristian Pena edited this page Apr 30, 2014 · 9 revisions

Welcome to the TimingAnalysis wiki!

Installation Instructions:

git clone -b development git@github.com:cmorgoth/TimingAnalysis.git

cd TimingAnalysis

make

Create TimingAnalysis ROOT files

For this step you need the waveforms in a ROOT file with a TTree called "T". Please follow this instructions: DRS4DAQ

If you have the waveform ROOT files you can proceed:

./analyze_RisingEdge waveform.root filename_ana.root

This will generate a file named filename_ana.root

_*Note: the ana in the output file name is mandatory if you want to use the General Analysis

Run General Analysis

mkdir Plots

./GenAna filename_ana.root

Clone this wiki locally