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

CTPPS: backport of diamond track fitting to 8_0_X #18238

Merged
merged 23 commits into from Apr 11, 2017

Commits on Apr 6, 2017

  1. Added the CTPPSDiamondLocalTrack object

    Conflicts:
    	DataFormats/CTPPSReco/interface/CTPPSDiamondRecHit.h
    	DataFormats/CTPPSReco/src/classes.h
    	DataFormats/CTPPSReco/src/classes_def.xml
    	RecoCTPPS/TotemRPLocal/plugins/CTPPSDiamondRecHitProducer.cc
    forthommel committed Apr 6, 2017
    Copy the full SHA
    8cf0647 View commit details
    Browse the repository at this point in the history
  2. New cfi file for the local tracks fitter

    Conflicts:
    	DataFormats/CTPPSReco/interface/CTPPSDiamondRecHit.h
    	RecoCTPPS/TotemRPLocal/interface/CTPPSDiamondRecHitProducerAlgorithm.h
    	RecoCTPPS/TotemRPLocal/plugins/CTPPSDiamondRecHitProducer.cc
    	RecoCTPPS/TotemRPLocal/python/ctppsDiamondRecHitProducer_cfi.py
    	RecoCTPPS/TotemRPLocal/src/CTPPSDiamondRecHitProducerAlgorithm.cc
    forthommel committed Apr 6, 2017
    Copy the full SHA
    c878423 View commit details
    Browse the repository at this point in the history
  3. first attempt of reco

    nminafra authored and forthommel committed Apr 6, 2017
    Copy the full SHA
    56aec0e View commit details
    Browse the repository at this point in the history
  4. Added setters to CTPPS*LocalTrack and RecHit

    Conflicts:
    	DataFormats/CTPPSReco/interface/CTPPSDiamondRecHit.h
    nminafra authored and forthommel committed Apr 6, 2017
    Copy the full SHA
    502c2f0 View commit details
    Browse the repository at this point in the history
  5. New constructor for the track recognition algorithm object ; plugging…

    … it to the local tracks' EDProducer
    
    Conflicts:
    	RecoCTPPS/TotemRPLocal/python/ctppsDiamondLocalReconstruction_cff.py
    	RecoCTPPS/TotemRPLocal/test/diamonds_reco_cfg.py
    forthommel committed Apr 6, 2017
    Copy the full SHA
    8b50851 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    535fe3f View commit details
    Browse the repository at this point in the history
  7. Combined both the totemRP and ctppsDiamond local reconstructions into…

    … a single ctppsLocalReconstruction object ; moved floating point quantities in diamonds rechits from double to single precision ; bumped CTPPSDiamondRecHit class version from 2 to 3
    
    Conflicts:
    	RecoCTPPS/TotemRPLocal/python/ctppsDiamondLocalReconstruction_cff.py
    
    Conflicts:
    	Configuration/StandardSequences/python/Reconstruction_cff.py
    	RecoCTPPS/TotemRPLocal/python/ctppsDiamondLocalReconstruction_cff.py
    	RecoCTPPS/TotemRPLocal/test/diamonds_reco_cfg.py
    
    Conflicts:
    	Configuration/StandardSequences/python/Reconstruction_cff.py
    forthommel committed Apr 6, 2017
    Copy the full SHA
    8d816fa View commit details
    Browse the repository at this point in the history
  8. Making use of the already present recoCTPPS object (instead of defini…

    …ng a new one somewhere else)
    
    Conflicts:
    	RecoCTPPS/TotemRPLocal/test/diamonds_reco_cfg.py
    
    Conflicts:
    	Configuration/StandardSequences/python/Reconstruction_cff.py
    forthommel committed Apr 6, 2017
    Copy the full SHA
    b0ed82b View commit details
    Browse the repository at this point in the history
  9. Added the local tracks to the output definition

    Conflicts:
    	RecoCTPPS/Configuration/python/RecoCTPPS_EventContent_cff.py
    forthommel committed Apr 6, 2017
    Copy the full SHA
    bd90b9d View commit details
    Browse the repository at this point in the history
  10. Reco good to go

    nminafra authored and forthommel committed Apr 6, 2017
    Copy the full SHA
    f298934 View commit details
    Browse the repository at this point in the history
  11. Changed variable names

    nminafra authored and forthommel committed Apr 6, 2017
    Copy the full SHA
    19ba726 View commit details
    Browse the repository at this point in the history
  12. Storing local tracks information as floats instead of doubles ; match…

    …ed the module name to its products
    forthommel committed Apr 6, 2017
    Copy the full SHA
    6925b87 View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    fabd6f4 View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    5e9c8a3 View commit details
    Browse the repository at this point in the history
  15. Reco out of time bug fixed

    nminafra authored and forthommel committed Apr 6, 2017
    Copy the full SHA
    50977f6 View commit details
    Browse the repository at this point in the history
  16. RecHit and LocalTrack MH included

    nminafra authored and forthommel committed Apr 6, 2017
    Copy the full SHA
    4e9d63e View commit details
    Browse the repository at this point in the history
  17. Amended the diamonds local track recognition ; New local tracks const…

    …ructor with attributes ; other secondary fixes
    forthommel committed Apr 6, 2017
    Copy the full SHA
    ad03d34 View commit details
    Browse the repository at this point in the history
  18. Copy the full SHA
    bdde148 View commit details
    Browse the repository at this point in the history
  19. Use the precise pixel efficiency function instead of the fast one

    * Reverted the pixel efficiency function to the erf-precise one
    * Tracking spatial resolution/step moved from 50 to 10 um
    forthommel committed Apr 6, 2017
    Copy the full SHA
    8329831 View commit details
    Browse the repository at this point in the history
  20. Copy the full SHA
    42fd863 View commit details
    Browse the repository at this point in the history
  21. Copy the full SHA
    c88a166 View commit details
    Browse the repository at this point in the history
  22. Copy the full SHA
    af0ee6f View commit details
    Browse the repository at this point in the history
  23. Unordered maps for the parameters and hitmp in local tracks fitter ; …

    …clearing the fitters' hits collection after the event is filled
    forthommel committed Apr 6, 2017
    Copy the full SHA
    e5717ca View commit details
    Browse the repository at this point in the history