- Oct 27, 2021
-
-
Frank Winklmeier authored
Delete commented code related to trigger configuration in L1Calo online job options.
-
- Oct 26, 2021
-
-
Create egammaCaloUtils and move there shower shape calculators than do not need to be Gaudi tools/components
-
- Oct 25, 2021
-
-
Frank Winklmeier authored
- Replace `TriggerFlags.dataTakingConditions` by `ConfigFlags.Trigger.availableRecoMetadata`: this flag is used to indicate the trigger systems that are enabled during reconstruction. It is set based on the L1/HLT keys in COOL or the metadata in the input file. - Remove obsolete metadataItems setting (the key names are not relevant anymore, and we are setting this elsewhere already). - Deprecate `TriggerFlags.configForStartup`: this flag was used to indicate whether trigger keys can be found in COOL. But this is essentially the same check as `availableRecoMetadata` performs now. I did not re-implement the setting of the `DQMonFlags` based on the available systems. If this is really needed still for the legacy monitoring it should be done in the relevant DQ job options.
-
Frank Winklmeier authored
Set `rec.doDPD=False` if no DPD maker script is specified and if not in pass-through mode.
-
Frank Winklmeier authored
Move the include of `DataQualityInit_jobOptions` earlier before the `ConfigFlags` are being locked.
-
Frank Winklmeier authored
Since we start having multiple CA-based configurations included in RecExCommon, setup the ConfigFlags via `OldFlags2NewFlags` in `RecExCommon_topOptions.py` so they can be used downstream. Also lock the flags (except for DPD making).
-
-
- Oct 24, 2021
-
-
- Oct 23, 2021
-
-
- Oct 22, 2021
-
-
Frank Winklmeier authored
The `RecExCommon/RecExCommon_flags.py` file has been obsoleted since many years and the same-named file from `RecExCond` is being used. Delete files that have still referenced this old file as they are clearly obsolete. If in doubt, the path was changed to "RecExCond".
-
Will Leight authored
Forward track thinning should not be called if forward tracks are not being built.
-
- Oct 21, 2021
-
-
Christos Anastopoulos authored
-
Christos Anastopoulos authored
-
Christos Anastopoulos authored
-
Bertrand Martin authored
Hello, This MR is removing a deprecated feature in the tau-track association. In the old days (non-MT R22 trigger), the track particle container was retrieved elsewhere (TrigTauRec) and passed as an argument to the TauTrackFinder execute method to build the tau tracks. Now, the track particle container is retrieved from within TauTrackFinder, and we no longer need to pass it as an argument. The reconstruction output is unchanged. Cheers, Bertrand
-
Christos Anastopoulos authored
-
Christos Anastopoulos authored
-
Chris Malena Delitzsch authored
-
-
- Oct 20, 2021
-
-
scott snyder authored
Spurious copy in range-for.
-
Arnaud Duperrin authored
Removes in reconstruction the b-tagging obsolete flags to enable SV1 and JetFitter LH used by offline physics validation
-
Frank Winklmeier authored
-
Frank Winklmeier authored
HI reconstruction should likely just use the default trigger EDM. Remove the explicit setting. If needed, set it via the new `ConfigFlags.Trigger.AODEDMSet`.
-
Frank Winklmeier authored
`AODFULL` is the default trigger EDM for data reconstruction. No need to set the deprecated `TriggerFlags`.
-
Frank Winklmeier authored
-
Frank Winklmeier authored
Delete the obsolete `BStoESD_Tier0_HLTConfig_jobOptions.py`. There was essentially no difference anymore to the `T0TriggerGetter`, which it also called, apart from setting the `Trigger.readBS` flag.
-
Bertrand Martin authored
Hello, This MR is implementing a timing cut on the cells that seed the pi0 topoclustering, as discussed [at the reconstruction meeting](https://indico.cern.ch/event/1086705/contributions/4568518/attachments/2330839/3972063/RIG_timeCut_19_10_21.pdf). The timing cut for our standalone topoclustering is controlled with the same CaloRec flags as for standard topoclustering, with the exception of the hardcoded `TimeCutUpperLimit` value (currently, `TimeCutUpperLimit` is also hardcoded wherever used, this might be harmonised by introducing a new CaloRec flag is a same value suits all clients). The MR was tested with q431 and q221 on 40 events. By default, as the timing cut is not enabled, the tau reconstruction output is unchanged. When switching it on (`--preExec "RAWtoESD:from CaloRec.CaloTopoClusterFlags import jobproperties; jobproperties.CaloTopoClusterFlags.doTimeCut=True; jobproperties.CaloTopoClusterFlags.extendTimeCut=True; jobproperties.CaloTopoClusterFlags.useUpperLimitForTimeCut=True"`), we do see a difference for q431. For q221, as this is without pileup, the observed stability is rather encouraging. q431 without timing cut: ``` 292.812 kb 111.966 kb 2.799 kb 2.615 40 CaloCalTopoClusters_links (CaloClusterCellLinkContainer_p1) [CaloTopo] 302.836 kb 112.271 kb 2.807 kb 2.697 40 TauPi0Clusters_links (CaloClusterCellLinkContainer_p1) [tau] 277.527 kb 133.037 kb 3.326 kb 2.086 40 TauPi0Clusters (DataVector<xAOD::CaloCluster_v1>) [tau] 1760.537 kb 455.399 kb 11.385 kb 3.866 40 CaloCalFwdTopoTowers (DataVector<xAOD::CaloCluster_v1>) [CaloTopo] 2710.928 kb 1074.640 kb 26.866 kb 2.523 40 CaloCalTopoClusters (DataVector<xAOD::CaloCluster_v1>) [CaloTopo] 453.956 kb 105.116 kb 2.628 kb 4.319 40 TauJets (DataVector<xAOD::TauJet_v3>) [tau] ``` q431 with timing cut: ``` 233.249 kb 88.531 kb 2.213 kb 2.635 40 TauPi0Clusters_links (CaloClusterCellLinkContainer_p1) [tau] 250.630 kb 97.291 kb 2.432 kb 2.576 40 CaloCalTopoClusters_links (CaloClusterCellLinkContainer_p1) [CaloTopo] 224.163 kb 105.498 kb 2.637 kb 2.125 40 TauPi0Clusters (DataVector<xAOD::CaloCluster_v1>) [tau] 1522.887 kb 398.415 kb 9.960 kb 3.822 40 CaloCalFwdTopoTowers (DataVector<xAOD::CaloCluster_v1>) [CaloTopo] 1962.282 kb 774.669 kb 19.367 kb 2.533 40 CaloCalTopoClusters (DataVector<xAOD::CaloCluster_v1>) [CaloTopo] 401.291 kb 92.599 kb 2.315 kb 4.334 40 TauJets (DataVector<xAOD::TauJet_v3>) [tau] ``` q221 without timing cut: ``` 268.911 kb 119.671 kb 2.992 kb 2.247 40 TauPi0Clusters (DataVector<xAOD::CaloCluster_v1>) [tau] 373.886 kb 144.574 kb 3.614 kb 2.586 40 TauPi0Clusters_links (CaloClusterCellLinkContainer_p1) [tau] 559.632 kb 229.120 kb 5.728 kb 2.443 40 CaloCalTopoClusters_links (CaloClusterCellLinkContainer_p1) [CaloTopo] 649.238 kb 245.023 kb 6.126 kb 2.650 40 CaloCalTopoClusters (DataVector<xAOD::CaloCluster_v1>) [CaloTopo] 518.233 kb 121.040 kb 3.026 kb 4.282 40 TauJets (DataVector<xAOD::TauJet_v3>) [tau] ``` q221 with timing cut: ``` 268.669 kb 119.530 kb 2.988 kb 2.248 40 TauPi0Clusters (DataVector<xAOD::CaloCluster_v1>) [tau] 373.382 kb 144.688 kb 3.617 kb 2.581 40 TauPi0Clusters_links (CaloClusterCellLinkContainer_p1) [tau] 558.644 kb 228.493 kb 5.712 kb 2.445 40 CaloCalTopoClusters_links (CaloClusterCellLinkContainer_p1) [CaloTopo] 643.752 kb 242.926 kb 6.073 kb 2.650 40 CaloCalTopoClusters (DataVector<xAOD::CaloCluster_v1>) [CaloTopo] 517.741 kb 120.767 kb 3.019 kb 4.287 40 TauJets (DataVector<xAOD::TauJet_v3>) [tau] ``` Too early to tell whether this is beneficial for taus :-), this will require in-depth studies based on true tau MC (gamma*->tautau and LLP->tau). Cheers, Bertrand
-
- Oct 18, 2021
-
-
Christos Anastopoulos authored
-
-
- Oct 16, 2021
-
-
Debottam Bakshi Gupta authored
-
Frank Winklmeier authored
Delete obsolete job options referencing outdated trigger code.
-
- Oct 15, 2021
-
-
Christos Anastopoulos authored
-
Christos Anastopoulos authored
-
Fix ATLASRECTS-6621 See merge request !47274 (cherry picked from commit 24251563) 585a6e4f Reject tracks without perigees
-
Christos Anastopoulos authored
-
Chris Malena Delitzsch authored
-
- Oct 14, 2021
-
-
Christos Anastopoulos authored
-
Christos Anastopoulos authored
MissingCellListTool migrate to retrieving the CaloDDM from the Cond Store. Additionally, migrate all imput/output to handles
-
Thomas Strebler authored
-
Tadej Novak authored
-