Giter VIP home page Giter VIP logo

analysistoolsprototypes's Introduction

AnalysisToolsPrototypes

We can use this repository to prototype a bunch of ntuples and interfaces.

Setting Up

To set up a local copy of the repository:

git clone [email protected]:AndrewEdmonds11/AnalysisToolsPrototypes
cd AnalysisToolsPrototypes

Then you can make your own folder with:

mkdir ntuple_interface_name

where ntuple is the kind of ntuple you are running on (e.g. art, skim, trkana, stn, ...), interface is the kind of interface you are prototyping (e.g. root, python, offline, gallery, ...), and name is your name. Don't feel restricted to the examples listed here: if you have a better name for the directory - go for it!

You can also make a list of files to run on:

setup mu2e
setup mu2efiletools
mkdir filelists
mu2eDatasetFileList mcs.mu2e.CeEndpointMix1BBSignal.Tutorial_2024_03.art > filelists/mcs.mu2e.CeEndpointMix1BBSignal.Tutorial_2024_03.art.list

Committing and Pushing

Once you are ready to commit and push your prototype, you can do:

git pull # to pull in any changes other people have pushed
git add file1 file2 etc
git commit -m "Some useful message"
git push

If you get an error when you git push, then let me know your GitHub username so I can give you push access. Don't hesititate to push little and often!

Documentation

Don't forget to add a README.md to your directory with instructions on how to run your code. You can also use this space to outline any pros/cons you see or anything else you want to document.

Overall Goals

Here are a couple of simple ideas to start with. Feel free to add more!

  1. Make a histogram of the reconstructed momentum of downstream electron tracks
  2. Make multiple histograms of the reconstructed momentum of downstream electron tracks with each histogram having a different time cut (e.g. t>400, t>500, t>600, t>700 etc.)

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.