c-dilks / polar13

run13 polarisation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

steps to manipulate polarimetry csv file into something readable

  1. copy csv data from polarimetry group
  1. remove "+-" symbols: cat polarimetry.csv | sed 's/+-//g' > polarimetry.dat

  2. there is some missing information in some rows.. put zeros here (check with the formatted table from the website to make sure you're putting zeros in the proper columns)

  3. run "mkTree.C" to build "pol.root", which is a tree containing the data from the csv file

  4. run "mkPlots.C" to draw some polarimetry plots

About

run13 polarisation


Languages

Language:C++ 100.0%