Remove obsolete example "flp2epn-dynamic"#87
Merged
MohammadAlTurany merged 1 commit intoAliceO2Group:devfrom Nov 11, 2015
Merged
Remove obsolete example "flp2epn-dynamic"#87MohammadAlTurany merged 1 commit intoAliceO2Group:devfrom
MohammadAlTurany merged 1 commit intoAliceO2Group:devfrom
Conversation
all functionality and features are available in flp2epn-distributed
knopers8
added a commit
to knopers8/AliceO2
that referenced
this pull request
Sep 7, 2020
This commit introduces a main qc factory which can be used to generate a full topology with just one function call. As the TaskRunner can be placed either locally on FLP or EPN machine or remotely on dedicated QC servers, a distinction between this two has been introduced. When a task is 'local', the taskRunners will be generated by generateLocalInfrastructure(), but mergers and checkers by generateRemoteInfrastructe(). If a task is 'remote', both taskRunner and checker will be generated as remote infrastructure. The commit removes also some deprecated config files.
EmilGorm
pushed a commit
to EmilGorm/AliceO2
that referenced
this pull request
Nov 22, 2021
…pe in the template, added DCA variables to the varmanager (AliceO2Group#87)
shahor02
pushed a commit
that referenced
this pull request
Dec 4, 2023
* Update reconstruction objects (#83) * Update reconstruction objects * Update ZDCTowerParam.cxx * Tune intercalib (#84) * Small update to intercalibration * Small update to intercalibration * Please consider the following formatting changes (#81) --------- Co-authored-by: ALICE Builder <alibuild@users.noreply.github.com> * Tuning of intercalibration - WIP * - corrected centroid computation for ZP calorimeters - rms of ZP centroid - updates in Intercalibration - introduction of offsets for energy and amplitud calibration * Please consider the following formatting changes (#85) * Modify offset for channels that are directly calibrated * Fix bug * ADC and TDC offsets * Please consider the following formatting changes (#86) * Fixes * Amplitude cannot be calibrated in GeV. Use RecEventFlat to set unit of measurement * Fixes * Fixes * Fixes * Fixes * Please consider the following formatting changes (#87) --------- Co-authored-by: ALICE Builder <alibuild@users.noreply.github.com>
andreasmolander
pushed a commit
to andreasmolander/AliceO2
that referenced
this pull request
Apr 12, 2024
* Update reconstruction objects (AliceO2Group#83) * Update reconstruction objects * Update ZDCTowerParam.cxx * Tune intercalib (AliceO2Group#84) * Small update to intercalibration * Small update to intercalibration * Please consider the following formatting changes (AliceO2Group#81) --------- Co-authored-by: ALICE Builder <alibuild@users.noreply.github.com> * Tuning of intercalibration - WIP * - corrected centroid computation for ZP calorimeters - rms of ZP centroid - updates in Intercalibration - introduction of offsets for energy and amplitud calibration * Please consider the following formatting changes (AliceO2Group#85) * Modify offset for channels that are directly calibrated * Fix bug * ADC and TDC offsets * Please consider the following formatting changes (AliceO2Group#86) * Fixes * Amplitude cannot be calibrated in GeV. Use RecEventFlat to set unit of measurement * Fixes * Fixes * Fixes * Fixes * Please consider the following formatting changes (AliceO2Group#87) --------- Co-authored-by: ALICE Builder <alibuild@users.noreply.github.com>
mwinn2
pushed a commit
to mwinn2/AliceO2
that referenced
this pull request
Apr 25, 2024
* Update reconstruction objects (AliceO2Group#83) * Update reconstruction objects * Update ZDCTowerParam.cxx * Tune intercalib (AliceO2Group#84) * Small update to intercalibration * Small update to intercalibration * Please consider the following formatting changes (AliceO2Group#81) --------- Co-authored-by: ALICE Builder <alibuild@users.noreply.github.com> * Tuning of intercalibration - WIP * - corrected centroid computation for ZP calorimeters - rms of ZP centroid - updates in Intercalibration - introduction of offsets for energy and amplitud calibration * Please consider the following formatting changes (AliceO2Group#85) * Modify offset for channels that are directly calibrated * Fix bug * ADC and TDC offsets * Please consider the following formatting changes (AliceO2Group#86) * Fixes * Amplitude cannot be calibrated in GeV. Use RecEventFlat to set unit of measurement * Fixes * Fixes * Fixes * Fixes * Please consider the following formatting changes (AliceO2Group#87) --------- Co-authored-by: ALICE Builder <alibuild@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
all functionality and features are available in flp2epn-distributed