GithubHelp home page GithubHelp logo

Comments (5)

betatim avatar betatim commented on June 20, 2024

The idea is to have some time of the parallel allocated for "Hacking/break-out" sessions. For this we need some projects people can attempt to get the juices flowing and give them ideas. Ideally people bring their own ideas though.

abstraction levels

The higher level abstraction we can offer the "user" the more opportunity we have for optimising things. What is the right level of abstraction? Use cases from fitting tracks, doing things to a group of particles, selecting a range of events to store in a file.

storing objects

Right now it is impossible to add a new class to be stored in a DIGI/DST. This leads to all sorts of hacks. boost::any? captnproto? What are possible answers? This is related to backwards compatibility in #12

linking information across objects

We invented ExtraInfo as some crazy hack that does not work very well. We need a better way to be able to add more information to a given object (be that a track, particle, hit, ...). This information will exist for some but not all objects in a collection. If you think of the information in an event as a big table, then this is natural, you simply add a new column.

best way to express a processing pipeline

How do you express something like "take these hits, build tracks from them, filter on X, take these other hits, build different kinds of tracks from them, filter them on Y, merge the two track collections, evaluate PID info for them, select pions with pt>5GeV" in a way that is flexible and extremely easy for humans to read, and also possible for computer to parse?

from scheduling-event-model.

petitcactusorange avatar petitcactusorange commented on June 20, 2024

Quick note from afternoon chat :

  • Graph
  • std::any
  • Functional.
  • IO library.
  • Compose objects.

from scheduling-event-model.

petitcactusorange avatar petitcactusorange commented on June 20, 2024

What is the best way to advertise the little projects ? SLACK ? LHCb general ?

from scheduling-event-model.

betatim avatar betatim commented on June 20, 2024

Not sure about how to advertise these.

Another project:

Random access store

What technology exists out there for efficient storage that fits our needs and allows for random access. A small review of the existing chunked, column stores could be a good starting point. The advantage of being able to do random access would be not having to read through large numbers of files that are in the same stripping stream.

from scheduling-event-model.

petitcactusorange avatar petitcactusorange commented on June 20, 2024

We discussed the possibility of having a short presentation of the projects Monday afternoon.

from scheduling-event-model.

Related Issues (14)

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.