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

Update to CMSSW 9_4_0 #67

Merged
merged 112 commits into from
Nov 10, 2017
Merged

Update to CMSSW 9_4_0 #67

merged 112 commits into from
Nov 10, 2017

Commits on Jul 28, 2017

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

Commits on Oct 6, 2017

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

Commits on Oct 10, 2017

  1. Merge pull request #1 from cms-sw/master

    update from cmssw
    marco-link authored Oct 10, 2017
    Configuration menu
    Copy the full SHA
    149d355 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    58ce9fa View commit details
    Browse the repository at this point in the history
  3. applied code-checks

    marco-link committed Oct 10, 2017
    Configuration menu
    Copy the full SHA
    cf5a140 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2017

  1. Configuration menu
    Copy the full SHA
    fa6e958 View commit details
    Browse the repository at this point in the history
  2. revert unintended changes

    marco-link committed Oct 11, 2017
    Configuration menu
    Copy the full SHA
    6713cf4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5c69d4f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    04c0708 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2017

  1. removing ggH DQM

    Michael-Krohn committed Oct 12, 2017
    Configuration menu
    Copy the full SHA
    e660602 View commit details
    Browse the repository at this point in the history
  2. removing ggH DQM

    Michael-Krohn committed Oct 12, 2017
    Configuration menu
    Copy the full SHA
    a274ad3 View commit details
    Browse the repository at this point in the history
  3. Adding VBF DQM

    Michael-Krohn committed Oct 12, 2017
    Configuration menu
    Copy the full SHA
    d58b3e0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    292fefc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bc4821c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3dc5027 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    97c063d View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2017

  1. Configuration menu
    Copy the full SHA
    f03d421 View commit details
    Browse the repository at this point in the history
  2. use standard PhotonProducer for island photons

    Kaya Tatar committed Oct 13, 2017
    Configuration menu
    Copy the full SHA
    05ae264 View commit details
    Browse the repository at this point in the history
  3. use real emap for HB upgrade

    kpedro88 committed Oct 13, 2017
    Configuration menu
    Copy the full SHA
    272709c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    428e6dc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5e075ae View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2017

  1. Configuration menu
    Copy the full SHA
    c2427cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b17876 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2017

  1. Configuration menu
    Copy the full SHA
    961b1ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d502ac6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b7a225b View commit details
    Browse the repository at this point in the history
  4. Introduce DQM memory usage script

    Due to *popular* demand, this adds dqmMemoryStats.py script.
    
    This won't draw a chart or anything, just a simple text breakdown of
    histograms in DQM.
    
    Usage:
    
    `dqmMemoryStats.py -x -i step3_inDQM.root` will output the memory usage
    for that file. It will output: `Total bytes: 251.78 MiB`.
    
    `--summary` Will also output a summary table will output biggest offenders.
    
    ```
    dqmMemoryStats.py -x -i step3_inDQM.root --summary
    
    ************************* DQM level 2 folder breakdown *************************
    * Size cutoff: 1.00 MiB                                                        *
    ********************************************************************************
    31.92 MiB        TrackerHitsV/TrackerHit
    12.91 MiB        Muons/RecoMuonV
    12.81 MiB        Vertexing/PrimaryVertexV
    11.40 MiB        HLT/JME
    ...
    ```
    
    Setting `-r/--ref <file>` flag will compare two files.
    
    ```
    dqmMemoryStats.py -x -i step3_inDQM.root -r DQM_*_RECO.root --summary
    
    ************************* DQM level 1 folder breakdown *************************
    ********************************************************************************
    -2721.23 KiB     EcalBarrel
    -1364.68 KiB     EcalEndcap
    -1255.52 KiB     HLT
    ...
    ```
    
    Both `-i` and `-r` can be either DQM IO or DQM root files or any
    combination of those. The script autodetects format.
    Dmitrijus Bugelskis committed Oct 18, 2017
    Configuration menu
    Copy the full SHA
    b5cb58b View commit details
    Browse the repository at this point in the history
  5. fix in fillDescriptions

    cippy committed Oct 18, 2017
    Configuration menu
    Copy the full SHA
    d0413ae View commit details
    Browse the repository at this point in the history
  6. another fix in fillDescriptions

    cippy committed Oct 18, 2017
    Configuration menu
    Copy the full SHA
    0616655 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2017

  1. fix binning

    mtosi committed Oct 19, 2017
    Configuration menu
    Copy the full SHA
    a54bfb1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f10485 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e486fd1 View commit details
    Browse the repository at this point in the history
  4. fix

    mtosi committed Oct 19, 2017
    Configuration menu
    Copy the full SHA
    f94367b View commit details
    Browse the repository at this point in the history
  5. fix

    mtosi committed Oct 19, 2017
    Configuration menu
    Copy the full SHA
    fa02ce1 View commit details
    Browse the repository at this point in the history
  6. Correct bug affecting several special cases for getPosition and getCl…

    …osestCell
    Sunanda committed Oct 19, 2017
    Configuration menu
    Copy the full SHA
    6c7804a View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2017

  1. Configuration menu
    Copy the full SHA
    70100c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    87f3e62 View commit details
    Browse the repository at this point in the history
  3. Modify the calibration code involving MIP studies

    Sunanda committed Oct 20, 2017
    Configuration menu
    Copy the full SHA
    0810b5e View commit details
    Browse the repository at this point in the history
  4. Take care of code-checker comments

    Sunanda committed Oct 20, 2017
    Configuration menu
    Copy the full SHA
    2fb2869 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    98c0334 View commit details
    Browse the repository at this point in the history
  6. fix for backward compatibility: do not save SrFlags if corresponding …

    …InputTag is empty (default)
    cippy committed Oct 20, 2017
    Configuration menu
    Copy the full SHA
    f3e62bf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7515b14 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2017

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

Commits on Oct 23, 2017

  1. fix time coordinate of flat vertex generator

    arabella committed Oct 23, 2017
    Configuration menu
    Copy the full SHA
    b933d0a View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2017

  1. Configuration menu
    Copy the full SHA
    bee0912 View commit details
    Browse the repository at this point in the history
  2. reduce number of parameters

    arabella committed Oct 24, 2017
    Configuration menu
    Copy the full SHA
    4eedb83 View commit details
    Browse the repository at this point in the history
  3. one more double to float

    davidlange6 committed Oct 24, 2017
    Configuration menu
    Copy the full SHA
    e40072f View commit details
    Browse the repository at this point in the history
  4. add extended comment on Z and T correlation and restore original corr…

    …elation in the settings
    arabella committed Oct 24, 2017
    Configuration menu
    Copy the full SHA
    d04abc9 View commit details
    Browse the repository at this point in the history
  5. add f

    davidlange6 committed Oct 24, 2017
    Configuration menu
    Copy the full SHA
    ea15459 View commit details
    Browse the repository at this point in the history
  6. HLT V4.0 as online

    Martin-Grunewald committed Oct 24, 2017
    Configuration menu
    Copy the full SHA
    1899f08 View commit details
    Browse the repository at this point in the history
  7. Don't ignore new histograms

    In reference/compare mode, script would ignore _added_ histograms.
    Not anymore.
    Dmitrijus Bugelskis committed Oct 24, 2017
    Configuration menu
    Copy the full SHA
    fb3f24e View commit details
    Browse the repository at this point in the history
  8. Fixup HIon

    Martin-Grunewald committed Oct 24, 2017
    Configuration menu
    Copy the full SHA
    c40755c View commit details
    Browse the repository at this point in the history
  9. fix < to <=

    hroskes committed Oct 24, 2017
    Configuration menu
    Copy the full SHA
    802a933 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2017

  1. rename HI-specific islandSuperClusters modules to remove the "same na…

    …me" ambiguity with the modules under RecoEcal/EgammaClusterProducers/
    Kaya Tatar committed Oct 25, 2017
    Configuration menu
    Copy the full SHA
    7d38e46 View commit details
    Browse the repository at this point in the history
  2. propagate the changes for pp_on_XeXe_2017 era after renaming HI-speci…

    …fic islandSuperClusters modules
    Kaya Tatar committed Oct 25, 2017
    Configuration menu
    Copy the full SHA
    5e3dedf View commit details
    Browse the repository at this point in the history
  3. propagate the changes to ValidationHeavyIons renaming HI-specific isl…

    …andSuperClusters modules
    Kaya Tatar committed Oct 25, 2017
    Configuration menu
    Copy the full SHA
    3c86e0e View commit details
    Browse the repository at this point in the history
  4. Merge pull request cms-sw#21004 from cms-tsg-storm/94XbisHLTv4

    HLT V4.0 as online (94X)
    cmsbuild authored Oct 25, 2017
    Configuration menu
    Copy the full SHA
    a5eea69 View commit details
    Browse the repository at this point in the history
  5. Merge pull request cms-sw#20985 from wmtford/rechitsValidso

    Stand-alone tracker rechits validation cfg, root macro
    cmsbuild authored Oct 25, 2017
    Configuration menu
    Copy the full SHA
    19a55fa View commit details
    Browse the repository at this point in the history
  6. Merge pull request cms-sw#20979 from fioriNTU/StripClientUpgrade94X

    Adding the correct era mechanism to Strip client 94X
    cmsbuild authored Oct 25, 2017
    Configuration menu
    Copy the full SHA
    b606a04 View commit details
    Browse the repository at this point in the history
  7. Merge pull request cms-sw#20973 from cippy/hltdev_9_4_0pre2_mciprian

    saving the collections of ECAL selective readout flags in pi0/eta stream output
    cmsbuild authored Oct 25, 2017
    Configuration menu
    Copy the full SHA
    803bf44 View commit details
    Browse the repository at this point in the history
  8. Merge pull request cms-sw#20967 from dmitrijus/dqmmemory_script

    Introduce DQM memory usage script
    cmsbuild authored Oct 25, 2017
    Configuration menu
    Copy the full SHA
    56e6674 View commit details
    Browse the repository at this point in the history
  9. avoid copies

    davidlange6 committed Oct 25, 2017
    Configuration menu
    Copy the full SHA
    d08e826 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2017

  1. Adding L1T

    Luca authored and Martin-Grunewald committed Oct 26, 2017
    Configuration menu
    Copy the full SHA
    71ef7bd View commit details
    Browse the repository at this point in the history
  2. Adding L1T datarun2

    Luca authored and Martin-Grunewald committed Oct 26, 2017
    Configuration menu
    Copy the full SHA
    8e1f715 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    13aa84b View commit details
    Browse the repository at this point in the history
  4. Merge pull request cms-sw#21007 from hroskes/fix-off-by-one

    include firstRun and lastRun in the run range for TkAlAlllInOne tool
    cmsbuild authored Oct 26, 2017
    Configuration menu
    Copy the full SHA
    f5d98d0 View commit details
    Browse the repository at this point in the history
  5. Merge pull request cms-sw#21000 from amartelli/fixFlatVtxGenerator

    Fix flat vtx generator
    cmsbuild authored Oct 26, 2017
    Configuration menu
    Copy the full SHA
    de1f6b4 View commit details
    Browse the repository at this point in the history
  6. Merge pull request cms-sw#20997 from davidlange6/pfdvf_speed

    PFDisplacedVertexFinder speedups
    cmsbuild authored Oct 26, 2017
    Configuration menu
    Copy the full SHA
    acedb14 View commit details
    Browse the repository at this point in the history
  7. Merge pull request cms-sw#20983 from bsunanda/Run2-alca102

    Run2-alca102 Modify the calibration code involving MIP studies
    cmsbuild authored Oct 26, 2017
    Configuration menu
    Copy the full SHA
    79f4b37 View commit details
    Browse the repository at this point in the history
  8. Merge pull request cms-sw#20970 from mtosi/muonInnerTrackDQMfixBinning

    fix binning in muon->innerTrack DQM
    cmsbuild authored Oct 26, 2017
    Configuration menu
    Copy the full SHA
    3759f24 View commit details
    Browse the repository at this point in the history
  9. Merge pull request cms-sw#20976 from bsunanda/Run2-hcx159

    Run2-hcx159 Correct bug affecting several special cases for getPosition and getClosestCell
    cmsbuild authored Oct 26, 2017
    Configuration menu
    Copy the full SHA
    81abab0 View commit details
    Browse the repository at this point in the history
  10. Merge pull request cms-sw#20882 from marco-link/B2G

    Add Mjj and Softdrop monitor to OfflineDQM for B2G analysis
    cmsbuild authored Oct 26, 2017
    Configuration menu
    Copy the full SHA
    9dadff0 View commit details
    Browse the repository at this point in the history
  11. Merge pull request cms-sw#20909 from Michael-Krohn/VBF_DQM

    DQM for VBF H to bb triggers
    cmsbuild authored Oct 26, 2017
    Configuration menu
    Copy the full SHA
    f2f8efa View commit details
    Browse the repository at this point in the history
  12. Merge pull request cms-sw#20920 from kpedro88/ngHBEmapTest94X

    Enable packing/unpacking for Phase2 HCAL
    cmsbuild authored Oct 26, 2017
    Configuration menu
    Copy the full SHA
    c4cd8ff View commit details
    Browse the repository at this point in the history
  13. Merge pull request cms-sw#20932 from sudhaahuja/hltOfflineEXOmon

    update EXO hlt paths for 2017 in Offline monitoring
    cmsbuild authored Oct 26, 2017
    Configuration menu
    Copy the full SHA
    d102f57 View commit details
    Browse the repository at this point in the history
  14. Merge pull request cms-sw#20765 from thomreis/l1t_online_dqm_config_s…

    …upport_for_xexe
    
    L1T online DQM changes for XeXe (and other HI)
    cmsbuild authored Oct 26, 2017
    Configuration menu
    Copy the full SHA
    a5d80f0 View commit details
    Browse the repository at this point in the history
  15. Merge pull request cms-sw#19946 from fwyzard/enable_EXO_MET_plus_Trac…

    …k_HLT_DQM
    
    Enable HLT DQM for MET plus Track EXO triggers
    cmsbuild authored Oct 26, 2017
    Configuration menu
    Copy the full SHA
    dafc5c3 View commit details
    Browse the repository at this point in the history
  16. add temporary customization for renaming HI-specific islandSuperClust…

    …ers modules
    Kaya Tatar committed Oct 26, 2017
    Configuration menu
    Copy the full SHA
    0200b59 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2017

  1. revert "add temporary customization for renaming HI-specific islandSu…

    …perClusters modules"
    
    as suggested here cms-sw#20929 (comment)
    Kaya Tatar committed Oct 27, 2017
    Configuration menu
    Copy the full SHA
    efcf767 View commit details
    Browse the repository at this point in the history
  2. propagate the renaming of HI-specific islandSuperClusters modules to …

    …correctedEndcapSuperClustersWithPreshower
    
    required by this change cms-sw@7d38e46
    Kaya Tatar committed Oct 27, 2017
    Configuration menu
    Copy the full SHA
    3335c02 View commit details
    Browse the repository at this point in the history
  3. revert "rename HI-specific islandSuperClusters modules"

    specifically revert all commits starting from here cms-sw@7d38e46
    This revert is suggested here cms-sw#20929 (comment)
    Kaya Tatar committed Oct 27, 2017
    Configuration menu
    Copy the full SHA
    0af09c4 View commit details
    Browse the repository at this point in the history
  4. add island clustering to pp_on_XeXe_2017 era by applying the era modi…

    …fiers to the original definitions in RecoEcal/EgammaClusterProducers
    
    as suggested here cms-sw#20929 (comment)
    and here cms-sw#20929 (comment)
    Kaya Tatar committed Oct 27, 2017
    Configuration menu
    Copy the full SHA
    b3b63da View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2017

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

Commits on Oct 31, 2017

  1. Configuration menu
    Copy the full SHA
    2fb62ba View commit details
    Browse the repository at this point in the history
  2. Solved issue with minRoadSize in RPixDetClusterizer and Added check i…

    …n RPixRoadFinder for negative charge hits
    fravera committed Oct 31, 2017
    Configuration menu
    Copy the full SHA
    250b40a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    158bab3 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2017

  1. Configuration menu
    Copy the full SHA
    e23bd73 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7058a0e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    22ebd08 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2017

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

Commits on Nov 6, 2017

  1. Fix memory leak in DQMGenericClient.

    Dmitrijus Bugelskis committed Nov 6, 2017
    Configuration menu
    Copy the full SHA
    0292bfa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2f3a41 View commit details
    Browse the repository at this point in the history
  3. add "Run2_2017_ppRef" (94X verstion) era to run customized reco for p…

    …p reference and a corresponding relval wf
    Kaya Tatar committed Nov 6, 2017
    Configuration menu
    Copy the full SHA
    66db527 View commit details
    Browse the repository at this point in the history
  4. run and store photonIsolationHIProducer objects using "Run2_2017_ppRe…

    …f" era (94X version)
    
    add islandPhotons into "Run2_2017_ppRef" era
    backports the following commits in master branch PR
    cms-sw@a8f77ac
    cms-sw@f63d683
    Kaya Tatar committed Nov 6, 2017
    Configuration menu
    Copy the full SHA
    be9eda8 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2017

  1. Configuration menu
    Copy the full SHA
    f4bce3a View commit details
    Browse the repository at this point in the history
  2. Merge pull request cms-sw#21177 from mdhildreth/94XPreMixPhase1PixelFix

    Fix Premixing for Phase 1 Pixel Detector
    cmsbuild authored Nov 7, 2017
    Configuration menu
    Copy the full SHA
    213e941 View commit details
    Browse the repository at this point in the history
  3. Merge pull request cms-sw#21184 from dmitrijus/fb_fix_94x

    Fix memory leak in DQMGenericClient
    cmsbuild authored Nov 7, 2017
    Configuration menu
    Copy the full SHA
    dd2739d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a923aac View commit details
    Browse the repository at this point in the history
  5. Merge pull request cms-sw#21133 from CTPPS/ctpps_pixeLocalTracks_patch1

    CT-PPS Pixel local track reconstruction patch
    cmsbuild authored Nov 7, 2017
    Configuration menu
    Copy the full SHA
    dffb4c1 View commit details
    Browse the repository at this point in the history
  6. Merge pull request cms-sw#21143 from cms-btv-pog/GhostTrackStateProte…

    …ction_from-CMSSW_9_4_0_pre3
    
    Added protection for invalid GhostTrackStates (94X)
    cmsbuild authored Nov 7, 2017
    Configuration menu
    Copy the full SHA
    e30f6de View commit details
    Browse the repository at this point in the history
  7. Merge pull request cms-sw#21029 from cms-tsg-storm/SwitchToL1Tv4HLTV40

    Switch to L1Tv4 and HLTv4.0 in @relval2017 (94X)
    cmsbuild authored Nov 7, 2017
    Configuration menu
    Copy the full SHA
    3e73eef View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0963f71 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2017

  1. Merge pull request cms-sw#21153 from mmusich/94X_fixMPVhistogram

    [9.4.x] fix in the filling of fit charge MPV vs sensor thickness
    cmsbuild authored Nov 9, 2017
    Configuration menu
    Copy the full SHA
    d9b1894 View commit details
    Browse the repository at this point in the history
  2. Merge pull request cms-sw#21069 from ttrk/CMSSW_9_4_X_eraXeXe_islandP…

    …hotons
    
    island photons for XeXe collision era + HI pp reference run era and relval wf (94X)
    cmsbuild authored Nov 9, 2017
    Configuration menu
    Copy the full SHA
    0900057 View commit details
    Browse the repository at this point in the history
  3. Merge pull request cms-sw#21062 from cms-met/EcalBadCalibFilter94Xb

    ECAL Bad Calibration Filter for 94X
    cmsbuild authored Nov 9, 2017
    Configuration menu
    Copy the full SHA
    7778833 View commit details
    Browse the repository at this point in the history
  4. Merge pull request cms-sw#21216 from capalmer85/PUForWinter2017MC

    add PU distribution covering the envelope of min bias xsecs
    cmsbuild authored Nov 9, 2017
    Configuration menu
    Copy the full SHA
    378e134 View commit details
    Browse the repository at this point in the history
  5. backport hlt dqm

    davidlange6 committed Nov 9, 2017
    Configuration menu
    Copy the full SHA
    c292158 View commit details
    Browse the repository at this point in the history
  6. Merge pull request cms-sw#21219 from peruzzim/muon_passed_enum

    Muon selector function taking enum type (94X)
    cmsbuild authored Nov 9, 2017
    Configuration menu
    Copy the full SHA
    52db44f View commit details
    Browse the repository at this point in the history
  7. Properly handle arrays where index can be negative

    Instead of relying on remembering to always adding an offset to the
    index being passed to the array, we now use a helper class which
    always does the offsetting for us. The helper also properly initializes
    the size of the array to be able to contain the min and max bounds.
    Dr15Jones authored and davidlange6 committed Nov 9, 2017
    Configuration menu
    Copy the full SHA
    3a68239 View commit details
    Browse the repository at this point in the history
  8. remove cpu waster

    davidlange6 committed Nov 9, 2017
    Configuration menu
    Copy the full SHA
    0567d83 View commit details
    Browse the repository at this point in the history
  9. Merge pull request cms-sw#21234 from davidlange6/nocpuwaster94x

    remove cpu waster from premixing workflow
    cmsbuild authored Nov 9, 2017
    Configuration menu
    Copy the full SHA
    f7d493c View commit details
    Browse the repository at this point in the history
  10. Merge pull request cms-sw#21232 from davidlange6/hltdqm94xv1

    backport hlt dqm rearrangements
    cmsbuild authored Nov 9, 2017
    Configuration menu
    Copy the full SHA
    1fed070 View commit details
    Browse the repository at this point in the history