Giter Site home page Giter Site logo

searchingfornues's People

Contributors

afropapp13 avatar cerati avatar davidc1 avatar elenagramellini avatar icaromx avatar irwin175 avatar kvjmistry avatar li-jiaoyang97 avatar nfoppiani avatar pgreen135 avatar phidet avatar sebprince avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

searchingfornues's Issues

Missing pitch and nhits in the box

ShowerAnalysisTool

Store pitch value in shower analysis tool, for each plane, both with the track fitter and without the track fitter.

Store the nhits in the box for the dEdx calculation

Doxygen docs and deployment to github-pages broken

I see that there is a generateDocumentationAndDeploy.sh script and some attempt to deploy docs to github-pages, but it is not working. On https://github.com/ubneutrinos/searchingfornues under "Deployments" it shows "280 deployments" to github-pages, with the last 2 years ago, but following that link and clicking on https://ubneutrinos.github.io/searchingfornues/ results in a "404 not found" error.

It would be very helpful to new analyzers to have the documentation generated by the doxygen script, particularly for the ntuple field definitions, which otherwise need to be dug out of files such as NuMuSelection_tool.cc, DefaultAnalysis_tool.cc, CC0piNpSelection_tool.cc, etc.

Replace hardcoded PDG codes and particle masses

It would be good to replace hardcoded PDG codes and particle masses with values from ROOT table in DefaultAnalysis. E.g.:

TParticlePDG *proton = TDatabasePDG::Instance()->GetParticle(2212);
int pdg_code = proton->PdgCode();
float mass = proton->Mass();

SCE correction reco to truth

While correcting back for the SCE there is need to correct for the trigger offset, but we need to figure out the correct sign to apply to the correction

Add parent list in DefaultAnalysis

Need to add a vector of same length of PFParticle. For each PFP this vector stores the index of the mother particle in the PFP list. It stores -1 if the particle is a primary daughter of the neutrino.

Store LEE weight

We need to store the MCEventWeight which corresponds to the re-scaling of the nu_E intrinsic component for the LEE unfolded signal.

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.