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

HF 1x1 TP production along 2x3 TP #12654

Merged
merged 20 commits into from Dec 16, 2015

Commits on Nov 22, 2015

  1. Configuration menu
    Copy the full SHA
    0634831 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b72769 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2015

  1. Configuration menu
    Copy the full SHA
    0d6fa3c View commit details
    Browse the repository at this point in the history
  2. Some cleanup of addSignal()

    Doing some basic clean up (adding braces, defining consts, breaking up
    lines) so that future content edits are easier to understand.
    Alexander Gude authored and matz-e committed Dec 2, 2015
    Configuration menu
    Copy the full SHA
    e8914af View commit details
    Browse the repository at this point in the history
  3. Modify HcalTriggerPrimitiveAlgo to work with 1x1HF

    Conflicts:
    	SimCalorimetry/HcalTrigPrimAlgos/src/HcalTriggerPrimitiveAlgo.cc
    Alexander Gude authored and matz-e committed Dec 2, 2015
    Configuration menu
    Copy the full SHA
    2ed677a View commit details
    Browse the repository at this point in the history
  4. Add an array shift to HcalTriggerPrimitiveAlgo

    Added a shift, hf_lumi_shift, to correct for lumi bits stuck on the
    front of the array that are used by lumi but not trigger. We correct
    these based on the given rctlsb.
    
    Also add a MAX_OUTPUT = 1023 test to analyzeHFV1 to prevent overflow.
    Alexander Gude authored and matz-e committed Dec 2, 2015
    Configuration menu
    Copy the full SHA
    958ec17 View commit details
    Browse the repository at this point in the history
  5. Added HcalFeatureBit.h file

    Add HcalFeatureHFEMBit class
    
    Implemented a class HcalFeatureHFEMBit that makes a cut based on energy deposited in the short fiber verse the long fiber.
    
    cleaned up part of the code caused by mistaken copy pastecleaned up part of the code caused by mistaken copy pastecleaned up part of the code caused by mistaken copy paste...
    
    some formatting issues were fixed.
    Zachary Lesko authored and matz-e committed Dec 2, 2015
    Configuration menu
    Copy the full SHA
    70a452b View commit details
    Browse the repository at this point in the history
  6. Added HCAL TP version checking to L1RCT

    The L1RCTs only work with the old segmentation (version 0 for <= 2012),
    so if the version is anything else, we continue.
    
    Changed the python file so that the HcalFeatureHFEMBit is not used.
    Alexander Gude authored and matz-e committed Dec 2, 2015
    Configuration menu
    Copy the full SHA
    97b6790 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9d1115d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8de0808 View commit details
    Browse the repository at this point in the history
  9. Updates to geometry for supporting both RCT and 1x1 TPs in HF

    Conflicts:
    	Geometry/HcalTowerAlgo/src/HcalTrigTowerGeometry.cc
    	Geometry/HcalTowerAlgo/test/HcalGeometryTest.cpp
    jmmans authored and matz-e committed Dec 2, 2015
    Configuration menu
    Copy the full SHA
    686dfc2 View commit details
    Browse the repository at this point in the history
  10. Fix issues with HcalTrigTowerGeometry changes. Some TODOs for Alex (C…

    …aloTPGTrascoderULUT mostly)
    
    Conflicts:
    	CalibCalorimetry/CaloTPG/src/CaloTPGTranscoderULUT.cc
    	Geometry/HcalTowerAlgo/src/HcalTrigTowerGeometry.cc
    	Geometry/HcalTowerAlgo/test/HcalGeometryTest.cpp
    	SimCalorimetry/HcalTrigPrimAlgos/src/HcalTriggerPrimitiveAlgo.cc
    matz-e committed Dec 2, 2015
    Configuration menu
    Copy the full SHA
    1d574ff View commit details
    Browse the repository at this point in the history
  11. Fixes to clean up the exposure of the Valid and Index in the transcoder

    Conflicts:
    	CalibCalorimetry/CaloTPG/src/CaloTPGTranscoderULUT.cc
    	CalibCalorimetry/CaloTPG/src/CaloTPGTranscoderULUT.h
    	CaloOnlineTools/HcalOnlineDb/src/HcalLutManager.cc
    	DataFormats/HcalDetId/src/HcalTrigTowerDetId.cc
    	L1TriggerConfig/L1ScalesProducers/src/L1CaloHcalScaleConfigOnlineProd.cc
    matz-e committed Dec 2, 2015
    Configuration menu
    Copy the full SHA
    056b003 View commit details
    Browse the repository at this point in the history
  12. Fix HcalGeometryTest.cpp to work with 1x1

    We now have up to two versions of HFTPs being handled by
    HcalTrigTowerGeometry, so the unit test must figure out how many it
    expects and test for that number.
    
    Conflicts:
    	Geometry/HcalTowerAlgo/test/HcalGeometryTest.cpp
    matz-e committed Dec 2, 2015
    Configuration menu
    Copy the full SHA
    7796520 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e37b936 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    04069cd View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    cde2826 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2015

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

Commits on Dec 10, 2015

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

Commits on Dec 11, 2015

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