Skip to content
Snippets Groups Projects

Update clang-format and switch to Ruff for Python linting and formatting

Merged Marco Clemencic requested to merge use-pre-commit into master
Files
117+
! -----------------------------------------------------------------------------
! Package : CaloFuture/CaloFutureMoniDst
! Responsible : Olivier Deschamps odescham@in2p3.fr
! Purpose : CaloFuture monitoring of Dst tape
! Purpose : CaloFuture monitoring of Dst tape
! -----------------------------------------------------------------------------
! 2016-08-16 - Olivier Deschamps
- implement counter() switch based on FutureCounterLevel tool
- implement counter() switch based on FutureCounterLevel tool
! 2016-06-11 - Deschamps Olivier for J.-F. Marchand
- ResolvedPi0Monitor : add 2d histo for pi0 mass versus cell index
@@ -22,13 +22,13 @@
-fix clang warnings
! 2015-10-22 - O. Deschamps
-initialize base-class (CaloFutureMoniAlg) everywhere
-initialize base-class (CaloFutureMoniAlg) everywhere
!========================= CaloFutureMoniDst v5r19 2015-10-13 =========================
! 2015-08-30 - Gerhard Raven
- remove DECLARE_ALGORITHM_FACTORY( CaloFutureMoniAlg ) and DECLARE_ALGORITHM_FACTORY( CaloFutureNtpBase )
as these are not 'concrete' algorithms, but base classes from which one first must inherit
and implement execute before they are useful.
and implement execute before they are useful.
! 2015-08-12 - Gerhard Raven
- remove #include of obsolete Gaudi headers
@@ -41,7 +41,7 @@
!========================= CaloFutureMoniDst v5r17 2014-05-13 =======================
! 2014-05-06 - Marco Cattaneo
- CaloFutureMoniAlg.cpp: use setHistoTopDir in initialize() instead of
setProperty("HistoTopDir") in constructor. Removes need for debug() in
setProperty("HistoTopDir") in constructor. Removes need for debug() in
constructor
- CaloFutureEFlowAlg.cpp: remove unnecessary debug() in constructor
- Above two changes fix unprotected debug() warnings
@@ -88,7 +88,7 @@
!========================= CaloFutureMoniDst v5r10 2012-04-13 =======================
! 2012-04-05 - Olivier Deschamps
- Add eta->gg monitoring (re-use resolvedPi0 algorithm)
- SpdMonitor : set splitArea=true as the default for CaloFuture2Dview histos
- SpdMonitor : set splitArea=true as the default for CaloFuture2Dview histos
!========================= CaloFutureMoniDst v5r9 2011-09-06 ========================
! 2011-09-03 - Olivier Deschamps
@@ -118,14 +118,14 @@
- Fix windows warning, converting double to int
! 2010-09-30 - Marco Cattaneo
- Undo part of previous fix, which was causing a relations table to not be
- Undo part of previous fix, which was causing a relations table to not be
loaded, causing the algorithm to throw ane exception. This was masking the
finalization crash, that is still there....
! 2010-09-30 - Olivier Deschamps
! 2010-09-30 - Olivier Deschamps
- CaloFuturePhotonChecker : fix finalization crash
! 2010-09-30 - Olivier Deschamps
! 2010-09-30 - Olivier Deschamps
- Improve CaloFuturePi0Ntp & CaloFutureElectronNtp
- add new ntp algorithm : CaloFutureAlignmentNtp
@@ -165,7 +165,7 @@
! 2010-04-12 - Dmitry GOLUBKOV
- doc/release.notes : corrected the place of the second comment from 2010-04-12
- Monitor.py : check if properties were already set before setting them
- cmt/requirements: version incremented to v5r1
- cmt/requirements: version incremented to v5r1
!========================== CaloFutureMoniDst v5r0 2010-04-12 =======================
! 2010-04-12 - Dmitry GOLUBKOV
@@ -175,7 +175,7 @@
- Fixed windows warnings in CaloFutureEMuPIDMon.cpp and CaloFuturePi0Checker.cpp
! 2010-04-02 - Dmitry Golubkov
- CaloFutureEMuPIDMon.cpp: fixed an SLC5 warning: type qualifiers ignored on function return type
- CaloFutureEMuPIDMon.cpp: fixed an SLC5 warning: type qualifiers ignored on function return type
! 2010-03-31 - Dmitry Golubkov
- following Vanya's suggestion remove completely CaloFutureEMuMonitor, CaloFutureEMuChecker
@@ -201,16 +201,16 @@
! 2010-03-08 - Olivier Deschamps
- adapt CaloFuturePhotonChecker to change in CaloFuturePIDs
@TODO : review checkers (use CaloFutureMCTools ...)
! 2010-03-08 - Olivier Deschamps
- make use of CaloFutureAlgUtils to define context-dependent TES inputs
- add control counters
- CaloFutureMoniDstConf
- CaloFutureMoniDstConf
- add missing ProtoElectronMonitor
- delegate the TES I/O to CaloFutureAlgUtils
- Usage :
@@ -251,22 +251,22 @@
! 2009-12-11 - Olivier Deschamps
- CaloFutureProtoElectronMonitor : make use of proto->info(PrsE) instead of CaloFutureHypo2CaloFuture tool.
! 2009-12-11 - Olivier Deschamps
! 2009-12-11 - Olivier Deschamps
- CaloFutureMoniAlg : remove verbose line
- new algorithm CaloFutureProtoElectronMonitor
- CaloFuturePi0Monitor : add pi0 mass peak with Y-selection of clusters.
!========================== CaloFutureMoniDst v4r2 2009-12-11 =======================
! 2009-12-01 - Olivier Deschamps
! 2009-12-01 - Olivier Deschamps
- CaloFutureMoniAlg : protection against non booked histograms in hfillX methods
! 2009-11-30 - Olivier Deschamps
! 2009-11-30 - Olivier Deschamps
- CaloFutureMoniAlg : add saturation bin(s) by default for 1D histograms
!========================== CaloFutureMoniDst v4r1 2009-10-20 =======================
! 2009-10-16 - Olivier Deschamps for Aurelien Martens
! 2009-10-16 - Olivier Deschamps for Aurelien Martens
- Update in CaloFutureEFlowAlg
! 2009-10-06 - Marco Cattaneo
@@ -274,13 +274,13 @@
! 2009-10-01 - Vanya BELYAEV
- CaloFutureMoniAlg.h :
minor fix for the recent modification in CaloFutureCellCode functions
minor fix for the recent modification in CaloFutureCellCode functions
! 2009-09-14 - Olivier Deschamps
- CaloFuturePi0Monitor :
- CaloFuturePi0Monitor :
- selection of non-converted photons
- isolation criteria
- Add background subtracted histo
- Add background subtracted histo
! 2009-09-08 - Olivier Deschamps
- Add background histo in resolved pi0 monitor
@@ -292,20 +292,20 @@
- CaloFuturePIDsChecker.cpp : fix division by zero in divide()
! 2009-09-01 - Vanya BELYAEV
- fix warnings in configurables
- fix warnings in configurables
! 2009-08-31 - Olivier Deschamps
- fix bug in CaloFutureMoniAlg (SplitAreas/m_split property/member already exists in inherited CaloFuture2DView)
! 2009-08-11 - Vanya BELYAEV
- futher polishing of configurables
- futher polishing of configurables
! 2009-08-05 - Vanya BELYAEV
- add proepr configurable
version incremen to v4r0
- add proepr configurable
version incremen to v4r0
! 2009-07-30 - Dmitry GOLUBKOV
- CaloFutureEMuMonitor.cpp add protection when no charged ProtoParticle
@@ -318,7 +318,7 @@
- Clean up dependencies in requirements
! 2009-07-24 - Chris Jones
- change std::map< std::string, XXX * > to
- change std::map< std::string, XXX * > to
GaudiUtils::HashMap< const std::string, XXX * > for faster lookups.
!========================== CaloFutureMoniDst v3r8 2009-06-17 =======================
@@ -329,32 +329,32 @@
! 2009-06-03 - Marco Cattaneo
- Fix for windows, do not use fabs with int argument, use abs
- Use _snprintf, not snprintf on windows
! 2009-05-22 - Marco Cattaneo
- Fix invalid matrix indices in computation of "shape" in CaloFuturePhotonChecker.cpp
!========================== CaloFutureMoniDst v3r6 2009-05-08 =======================
! 2009-05-05 - Olivier Deschamps for Aurelien Martens
- CaloFutureEFlowAlg.cpp : add protection
- CaloFutureEFlowAlg.opts : change default setting
- CaloFutureEFlowAlg.cpp : add protection
- CaloFutureEFlowAlg.opts : change default setting
! 2009-04-24 - Marco Cattaneo
- Fix compilation warning for gcc43
- Replace endreq by endmsg (obsolescent in Gaudi v21)
! 2009-04-21 - Olivier Deschamps for Dmitry Goloubkov
- CaloFutureEMuMonitor/Checker.{cpp,h} : produce histogram (+analysis) of CaloFuturePID
- CaloFutureEMuMonitor/Checker.{cpp,h} : produce histogram (+analysis) of CaloFuturePID
! 2009-04-20 - Olivier Deschamps for Aurelien Martens
- CaloFutureEFlowAlg.{cpp,h,opts} : produce histogram for 'Energy-Flow' calibration
method (Aurelien Martens)
!========================== CaloFutureMoniDst v3r5 2009-03-10 =======================
! 2009-03-06 - Olivier Deschamps
! 2009-03-06 - Olivier Deschamps
- set CaloFutureDQ.opt histo selection as default in CaloFutureMonitor.opts for Brunel
- new options : CaloFutureFullMonitoring.opts (to be added to produce the whole histo set)
! 2009-02-20 - Olivier Deschamps
! 2009-02-20 - Olivier Deschamps
- Clean monitoring algorithms
- add protection against missing data inputs here and there
- new options : CaloFutureDQ.opts : selection of relevant monitoring histo for Data Quality stuff
@@ -409,15 +409,15 @@
- add dependency on DaVinciMCKernel in requirements
! 2007-08-24 - Olivier Deschamps
- fix unchecked StatusCodes
- fix unchecked StatusCodes
! 2007-08-22 - Albert Puig & Olivier Deschamps
- new SpdMonitor algorithm
! 2007-07-25 - Konstantin Beloous & Olivier Deschamps
- Major release
- Major release
- package updated for DC06
- First step toward an online usage of the Monitoring part
- First step toward an online usage of the Monitoring part
- histograms production reviewed and improved
- some algorithm names have changed
- 2 types of algorithms : Monitor's (relying on data only) and Checker's (relying on MC)
@@ -428,23 +428,23 @@
!========================== CaloFutureMoniDst v2r1 2005-12-08 ===================
! 2005-12-08 - Olivier Deschamps
- CaloFuturePIDsMonitor.cpp use Track::History == 'Cnv' Tracks only
- CaloFuturePIDsMonitor.cpp use Track::History == 'Cnv' Tracks only
!========================== CaloFutureMoniDst v2r0 2005-11-04 ===================
! 2005-11-04 - Olivier Deschamps
- Adapt to new Track Event Model (TrackEvent v1r4)
modified file :
modified file :
src/CaloFuturePIDsMonitor.cpp
src/CaloFuturePhotonMonitor.h/cpp
src/CaloFutureHypoMatchMonitor.cpp
src/CaloFutureClusterMatchMonitor.cpp
- cmt/requirements
- cmt/requirements
version increment to v2r0
!======================== CaloFutureMoniDst v1r2 2005-06-02 =========================
! 2005-06-02 - Marco Cattaneo
- Adapt job options to change in phase name from BrunelMoni to Moni (for
- Adapt job options to change in phase name from BrunelMoni to Moni (for
monitoring without MC truth) and Check (for checking with MC truth)
========================= CaloFutureMoniDst v1r1 2005-05-13 =========================
@@ -452,19 +452,19 @@
- Fix ambiguous call to overloaded log10 function, for Windows
! 2005-05-08 - Vanya BELYAEV
- eliminate all associators
- a lot of minor cosmetic changes
- cmt/requirements
version increment to v1r1
- eliminate all associators
- a lot of minor cosmetic changes
- cmt/requirements
version increment to v1r1
========================= CaloFutureMoniDst v1r0 2004-10-27 =========================
! 2004-10-27 - Vanya BELYAEV
- tiny improvements in algorithms
- tiny improvements in algorithms
! 2004-10-25 - Vanya BELYAEV
- the new package: the code is imported from CaloFuture/CaloFutureMonitor package
- the new package: the code is imported from CaloFuture/CaloFutureMonitor package
! -----------------------------------------------------------------------------
! The END
! The END
! -----------------------------------------------------------------------------
Loading