Giter Site home page Giter Site logo

clas12dvcs's Introduction

clas12DVCS

A python code set to analyze CLAS12 DVCS data.

root2pickle assumes to take root file converted by https://github.com/Sangbaek/convertingHipo.

How to use in ifarm

module load python/3.9.1
python3 -m pip install numpy
python3 -m pip install pandas
python3 -m pip install uproot

Usage of scripts

python3 root2pickleEpggExp.py -f "/path/to/root/file" -o "output_name.pkl" -s "10000"

The optional s flag reads the number of entries to be read. If unused, it converts whole root file.

For the EpgRec script,

python3 root2pickleEpgRec.py -f "/path/to/root/file" -o "output_name.pkl" -s "10000" -gen dvcs

we can select the generator between dvcs and pi0.

Usage of scripts, MC data

EpggRec: dvpi0 -> (dvpi0 -> 2 gamma)

EpgRec: dvpi0 -> (dvpi0 -> one gamma)

EpgRec: dvcs -> dvcs only

Usage of scripts, exp data

EpggExp: dvpi0 candidates -> (dvpi0 -> 2 gamma)

EpgExp: dvpi0 candidates -> (dvpi0 -> one gamma)

EpgExp: dvcs candidates -> dvcs + (dvpi0 -> one gamma)

clas12dvcs's People

Contributors

sangbaek avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.