- May 17, 2015
-
-
Walter Lampl authored
* Branch LArRecUtils-00-14-28-branch * Merge in changes -30 to -31 which are: * LArHVCorrTool, LArHVScaleRetriever: Forward info if cache was updated to clients. (Interface change in LArElecCalib) Purpose: Allow (efficent) recomputation of noise if HV scale changes * Add Fixes to LArHVScaleRetrieverDefault and LArHVCorrToolDefault * branch tag LArRecUtils-00-14-28-01 2015-03-24 Walter Lampl <walter.lampl@ cern.ch> * fix log-message mistakes * tag LArRecUtils-00-14-28
-
Walter Lampl authored
* Branch LArCellRec-02-12-94-branch * Merge in changes -95 to 097 whitch are: * LArCellHVCorr - Implement interface class ILArCellHVCorr - New method to get the correction factor applies Client: CaloNoiseToolDB for automatic noise rescaling * Add new file LArCellHVCorrDefault.py to consistently configure this tool * branch tag LArCellRec-02-12-94-01 2015-02-20 scott snyder <snyder@bnl.gov> * Tagging LArCellRec-02-12-94. * LArCellRec/LArCellEmMiscalib.h: Fix clang warning (remove unused member).
-
Antonio Limosani authored
2015-05-11 Antonio Limosani * Add checkxAOD.py test * tag ValgrindRTTJobs-00-01-09 2015-05-11 Antonio Limosani * Refine Eflow test * tag ValgrindRTTJobs-00-01-08 2015-05-11 Antonio Limosani * Split RawToESD valgrind jobs * tag ValgrindRTTJobs-00-01-07 2015-05-08 Antonio Limosani * Move RawToESD valgrind jobs to high performance queue * tag ValgrindRTTJobs-00-01-06 2015-03-25 Antonio Limosani * Fix Reduce events in RAWtoESD * Remove massif and callgrind jobs that never finish * tag ValgrindRTTJobs-00-01-05 ... (Long ChangeLog diff - truncated)
-
Peter Onyisi authored
* AlgorithmHelper.cxx : fix regression making SubtractFromMean mandatory for graph fits * Tag dqm_algorithms-00-07-08
-
Bertrand Laforge authored
Put Trigger use to false in python script to have some DQ plots for early runs (egammaPerformance-00-03-19)
-
Sarka Todorova authored
2015-05-11 Sarka Todorova <sarka.todorova@cern.ch> * reset covariance matrix on input * tag as TrkExSTEP_Propagator-01-01-11 2015-03-27 scott snyder <snyder@bnl.gov> * Tagging TrkExSTEP_Propagator-01-01-10. * Fix clang warnings: Remove unused members / variables. * Fix variable naming. * Tagging TrkExSTEP_Propagator-01-01-09. * src/STEP_Propagator.cxx: Fix ToolHandle initialization. 2015-02-25 Peter Kluit * tag as TrkExSTEP_Propagator-01-01-08 2015-02-18 Sarka Todorova <sarka.todorova@cern.ch> * decouple input momentum check from energy loss switch * tag as TrkExSTEP_Propagator-01-01-07 2015-02-10 Sarka Todorova <sarka.todorova@cern.ch>
-
Antonio Limosani authored
* Fix data12 tests * Add dAOD derivation test * RecPerfTests-00-08-19 2015-05-03 Antonio Limosani <antonio.limosani AT cern.ch> * Add data12 tests * RecPerfTests-00-08-18 2015-05-03 Antonio Limosani <antonio.limosani AT cern.ch> * Fix system test * RecPerfTests-00-08-17 2015-05-01 Antonio Limosani <antonio.limosani AT cern.ch> * Add different tests for mc15 * RecPerfTests-00-08-16
-
Graeme Stewart authored
- Add new auxiliaryFile property to argFile, signaling that a file should not be validated or appear in the jobReport * python/trfExe.py - Add memMonitor property to scriptExecutor, that will try to use the external MemoryMonitor binary to memory monitor the script executor's child process - MemoryMonitor is launched immediately after the scriptExecutor's child process and the memory summary JSON file parsed afterwards and added to the executor memory report - Deprecate the perfMonFile property of athenaExecutor and stop parsing any perfmon outputs - For DBRelease files, dereference all soft links, allowing for use with the pre-release DBRelease-pcache-current.tar.gz link - Change suffix on multiple-merged outputs after AthenaMP has run to _N (as expected by PanDA) * python/trfFileUtils.py - Add inpFileInterestingKeys (not yet used) * python/trfReports.py - Update report version number to 1.0.1 - Modify top level report 'resource' entry to have entries per executor with MemoryMonitor summary information and a separate entry for the transform and its externals - Add machine report information to resource entry, with information also parsed from /proc/cpuinfo * python/trfUtils.py - Add small debug message when setting up a DBRelease from CVMFS * python/trfValidation.py - Ensure that auxilliary files are never validated * test/test_trfUtilsDBRelease.py - Add new test for DBRelease-pcache-current.tar.gz link * Tag PyJobTransforms-02-03-48 (PyJobTransforms-02-03-48) * python/trfArgClasses.py - Add new auxiliaryFile property to argFile, signaling that a file should not be validated or appear in the jobReport * python/trfExe.py - Add memMonitor property to scriptExecutor, that will try to use the external MemoryMonitor binary to memory monitor the script executor's child process - MemoryMonitor is launched immediately after the scriptExecutor's child process and the memory summary JSON file parsed afterwards and added to the executor memory report - Deprecate the perfMonFile property of athenaExecutor and stop parsing any perfmon outputs - For DBRelease files, dereference all soft links, allowing for use with the pre-release DBRelease-pcache-current.tar.gz link - Change suffix on multiple-merged outputs after AthenaMP has run to _N (as expected by PanDA) * python/trfFileUtils.py - Add inpFileInterestingKeys (not yet used) * python/trfReports.py - Update report version number to 1.0.1 - Modify top level report 'resource' entry to have entries per executor ... (Long ChangeLog diff - truncated)
-
John Derek Chapman authored
python/SimTransformUtils.py - Remove deprecated perfMonFile parameters for substep transforms. python/simTrfArgs.py - Specify all pileup and background HITS files as auxilliary. Note, requires support from PyJobTransforms (trunk > 02-03-48, branch > 02-03-32-07). Tagging: SimuJobTransforms-00-28-13-01 (SimuJobTransforms-00-28-13-01)
-
Nicholas Styles authored
fix from R. Jansky to avoid crash when track parameters not available (DerivationFrameworkInDet-00-00-28) * Changed behaviour of TrackStateOnSurfaceDecorator when no TrackParameters are available (because of slimming) - now still sets TrackMeasurementValidationLink etc. but doesn't fill any derived quantities * Tagged as DerivationFrameworkInDet-00-00-28 2015-04-30 Simone Pagan Griso <simone.pagan.griso@cern.ch> * Restructure code to be more robust against missing information * Fixed few minor bugs * Better code readibility * Tagged as DerivationFrameworkInDet-00-00-27 2015-03-23 James Catmore * Fixing coverity bug 28989 * Tagged as DerivationFrameworkInDet-00-00-26 2015-03-12 Aleksei Antonov * Added ToT_dEdx and ToT_usedHits to the TrackStateOnSurfaceDectorator for TRT * Tagged as DerivationFrameworkInDet-00-00-25 2015-03-09 Daiki Hayakawa * Fixed bugs in EventInfoBSDecorator * Tagged as DerivationFrameworkInDet-00-00-24 ... (Long ChangeLog diff - truncated)
-
Graeme Stewart authored
- Remove deprecated perfMonFile parameter from transform substeps - Support AOD_RPR as input to AOD to TAG step * share/skeleton.AODtoTAG_tf.py - Support AOD_RPR as input * Tag as RecJobTransforms-01-00-44 (RecJobTransforms-01-00-44) * python/recTransformUtils.py - Remove deprecated perfMonFile parameter from transform substeps - Support AOD_RPR as input to AOD to TAG step * share/skeleton.AODtoTAG_tf.py - Support AOD_RPR as input * Tag as RecJobTransforms-01-00-44 2015-03-23 Ignacio Aracena <ignacio.aracena@cern.ch> * share/skeleton.RAWtoESD_tf.py - Switch off HLT, CTP and LVL1Calo, Trigger monitoring in RAWtoESD_tf when running in split (RDO_TRIG) mode * Tag as RecJobTransforms-01-00-43 2015-03-20 Ignacio Aracena <ignacio.aracena@cern.ch> * share/skeleton.RDOtoRDOTrigger.py - Schedule StreamRDO after TrigDecMaker - Fixes jira ATR-10531 in RDO->RDOTrigger step. * share/skeleton.RAWtoESD_tf.py - Use TrigDecisionRdo as key to TrigDecision * Tag as RecJobTransforms-01-00-42 ... (Long ChangeLog diff - truncated)
-
Patrick Karl Czodrowski authored
* Add PhysValMonitoring RTT Test * TrigAnalysisTest-00-04-xy 2015-05-04/05/06/7 Patrick Czodrowski <czodrows@cern.ch> * fix root comp for AthenaTrigESD_HLTMonitoring * add root-comp, chaindump, TE dump for all other tests that have expert-mon files * fix testAthenaTrigRDOtoBS.py (reduce output level and remove std. input, add menu selection) * add testAthenaTrigRDOtoBS_MC test * update HIST and REG reference path to ATN conf file to new unified structure * rm the edmcheck diffPoolFiles.py * Add PhysValMonitoring ATN Test (RTT to be configured) * Add MC_standalone test to run BS from the AthenaTrigRDOtoBS_MC test (try with rerunLVL1=1 for now) * Add diverse ATN-suits to enable parallel running - thanks to Alex for the support to enable the testing * Reduce diverse ATN-suits for now until the integrated ATN test is fixed to accept more than x * finally properly remove/prevent some of the std tests in RTT if not appropiate * TrigAnalysisTest-00-04-05 2015-04-04 Patrick Czodrowski <czodrows@cern.ch> * stop chainDump from running/failing in TDT and TrigEDM Checkers * add costum PerfMonDump for the no/Split Reco_tfs ... (Long ChangeLog diff - truncated)
-
James Frost authored
* ATLASRECTS-2061 * src/JetVertexTaggerTool.cxx : revert to dummy vertex in events where there is no vertex of type PrimaryVtx * JetMomentTools-00-03-11-00 2015-04-22 <james.frost AT cern.ch> * ATLJETMET-333 * Root/JetTrackMomentsTool.cxx: add track seleection filter * JetMomentTools/JetTrackMomentsTool.h: add track selection filter 2015-03-20 <james.frost AT cern.ch> * ATLJETMET-302 * src/JetVertexTaggerTool.cxx : add check of type for HS vertex * JetMomentTools/JetVertexTaggerTool.h : add local method to check HS vertex type * Root/JetCaloQualityTool.cxx : temporarily revert P-A's changes in -08 * tag as JetMomentTools-00-03-09 2015-03-06 <delsart@localhost> * ATLASRECTS-1738 * Root/JetCaloQualityTool.cxx : catch exceptions thrown by JetCaloCalculators and report an error. ... (Long ChangeLog diff - truncated)
-
Nicholas Styles authored
* Update forceUseDb settings obo N. Barlow * Tagged as SiLorentzAngleSvc-01-00-05-03 2015-05-05 Nick Styles * Temporary fix for ATLASRECTS-2049 until IBL DCS working * Tagged as SiLorentzAngleSvc-01-00-05-01 * Fix in SiLorentzAngleSvc-01-00-05-02 (missed SCT temperature setting)
-
Frank Winklmeier authored
* python/HLTTriggerResultGetter.py: Set AODEDMSet to AODFULL for data (ATR-10033) * python/T0TriggerGetter.py: Remove setting of AODEDMSet * TriggerJobOpts-00-04-88 2015-04-27 Joerg Stelzer * Schedule the new ROIB to L1Topo input converter for HLT when running on data (ATR-9628) * TriggerJobOpts-00-04-87 2015-04-24 Tomasz Bold * fixed bug of wrongly set triggerMenuSetup when running reprocessing (ATR-10573) * description in the JIRA ticket * improved messaging to be more specific (component contain flag name now) * TriggerJobOpts-00-04-86 2015-04-15 Catrin Bernius * Added Physics_pp_v5_cosmic_prescale to TriggerFlags (ATR-10605) * TriggerJobOpts-00-04-85 ... (Long ChangeLog diff - truncated)
-
Gabriele Sabato authored
* Debug, remove overwriting variable 2015-04-26 Gabriele Sabato<gsabato@cern.ch> * Introducing MBTStimeAvg, LArECtimeAvg in TAG file. * Tagging EventTagUtils-00-05-11 2015-04-25 Gabriele Sabato<gsabato@cern.ch> * Introducing MBTStimeDiff, MBTSword, LArECtimeDiff in TAG file. * Tagging EventTagUtils-00-05-10 2015-04-01 scott snyder <snyder@bnl.gov> * Tagging EventTagUtils-00-05-09. * Fix clang warning (unused member). 2015-03-23 Elmar Ritsch <elmar.ritsch@cern.ch> * Fixing crash caused by out-of-range bug in GlobalTriggerTagTool.cxx * Cleaning up StoreGate access in GlobalTriggerTagTool.cxx * Tagging EventTagUtils-00-05-08 2015-03-19 Gabriele Sabato<gsabato@cern.ch> * Removed NtightVtx from TAG file (obsolete variable), introduced new check for the NVtx (removing NoVtx element from the cointainer in the counting). ... (Long ChangeLog diff - truncated)
-
Sasha Mazurov authored
- JepRoiByteStreamV2Tool.cxx: fix bit mask for ROI type - CmxEnergySubBlock.cxx: fix version number in subblock header (TrigT1CaloByteStream-00-09-35) * Bytestream decoder fixes: - JepRoiByteStreamV2Tool.cxx: fix bit mask for ROI type - CmxEnergySubBlock.cxx: fix version number in subblock header * Tagged as TrigT1CaloByteStream-00-09-35 2015-04-27 Alexander Mazurov <alexander.mazurov@cern.ch> * ReadLVL1CaloBSRun2_jobOptions.py: - fix type for CPMTowersOverlap SG key (it's xAOD object) * CmxJetSubBlock.h: - explicitly enumerate source components * Tagged as TrigT1CaloByteStream-00-09-34 2015-04-26 Alexander Mazurov <alexander.mazurov@cern.ch> * CmxJetSubBlock: fix decoder * Disable some wrong Coverity warning (need to be checked) * Tagged as TrigT1CaloByteStream-00-09-33 2015-03-31 Alexander Mazurov <alexander.mazurov@cern.ch> * Add decoders that return xaod containers for CPMTower, CMXCPTob, CMXCPHit objects * PPM: For RUN1 data fill jep lut field with cp lut values (to avoid #ATR-10681) ... (Long ChangeLog diff - truncated)
-
Scott Snyder authored
* Tagging RootUtils-00-00-92. * src/pyroot/PyROOTInspector.cxx: Add workaround for TileCellVec. 2015-05-01 scott snyder <snyder@bnl.gov> * Tagging RootUtils-00-00-91. * src/pyroot/PyROOTInspector.cxx: Work around bug in xAOD::MissingETContainer. * Tagging RootUtils-00-00-90. * src/pyroot/PyROOTInspector.cxx: Add option to allow skipping transient members.
-
Steffen Henkelmann authored
-
Steffen Henkelmann authored
-
Thijs Cornelissen authored
* Ignore JetMissingETWord in TAG * PROCTools-00-00-80 2015-04-15 Christian Ohm <christian.ohm@cern.ch> * Adjust to r20 logs to fix TCT comparisons * python/getFileLists.py * python/compareTCTs.py 2015-03-29 Thijs Cornelissen <thijs.cornelissen@cern.ch> * Change to gcc48 2015-03-14 Christian Ohm <christian.ohm@cern.ch> * python/UploadTfAMITag.py - further improvements and a bit of a clean-up 2015-02-27 Christian Ohm <christian.ohm@cern.ch> * python/UploadTfAMITag.py - remove use of AMI credentials, don't reset input file for q-tags
-
Siarhei Harkusha authored
* src/TileDQFragMonTool.cxx: do not set up error ANY_CH_BAD_HV if channel has NoHV status * src/TileCellMonTool.cxx: ignore fake masked channels in special C10 cells during searching masked on the fly (channels/cells) * src/TileRODMonTool.cxx: do not fill histograms with releative difference betwean energy and time in dsp and offline per dsp (by default) * Tagging TileMonitoring-00-07-43 2015-04-30 Siarhei Harkusha <Siarhei.Harkusha@cern.ch> * cmt/requirements: added dependency on ByteStreamCnvSvcBase * TileRODMonTool: added histograms with rod fragment size per run and per lumiblock; added histograms with relative difference betwean energy and time in dsp and offline per partition added possibility to avoid filling histograms with releative difference betwean energy and time in dsp and offline per dsp which is controlled by new property Details * TileCellMonTool.cxx: removed labels from histogram with correlated modules * Tagging TileMonitoring-00-07-42 2015-04-24 Siarhei Harkusha <Siarhei.Harkusha@cern.ch> * share/TileMonState.py: set up TDAQ_IPC_TIMEOUT environment variable for noise and time monitoring jobs * src/TileDQFragMonTool.cxx: added new errors in DMU header errors histograms: ... (Long ChangeLog diff - truncated)
-
Fabrizio Salvatore authored
* added 'xAOD::HIEventShapeContainer_v1' (and Aux.) - note, this will not be used until the fall * tagged as TrigEDMConfig-00-02-19 2015-05-06 Fabrizio Salvatore * removed 'xAOD::TrigCompositeContainer#HLT_MuonCalibrationStream' (and 'Aux') container for Muons * from ESD and AODFULL - only needed for Data Scouting (DS) * tagged as TrigEDMConfig-00-02-18 2015-05-05 Fabrizio Salvatore * added 'xAOD::TrigCompositeContainer#HLT_MuonCalibrationStream' (and 'Aux') container for Muons * in DS, ESD and AODFULL * tagged as TrigEDMConfig-00-02-17 2015-03-19 sutt < sutt @ cern.ch > ... (Long ChangeLog diff - truncated)
-
Alexander Naip Tuna authored
* Moving run files to run directory * MuonTrkPhysMonitoring-02-02-12 for major slimming 2015-03-19 Rachel Rosten * add fix for coverity parameter size warning
-
Paolo Calafiura authored
release 20.1 HACK to allow DESD analysis job to work: added m_allowOverwrite property that makes record behave as overwrite (StoreGate-02-45-01-11) * Tagging StoreGate-02-45-01-11 * src/StoreGateSvc.cxx (typeless_record): release 20.1 HACK to allow DESD analysis job to work: added m_allowOverwrite property that makes record behave as overwrite 2015-02-12 Paolo Calafiura <calaf@calaf-C7Z87-OCE> * src/VarHandleBase.cxx (setState): add protection to debug printout
-
Christos Anastopoulos authored
* ATLASRECTS-2066 * egammaRec-07-01-18 2015-04-10 Bruno Lenzi <Bruno.Lenzi@cern.ch> * egammaTruthAssociationAlg: overwrite truth to reco link only if better matched in |E/Etrue - 1| (https://its.cern.ch/jira/browse/ATLASRECTS-1981) * egammaRec-07-01-17 2015-03-23 Bruno Lenzi <Bruno.Lenzi@cern.ch> * egammaTruthAssociationAlg: - Fixing getSimBarcodeOffset (int instead of string) - Fixing exception handling in egammaTruthAssociationGetter (https://its.cern.ch/jira/browse/ATLASRECTS-1888) - Barcode offset also in MCTruthClassifier (adding getSimBarcodeOffset1) (https://its.cern.ch/jira/browse/ATLASSIM-1859) * egammaLocker: storeGate.keys() outside loop to speed up (https://its.cern.ch/jira/browse/ATEAM-125) ... (Long ChangeLog diff - truncated)
-
Maximilian Emanuel Goblirsch-Kolb authored
* Some more tweaks to the Zmumu job options * Tagging MuonPerformanceAlgs-00-00-12 2015-05-02 Max Goblirsch <goblirsc@CERN.CH> * Updated job options to be able to run all three analyses in parallel * Cleaned up isolation job options * Reduced the TrackIsolationUpdater to a dummy alg that triggers the iso tool init * Preparations for AthAnalysisBase * Tagging MuonPerformanceAlgs-00-00-11 2015-04-23 Malik Aliev <malik.aliev@cern.ch> * Committed changes relevant to Muon Trigger Validation Tool (MTVT): * Updated MuonTP_topOptions.py mainly done by Max Goblirsch * Added ZmumuTPTrigAnalysis.py prepared by Max Goblirsch 2015-04-14 Max Goblirsch <goblirsc@CERN.CH> * Fixed stealthy removal of property in recent TrigMuonMatching tag... * Tagging MuonPerformanceAlgs-00-00-10 2015-04-14 Max Goblirsch <goblirsc@CERN.CH> ... (Long ChangeLog diff - truncated)
-
James Frost authored
2015-05-05 James Frost <james.frost AT cern.ch># * ATLJETMET-333 - add track selection to track moment tool * python/JetRecStandardTools.py: Add track selection to JetTrackMomentTool configuration * JetRec-03-00-39-02 2015-04-30 David Adams * JetRec-03-00-39-01 * ATLJETMET-333, ATLJETMET-321 * trigger/go: Update for new trigger names. * */*.ref: Update for new track selection. 2015-04-30 Mark Hodgkinson * JetRec-03-00-39-00 * ATLJETMET-333 * python/JetRecStandardTools.py, python/JetAlgorithm.py Add loose track selection to track jets 2015-04-23 Mark Hodgkinson * JetRec-03-00-39 * ATLJETMET-335 * The initial tag of the JetRec-03-00-39-branch is JetRec-03-00-39 ... (Long ChangeLog diff - truncated)
-
Edward Moyse authored
'Merged MuonCombinedBaseTools-01-01-64-branch back into trunk (fix for ATLASRECT-1946).' (MuonCombinedBaseTools-01-01-75) * Merged MuonCombinedBaseTools-01-01-64-branch back into trunk (fix for ATLASRECT-1946). * Tagged as MuonCombinedBaseTools-01-01-75 2015-05-04 Niels van Eldik * fix logic error, ATR-10997 * WARNING -> DEBUG * Tagged as MuonCombinedBaseTools-01-01-74 2015-05-01 Niels van Eldik * protect against ID hits, ATR-10997 * Tagged as MuonCombinedBaseTools-01-01-73 2015-04-28 Niels van Eldik * add TrackSegmentAssociationTool * Tagged as MuonCombinedBaseTools-01-01-72 2015-04-27 Niels van Eldik * add timing information to muons * fix bug in SlowMuon timing information * Tagged as MuonCombinedBaseTools-01-01-71 ... (Long ChangeLog diff - truncated)
-
Christos Leonidopoulos authored
* fix several coverity issues and update isolation cut for Trigger/Offline muons * tagged as TrigMuonMonitoring-00-02-09 2015-04-05 Yuji Yamazaki <yamazaki@phys.sci.kobe-u.ac.jp>, Li Yuan <lyuan@mail.ihep.ac.cn> * unit of L2muonSA MDT hit radius convert from mm to cm in MuFastMon.cxx * tagged as TrigMuonMonitoring-00-02-08
-
Edward Moyse authored
* Ooops. Cleaned up merge problems. * Tagging as TrkParametersBase-01-02-06 2015-05-04 Edward.Moyse@cern.ch * Another FPE fixed. * Tagging as TrkParametersBase-01-02-05 2015-04-16 Edward.Moyse@cern.ch * Branching for 1852 * Setting INVALID_QOP to a sensible number * Adding INVALID_P. * Fixing flipSign() check. * Tagging as TrkParametersBase-01-02-04-00 2015-03-05 Shaun Roe * corrected various serious editing errors * tag as TrkParametersBase-01-02-04 2015-03-04 Shaun Roe * fix coverity defect 16189 09/07/2014 (Medium) Unchecked return value :/build/AtlasOffline-dev/AtlasConditions/rel_2/InstallArea/include/TrkParametersBase/TrkParametersBase/ParametersT.icc in function "ParametersT" ... (Long ChangeLog diff - truncated)
-
Mark Sutton authored
* TrigIDtrkMonitoring-00-02-29 * fix bjet chains 2015-05-03 sutt < sutt @ cern.ch > * TrigIDtrkMonitoring-00-02-28 * modify tau instances 2015-05-03 sutt < sutt @ cern.ch > * TrigIDtrkMonitoring-00-02-27 * add roi specialisation to tau triggers 2015-05-01 sutt < sutt @ cern.ch > * TrigIDtrkMonitoring-00-02-26 * specify roi for tau chains 2015-04-29 sutt < sutt @ cern.ch > * TrigIDtrkMonitoring-00-02-25 * add efficiencies to the han config generator 2015-04-29 sutt < sutt @ cern.ch > ... (Long ChangeLog diff - truncated)
-
Mark Sutton authored
* TrigInDetValidation-00-06-24 * update some of the bjet analyses 2015-04-30 Stewart Martin-Haugh <smh@cern.ch> * TrigInDetValidation-00-06-23 * Two-step tau RoI specification for other tau jobs * monitro -> monitor typo 2015-05-01 sutt < sutt @ cern.ch > * TrigInDetValidation-00-06-22 * update tau comparitor 2015-05-01 sutt < sutt @ cern.ch > * TrigInDetValidation-00-06-21 * update tau rois 2015-04-30 sutt < sutt @ cern.ch > * TrigInDetValidation-00-06-20 * fix tau configuration ... (Long ChangeLog diff - truncated)
-
Mark Sutton authored
* TrigInDetAnalysisUser-00-03-78 * add new bjet analysis 2015-05-01 sutt < sutt @ cern.ch > * TrigInDetAnalysisUser-00-03-77 * modify for tau two-step chains 2015-04-28 sutt < sutt @ cern.ch > * TrigInDetAnalysisUser-00-03-76 * make reduced size ref file utility 2015-04-27 Julie Hart Kirk <hartj@lxplus0006.cern.ch> * Analysis/src/ConfAnalysis.cxx (initialiseInternal): change d0Max from 5 to 30 * TrigInDetAnalysisUser-00-03-75 2015-04-24 sutt < sutt @ cern.ch > * TrigInDetAnalysisUser-00-03-74 * don't filter cosmic tracks by RoI ... (Long ChangeLog diff - truncated)
-
Patrick Karl Czodrowski authored
-
Craig Wiglesworth authored
* added new mon/val tools * TrigCaloMonitoring-00-00-35
-
Jochen Meyer authored
* remove cout * Tagging xAODMuonAthenaPool-00-03-01 2015-02-26 Will Buttinger * src/xAODMuonSegmentAuxContainerCnv.cxx: Hide error messages about missing dictionary from AthAnalysisBase
-
Goetz Gaycken authored
* Fix irreproducibility reported in ATLASRECTS-2035.
-
Mark Sutton authored
* TrigInDetAnalysisExample-00-03-27 * fix cascade through RoI keys 2015-05-03 sutt < sutt @ cern.ch > * TrigInDetAnalysisExample-00-03-26 * fix compiler warnings and printout 2015-05-03 sutt < sutt @ cern.ch > * TrigInDetAnalysisExample-00-03-25 * fix ChangeLog 2015-05-03 sutt < sutt @ cern.ch > * TrigInDetAnalysisExample-00-03-24 * duplicate tag 2015-05-03 sutt < sutt @ cern.ch > * TrigInDetAnalysisExample-00-03-23 * remove warning printout 2015-05-01 sutt < sutt @ cern.ch > ... (Long ChangeLog diff - truncated)
-
Christos Leonidopoulos authored
* TrigTauMonitoring-00-00-59 * added TrigTauMonitCategory.py 2015-04-22 Daniele Zanzi <daniele . zanzi@ cern.ch> * TrigTauMonitoring-00-00-58 * tag for MAM * added eff curves and online/offline comparison in shifter folders 2015-04-22 Babar Ali <babar.ali@ cern.ch> * added deltaEta() method for computing the delta between eta * fixed bug and logic for Histograms in TauEfficiencyCombo() 2015-04-21 Babar Ali <babar.ali@ cern.ch> * added Histograms in TauEfficiencyCombo() for efficiency of combined trig 2015-04-04 Daniele Zanzi <daniele . zanzi@ cern.ch> * added histo for L1 and HLT counts 2015-04-02 Daniele Zanzi <daniele . zanzi@ cern.ch> * added method TauEfficiency() to compute L1 and HLT efficiencies wrt ... (Long ChangeLog diff - truncated)
-