Skip to content
View tomeichlersmith's full-sized avatar
  • University of Minnesota
  • Minneapolis, MN

Organizations

@LDMX-Software
Block or Report

Block or report tomeichlersmith

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. denv denv Public

    uniformly interact with containerized environments across runners

    Shell 8 1

  2. hdtree hdtree Public

    columnar, ragged data with a dynamic, runtime-defined schema

    C++ 2 1

  3. smux smux Public

    ssh+tmux=smux

    Shell 4

  4. LDMX-Software/fire LDMX-Software/fire Public

    Event-by-event processing framework using HDF5 and C++17

    C++ 1

  5. LDMX-Software/ldmx-sw LDMX-Software/ldmx-sw Public

    The Light Dark Matter eXperiment simulation and reconstruction framework.

    C++ 20 16

  6. A factory for dynamically creating c... A factory for dynamically creating calsses derived from a "prototype" by name.
    1
    #ifndef FACTORY_FACTORY_HPP
    2
    #define FACTORY_FACTORY_HPP
    3
    
    
    4
    #include <exception>      // to throw not found exceptions
    5
    #include <memory>         // for the unique_ptr default