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

Muon mvaid in nano #1

Merged
merged 578 commits into from
Nov 14, 2022
Merged

Muon mvaid in nano #1

merged 578 commits into from
Nov 14, 2022
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Nov 14, 2022

  1. Delete test.py

    jeongeun authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    2bc7bc9 View commit details
    Browse the repository at this point in the history
  2. Delete testAnyBX.py

    jeongeun authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    6e5dc7d View commit details
    Browse the repository at this point in the history
  3. Delete testCRAFT.py

    jeongeun authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    f5db6b9 View commit details
    Browse the repository at this point in the history
  4. Delete testCRAFTCosmic.py

    jeongeun authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    3e38b93 View commit details
    Browse the repository at this point in the history
  5. Delete testL1MuonMatcherExt.py

    jeongeun authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    d2c0fa5 View commit details
    Browse the repository at this point in the history
  6. Delete testL1MuonMatcherExt_JPsi.py

    jeongeun authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    fb7fa9f View commit details
    Browse the repository at this point in the history
  7. Removed EventFilter/Playback

    The module PlaybackRawDataProvider can not function with the
    present implementation of the framework.
    Dr15Jones authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    b97e9c4 View commit details
    Browse the repository at this point in the history
  8. Changed profiling analyzers to edm::one::EDAnalyzer

    This fixes the CMS deprecation warnings.
    Dr15Jones authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    04d59db View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4a307cd View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0178083 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c8554a7 View commit details
    Browse the repository at this point in the history
  12. use "--hltProcess reHLT" in Run-3 Data RelVals

    missirol authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    967873a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    7b83130 View commit details
    Browse the repository at this point in the history
  14. RooFit-related fixes in DiMuonMassBiasClient

      * Remove the `RooFit::Range()` argument to `fitTo`. It was redundant
        because the range was the same as the one used to define the
        `InvMass` variable to begin with.
    
      * Remove `RooFit::Save()` argument, which was not necessary because
        the return value of `fitTo` was not used anyway, and the `Save()`
        argument only affects that.
    
      * Fix memory leak where a RooPlot object created by `frame()` was not
        deleted.
    guitargeek authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    3b4c114 View commit details
    Browse the repository at this point in the history
  15. GE21 recHits in GEMonlineDQM

    quark2 authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    c9bbed0 View commit details
    Browse the repository at this point in the history
  16. customize eta range of Tracker Alignment ALCARECO producer for phase-…

    …2 production
    mmusich authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    a8285b3 View commit details
    Browse the repository at this point in the history
  17. add ALCA step to phase-2 runTheMatrix workflows

    mmusich authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    def379a View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    2b97600 View commit details
    Browse the repository at this point in the history
  19. supply TkPhase2OTCPERecord for refitting

    mmusich authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    4602a8c View commit details
    Browse the repository at this point in the history
  20. fix matching between pat trigger objects and L1 objects

    swertz authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    07bed85 View commit details
    Browse the repository at this point in the history
  21. Remove commented unnecessary code from DigiAccumulatorMixModFactory.h

    As far as I can tell, the commented out part has never been used.
    makortel authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    faf3536 View commit details
    Browse the repository at this point in the history
  22. Use SiPixel CPE (cluster repair) with speed=0; i.e., without ProbQ co…

    …mputation
    mmasciov authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    96298ec View commit details
    Browse the repository at this point in the history
  23. Remove warning when disabling probQ computation

    mmasciov authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    2ee09e5 View commit details
    Browse the repository at this point in the history
  24. update WithoutProbQ for phase2

    slava77 authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    59aa4c3 View commit details
    Browse the repository at this point in the history
  25. Restore previous warning, except for default value

    mmasciov authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    a839501 View commit details
    Browse the repository at this point in the history
  26. Use float representation in comparison

    mmasciov authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    6571f16 View commit details
    Browse the repository at this point in the history
  27. Require the AlpakaService to be enabled before running on a Device

    Move the check that the corresponding AlpakaService is enabled from the
    beginStream() method of each EDProducer to thealpakatools::chooseDevice()
    central function.
    
    This replicates the behaviour currently used by the CUDA "framework".
    fwyzard authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    9c059bb View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    952519f View commit details
    Browse the repository at this point in the history
  29. add protection for alca step in the prodlike and pixel-tracking only …

    …phase-2 workflows
    mmusich authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    8eeba80 View commit details
    Browse the repository at this point in the history
  30. Use tokens rather than labels in accessing collections in Alignment/C…

    …ommonAlignmentProducer
    
    Code check
    
    Make changes as suggested
    
    Code check
    Sunanda authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    719701c View commit details
    Browse the repository at this point in the history
  31. Add a test suit to investigate why some of the SimHits are declared i…

    …nvalid in Geometry/HGCalCommonData
    Sunanda authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    1c8e0ff View commit details
    Browse the repository at this point in the history
  32. Code check

    Sunanda authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    41081ef View commit details
    Browse the repository at this point in the history
  33. Update the ERA name

    Sunanda authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    0196503 View commit details
    Browse the repository at this point in the history
  34. Removed unused EDAnalyzer.h header from AnalysisJV

    The header is deprecated.
    Dr15Jones authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    2bdb86e View commit details
    Browse the repository at this point in the history
  35. Removed unused EDAnalyzer.h from HLTJetMETValidation.h

    The framework header is deprecated.
    Dr15Jones authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    a1126b6 View commit details
    Browse the repository at this point in the history
  36. Remove unused EDAnalyzer.h in Reco* packages

    The header is deprecated.
    Dr15Jones authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    5466272 View commit details
    Browse the repository at this point in the history
  37. Removed unused EDAnalyzer.h from L1Trigger*

    The header is deprecated.
    Dr15Jones authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    4634973 View commit details
    Browse the repository at this point in the history
  38. Removed unused EDAnalyzer.h header from DQMOffline

    The header is deprecated.
    Dr15Jones authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    f4da981 View commit details
    Browse the repository at this point in the history
  39. Removed unneeded include of EDAnalyzer.h from DQM

    The header is deprecated.
    Dr15Jones authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    27ad0a4 View commit details
    Browse the repository at this point in the history
  40. HLT menu development for 12_4_X (branch: 12_6_X)

    missirol authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    cc46890 View commit details
    Browse the repository at this point in the history
  41. Update of frozen GRun menu to HLT 2022-V1.5

    missirol authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    ad2bc3e View commit details
    Browse the repository at this point in the history
  42. move DIGIHI2018PPRECO RelVal step to Fake2 HLT menu

    missirol authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    d04e645 View commit details
    Browse the repository at this point in the history
  43. Update several scripts in Geometry/HGCalCommonData/test/python to sup…

    …port only v16 and V17 geometries of HGCal
    Sunanda authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    5432473 View commit details
    Browse the repository at this point in the history
  44. Replace cout with edm::LOgVerbatim in Alignment/CommonAlignmentMonitor

    Code check
    
    Make changes as suggested
    
    Code checks
    Sunanda authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    ef4f7ae View commit details
    Browse the repository at this point in the history
  45. Delete some of the obsolete files in Geometry/HGCalCommonData/test ar…

    …ea and make some more general
    Sunanda authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    ecbe9ae View commit details
    Browse the repository at this point in the history
  46. Use tokens rather than labels in accessing collections within Alignme…

    …nt?MuonAlignmentAlgorithms
    
    Code check
    
    Take suggestions from code checkers
    Sunanda authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    dae9bb9 View commit details
    Browse the repository at this point in the history
  47. require states to be pos-def

    swagata87 authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    4180802 View commit details
    Browse the repository at this point in the history
  48. simple option to rerun failed workflows from a matrix report

    vlimant authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    39f3901 View commit details
    Browse the repository at this point in the history
  49. Made MagFieldConfigDBWriter an edm::one::EDAnalyzer

    This fixes the CMS deprecation warning.
    Dr15Jones authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    d58d528 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    8b8019f View commit details
    Browse the repository at this point in the history
  51. Porting Run3 chages to V10/triggerObjects_cff.py

    johnalison authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    450fb88 View commit details
    Browse the repository at this point in the history
  52. Change RecoEgamma modules to one::EDAnalyzer

    This fixes deprecation warnings in the subsystem
    Dr15Jones authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    c58f913 View commit details
    Browse the repository at this point in the history
  53. Add protection to eta values for phase2 scenario

    Code check
    
    Bug fix
    
    Code check
    Sunanda authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    17171d7 View commit details
    Browse the repository at this point in the history
  54. Made DataFormats test modules thread-friendly

    This fixes the remaining CMS deprecation warnings in DataFormats
    Dr15Jones authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    6458ac4 View commit details
    Browse the repository at this point in the history
  55. Modernized TestCaloSelectors

    - moved to thread-friendly module type
    - added consumes and esConsumes
    Dr15Jones authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    529b7fd View commit details
    Browse the repository at this point in the history
  56. Moved EGamma test modules to thread-friendly types

    Dr15Jones authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    211e4d1 View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    167bd14 View commit details
    Browse the repository at this point in the history
  58. Move RecoParticleFlow test modules to edm::one::EDAnalyzers

    This fixes the CMS deprecation warnings in the sub-system.
    Dr15Jones authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    e9a6c16 View commit details
    Browse the repository at this point in the history
  59. Avoid getting EventSetup data in TripletFilter

    The esConsumes and get is done in the user of the class.
    Dr15Jones authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    7e6fe63 View commit details
    Browse the repository at this point in the history
  60. Made RecoTBCalo analysis modules thread-friendly

    This fixes the CMS deprecation warnings in the sub-system
    Dr15Jones authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    e536c4f View commit details
    Browse the repository at this point in the history
  61. pixelLess DNN test

    leonardogiannini authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    e76f572 View commit details
    Browse the repository at this point in the history
  62. Removed unused EDAnalyzer.h from METTester

    The header is deprecated.
    Dr15Jones authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    f1fd6c7 View commit details
    Browse the repository at this point in the history
  63. modifying HCAL trigger key generation scripts

    Update HcalLutAnalyzer.cc
    
    Update PlotLUT.py
    Michael-Krohn authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    22cd51e View commit details
    Browse the repository at this point in the history
  64. Make a new set of PU correction factor for 2022 calibration runs

    Code check
    Sunanda authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    de5639f View commit details
    Browse the repository at this point in the history
  65. fix rerecoCommon DQM sequence

    francescobrivio authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    ec961b2 View commit details
    Browse the repository at this point in the history
  66. Work around a segfault when a non-consumed module with Transfomer abi…

    …lity has been deleted
    makortel authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    274fa38 View commit details
    Browse the repository at this point in the history
  67. Add new HI Beamspot to the Run-3 HI MC and change vertex smearing to …

    …use the estimated HI version
    tvami authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    461a150 View commit details
    Browse the repository at this point in the history
  68. Modify more scripts in Geometry/HGCalCommonData/test/python to retain…

    … minimum number of scripts useful for V16, V17 and TB setups
    Sunanda authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    35add34 View commit details
    Browse the repository at this point in the history
  69. Configuration menu
    Copy the full SHA
    236b2f5 View commit details
    Browse the repository at this point in the history
  70. force FEVT content to store approx clusters (dropped w/ other *_hlt* …

    …products)
    mandrenguyen authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    46c3b6d View commit details
    Browse the repository at this point in the history
  71. use correct customize in 140.58

    mandrenguyen authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    263bdbb View commit details
    Browse the repository at this point in the history
  72. add era and fully specify raw label in event content

    mandrenguyen authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    9f76842 View commit details
    Browse the repository at this point in the history
  73. mising file

    mandrenguyen authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    796b23c View commit details
    Browse the repository at this point in the history
  74. remove unneeded line

    mandrenguyen authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    825c2fa View commit details
    Browse the repository at this point in the history
  75. EMTF DQM fix to remove duplicate x-axis bin labels

    nickh2000 authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    6476c84 View commit details
    Browse the repository at this point in the history
  76. Remove obsolete class from Validation/HGCalValidation

    Sunanda authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    3ad2f1c View commit details
    Browse the repository at this point in the history
  77. Converted remaining DQM modules to edm::one::EDAnalyzer

    This fixes the CMS deprecation warnings in the DQM subsystem.
    Dr15Jones authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    215b831 View commit details
    Browse the repository at this point in the history
  78. Change recoBSVTagInfoValidationAnalyzer to be thread-friendly

    This fixes the cms deprecation warning.
    Dr15Jones authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    bbdb16c View commit details
    Browse the repository at this point in the history
  79. Deal with cases in which file is a nullptr

    perrotta authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    0f152e3 View commit details
    Browse the repository at this point in the history
  80. Move hit position from entry to local in DIGI and validation

    fabiocos authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    53a5159 View commit details
    Browse the repository at this point in the history
  81. adding photon and muon leg trigger filters of HLT_Mu17_Photon30_IsoCa…

    …loId_v
    mrcthiel authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    ff1acb9 View commit details
    Browse the repository at this point in the history
  82. updating triggerObjects_cff V10

    mrcthiel authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    22717f6 View commit details
    Browse the repository at this point in the history
  83. Change threshold for presample mean for forward region in pedestal qu…

    …ality plot
    abhih1 authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    a661e48 View commit details
    Browse the repository at this point in the history
  84. Remove reference to FastTimeGeometry from Fireworks - this is an obso…

    …lete reference, never used and never will be
    Sunanda authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    3372961 View commit details
    Browse the repository at this point in the history
  85. Fix deprecation warnings in DQMOffline/CalibMuon

    Converted modules to edm::one::EDAnalyzer
    Dr15Jones authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    0bd6dfb View commit details
    Browse the repository at this point in the history
  86. Modify the dumping for geometry vsiulation of HCAL

    Sunanda authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    fd46085 View commit details
    Browse the repository at this point in the history
  87. NanoV10 - Adding correct Iso filter name (without cut values) for Run3

    wonjun authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    f932570 View commit details
    Browse the repository at this point in the history
  88. Update Track MHT and MET output

    Alexx's comments #1
    
    Alexx's comments 2 + bug fix to debug printout
    
    Alexx's Comments 3
    
    (cherry picked from commit 5dbf6d2)
    Chriisbrown authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    fb88bbb View commit details
    Browse the repository at this point in the history
  89. initial MET update

    (cherry picked from commit 4ac054f)
    Chriisbrown authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    0f18829 View commit details
    Browse the repository at this point in the history
  90. Revert phi range to interface document

    (cherry picked from commit 1923329)
    Chriisbrown authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    11a47e7 View commit details
    Browse the repository at this point in the history
  91. Changes which make the sum px and sum py match the firmware. There ar…

    …e still some differences in the final MET and MET phi values.
    
    (cherry picked from commit f28d65b)
    Alexx Perloff authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    65a5c84 View commit details
    Browse the repository at this point in the history
  92. Fix to phi output

    (cherry picked from commit 38ab830)
    Chriisbrown authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    ee6f0d6 View commit details
    Browse the repository at this point in the history
  93. Re-write the CORDIC function to match the one used by the firmware.

    (cherry picked from commit b3e920e)
    Alexx Perloff authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    b53fbb7 View commit details
    Browse the repository at this point in the history
  94. Fix a bug and update some log messages.

    (cherry picked from commit bb79c4b)
    Alexx Perloff authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    08895c6 View commit details
    Browse the repository at this point in the history
  95. Fix some inconsistencies in the MET and MET phi computation between t…

    …he emulation and the firmware that were causing a mismatch.
    
    (cherry picked from commit 1b9aa85)
    Alexx Perloff authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    63f3172 View commit details
    Browse the repository at this point in the history
  96. Changes after the code format checks.

    (cherry picked from commit db7adce)
    Alexx Perloff authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    0849c28 View commit details
    Browse the repository at this point in the history
  97. remove L1TNtuples

    ccaillol authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    c6a41b8 View commit details
    Browse the repository at this point in the history
  98. fix comments

    ccaillol authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    7aee8fa View commit details
    Browse the repository at this point in the history
  99. Added getByToken to edm::EventBase

    Extended fwlite::*Event to have consumes to generate a token
    Dr15Jones authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    6d6d2f0 View commit details
    Browse the repository at this point in the history
  100. Fix a bug for wrong DetID assignment in HCAL - relevenat for Runs 1,2…

    …,3,4
    Sunanda authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    b089814 View commit details
    Browse the repository at this point in the history
  101. Complete the checks

    Sunanda authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    7db263d View commit details
    Browse the repository at this point in the history
  102. Code check

    Sunanda authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    50e1808 View commit details
    Browse the repository at this point in the history
  103. Remove WatchRuns restriction on HectorProducer

    The module did nothing on Run transitions so should not restrict
    the framework's behavior.
    Also fixed a memory leak.
    Dr15Jones authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    8977be2 View commit details
    Browse the repository at this point in the history
  104. Add D97 == D88+T25

    Norraphat authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    403da92 View commit details
    Browse the repository at this point in the history
  105. fix README

    Norraphat authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    e23e728 View commit details
    Browse the repository at this point in the history
  106. rebase,add alcareco step

    Norraphat authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    028f171 View commit details
    Browse the repository at this point in the history
  107. give OnlineLuminosityRecord info to HLT's LumiMonitor plugin

    missirol authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    081ab74 View commit details
    Browse the repository at this point in the history
  108. Configuration menu
    Copy the full SHA
    003de05 View commit details
    Browse the repository at this point in the history
  109. Add a new Prodcut file Phase2 HCAL and modify the scenarios accordingly

    Sunanda authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    037a92f View commit details
    Browse the repository at this point in the history
  110. added plugin EvFFEDExcluder

    The producer EvFFEDExcluder takes in input
    a FEDRawDataCollection (1), and a list of FED IDs (2).
    
    It puts in the Event a FEDRawDataCollection which is
    a copy of (1) excluding the data buffers of the FED IDs listed in (2).
    
    EvFFEDExcluder is, in a way, the counterpart of EvFFEDSelector,
    which instead requires the list of FEDs to keep.
    missirol authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    fce4d7d View commit details
    Browse the repository at this point in the history
  111. Made DQMRivetClient thread-friendly

    This fixes the CMS deprecation warning.
    Dr15Jones authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    90fc0f3 View commit details
    Browse the repository at this point in the history
  112. Set member data in GEMClusterProcessor

    UBSAN found hasGE21Geometry16Partitions_ was being read in cases
    where it was never explicitly set.
    Dr15Jones authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    5fb041e View commit details
    Browse the repository at this point in the history
  113. Configuration menu
    Copy the full SHA
    095d643 View commit details
    Browse the repository at this point in the history
  114. Remove and modify many more test scripts in Geometry/HGCalCommonData …

    …in view of retaining only stuffs for V16, V17 and TB
    Sunanda authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    4cc5b9e View commit details
    Browse the repository at this point in the history
  115. Revert "Deal with late mothers in HydjetHadronizer"

    This reverts commit 9162d5f.
    Dr15Jones authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    b5640c6 View commit details
    Browse the repository at this point in the history
  116. Throw exception when problem with parent index in hydjet

    Dr15Jones authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    5021526 View commit details
    Browse the repository at this point in the history
  117. Changed kMaxMultiplicity to 200000 to match change to hydjet

    Dr15Jones authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    f998c65 View commit details
    Browse the repository at this point in the history
  118. Use Era Run3_pp_on_PbPb_approxSiStripClusters in DQM clients with tra…

    …cking
    francescobrivio authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    6459eec View commit details
    Browse the repository at this point in the history
  119. Configuration menu
    Copy the full SHA
    b319f02 View commit details
    Browse the repository at this point in the history
  120. add FED 1022 to the list passed to rawPrimeDataRepacker

    mmusich authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    58e1dcc View commit details
    Browse the repository at this point in the history
  121. normalize syntax for toModify

    vlimant authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    ab43812 View commit details
    Browse the repository at this point in the history
  122. normalize syntax for toReplaceWith and task copy

    vlimant authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    372461e View commit details
    Browse the repository at this point in the history
  123. fixing all typos

    vlimant authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    ffda2fc View commit details
    Browse the repository at this point in the history
  124. fix further typos

    vlimant authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    59623e1 View commit details
    Browse the repository at this point in the history
  125. missed the CHadron

    vlimant authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    bc90bcc View commit details
    Browse the repository at this point in the history
  126. remove run3_nanoAOD_devel modifier

    vlimant authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    0760a9f View commit details
    Browse the repository at this point in the history
  127. that modify was not safe

    vlimant authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    3bbf397 View commit details
    Browse the repository at this point in the history
  128. drop 80X, 94X, 102X MINI input to NANO support

    vlimant authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    4beb61b View commit details
    Browse the repository at this point in the history
  129. remove commented bits

    vlimant authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    f357c7b View commit details
    Browse the repository at this point in the history
  130. remove support for old mini also for the V10

    vlimant authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    4f3ec22 View commit details
    Browse the repository at this point in the history
  131. remove unused import of era

    vlimant authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    b1a19c9 View commit details
    Browse the repository at this point in the history
  132. parameter validation for TriggerObjectTableProducer

    vlimant authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    4a0e7e1 View commit details
    Browse the repository at this point in the history
  133. Configuration menu
    Copy the full SHA
    7b5135c View commit details
    Browse the repository at this point in the history
  134. setComment and default values

    vlimant authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    9ddcd39 View commit details
    Browse the repository at this point in the history
  135. code format

    vlimant authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    96ad852 View commit details
    Browse the repository at this point in the history
  136. fix SimpleTrackFlatTableProducer linking issue due to changes in fill…

    …Description
    vlimant authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    aef64b4 View commit details
    Browse the repository at this point in the history
  137. use default cfi label

    vlimant authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    5a1969c View commit details
    Browse the repository at this point in the history
  138. Configuration menu
    Copy the full SHA
    df9d737 View commit details
    Browse the repository at this point in the history
  139. parameter validation for GenJetGenPartMerger

    vlimant authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    4ea8a1d View commit details
    Browse the repository at this point in the history
  140. remove unnecessary parameter : from validation of SimpleBeamspotFlatT…

    …ableProducer
    vlimant authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    16de79e View commit details
    Browse the repository at this point in the history
  141. code formatting

    vlimant authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    03b63b0 View commit details
    Browse the repository at this point in the history
  142. parameter validation for UniqueStringProducer

    vlimant authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    1be9e36 View commit details
    Browse the repository at this point in the history
  143. parameter validation for CrossCleaners

    vlimant authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    08751be View commit details
    Browse the repository at this point in the history
  144. specify allowed values for type

    vlimant authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    12ed25b View commit details
    Browse the repository at this point in the history
  145. parameter validation for GlobalVariablesTableProducer

    vlimant authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    7ec5a88 View commit details
    Browse the repository at this point in the history
  146. fix linking error due to Demangle

    vlimant authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    bd824f4 View commit details
    Browse the repository at this point in the history
  147. parameter validation for NativeArrayTableProducer

    vlimant authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    70bee12 View commit details
    Browse the repository at this point in the history
  148. LHCInfoProducer needs no parameters

    vlimant authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    a0c8b5e View commit details
    Browse the repository at this point in the history
  149. parameter validation for NanoAODDQM

    vlimant authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    2fe8f2d View commit details
    Browse the repository at this point in the history
  150. more infromative parameter description

    vlimant authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    2f29cf3 View commit details
    Browse the repository at this point in the history
  151. remove comment line

    vlimant authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    ca58daa View commit details
    Browse the repository at this point in the history
  152. parameter validation for VertexTableProducer

    vlimant authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    d9f194c View commit details
    Browse the repository at this point in the history
  153. not a used parameter ;from configuration validation

    vlimant authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    e82f3da View commit details
    Browse the repository at this point in the history
  154. parameter validation for PatJetIDValueMapProducer, and configuration …

    …override simplification
    vlimant authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    fb4b4a6 View commit details
    Browse the repository at this point in the history
  155. overlooked change of module import

    vlimant authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    2251dae View commit details
    Browse the repository at this point in the history
  156. overlooked RUN2UL16PUPPI option

    vlimant authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    534b7c7 View commit details
    Browse the repository at this point in the history
  157. unused parameter ; from configuration validation

    vlimant authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    d67580c View commit details
    Browse the repository at this point in the history
  158. code format

    vlimant authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    8c500ae View commit details
    Browse the repository at this point in the history
  159. put run2_miniAOD_94XFall17 back in ; will clean up later

    vlimant authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    0f64c80 View commit details
    Browse the repository at this point in the history
  160. fixed numbering for the nano workflows

    vlimant authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    40b8f97 View commit details
    Browse the repository at this point in the history
  161. no need for modifiers in a reMINI-reNANO workflow

    vlimant authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    1527f5e View commit details
    Browse the repository at this point in the history
  162. no need for modifiers in a reMINI-reNANO workflow

    vlimant authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    65b90d1 View commit details
    Browse the repository at this point in the history
  163. better comments for TriggerObjectTableProducer parameters

    vlimant authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    19f88d3 View commit details
    Browse the repository at this point in the history
  164. drop run2_nanoAOD_106Xv1 at top level

    vlimant authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    c1769e0 View commit details
    Browse the repository at this point in the history
  165. add default values for these parameters to ease cloning

    vlimant authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    708084c View commit details
    Browse the repository at this point in the history
  166. drop run2_nanoAOD_106Xv1 downstream

    vlimant authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    f7dfd74 View commit details
    Browse the repository at this point in the history
  167. lots of cloning from default configuration files

    vlimant authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    13e75f3 View commit details
    Browse the repository at this point in the history
  168. code formatting

    vlimant authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    6e59d10 View commit details
    Browse the repository at this point in the history
  169. remove workflows

    vlimant authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    0a2e5b0 View commit details
    Browse the repository at this point in the history
  170. make lowPtElectrons the default

    vlimant authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    89cc9e9 View commit details
    Browse the repository at this point in the history
  171. remove commented lines

    vlimant authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    7de5ef7 View commit details
    Browse the repository at this point in the history
  172. make use of svDoc_ for documentation

    vlimant authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    423f3ae View commit details
    Browse the repository at this point in the history
  173. wipe out trace of compression and mcOnly

    vlimant authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    9c8268a View commit details
    Browse the repository at this point in the history
  174. remove commented lines

    vlimant authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    4493ddb View commit details
    Browse the repository at this point in the history
  175. Migration from deprecated ::JetCorrector class

    If we want to use this module in the future with
    jet corrections, then someone will need to implement
    usage of the newer reco::JetCorrector in the future.
    wddgit authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    e12d01f View commit details
    Browse the repository at this point in the history
  176. fix geometry XML

    Norraphat authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    3c8c41f View commit details
    Browse the repository at this point in the history
  177. Changes implemented for Run3 EGamma photon MVA ID

    Prasant1993 authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    d9138d5 View commit details
    Browse the repository at this point in the history
  178. Deleted photon IDMVA weight files from the repository

    Prasant1993 authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    84f42da View commit details
    Browse the repository at this point in the history
  179. first commit

    TomasKello authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    b6e4b16 View commit details
    Browse the repository at this point in the history
  180. Changed propertry reader from INFO format to json format

    TomasKello authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    7188ed4 View commit details
    Browse the repository at this point in the history
  181. small update of README.md

    connorpa authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    b7b947e View commit details
    Browse the repository at this point in the history
  182. Updated syntax

    TomasKello authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    5dae154 View commit details
    Browse the repository at this point in the history
  183. implementing tests

    TomasKello authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    5d27450 View commit details
    Browse the repository at this point in the history
  184. Condor submit script if cmsRun is used

    TomasKello authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    b221f7a View commit details
    Browse the repository at this point in the history
  185. removing very old / deprecated file for old version of GCP

    connorpa authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    342c02f View commit details
    Browse the repository at this point in the history
  186. Move PlotAlignmentValidation class in src/interface dir to compile it…

    … with g++ and not ROOT
    TomasKello authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    775c078 View commit details
    Browse the repository at this point in the history
  187. trying runtests

    cleaning up bin directory
    connorpa authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    b67dd26 View commit details
    Browse the repository at this point in the history
  188. Corrected wrong configuration

    Create copy of all cms configs
    
    Purge difference in configuration in compaiarison to the old set up
    
    Update README.md
    DaveBrun94 authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    d5e2c0c View commit details
    Browse the repository at this point in the history
  189. first setup of unit tests for DMR including merge step for python exe…

    …cutables, json and yaml configs
    TomasKello authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    4d46078 View commit details
    Browse the repository at this point in the history
  190. post-merge fixes and code-formats + code-checks

    TomasKello authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    0a6eb53 View commit details
    Browse the repository at this point in the history
  191. Added option to run on full Run 2

    cardinia authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    3d94486 View commit details
    Browse the repository at this point in the history
  192. Updated DMRTrends with fixed luminosity

    TomasKello authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    8b13331 View commit details
    Browse the repository at this point in the history
  193. Allow jobs to overwrite jobFlavour

    TomasKello authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    1ffb4f7 View commit details
    Browse the repository at this point in the history
  194. implement Split Vertex Validation in all-in-one tool

    TomasKello authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    764eee6 View commit details
    Browse the repository at this point in the history
  195. GCP unit test

    TomasKello authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    4b5ec88 View commit details
    Browse the repository at this point in the history
  196. add missing comma to unit test json file

    mmusich authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    98c40a8 View commit details
    Browse the repository at this point in the history
  197. new PV trends implementation part1

    henriettepetersen authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    27362db View commit details
    Browse the repository at this point in the history
  198. new PV trends implementation part2

    henriettepetersen authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    f2af439 View commit details
    Browse the repository at this point in the history
  199. Implementation for JetHT validation

    Implementing Marco's suggestions
    
    Updated edm::Handle for tracks
    
    Use Options class to parse command line
    
    Update hash_map to unordered_map
    
    Small code simplification
    
    Added IOV reading from file
    
    Documentation for JetHT validation
    
    Synchronize pT bin borders between analyzer and plotter
    Jussi Viinikainen authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    0f18789 View commit details
    Browse the repository at this point in the history
  200. small fix needed otherwise the SplitV unit tests fail

    TomasKello authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    279e493 View commit details
    Browse the repository at this point in the history
  201. Proper GCP condition loading

    SenneVanPutte authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    1766c5c View commit details
    Browse the repository at this point in the history
  202. Ensure python3 compability

    DaveBrun94 authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    8bba909 View commit details
    Browse the repository at this point in the history
  203. Changes to the data format used in the output tree

    amecca authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    dbdb4de View commit details
    Browse the repository at this point in the history
  204. Major update to new All-in-on: DMR

    Adressing mostly style comments.
    TomasKello authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    aa8cad5 View commit details
    Browse the repository at this point in the history
  205. cosmetic and other minor fixes for trends and fix for compatibility o…

    …f PV implementation with new release
    TomasKello authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    86b17ae View commit details
    Browse the repository at this point in the history
  206. Better drawing style for dxy and dz

    Automatic expansion of environment variables
    
    Added example of CRAB running
    
    Common style for environment variable expansion
    
    Implementation of semi-automatic crab analysis
    
    Forward grid proxy with the jobs
    
    Updated unit test MC file
    
    File based splitting for condor. Fix bug in DAG.
    
    Example for full analysis using condor
    
    Possibility to define CMS dataset (/*/*/*) for CRAB
    
    Run number based job splitting for condor
    
    Enhanced plotting style and options
    
    Bug fix for CRAB running with filelist
    
    Template based configuration for CRAB and condor
    Jussi Viinikainen authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    73d572c View commit details
    Browse the repository at this point in the history
  207. Fixing all unit tests before merge

    TomasKello authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    e6ed0cc View commit details
    Browse the repository at this point in the history
  208. code-format & code-checks

    take care of several clang warnings
    mmusich authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    6d91eff View commit details
    Browse the repository at this point in the history
  209. Removing "GraphicsMagick"-dependence of GCP unit test.

    New alignment GTs for GCP
    
    Delete pointers in makeArrowPlots on termination.
    TomasKello authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    6c92f08 View commit details
    Browse the repository at this point in the history
  210. delete hanging pointers in GCP macro

    mmusich authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    06cce52 View commit details
    Browse the repository at this point in the history
  211. First bunch of comments addressed.

    TomasKello authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    62ba22f View commit details
    Browse the repository at this point in the history
  212. Second round of comments implemented.

    Commit to join n.02
    
    Commit to join n.03
    
    Commit to join n.01
    TomasKello authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    d2ff62c View commit details
    Browse the repository at this point in the history
  213. Addressing user comments.

    Fix format
    
    Fix removed by mistake
    TomasKello authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    8741561 View commit details
    Browse the repository at this point in the history
  214. first try

    Norraphat authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    005f9c1 View commit details
    Browse the repository at this point in the history
  215. Use ppEra_Run3_pp_on_PbPb_approxSiStripClusters for hi_run in visuali…

    …zation DQM clients
    francescobrivio authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    367138e View commit details
    Browse the repository at this point in the history
  216. Move HcalCalIsolatedBunchSelector from Commissioning to ZB PD

    tvami authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    1aa87be View commit details
    Browse the repository at this point in the history
  217. Modify the analysis code of SimHit Results

    Sunanda authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    07aa00c View commit details
    Browse the repository at this point in the history
  218. Code check

    Sunanda authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    bc83fa3 View commit details
    Browse the repository at this point in the history
  219. Also commit the macro

    Sunanda authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    4cac1fc View commit details
    Browse the repository at this point in the history
  220. Code check

    Sunanda authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    3e9affb View commit details
    Browse the repository at this point in the history
  221. Configuration menu
    Copy the full SHA
    4a4b829 View commit details
    Browse the repository at this point in the history
  222. define hfjetshowershape in custom_jme

    swertz authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    d94ce76 View commit details
    Browse the repository at this point in the history
  223. remove btag SF branch from nanoAOD

    swertz authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    a538ca5 View commit details
    Browse the repository at this point in the history
  224. remove unused modules from nanoAOD

    swertz authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    eb7d31b View commit details
    Browse the repository at this point in the history
  225. Add tracking only PU workflows

    AdrianoDee authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    5d1fec7 View commit details
    Browse the repository at this point in the history
  226. Update Run3 offline and offline_relval GTs

    francescobrivio authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    24b1e35 View commit details
    Browse the repository at this point in the history
  227. Configuration menu
    Copy the full SHA
    a214a4a View commit details
    Browse the repository at this point in the history
  228. Configuration menu
    Copy the full SHA
    c25cd5f View commit details
    Browse the repository at this point in the history
  229. Update to implement noise occupancy in neighbouring channels without …

    …containing signal Hits for strip like (PSS,SS)modules. We have switched off threshold smearing in all types of modules. The threshold cutoff for PSS and SS modules are updated to 4800e and 6000e respectively. Corresponding noise values are set as 1010e and 1263e considering the threshold to be 4.75sigmas. At the moment the configuration parameter ReadoutNoiseInElec is not used and kept with a dummy value for the time being
    Suchandra authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    8c33371 View commit details
    Browse the repository at this point in the history
  230. update after code-format check

    Suchandra authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    1986fb6 View commit details
    Browse the repository at this point in the history
  231. Do not call methods on EcalTrigTowerConstituentsMap nullptr

    This fixes an UBSAN related error.
    Dr15Jones authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    76a5f10 View commit details
    Browse the repository at this point in the history
  232. add provision to use RooCMSShape as a background shape in DiMuonMassB…

    …iasClient
    mmusich authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    08973f7 View commit details
    Browse the repository at this point in the history
  233. miscellaneous improvements to DiMuonMassBias monitoring

    mmusich authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    f62aea7 View commit details
    Browse the repository at this point in the history
  234. Configuration menu
    Copy the full SHA
    e458058 View commit details
    Browse the repository at this point in the history
  235. improve messaging in DiMuonMassBiasClient

    mmusich authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    0626c6c View commit details
    Browse the repository at this point in the history
  236. add provisions for Crystal-ball fits in DiMuonMassBiasClient

    mmusich authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    aa444d8 View commit details
    Browse the repository at this point in the history
  237. optimize parameters for the upsilon->mm fit

    mmusich authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    18ea35b View commit details
    Browse the repository at this point in the history
  238. Remove MVASelector tags for tracking in MC GTs

    tvami authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    8b22181 View commit details
    Browse the repository at this point in the history
  239. change default isrptmin2fac to recover ul behavior in first run3 mc

    grohsjea authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    baa6882 View commit details
    Browse the repository at this point in the history
  240. HLT menu development for 12_5_X (branch: 12_6_X)

    missirol authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    2f81021 View commit details
    Browse the repository at this point in the history
  241. Adding HZZ 2018UL electron ID to miniAOD for Run3

    asculac authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    3373989 View commit details
    Browse the repository at this point in the history
  242. Extend the testing of wrong cell assinments in HCAL

    Sunanda authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    b46ff26 View commit details
    Browse the repository at this point in the history
  243. Code check

    Sunanda authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    cea80d4 View commit details
    Browse the repository at this point in the history
  244. Configuration menu
    Copy the full SHA
    411c8f6 View commit details
    Browse the repository at this point in the history
  245. Remove all obsolete files relevant to FastTimerGeoemtry from HGCal re…

    …lated projects
    Sunanda authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    3ea740e View commit details
    Browse the repository at this point in the history
  246. Remove obsolete files FastTimeTopology and its usage from Geometry/Ca…

    …loTopology and Geometry/CaloEventSetup
    Sunanda authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    61a8293 View commit details
    Browse the repository at this point in the history
  247. get rid of edited file

    Sunanda authored and cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    652c995 View commit details
    Browse the repository at this point in the history
  248. Merge pull request cms-sw#39861 from ahinzmann/enablePuppiPhotonProte…

    …ctionForJets
    
    Enable Puppi photon protection for jets
    cmsbuild authored Nov 14, 2022
    Configuration menu
    Copy the full SHA
    55a5b5e View commit details
    Browse the repository at this point in the history
  249. rebase to master

    cramonal committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    d871ee4 View commit details
    Browse the repository at this point in the history
  250. Configuration menu
    Copy the full SHA
    f7900dc View commit details
    Browse the repository at this point in the history