Git Product home page Git Product logo

sphenix-collaboration / analysis Goto Github PK

View Code? Open in Web Editor NEW
4.0 82.0 82.0 273.36 MB

Analysis repository hosting user modules that analyze the sPHENIX simulation and data

Home Page: https://wiki.bnl.gov/sPHENIX/index.php/Example_of_using_DST_nodes

C 47.12% Shell 8.98% Makefile 1.05% C++ 10.93% Python 0.90% MATLAB 0.12% Fortran 0.32% M4 0.08% Perl 0.03% HTML 1.89% Jupyter Notebook 28.50% Ruby 0.08% TeX 0.01%
analysis

analysis's Introduction

analysis

Analysis repository hosting user modules that analyze the sPHENIX simulation and data.

Doxygen Monthly Commits Last Commit Download size

This repository is read/writabled to the "Collaborator" team. It is equivalent to the PHENIX CVS path of

  • offline/analysis/
  • offline/AnalysisTrain/

Welcome to push your analysis code directly to the master branch. No pull request procedure required. Once on GitHub, your code will be nightly compiled into the sPHENIX software reference website: https://www.phenix.bnl.gov/WWW/sPHENIX/doxygen/html/index.html

analysis's People

Contributors

adfrawley avatar adityadash54 avatar antoniocosilva avatar belmonrj avatar bkimelman avatar blackcathj avatar cdean-github avatar chengweishih avatar david-stewart avatar devloom avatar eumaka avatar francescovassalli avatar giorgianb avatar gregtom3 avatar haiwangyu avatar hrjheng avatar jamesjl3 avatar jdosbo avatar jordan-daniel avatar mccumbermike avatar mchiu-bnl avatar pinkenburg avatar rosstom2232 avatar ruse-traveler avatar sashalebedev avatar steepspace avatar sunxuhit avatar timothyrinn avatar tmengel avatar vbailey2 avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

analysis's Issues

PHAna needs update

analysis/Ana needs to be updated to account for several API changes (I think).

The truth info has changed like this according to Mike McCumber:

This is a conflict with the new truth info design which forced the deprecation of that piece of the interface (poor encapsulation in the original object). To loop of the primary tracks you will need to use these lines:

PHG4TruthInfoContainer::ConstRange range = truthinfo->GetPrimaryParticleRange();
for (PHG4TruthInfoContainer::ConstIterator iter = range.first;
iter != range.second; 
++iter) {
  PHG4Particle* primary = iter->second;
}

I think there must have been a change to the Fun4All input manager as well.

The example should probably have a small DST that can be used for testing and will always be available when the code is built.

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.