Coder Social home page Coder Social logo

atlas_fcs_preparecsvfiles's Introduction

Purpose

Create necessary input CSV files to use scripts from RegressionWithKeras repository

Create CSV files to train network to predict extrapolation weights

Script: MakeCSVfiles_NN.py

Use this script to produce CSV files from ROOT files to be used to train a DNN to predict extrapolation weights

Dependencies

  • ROOT
  • pandas

How to use?

This script will produce .txt files (containing mean and std. dev. of each feature, needed for inference) and .csv files (needed for training)

  • Set Particles
    • One CSV file will be produced for each particle, eta range and energy
    • If more than one particle type is provided, pdgID will also be stored in the CSV files
  • Set InputPATH: path to input ROOT files
  • Set OutputPATHBase: location where output CSV files will be written (CSV files will be written inside a folder named accordingly the set of particles used)
  • Set TTreeName: name of the TTree available in the input ROOT files
  • Set ProduceTXTs to True (unless TXTs were already produced and are available in the corresponding location)

Run it:

python MakeCSVfiles_NN.py

Create CSV files with firstPCAbin values from FCS

Script: MakeCSVfiles_FCS.py

Use this script to produce CSV files from ROOT files with firstPCAbin values

Dependencies

  • ROOT

How to use?

  • Set InputPATH: path to input ROOT files
  • Set OutputPATH: where output CSV files will be saved
  • Set TTreeName: name of TTree from input ROOT files

Run it:

python MakeCSVfiles_FCS.py

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.