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

Adapted Phase2 Tracker Digitizer code to C++11 standard #28664

Merged
merged 9 commits into from
Jan 21, 2020

Commits on Dec 20, 2019

  1. Code Optimization : loop using std::copy_if, Use std::make_unique, S…

    …TL loop improvement, Clean-up, Style uniformity
    Suchandra authored and Suchandra committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    b794f0d View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2019

  1. code-checks and code-format are performed

    Suchandra authored and Suchandra committed Dec 21, 2019
    Configuration menu
    Copy the full SHA
    bcf49c7 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2020

  1. Configuration menu
    Copy the full SHA
    0cc39d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e82bb8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dbf5bac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e6e4960 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    006cf46 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    878fd45 View commit details
    Browse the repository at this point in the history
  7. Restored header files for individual algorithms

    Realised that the header files for  individual algorithms are needed. Putting them back. If required we can move them to interface(.h) and src(.cc) areas.
    suchandradutta committed Jan 15, 2020
    Configuration menu
    Copy the full SHA
    91abd9c View commit details
    Browse the repository at this point in the history