Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KGeoBag deinitialization #92

Merged
merged 50 commits into from
Dec 20, 2023

Commits on Mar 11, 2016

  1. Merge pull request #1 from KATRIN-Experiment/master

    Update to Kassiopeia 3.2
    nsoblath committed Mar 11, 2016
    Configuration menu
    Copy the full SHA
    f2a78b7 View commit details
    Browse the repository at this point in the history
  2. Cherry pick: Minor changes to build system to allow building as a sub…

    …module of something else
    Noah Oblath committed Mar 11, 2016
    Configuration menu
    Copy the full SHA
    ef1e19b View commit details
    Browse the repository at this point in the history
  3. CMake policy fixes

    Noah Oblath committed Mar 11, 2016
    Configuration menu
    Copy the full SHA
    fea57ea View commit details
    Browse the repository at this point in the history
  4. A few more cmake changes

    Noah Oblath committed Mar 11, 2016
    Configuration menu
    Copy the full SHA
    30dcbb1 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'feature/kassfixes' into develop

    Noah Oblath committed Mar 11, 2016
    Configuration menu
    Copy the full SHA
    6a1f644 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2016

  1. Configuration menu
    Copy the full SHA
    7b9d0a1 View commit details
    Browse the repository at this point in the history
  2. Added KSEventModifier, and KSRootEventModifier, and implement use by …

    …KSRoot
    Noah Oblath committed Mar 14, 2016
    Configuration menu
    Copy the full SHA
    4db786c View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2016

  1. Added KSRootEventModifierBuilder

    Noah Oblath committed Mar 28, 2016
    Configuration menu
    Copy the full SHA
    b0b4fd6 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2016

  1. Added temporary pthreads to KSRoot.cxx for purpose of generating sign…

    …al and checking mixing in Locust MC.
    pslocum committed Apr 5, 2016
    Configuration menu
    Copy the full SHA
    aa86f4c View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2016

  1. Added pre and post event conditions for triggering events in Kassiope…

    …ia from Locust. The conditions are presently global and are defined in small functions that can be dropped into the appropriate static event modifier class. Modified classes are LMCKassSignalGenerator and KSRoot.
    pslocum committed Apr 25, 2016
    Configuration menu
    Copy the full SHA
    a078fe6 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2016

  1. Moved post-KSStep code for Locust_mc out of KSRoot.cxx and into Cyclo…

    …tronRadiationExtractor::ExecutePostStepModification().
    pslocum committed May 11, 2016
    Configuration menu
    Copy the full SHA
    99dbab5 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2016

  1. Reset digitizer t_old in KSRoot::ReceivedEventStartCondition at the s…

    …tart of each Kass event.
    pslocum committed May 12, 2016
    Configuration menu
    Copy the full SHA
    1b0ff23 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2016

  1. Configuration menu
    Copy the full SHA
    22ca12f View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2016

  1. Configuration menu
    Copy the full SHA
    606e990 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2016

  1. Commented out step_msg updates in KSRoot.cxx. Moved print statement o…

    …n thread status out of ReceivedEventStartCondition.
    Penelope L. Slocum of group heeger committed Jul 19, 2016
    Configuration menu
    Copy the full SHA
    dcf4956 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2016

  1. Adjusted thread signals to accomodate isotropic Kr spectrum with low …

    …trapping rate.
    Penelope L. Slocum of group heeger committed Oct 7, 2016
    Configuration menu
    Copy the full SHA
    821caba View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2016

  1. Removed unnecessary fKassReadycondition.notify_one() from KSRoot::Wak…

    …eAfterEVent
    Penelope L. Slocum of group heeger committed Oct 8, 2016
    Configuration menu
    Copy the full SHA
    0b27181 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2016

  1. Tuned final thread stop signal in KSRoot.cxx

    Penelope L. Slocum of group heeger committed Oct 13, 2016
    Configuration menu
    Copy the full SHA
    7e0a0ca View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2016

  1. Removed initialization and finalization of derivative calculations in…

    … KSTrajInterpolatorHermite.cxx pending more testing.
    pslocum committed Dec 27, 2016
    Configuration menu
    Copy the full SHA
    9e0c131 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2017

  1. Routine update

    Penelope L. Slocum of group heeger committed Jan 5, 2017
    Configuration menu
    Copy the full SHA
    c08dbdb View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2017

  1. Merge pull request #4 from KATRIN-Experiment/master

    update to Kassiopeia 3.3.2
    pslocum authored Jun 16, 2017
    Configuration menu
    Copy the full SHA
    38533ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c08c2f3 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #5 from project8/feature/eventmod

    Feature/eventmod
    pslocum authored Jun 16, 2017
    Configuration menu
    Copy the full SHA
    ae0e94e View commit details
    Browse the repository at this point in the history
  4. Revert "Feature/eventmod"

    pslocum authored Jun 16, 2017
    Configuration menu
    Copy the full SHA
    3bc2725 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #6 from project8/revert-5-feature/eventmod

    Revert "Feature/eventmod"
    pslocum authored Jun 16, 2017
    Configuration menu
    Copy the full SHA
    6660bd5 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2018

  1. Merge pull request #8 from KATRIN-Experiment/master

    Update to Kassiopeia 3.5
    pslocum authored Oct 21, 2018
    Configuration menu
    Copy the full SHA
    f327337 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2019

  1. Merge pull request #11 from KATRIN-Experiment/master

    update to Kassiopeia 3.6.1
    pslocum authored Feb 21, 2019
    Configuration menu
    Copy the full SHA
    723d37a View commit details
    Browse the repository at this point in the history

Commits on May 1, 2020

  1. Configuration menu
    Copy the full SHA
    94544df View commit details
    Browse the repository at this point in the history

Commits on May 2, 2020

  1. Merge pull request #12 from project8/feature/boostlibfix

    Check for Boost library as variable or imported target
    pslocum authored May 2, 2020
    Configuration menu
    Copy the full SHA
    92014ed View commit details
    Browse the repository at this point in the history

Commits on May 4, 2020

  1. Merge pull request #13 from KATRIN-Experiment/master

    Kassiopeia v3.7
    pslocum authored May 4, 2020
    Configuration menu
    Copy the full SHA
    bc26686 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2020

  1. Merge pull request #14 from KATRIN-Experiment/master

    Kassiopeia v3.7.2
    pslocum authored May 8, 2020
    Configuration menu
    Copy the full SHA
    588ef5f View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2020

  1. Merge pull request #15 from KATRIN-Experiment/master

    Merge Kassiopeia v3.7.4
    nsoblath authored Jun 23, 2020
    Configuration menu
    Copy the full SHA
    91acc4c View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2020

  1. Configuration menu
    Copy the full SHA
    c13e0f0 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2020

  1. Merge pull request #17 from KATRIN-Experiment/master

    Updates with examples
    pslocum authored Jul 22, 2020
    Configuration menu
    Copy the full SHA
    27f13f1 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2020

  1. Merge pull request #18 from KATRIN-Experiment/master

    Build fixes on Docker
    pslocum authored Jul 25, 2020
    Configuration menu
    Copy the full SHA
    c09f4d6 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2021

  1. Merge pull request #19 from KATRIN-Experiment/master

    Update to v3.7.7
    pslocum authored Mar 17, 2021
    Configuration menu
    Copy the full SHA
    c809f34 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2021

  1. Configuration menu
    Copy the full SHA
    0354497 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2021

  1. Configuration menu
    Copy the full SHA
    ab11297 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #20 from KATRIN-Experiment/main

    Kassiopeia v3.8.0
    pslocum authored Aug 31, 2021
    Configuration menu
    Copy the full SHA
    4792469 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2021

  1. Configuration menu
    Copy the full SHA
    1829313 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2021

  1. Reinstate find_package(ROOT). Standalone Kass configures on Ubuntu la…

    …ptop after upgrading Root version to > 6.16
    pslocum committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    8f70bde View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2021

  1. Configuration menu
    Copy the full SHA
    e1ce604 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2021

  1. Configuration menu
    Copy the full SHA
    4b81b7c View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2021

  1. Uncomment add_submodule(Applications/Validation) which relies on vtk.…

    … With vtk v9.1 the build works.
    pslocum committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    d83902a View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2022

  1. Merge pull request #21 from project8/feature/v3.8.0

    feature/v3.8.0
    pslocum authored Dec 20, 2022
    Configuration menu
    Copy the full SHA
    81e0fac View commit details
    Browse the repository at this point in the history
  2. Merge pull request #22 from KATRIN-Experiment/main

    Kassiopeia v3.8.2
    pslocum authored Dec 20, 2022
    Configuration menu
    Copy the full SHA
    1ffb134 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. Configuration menu
    Copy the full SHA
    11b9f39 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. Configuration menu
    Copy the full SHA
    1c0bdf3 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. Merge pull request #25 from KATRIN-Experiment/main

    synchronize main branch
    pslocum authored Dec 19, 2023
    Configuration menu
    Copy the full SHA
    be68071 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    747a6dc View commit details
    Browse the repository at this point in the history