Skip to content

Releases: cms-l1t-offline/cms-l1t-analysis

Alpha 0.1.2

18 Sep 14:43
Compare
Choose a tag to compare

v0.1.2 (2017-09-18)

Full Changelog

Implemented enhancements:

Closed issues:

  • cmsl1t_dirty_batch command broken for click-log 0.2.0 #71
  • Weekly monitoring confiuration #66

Merged pull requests:

  • Clarifications on how to use changelog generator #78 (kreczko)
  • "Final" PR to add all changes for weekly checks #77 (benkrikler)
  • Add two more plotters for resolution #76 (benkrikler)
  • Efficiency plots: Fill all pile-up bins #75 (benkrikler)
  • Fix reporting of errors when merging histograms together #74 (benkrikler)
  • Fix another issue with the efficiency curves #73 (benkrikler)
  • Fix issue 71 and other aspects of the bin/cmsl1t* commands #72 (benkrikler)
  • Add a generic 2D online vs offline quantity plotter #70 (benkrikler)
  • Add users' site packages directory to PYTHONPATH #69 (benkrikler)
  • Fix the Efficiency plotter which was giving non-physical looking turnons #67 (benkrikler)
  • First version of weekly checks config #65 (kreczko)

Alpha version 0.1.1

14 Sep 09:28
Compare
Choose a tag to compare

v0.1.1 (2017-09-04)

Full Changelog

Implemented enhancements:

Closed issues:

  • Configuration tutorial #50
  • cmsl1t can only be executed in cms-l1t-analysis project directory #41
  • Config validation #29
  • demo_analyzer can not be run #24
  • Setting up the environment twice fails #23
  • Can not run benchmark #22
  • rootpy's TreeChain doesn't work with globbing and xrootd access #16
  • Suggestion for plotting and histogram collections #14
  • Introduce 'modifiers' #9
  • Migrate remaining macros #8
  • Replacement of ntuple_config #5
  • Improvements to base histogram collection #4
  • Plotting in cmsl1t #3

Merged pull requests:

Alpha v0.1.0

24 Mar 13:47
Compare
Choose a tag to compare
  • Include Shane’s macros as ‘legacy’ for comparison

  • Read L1TNtuples in python

  • Transfer 1 Macro to python (makeJetResolutions)

  • Benchmark legacy vs new

  • Add histogram collections for easier creation & handling

    • Added multidimensional dictionary based on defaultdict
    • Added HistogramByPileUpCollection
    • Automatic selection of PU bin based on pileup value. E.g. histograms[11] will fill the 2nd bin if pileupBins=[0,10,20,30,999]
    • Added ResolutionCollection
      • Specialisation of HistogramByPileUpCollection
      • Automatic selection of detector region based on cmsl1t.geometry
  • Implement Ben’s MET turnons to check if the package is going the right way

  • Explore ways to recalculate MET

  • Implement TurnOnCollection EfficiencyCollection