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

Fastsim ECAL response correction (2) #11045

Merged
merged 21 commits into from Sep 2, 2015

Commits on Aug 31, 2015

  1. Application of the ecal responce correction in fastsim

    The histogram is read in, and for each particle the
    correct scale is searched and applied.
    Knut Kiesel committed Aug 31, 2015
    Copy the full SHA
    9514b27 View commit details
    Browse the repository at this point in the history
  2. Changing default behaviour for ecal scaling to FALSE

    Knut Kiesel committed Aug 31, 2015
    Copy the full SHA
    d007c81 View commit details
    Browse the repository at this point in the history
  3. variable binning in energy

    Knut Kiesel committed Aug 31, 2015
    Copy the full SHA
    0d5a9bf View commit details
    Browse the repository at this point in the history
  4. moved parametes to seperate python config file

    Knut Kiesel committed Aug 31, 2015
    Copy the full SHA
    16ab48f View commit details
    Browse the repository at this point in the history
  5. Moved correction to sperate class, which is called in the

    CalorimetryManager
    Knut Kiesel committed Aug 31, 2015
    Copy the full SHA
    f62781d View commit details
    Browse the repository at this point in the history
  6. removing TH3F incude

    Knut Kiesel committed Aug 31, 2015
    Copy the full SHA
    36b8b86 View commit details
    Browse the repository at this point in the history
  7. Removed one function from CaloResponse class

    The functionality is moved to the CalorimetryManager.
    Knut Kiesel committed Aug 31, 2015
    Copy the full SHA
    30bbe10 View commit details
    Browse the repository at this point in the history
  8. Renamed CaloResponse to KKCorrectionFactors

    Knut Kiesel committed Aug 31, 2015
    Copy the full SHA
    eb5d9c2 View commit details
    Browse the repository at this point in the history
  9. adding scaling method

    Knut Kiesel committed Aug 31, 2015
    Copy the full SHA
    fe09c28 View commit details
    Browse the repository at this point in the history
  10. changed variable names for filename and histogramName

    Knut Kiesel committed Aug 31, 2015
    Copy the full SHA
    f2dc727 View commit details
    Browse the repository at this point in the history
  11. using 'TFile::Open' instead of the TFile constructor

    Knut Kiesel committed Aug 31, 2015
    Copy the full SHA
    bfb8dc0 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    d6f91b6 View commit details
    Browse the repository at this point in the history
  13. see no need to close here before deleting

    Knut Kiesel committed Aug 31, 2015
    Copy the full SHA
    9be47c5 View commit details
    Browse the repository at this point in the history
  14. renaming interpolation option to make clear that an interpolation in …

    …3d is done
    Knut Kiesel committed Aug 31, 2015
    Copy the full SHA
    77d086a View commit details
    Browse the repository at this point in the history
  15. deleting default option 'READ' for TFile

    Knut Kiesel committed Aug 31, 2015
    Copy the full SHA
    c7d4801 View commit details
    Browse the repository at this point in the history
  16. empty bins are not filled with 1

    Knut Kiesel committed Aug 31, 2015
    Copy the full SHA
    82c09bf View commit details
    Browse the repository at this point in the history
  17. using unique_ptr

    Knut Kiesel committed Aug 31, 2015
    Copy the full SHA
    a2731fb View commit details
    Browse the repository at this point in the history
  18. generalizing exception message

    Knut Kiesel committed Aug 31, 2015
    Copy the full SHA
    b91137f View commit details
    Browse the repository at this point in the history
  19. using former method of 1d interpolation, and not the TH3F::Projection…

    … method
    Knut Kiesel committed Aug 31, 2015
    Copy the full SHA
    3cc5335 View commit details
    Browse the repository at this point in the history
  20. Copy the full SHA
    e018482 View commit details
    Browse the repository at this point in the history
  21. deleted unused variable Rup

    Knut Kiesel committed Aug 31, 2015
    Copy the full SHA
    22043db View commit details
    Browse the repository at this point in the history