From 96343bc8cc11eaf7f0b74277a36b452e68745dde Mon Sep 17 00:00:00 2001 From: Marco Cattaneo <marco.cattaneo@cern.ch> Date: Thu, 14 Mar 2019 17:16:34 +0100 Subject: [PATCH] add copyright --- CMakeLists.txt | 10 ++++++++++ Calo/CaloMoniDst/CMakeLists.txt | 10 ++++++++++ Calo/CaloMoniDst/python/CaloMoniDst/Configuration.py | 10 ++++++++++ Calo/CaloMoniDst/python/CaloMoniDst/Monitor.py | 10 ++++++++++ Calo/CaloMoniDst/src/CaloAlignmentNtp.cpp | 10 ++++++++++ Calo/CaloMoniDst/src/CaloAlignmentNtp.h | 10 ++++++++++ Calo/CaloMoniDst/src/CaloClusterChecker.cpp | 10 ++++++++++ Calo/CaloMoniDst/src/CaloClusterMatchMonitor.cpp | 10 ++++++++++ Calo/CaloMoniDst/src/CaloClusterMonitor.cpp | 10 ++++++++++ Calo/CaloMoniDst/src/CaloDigitMonitor.cpp | 10 ++++++++++ Calo/CaloMoniDst/src/CaloEFlowAlg.cpp | 10 ++++++++++ Calo/CaloMoniDst/src/CaloEFlowAlg.h | 10 ++++++++++ Calo/CaloMoniDst/src/CaloEMuPIDMon.cpp | 10 ++++++++++ Calo/CaloMoniDst/src/CaloElectronNtp.cpp | 10 ++++++++++ Calo/CaloMoniDst/src/CaloElectronNtp.h | 10 ++++++++++ Calo/CaloMoniDst/src/CaloHypoMatchMonitor.cpp | 10 ++++++++++ Calo/CaloMoniDst/src/CaloHypoMonitor.cpp | 10 ++++++++++ Calo/CaloMoniDst/src/CaloHypoNtp.cpp | 10 ++++++++++ Calo/CaloMoniDst/src/CaloHypoNtp.h | 10 ++++++++++ Calo/CaloMoniDst/src/CaloMoniAlg.cpp | 10 ++++++++++ Calo/CaloMoniDst/src/CaloMoniAlg.h | 10 ++++++++++ Calo/CaloMoniDst/src/CaloNtpBase.cpp | 10 ++++++++++ Calo/CaloMoniDst/src/CaloNtpBase.h | 10 ++++++++++ Calo/CaloMoniDst/src/CaloPIDsChecker.cpp | 10 ++++++++++ Calo/CaloMoniDst/src/CaloPhotonChecker.cpp | 10 ++++++++++ Calo/CaloMoniDst/src/CaloPhotonChecker.h | 10 ++++++++++ Calo/CaloMoniDst/src/CaloPi0Checker.cpp | 10 ++++++++++ Calo/CaloMoniDst/src/CaloPi0Monitor.cpp | 10 ++++++++++ Calo/CaloMoniDst/src/CaloPi0Ntp.cpp | 10 ++++++++++ Calo/CaloMoniDst/src/CaloPi0Ntp.h | 10 ++++++++++ Calo/CaloMoniDst/src/CaloProtoElectronMonitor.cpp | 10 ++++++++++ Calo/CaloMoniDst/src/CaloProtoElectronMonitor.h | 10 ++++++++++ Calo/CaloMoniDst/src/L0CaloScale.cpp | 10 ++++++++++ Calo/CaloMoniDst/src/SpdMonitor.cpp | 10 ++++++++++ Calo/CaloPIDs/CMakeLists.txt | 10 ++++++++++ Calo/CaloPIDs/python/CaloPIDs/Configuration.py | 10 ++++++++++ Calo/CaloPIDs/python/CaloPIDs/PIDs.py | 10 ++++++++++ Calo/CaloPIDs/src/BremChi22ID.cpp | 10 ++++++++++ Calo/CaloPIDs/src/BremMatchAlg.cpp | 10 ++++++++++ Calo/CaloPIDs/src/BremPIDeAlg.cpp | 10 ++++++++++ Calo/CaloPIDs/src/CaloBremMatch.cpp | 10 ++++++++++ Calo/CaloPIDs/src/CaloChi22ID.cpp | 10 ++++++++++ Calo/CaloPIDs/src/CaloChi22ID.h | 10 ++++++++++ Calo/CaloPIDs/src/CaloElectronMatch.cpp | 10 ++++++++++ Calo/CaloPIDs/src/CaloEnergyForTrack.cpp | 10 ++++++++++ Calo/CaloPIDs/src/CaloEnergyForTrack.h | 10 ++++++++++ Calo/CaloPIDs/src/CaloID2DLL.cpp | 10 ++++++++++ Calo/CaloPIDs/src/CaloID2DLL.h | 10 ++++++++++ Calo/CaloPIDs/src/CaloPhotonIdAlg.cpp | 10 ++++++++++ Calo/CaloPIDs/src/CaloPhotonIdAlg.h | 10 ++++++++++ Calo/CaloPIDs/src/CaloPhotonMatch.cpp | 10 ++++++++++ Calo/CaloPIDs/src/CaloTrack2IDAlg.cpp | 10 ++++++++++ Calo/CaloPIDs/src/CaloTrack2IDAlg.h | 10 ++++++++++ Calo/CaloPIDs/src/CaloTrackAlg.cpp | 10 ++++++++++ Calo/CaloPIDs/src/CaloTrackAlg.h | 10 ++++++++++ Calo/CaloPIDs/src/CaloTrackMatch.cpp | 10 ++++++++++ Calo/CaloPIDs/src/CaloTrackMatch.h | 10 ++++++++++ Calo/CaloPIDs/src/CaloTrackMatchAlg.cpp | 10 ++++++++++ Calo/CaloPIDs/src/CaloTrackMatchAlg.h | 10 ++++++++++ Calo/CaloPIDs/src/CaloTrackTool.cpp | 10 ++++++++++ Calo/CaloPIDs/src/CaloTrackTool.h | 10 ++++++++++ Calo/CaloPIDs/src/ClusChi22ID.cpp | 10 ++++++++++ Calo/CaloPIDs/src/EcalChi22ID.cpp | 10 ++++++++++ Calo/CaloPIDs/src/EcalEnergyForTrack.cpp | 10 ++++++++++ Calo/CaloPIDs/src/EcalPIDeAlg.cpp | 10 ++++++++++ Calo/CaloPIDs/src/EcalPIDmuAlg.cpp | 10 ++++++++++ Calo/CaloPIDs/src/ElectronMatchAlg.cpp | 10 ++++++++++ Calo/CaloPIDs/src/HcalEnergyForTrack.cpp | 10 ++++++++++ Calo/CaloPIDs/src/HcalPIDeAlg.cpp | 10 ++++++++++ Calo/CaloPIDs/src/HcalPIDmuAlg.cpp | 10 ++++++++++ Calo/CaloPIDs/src/InBremAcceptance.cpp | 10 ++++++++++ Calo/CaloPIDs/src/InBremAcceptanceAlg.cpp | 10 ++++++++++ Calo/CaloPIDs/src/InCaloAcceptance.cpp | 10 ++++++++++ Calo/CaloPIDs/src/InCaloAcceptance.h | 10 ++++++++++ Calo/CaloPIDs/src/InCaloAcceptanceAlg.cpp | 10 ++++++++++ Calo/CaloPIDs/src/InCaloAcceptanceAlg.h | 10 ++++++++++ Calo/CaloPIDs/src/InEcalAcceptance.cpp | 10 ++++++++++ Calo/CaloPIDs/src/InEcalAcceptanceAlg.cpp | 10 ++++++++++ Calo/CaloPIDs/src/InHcalAcceptance.cpp | 10 ++++++++++ Calo/CaloPIDs/src/InHcalAcceptanceAlg.cpp | 10 ++++++++++ Calo/CaloPIDs/src/InPrsAcceptance.cpp | 10 ++++++++++ Calo/CaloPIDs/src/InPrsAcceptanceAlg.cpp | 10 ++++++++++ Calo/CaloPIDs/src/InSpdAcceptance.cpp | 10 ++++++++++ Calo/CaloPIDs/src/InSpdAcceptanceAlg.cpp | 10 ++++++++++ Calo/CaloPIDs/src/Linear.h | 10 ++++++++++ Calo/CaloPIDs/src/PhotonMatchAlg.cpp | 10 ++++++++++ Calo/CaloPIDs/src/PrsEnergyForTrack.cpp | 10 ++++++++++ Calo/CaloPIDs/src/PrsPIDeAlg.cpp | 10 ++++++++++ Calo/CaloPIDs/src/SpdEnergyForTrack.cpp | 10 ++++++++++ Calo/CaloPIDs/src/ToString.h | 10 ++++++++++ Calo/CaloPIDs/src/ToVector.h | 10 ++++++++++ Calo/CaloPIDs/src/Track2EcalEAlg.cpp | 10 ++++++++++ Calo/CaloPIDs/src/Track2HcalEAlg.cpp | 10 ++++++++++ Calo/CaloPIDs/src/Track2PrsEAlg.cpp | 10 ++++++++++ Calo/CaloPIDs/src/Track2SpdEAlg.cpp | 10 ++++++++++ Calo/CaloReco/CMakeLists.txt | 10 ++++++++++ Calo/CaloReco/python/CaloReco/Configuration.py | 10 ++++++++++ Calo/CaloReco/python/CaloReco/Corrections.py | 10 ++++++++++ Calo/CaloReco/python/CaloReco/Reconstruction.py | 10 ++++++++++ Calo/CaloReco/python/CaloReco/__init__.py | 10 ++++++++++ Calo/CaloReco/src/CaloClusterCorrect3x3Position.cpp | 10 ++++++++++ Calo/CaloReco/src/CaloClusterCorrect3x3Position.h | 10 ++++++++++ Calo/CaloReco/src/CaloClusterCovarianceAlg.cpp | 10 ++++++++++ Calo/CaloReco/src/CaloClusterCovarianceAlg.h | 10 ++++++++++ Calo/CaloReco/src/CaloClusterizationTool.cpp | 10 ++++++++++ Calo/CaloReco/src/CaloClusterizationTool.h | 10 ++++++++++ Calo/CaloReco/src/CaloCorrectionBase.cpp | 10 ++++++++++ Calo/CaloReco/src/CaloCorrectionBase.h | 10 ++++++++++ Calo/CaloReco/src/CaloDigitsFilterAlg.cpp | 10 ++++++++++ Calo/CaloReco/src/CaloDigitsFilterAlg.h | 10 ++++++++++ Calo/CaloReco/src/CaloECorrection.cpp | 10 ++++++++++ Calo/CaloReco/src/CaloECorrection.h | 10 ++++++++++ Calo/CaloReco/src/CaloElectronAlg.cpp | 10 ++++++++++ Calo/CaloReco/src/CaloElectronAlg.h | 10 ++++++++++ Calo/CaloReco/src/CaloExtraDigits.cpp | 10 ++++++++++ Calo/CaloReco/src/CaloExtraDigits.h | 10 ++++++++++ Calo/CaloReco/src/CaloGetterInit.cpp | 10 ++++++++++ Calo/CaloReco/src/CaloGetterInit.h | 10 ++++++++++ Calo/CaloReco/src/CaloHypoAlg.cpp | 10 ++++++++++ Calo/CaloReco/src/CaloHypoAlg.h | 10 ++++++++++ Calo/CaloReco/src/CaloLCorrection.cpp | 10 ++++++++++ Calo/CaloReco/src/CaloLCorrection.h | 10 ++++++++++ Calo/CaloReco/src/CaloMergedPi0.cpp | 10 ++++++++++ Calo/CaloReco/src/CaloMergedPi0.h | 10 ++++++++++ Calo/CaloReco/src/CaloSCorrection.cpp | 10 ++++++++++ Calo/CaloReco/src/CaloSCorrection.h | 10 ++++++++++ Calo/CaloReco/src/CaloSelectChargedClusterWithSpd.cpp | 10 ++++++++++ Calo/CaloReco/src/CaloSelectCluster.cpp | 10 ++++++++++ Calo/CaloReco/src/CaloSelectCluster.h | 10 ++++++++++ Calo/CaloReco/src/CaloSelectClusterWithPrs.cpp | 10 ++++++++++ Calo/CaloReco/src/CaloSelectClusterWithPrs.h | 10 ++++++++++ Calo/CaloReco/src/CaloSelectClusterWithSpd.cpp | 10 ++++++++++ Calo/CaloReco/src/CaloSelectClusterWithSpd.h | 10 ++++++++++ Calo/CaloReco/src/CaloSelectNeutralClusterWithSpd.cpp | 10 ++++++++++ .../src/CaloSelectNeutralClusterWithTracks.cpp | 10 ++++++++++ Calo/CaloReco/src/CaloSelectNeutralClusterWithTracks.h | 10 ++++++++++ Calo/CaloReco/src/CaloSelector.cpp | 10 ++++++++++ Calo/CaloReco/src/CaloSelector.h | 10 ++++++++++ Calo/CaloReco/src/CaloSelectorAND.cpp | 10 ++++++++++ Calo/CaloReco/src/CaloSelectorAND.h | 10 ++++++++++ Calo/CaloReco/src/CaloSelectorNOT.cpp | 10 ++++++++++ Calo/CaloReco/src/CaloSelectorNOT.h | 10 ++++++++++ Calo/CaloReco/src/CaloSelectorOR.cpp | 10 ++++++++++ Calo/CaloReco/src/CaloSelectorOR.h | 10 ++++++++++ Calo/CaloReco/src/CaloSharedCellAlg.cpp | 10 ++++++++++ Calo/CaloReco/src/CaloSharedCellAlg.h | 10 ++++++++++ Calo/CaloReco/src/CaloShowerOverlap.cpp | 10 ++++++++++ Calo/CaloReco/src/CaloShowerOverlap.h | 10 ++++++++++ Calo/CaloReco/src/CaloShowerOverlapTool.cpp | 10 ++++++++++ Calo/CaloReco/src/CaloShowerOverlapTool.h | 10 ++++++++++ Calo/CaloReco/src/CaloSinglePhotonAlg.cpp | 10 ++++++++++ Calo/CaloReco/src/CaloSinglePhotonAlg.h | 10 ++++++++++ Calo/CaloReco/src/CelAutoTaggedCell.h | 10 ++++++++++ Calo/CaloReco/src/CellularAutomatonAlg.cpp | 10 ++++++++++ Calo/CaloReco/src/CellularAutomatonAlg.h | 10 ++++++++++ Calo/CaloReco/src/ClusterCovarianceMatrixTool.cpp | 10 ++++++++++ Calo/CaloReco/src/ClusterCovarianceMatrixTool.h | 10 ++++++++++ Calo/CaloReco/src/ClusterSpreadTool.cpp | 10 ++++++++++ Calo/CaloReco/src/ClusterSpreadTool.h | 10 ++++++++++ Calo/CaloReco/src/SubClusterSelector2x2.cpp | 10 ++++++++++ Calo/CaloReco/src/SubClusterSelector2x2.h | 10 ++++++++++ Calo/CaloReco/src/SubClusterSelector3x3.cpp | 10 ++++++++++ Calo/CaloReco/src/SubClusterSelector3x3.h | 10 ++++++++++ Calo/CaloReco/src/SubClusterSelectorBase.cpp | 10 ++++++++++ Calo/CaloReco/src/SubClusterSelectorBase.h | 10 ++++++++++ Calo/CaloReco/src/SubClusterSelectorSwissCross.cpp | 10 ++++++++++ Calo/CaloReco/src/SubClusterSelectorSwissCross.h | 10 ++++++++++ Calo/CaloReco/src/SubClusterSelectorTool.cpp | 10 ++++++++++ Calo/CaloReco/src/SubClusterSelectorTool.h | 10 ++++++++++ Calo/CaloReco/src/TaggedCellFunctor.h | 10 ++++++++++ Calo/CaloTools/CMakeLists.txt | 10 ++++++++++ Calo/CaloTools/src/Calo2Calo.cpp | 10 ++++++++++ Calo/CaloTools/src/Calo2Calo.h | 10 ++++++++++ Calo/CaloTools/src/Calo2MCTool.cpp | 10 ++++++++++ Calo/CaloTools/src/Calo2MCTool.h | 10 ++++++++++ Calo/CaloTools/src/CaloCosmicsTool.cpp | 10 ++++++++++ Calo/CaloTools/src/CaloCosmicsTool.h | 10 ++++++++++ Calo/CaloTools/src/CaloCosmicsTrackAlg.cpp | 10 ++++++++++ Calo/CaloTools/src/CaloCosmicsTrackAlg.h | 10 ++++++++++ Calo/CaloTools/src/CaloCosmicsTrackTool.cpp | 10 ++++++++++ Calo/CaloTools/src/CaloCosmicsTrackTool.h | 10 ++++++++++ Calo/CaloTools/src/CaloElectron.cpp | 10 ++++++++++ Calo/CaloTools/src/CaloElectron.h | 10 ++++++++++ Calo/CaloTools/src/CaloGetterTool.cpp | 10 ++++++++++ Calo/CaloTools/src/CaloGetterTool.h | 10 ++++++++++ Calo/CaloTools/src/CaloHypo2Calo.cpp | 10 ++++++++++ Calo/CaloTools/src/CaloHypo2Calo.h | 10 ++++++++++ Calo/CaloTools/src/CaloHypoEstimator.cpp | 10 ++++++++++ Calo/CaloTools/src/CaloHypoEstimator.h | 10 ++++++++++ Calo/CaloTools/src/CaloRelationsGetter.cpp | 10 ++++++++++ Calo/CaloTools/src/CaloRelationsGetter.h | 10 ++++++++++ Calo/CaloTools/src/CheckCaloHypoRef.cpp | 10 ++++++++++ Calo/CaloTools/src/CheckCaloHypoRef.h | 10 ++++++++++ Calo/CaloTools/src/CounterLevel.cpp | 10 ++++++++++ Calo/CaloTools/src/CounterLevel.h | 10 ++++++++++ Calo/CaloTools/src/GammaPi0SeparationTool.cpp | 10 ++++++++++ Calo/CaloTools/src/GammaPi0SeparationTool.h | 10 ++++++++++ Calo/CaloTools/src/GammaPi0XGBoostTool.cpp | 10 ++++++++++ Calo/CaloTools/src/GammaPi0XGBoostTool.h | 10 ++++++++++ Calo/CaloTools/src/L0Calo2CaloTool.cpp | 10 ++++++++++ Calo/CaloTools/src/L0Calo2CaloTool.h | 10 ++++++++++ Calo/CaloTools/src/NeutralIDTool.cpp | 10 ++++++++++ Calo/CaloTools/src/NeutralIDTool.h | 10 ++++++++++ Calo/CaloTools/src/Part2Calo.cpp | 10 ++++++++++ Calo/CaloTools/src/Part2Calo.h | 10 ++++++++++ Calo/CaloTools/src/TMV_MLP_E.C | 10 ++++++++++ Calo/CaloTools/src/TMV_MLP_H.C | 10 ++++++++++ Calo/CaloTools/src/TMV_MLP_inner.C | 10 ++++++++++ Calo/CaloTools/src/TMV_MLP_middle.C | 10 ++++++++++ Calo/CaloTools/src/TMV_MLP_outer.C | 10 ++++++++++ Calo/CaloTools/src/Track2Calo.cpp | 10 ++++++++++ Calo/CaloTools/src/Track2Calo.h | 10 ++++++++++ Calo/CaloTools/src/XGBClassifierPhPi0.cpp | 10 ++++++++++ Calo/CaloTools/src/XGBClassifierPhPi0.h | 10 ++++++++++ Hlt/HltMonitors/CMakeLists.txt | 10 ++++++++++ .../python/HltMonitors/ConfiguredHltMonitors.py | 10 ++++++++++ Hlt/HltMonitors/src/HltCompositionMonitor.cpp | 10 ++++++++++ Hlt/HltMonitors/src/HltCompositionMonitor.h | 10 ++++++++++ Hlt/HltMonitors/src/HltMonitorBase.cpp | 10 ++++++++++ Hlt/HltMonitors/src/HltMonitorBase.h | 10 ++++++++++ Hlt/HltMonitors/src/HltRateMonitor.cpp | 10 ++++++++++ Hlt/HltMonitors/src/HltRateMonitor.h | 10 ++++++++++ Hlt/HltMonitors/src/MuMonitor.cpp | 10 ++++++++++ Hlt/HltMonitors/src/MuMonitor.h | 10 ++++++++++ Muon/MuonID/CMakeLists.txt | 10 ++++++++++ Muon/MuonID/Findcatboost.cmake | 10 ++++++++++ Muon/MuonID/Findflatbuffers.cmake | 10 ++++++++++ Muon/MuonID/MuonID/CommonMuonHit.h | 10 ++++++++++ Muon/MuonID/MuonID/CommonMuonHitManager.h | 10 ++++++++++ Muon/MuonID/MuonID/CommonMuonStation.h | 10 ++++++++++ Muon/MuonID/MuonID/ICommonMuonTool.h | 10 ++++++++++ Muon/MuonID/MuonID/IMVATool.h | 10 ++++++++++ Muon/MuonID/MuonID/IMuonIDTool.h | 10 ++++++++++ Muon/MuonID/MuonID/IMuonMatchTool.h | 10 ++++++++++ Muon/MuonID/dict/MuonID.xml | 10 ++++++++++ Muon/MuonID/dict/MuonIDDict.h | 10 ++++++++++ Muon/MuonID/python/MuonID/ConfiguredMuonIDs.py | 10 ++++++++++ Muon/MuonID/python/MuonID/M_2008_def_chi2b.py | 10 ++++++++++ Muon/MuonID/python/MuonID/M_2008_def_chi2s.py | 10 ++++++++++ Muon/MuonID/python/MuonID/M_2008_def_distb.py | 10 ++++++++++ Muon/MuonID/python/MuonID/M_2008_def_dists.py | 10 ++++++++++ Muon/MuonID/python/MuonID/M_2008_def_gamoms.py | 10 ++++++++++ Muon/MuonID/python/MuonID/M_2008_def_gaprobs.py | 10 ++++++++++ Muon/MuonID/python/MuonID/M_2009_def_chi2b.py | 10 ++++++++++ Muon/MuonID/python/MuonID/M_2009_def_chi2s.py | 10 ++++++++++ Muon/MuonID/python/MuonID/M_2009_def_distb.py | 10 ++++++++++ Muon/MuonID/python/MuonID/M_2009_def_dists.py | 10 ++++++++++ Muon/MuonID/python/MuonID/M_2009_def_gamoms.py | 10 ++++++++++ Muon/MuonID/python/MuonID/M_2009_def_gaprobs.py | 10 ++++++++++ Muon/MuonID/python/MuonID/M_2010_def_chi2b.py | 10 ++++++++++ Muon/MuonID/python/MuonID/M_2010_def_chi2s.py | 10 ++++++++++ Muon/MuonID/python/MuonID/M_2010_def_distb.py | 10 ++++++++++ Muon/MuonID/python/MuonID/M_2010_def_dists.py | 10 ++++++++++ Muon/MuonID/python/MuonID/M_2010_def_gamoms.py | 10 ++++++++++ Muon/MuonID/python/MuonID/M_2010_def_gaprobs.py | 10 ++++++++++ Muon/MuonID/python/MuonID/M_2011_def_chi2b.py | 10 ++++++++++ Muon/MuonID/python/MuonID/M_2011_def_chi2s.py | 10 ++++++++++ Muon/MuonID/python/MuonID/M_2011_def_distb.py | 10 ++++++++++ Muon/MuonID/python/MuonID/M_2011_def_dists.py | 10 ++++++++++ Muon/MuonID/python/MuonID/M_2011_def_gamoms.py | 10 ++++++++++ Muon/MuonID/python/MuonID/M_2011_def_gaprobs.py | 10 ++++++++++ Muon/MuonID/python/MuonID/M_DC06_def_chi2b.py | 10 ++++++++++ Muon/MuonID/python/MuonID/M_DC06_def_chi2s.py | 10 ++++++++++ Muon/MuonID/python/MuonID/M_DC06_def_distb.py | 10 ++++++++++ Muon/MuonID/python/MuonID/M_DC06_def_dists.py | 10 ++++++++++ Muon/MuonID/python/MuonID/M_DC06_def_gamoms.py | 10 ++++++++++ Muon/MuonID/python/MuonID/M_DC06_def_gaprobs.py | 10 ++++++++++ Muon/MuonID/python/MuonID/M_MC09_def_chi2b.py | 10 ++++++++++ Muon/MuonID/python/MuonID/M_MC09_def_chi2s.py | 10 ++++++++++ Muon/MuonID/python/MuonID/M_MC09_def_distb.py | 10 ++++++++++ Muon/MuonID/python/MuonID/M_MC09_def_dists.py | 10 ++++++++++ Muon/MuonID/python/MuonID/M_MC09_def_gamoms.py | 10 ++++++++++ Muon/MuonID/python/MuonID/M_MC09_def_gaprobs.py | 10 ++++++++++ Muon/MuonID/python/MuonID/Muon_2008_def.py | 10 ++++++++++ Muon/MuonID/python/MuonID/Muon_2009_def.py | 10 ++++++++++ Muon/MuonID/python/MuonID/Muon_2010_def.py | 10 ++++++++++ Muon/MuonID/python/MuonID/Muon_2011_def.py | 10 ++++++++++ Muon/MuonID/python/MuonID/Muon_DC06_def.py | 10 ++++++++++ Muon/MuonID/python/MuonID/Muon_MC09_def.py | 10 ++++++++++ Muon/MuonID/python/MuonID/__init__.py | 10 ++++++++++ Muon/MuonID/python/MuonID/loadModule.py | 10 ++++++++++ Muon/MuonID/python/MuonID/tanh_2010.py | 10 ++++++++++ Muon/MuonID/python/MuonID/tanh_DC06.py | 10 ++++++++++ Muon/MuonID/src/component/CLTool.cpp | 10 ++++++++++ Muon/MuonID/src/component/CLTool.h | 10 ++++++++++ Muon/MuonID/src/component/Chi2MuIDTool.cpp | 10 ++++++++++ Muon/MuonID/src/component/Chi2MuIDTool.h | 10 ++++++++++ Muon/MuonID/src/component/CommonMuonHitManager.cpp | 10 ++++++++++ Muon/MuonID/src/component/CommonMuonTool.cpp | 10 ++++++++++ Muon/MuonID/src/component/CommonMuonTool.h | 10 ++++++++++ Muon/MuonID/src/component/DLLMuonTool.cpp | 10 ++++++++++ Muon/MuonID/src/component/DLLMuonTool.h | 10 ++++++++++ Muon/MuonID/src/component/DistMuIDTool.cpp | 10 ++++++++++ Muon/MuonID/src/component/DistMuIDTool.h | 10 ++++++++++ Muon/MuonID/src/component/GetArrival.cpp | 10 ++++++++++ Muon/MuonID/src/component/GetArrival.h | 10 ++++++++++ Muon/MuonID/src/component/ICLTool.h | 10 ++++++++++ Muon/MuonID/src/component/IGetArrival.h | 10 ++++++++++ Muon/MuonID/src/component/IIsMuonCandidateC.h | 10 ++++++++++ Muon/MuonID/src/component/INShared.h | 10 ++++++++++ Muon/MuonID/src/component/ImuIDTool.h | 10 ++++++++++ Muon/MuonID/src/component/Interpolator.cpp | 10 ++++++++++ Muon/MuonID/src/component/Interpolator.h | 10 ++++++++++ Muon/MuonID/src/component/IsMuonCandidateC.cpp | 10 ++++++++++ Muon/MuonID/src/component/IsMuonCandidateC.h | 10 ++++++++++ Muon/MuonID/src/component/MVATool.cpp | 10 ++++++++++ Muon/MuonID/src/component/MVATool.h | 10 ++++++++++ Muon/MuonID/src/component/MakeMuonMeasurements.cpp | 10 ++++++++++ Muon/MuonID/src/component/MakeMuonMeasurements.h | 10 ++++++++++ Muon/MuonID/src/component/MakeMuonTool.cpp | 10 ++++++++++ Muon/MuonID/src/component/MakeMuonTool.h | 10 ++++++++++ Muon/MuonID/src/component/MuonChi2MatchTool.cpp | 10 ++++++++++ Muon/MuonID/src/component/MuonChi2MatchTool.h | 10 ++++++++++ Muon/MuonID/src/component/MuonIDAlg.cpp | 10 ++++++++++ Muon/MuonID/src/component/MuonIDAlg.h | 10 ++++++++++ Muon/MuonID/src/component/MuonIDAlgLite.cpp | 10 ++++++++++ Muon/MuonID/src/component/MuonIDAlgLite.h | 10 ++++++++++ Muon/MuonID/src/component/MuonIDPlusAlg.cpp | 10 ++++++++++ Muon/MuonID/src/component/MuonIDPlusAlg.h | 10 ++++++++++ Muon/MuonID/src/component/MuonIDPlusTool.cpp | 10 ++++++++++ Muon/MuonID/src/component/MuonIDPlusTool.h | 10 ++++++++++ Muon/MuonID/src/component/MuonKalmanMatchTool.cpp | 10 ++++++++++ Muon/MuonID/src/component/MuonKalmanMatchTool.h | 10 ++++++++++ Muon/MuonID/src/component/NShared.cpp | 10 ++++++++++ Muon/MuonID/src/component/NShared.h | 10 ++++++++++ Muon/MuonID/src/component/SmartMuonMeasProvider.cpp | 10 ++++++++++ Muon/MuonID/src/component/SmartMuonMeasProvider.h | 10 ++++++++++ Muon/MuonID/src/component/ctr_data_generated.h | 10 ++++++++++ Muon/MuonID/src/component/evaluator.cpp | 10 ++++++++++ Muon/MuonID/src/component/evaluator.h | 10 ++++++++++ Muon/MuonID/src/component/features_generated.h | 10 ++++++++++ Muon/MuonID/src/component/model_calcer_wrapper.h | 10 ++++++++++ Muon/MuonID/src/component/model_generated.h | 10 ++++++++++ ..._05_2_masscut_withPreweight_NoNshared_NewMS.class.C | 10 ++++++++++ Muon/MuonID/src/component/wrapped_calcer.h | 10 ++++++++++ Muon/MuonID/src/lib/CommonMuonStation.cpp | 10 ++++++++++ Muon/MuonInterfaces/CMakeLists.txt | 10 ++++++++++ Muon/MuonInterfaces/MuonInterfaces/IMuonClusterRec.h | 10 ++++++++++ Muon/MuonInterfaces/MuonInterfaces/IMuonClusterTool.h | 10 ++++++++++ Muon/MuonInterfaces/MuonInterfaces/IMuonFastHWTool.h | 10 ++++++++++ Muon/MuonInterfaces/MuonInterfaces/IMuonHitDecode.h | 10 ++++++++++ Muon/MuonInterfaces/MuonInterfaces/IMuonPadRec.h | 10 ++++++++++ Muon/MuonInterfaces/MuonInterfaces/IMuonTimeCor.h | 10 ++++++++++ Muon/MuonInterfaces/MuonInterfaces/IMuonTrackMomRec.h | 10 ++++++++++ Muon/MuonInterfaces/MuonInterfaces/IMuonTrackRec.h | 10 ++++++++++ Muon/MuonInterfaces/MuonInterfaces/MuonHit.h | 10 ++++++++++ Muon/MuonInterfaces/MuonInterfaces/MuonLogHit.h | 10 ++++++++++ Muon/MuonInterfaces/MuonInterfaces/MuonLogPad.h | 10 ++++++++++ Muon/MuonInterfaces/MuonInterfaces/MuonNeuron.h | 10 ++++++++++ Muon/MuonInterfaces/MuonInterfaces/MuonTrack.h | 10 ++++++++++ Muon/MuonInterfaces/dict/MuonInterfacesDict.h | 10 ++++++++++ Muon/MuonInterfaces/dict/MuonInterfacesDict.xml | 10 ++++++++++ Muon/MuonInterfaces/src/Lib/MuonHit.cpp | 10 ++++++++++ Muon/MuonInterfaces/src/Lib/MuonNeuron.cpp | 10 ++++++++++ Muon/MuonInterfaces/src/Lib/MuonTrack.cpp | 10 ++++++++++ Muon/MuonPIDChecker/CMakeLists.txt | 10 ++++++++++ .../python/MuonPIDChecker/ConfigureMuonPIDChecker.py | 10 ++++++++++ .../python/MuonPIDChecker/Muon_2008_def.py | 10 ++++++++++ .../python/MuonPIDChecker/Muon_2009_def.py | 10 ++++++++++ .../python/MuonPIDChecker/Muon_DC06_def.py | 10 ++++++++++ .../python/MuonPIDChecker/Muon_MC09_def.py | 10 ++++++++++ Muon/MuonPIDChecker/src/MuonPIDChecker.cpp | 10 ++++++++++ Muon/MuonPIDChecker/src/MuonPIDChecker.h | 10 ++++++++++ Muon/MuonTools/CMakeLists.txt | 10 ++++++++++ Muon/MuonTools/src/MuonClusterTool.cpp | 10 ++++++++++ Muon/MuonTools/src/MuonClusterTool.h | 10 ++++++++++ Muon/MuonTools/src/MuonFastHWTool.cpp | 10 ++++++++++ Muon/MuonTools/src/MuonFastHWTool.h | 10 ++++++++++ Muon/MuonTools/src/MuonFastPosTool.cpp | 10 ++++++++++ Muon/MuonTools/src/MuonFastPosTool.h | 10 ++++++++++ Muon/MuonTools/src/MuonTimeCor.cpp | 10 ++++++++++ Muon/MuonTools/src/MuonTimeCor.h | 10 ++++++++++ Muon/MuonTrackAlign/CMakeLists.txt | 10 ++++++++++ Muon/MuonTrackAlign/src/AlignMuonPoint.h | 10 ++++++++++ Muon/MuonTrackAlign/src/AlignMuonRec.cpp | 10 ++++++++++ Muon/MuonTrackAlign/src/AlignMuonRec.h | 10 ++++++++++ Muon/MuonTrackAlign/src/AlignMuonRegion.h | 10 ++++++++++ Muon/MuonTrackAlign/src/AlignMuonStationRec.h | 10 ++++++++++ Muon/MuonTrackAlign/src/AlignMuonTrack.h | 10 ++++++++++ Muon/MuonTrackAlign/src/MuonRead.cpp | 10 ++++++++++ Muon/MuonTrackAlign/src/MuonRead.h | 10 ++++++++++ Muon/MuonTrackMonitor/CMakeLists.txt | 10 ++++++++++ .../python/MuonTrackMonitor/Configuration.py | 10 ++++++++++ Muon/MuonTrackMonitor/src/MuonTrackAligMonitor.cpp | 10 ++++++++++ Muon/MuonTrackMonitor/src/MuonTrackAligMonitor.h | 10 ++++++++++ Muon/MuonTrackRec/CMakeLists.txt | 10 ++++++++++ Muon/MuonTrackRec/options/MuonCombRec.py | 10 ++++++++++ Muon/MuonTrackRec/options/MuonNNet.py | 10 ++++++++++ Muon/MuonTrackRec/options/cosmics.py | 10 ++++++++++ Muon/MuonTrackRec/options/physics.py | 10 ++++++++++ Muon/MuonTrackRec/src/component/MuonClusterRec.cpp | 10 ++++++++++ Muon/MuonTrackRec/src/component/MuonClusterRec.h | 10 ++++++++++ Muon/MuonTrackRec/src/component/MuonCombRec.cpp | 10 ++++++++++ Muon/MuonTrackRec/src/component/MuonCombRec.h | 10 ++++++++++ Muon/MuonTrackRec/src/component/MuonDetPosTool.cpp | 10 ++++++++++ Muon/MuonTrackRec/src/component/MuonDetPosTool.h | 10 ++++++++++ Muon/MuonTrackRec/src/component/MuonFakeClustering.cpp | 10 ++++++++++ Muon/MuonTrackRec/src/component/MuonFakeClustering.h | 10 ++++++++++ Muon/MuonTrackRec/src/component/MuonHitDecode.cpp | 10 ++++++++++ Muon/MuonTrackRec/src/component/MuonHitDecode.h | 10 ++++++++++ Muon/MuonTrackRec/src/component/MuonNNetRec.cpp | 10 ++++++++++ Muon/MuonTrackRec/src/component/MuonNNetRec.h | 10 ++++++++++ Muon/MuonTrackRec/src/component/MuonPadFromCoord.cpp | 10 ++++++++++ Muon/MuonTrackRec/src/component/MuonPadFromCoord.h | 10 ++++++++++ Muon/MuonTrackRec/src/component/MuonPadRec.cpp | 10 ++++++++++ Muon/MuonTrackRec/src/component/MuonPadRec.h | 10 ++++++++++ Muon/MuonTrackRec/src/component/MuonTrackMomRec.cpp | 10 ++++++++++ Muon/MuonTrackRec/src/component/MuonTrackMomRec.h | 10 ++++++++++ Pr/PrAlgorithms/CMakeLists.txt | 10 ++++++++++ Pr/PrAlgorithms/src/IPrForwardTool.h | 10 ++++++++++ Pr/PrAlgorithms/src/IPrMatchTool.h | 10 ++++++++++ Pr/PrAlgorithms/src/PrAddUTHitsTool.cpp | 10 ++++++++++ Pr/PrAlgorithms/src/PrAddUTHitsTool.h | 10 ++++++++++ Pr/PrAlgorithms/src/PrDownTrack.cpp | 10 ++++++++++ Pr/PrAlgorithms/src/PrDownTrack.h | 10 ++++++++++ Pr/PrAlgorithms/src/PrFTHitManager.cpp | 10 ++++++++++ Pr/PrAlgorithms/src/PrFTHitManager.h | 10 ++++++++++ Pr/PrAlgorithms/src/PrForwardTool.cpp | 10 ++++++++++ Pr/PrAlgorithms/src/PrForwardTool.h | 10 ++++++++++ Pr/PrAlgorithms/src/PrForwardTrack.h | 10 ++++++++++ Pr/PrAlgorithms/src/PrForwardTracking.cpp | 10 ++++++++++ Pr/PrAlgorithms/src/PrForwardTracking.h | 10 ++++++++++ Pr/PrAlgorithms/src/PrGeometryTool.cpp | 10 ++++++++++ Pr/PrAlgorithms/src/PrGeometryTool.h | 10 ++++++++++ Pr/PrAlgorithms/src/PrHitDecoding.cpp | 10 ++++++++++ Pr/PrAlgorithms/src/PrHitDecoding.h | 10 ++++++++++ Pr/PrAlgorithms/src/PrHybridSeedTrack.h | 10 ++++++++++ Pr/PrAlgorithms/src/PrHybridSeeding.cpp | 10 ++++++++++ Pr/PrAlgorithms/src/PrHybridSeeding.h | 10 ++++++++++ Pr/PrAlgorithms/src/PrLineFitter.h | 10 ++++++++++ Pr/PrAlgorithms/src/PrLineFitterY.h | 10 ++++++++++ Pr/PrAlgorithms/src/PrLongLivedTracking.cpp | 10 ++++++++++ Pr/PrAlgorithms/src/PrLongLivedTracking.h | 10 ++++++++++ Pr/PrAlgorithms/src/PrMatchNN.cpp | 10 ++++++++++ Pr/PrAlgorithms/src/PrMatchNN.h | 10 ++++++++++ Pr/PrAlgorithms/src/PrMatchToolNN.cpp | 10 ++++++++++ Pr/PrAlgorithms/src/PrMatchToolNN.h | 10 ++++++++++ Pr/PrAlgorithms/src/PrPlaneCounter.h | 10 ++++++++++ Pr/PrAlgorithms/src/PrPlaneHybridCounter.h | 10 ++++++++++ Pr/PrAlgorithms/src/SIMDLine.cpp | 10 ++++++++++ Pr/PrAlgorithms/src/SIMDLine.h | 10 ++++++++++ .../src/weights/TMVAClassification_MLPMatching.class.C | 10 ++++++++++ Pr/PrAlgorithms/src/weights/TMVA_MLP_Forward1stLoop.h | 10 ++++++++++ Pr/PrAlgorithms/src/weights/TMVA_MLP_Forward2ndLoop.h | 10 ++++++++++ .../src/weights/TMVA_PrLongLivedTracking_MLP.class.C | 10 ++++++++++ Pr/PrFitParams/CMakeLists.txt | 10 ++++++++++ Pr/PrFitParams/options/PrFitParams.py | 10 ++++++++++ Pr/PrFitParams/src/LinParFit.h | 10 ++++++++++ Pr/PrFitParams/src/PrFitFwdParams.cpp | 10 ++++++++++ Pr/PrFitParams/src/PrFitFwdParams.h | 10 ++++++++++ Pr/PrFitParams/src/PrFitKsParams.cpp | 10 ++++++++++ Pr/PrFitParams/src/PrFitKsParams.h | 10 ++++++++++ Pr/PrFitParams/src/PrFitMatchParams.cpp | 10 ++++++++++ Pr/PrFitParams/src/PrFitMatchParams.h | 10 ++++++++++ Pr/PrFitParams/src/PrFitParameters.cpp | 10 ++++++++++ Pr/PrFitParams/src/PrFitParameters.h | 10 ++++++++++ Pr/PrFitParams/src/PrFitSeedParams.cpp | 10 ++++++++++ Pr/PrFitParams/src/PrFitSeedParams.h | 10 ++++++++++ Pr/PrFitParams/src/PrFitTool.cpp | 10 ++++++++++ Pr/PrFitParams/src/PrFitTool.h | 10 ++++++++++ Pr/PrKernel/CMakeLists.txt | 10 ++++++++++ Pr/PrKernel/PrKernel/IPrCounter.h | 10 ++++++++++ Pr/PrKernel/PrKernel/IPrDebugMatchTool.h | 10 ++++++++++ Pr/PrKernel/PrKernel/IPrDebugTool.h | 10 ++++++++++ Pr/PrKernel/PrKernel/IPrDebugUTTool.h | 10 ++++++++++ Pr/PrKernel/PrKernel/IPrTTCounter.h | 10 ++++++++++ Pr/PrKernel/PrKernel/IPrUTCounter.h | 10 ++++++++++ Pr/PrKernel/PrKernel/PrHit.h | 10 ++++++++++ Pr/PrKernel/PrKernel/PrHitManager.h | 10 ++++++++++ Pr/PrKernel/PrKernel/PrHitZone.h | 10 ++++++++++ Pr/PrKernel/PrKernel/PrUTHit.h | 10 ++++++++++ Pr/PrKernel/dict/PrKernelDict.h | 10 ++++++++++ Pr/PrKernel/dict/PrKernelDict.xml | 10 ++++++++++ Pr/PrKernel/src/PrHitManager.cpp | 10 ++++++++++ Pr/PrMCTools/CMakeLists.txt | 10 ++++++++++ Pr/PrMCTools/src/PrCheatedSciFiTracking.cpp | 10 ++++++++++ Pr/PrMCTools/src/PrCheatedSciFiTracking.h | 10 ++++++++++ Pr/PrMCTools/src/PrCheatedVP.cpp | 10 ++++++++++ Pr/PrMCTools/src/PrCheatedVP.h | 10 ++++++++++ Pr/PrMCTools/src/PrChecker.cpp | 10 ++++++++++ Pr/PrMCTools/src/PrChecker.h | 10 ++++++++++ Pr/PrMCTools/src/PrChecker2.cpp | 10 ++++++++++ Pr/PrMCTools/src/PrChecker2.h | 10 ++++++++++ Pr/PrMCTools/src/PrClustersResidual.cpp | 10 ++++++++++ Pr/PrMCTools/src/PrClustersResidual.h | 10 ++++++++++ Pr/PrMCTools/src/PrCounter.cpp | 10 ++++++++++ Pr/PrMCTools/src/PrCounter.h | 10 ++++++++++ Pr/PrMCTools/src/PrCounter2.cpp | 10 ++++++++++ Pr/PrMCTools/src/PrCounter2.h | 10 ++++++++++ Pr/PrMCTools/src/PrDebugMatchToolNN.cpp | 10 ++++++++++ Pr/PrMCTools/src/PrDebugMatchToolNN.h | 10 ++++++++++ Pr/PrMCTools/src/PrDebugTrackingLosses.cpp | 10 ++++++++++ Pr/PrMCTools/src/PrDebugTrackingLosses.h | 10 ++++++++++ Pr/PrMCTools/src/PrDebugUTTruthTool.cpp | 10 ++++++++++ Pr/PrMCTools/src/PrDebugUTTruthTool.h | 10 ++++++++++ Pr/PrMCTools/src/PrFitPolinomial.cpp | 10 ++++++++++ Pr/PrMCTools/src/PrFitPolinomial.h | 10 ++++++++++ Pr/PrMCTools/src/PrLHCbID2MCParticle.cpp | 10 ++++++++++ Pr/PrMCTools/src/PrLHCbID2MCParticle.h | 10 ++++++++++ Pr/PrMCTools/src/PrPixelDebugTool.cpp | 10 ++++++++++ Pr/PrMCTools/src/PrPixelDebugTool.h | 10 ++++++++++ Pr/PrMCTools/src/PrPlotFTHits.cpp | 10 ++++++++++ Pr/PrMCTools/src/PrPlotFTHits.h | 10 ++++++++++ Pr/PrMCTools/src/PrTStationDebugTool.cpp | 10 ++++++++++ Pr/PrMCTools/src/PrTStationDebugTool.h | 10 ++++++++++ Pr/PrMCTools/src/PrTTCounter.cpp | 10 ++++++++++ Pr/PrMCTools/src/PrTTCounter.h | 10 ++++++++++ Pr/PrMCTools/src/PrTrackAssociator.cpp | 10 ++++++++++ Pr/PrMCTools/src/PrTrackAssociator.h | 10 ++++++++++ Pr/PrMCTools/src/PrVeloUTChecker.cpp | 10 ++++++++++ Pr/PrMCTools/src/PrVeloUTChecker.h | 10 ++++++++++ Pr/PrPixel/CMakeLists.txt | 10 ++++++++++ Pr/PrPixel/src/PrPixelHit.h | 10 ++++++++++ Pr/PrPixel/src/PrPixelHitManager.cpp | 10 ++++++++++ Pr/PrPixel/src/PrPixelHitManager.h | 10 ++++++++++ Pr/PrPixel/src/PrPixelModule.h | 10 ++++++++++ Pr/PrPixel/src/PrPixelMonitor.cpp | 10 ++++++++++ Pr/PrPixel/src/PrPixelMonitor.h | 10 ++++++++++ Pr/PrPixel/src/PrPixelStoreClusters.cpp | 10 ++++++++++ Pr/PrPixel/src/PrPixelStoreClusters.h | 10 ++++++++++ Pr/PrPixel/src/PrPixelTrack.cpp | 10 ++++++++++ Pr/PrPixel/src/PrPixelTrack.h | 10 ++++++++++ Pr/PrPixel/src/PrPixelTracking.cpp | 10 ++++++++++ Pr/PrPixel/src/PrPixelTracking.h | 10 ++++++++++ Pr/PrPixel/src/PrPixelUtils.h | 10 ++++++++++ Pr/PrUtils/CMakeLists.txt | 10 ++++++++++ Pr/PrUtils/src/PrUTStationHitManager.cpp | 10 ++++++++++ Pr/PrUtils/src/PrUTStationHitManager.h | 10 ++++++++++ Pr/PrVeloUT/CMakeLists.txt | 10 ++++++++++ Pr/PrVeloUT/src/IPrVeloUTTool.h | 10 ++++++++++ Pr/PrVeloUT/src/PrTableForFunction.cpp | 10 ++++++++++ Pr/PrVeloUT/src/PrTableForFunction.h | 10 ++++++++++ Pr/PrVeloUT/src/PrUTMagnetTool.cpp | 10 ++++++++++ Pr/PrVeloUT/src/PrUTMagnetTool.h | 10 ++++++++++ Pr/PrVeloUT/src/PrVUTTrack.h | 10 ++++++++++ Pr/PrVeloUT/src/PrVeloUT.cpp | 10 ++++++++++ Pr/PrVeloUT/src/PrVeloUT.h | 10 ++++++++++ Pr/PrVeloUT/src/PrVeloUTTool.cpp | 10 ++++++++++ Pr/PrVeloUT/src/PrVeloUTTool.h | 10 ++++++++++ Rec/ChargedProtoANNPID/CMakeLists.txt | 10 ++++++++++ .../GlobalPID_Kaon_Long_TMVA.weights.xml | 10 ++++++++++ .../GlobalPID_Muon_Long_TMVA.weights.xml | 10 ++++++++++ .../GlobalPID_Pion_Long_TMVA.weights.xml | 10 ++++++++++ .../GlobalPID_Muon_Long_TMVA.weights.xml | 10 ++++++++++ .../GlobalPID_Kaon_Long_TMVA.weights.xml | 10 ++++++++++ .../GlobalPID_Muon_Long_TMVA.weights.xml | 10 ++++++++++ .../GlobalPID_Pion_Long_TMVA.weights.xml | 10 ++++++++++ .../GlobalPID_Muon_Long_TMVA.weights.xml | 10 ++++++++++ .../GlobalPID_Electron_Downstream_TMVA.weights.xml | 10 ++++++++++ .../GlobalPID_Electron_Long_TMVA.weights.xml | 10 ++++++++++ .../GlobalPID_Electron_Upstream_TMVA.weights.xml | 10 ++++++++++ .../GlobalPID_Ghost_Downstream_TMVA.weights.xml | 10 ++++++++++ .../MC12TuneV2/GlobalPID_Ghost_Long_TMVA.weights.xml | 10 ++++++++++ .../GlobalPID_Ghost_Upstream_TMVA.weights.xml | 10 ++++++++++ .../GlobalPID_Kaon_Downstream_TMVA.weights.xml | 10 ++++++++++ .../MC12TuneV2/GlobalPID_Kaon_Long_TMVA.weights.xml | 10 ++++++++++ .../GlobalPID_Kaon_Upstream_TMVA.weights.xml | 10 ++++++++++ .../GlobalPID_Muon_Downstream_TMVA.weights.xml | 10 ++++++++++ .../MC12TuneV2/GlobalPID_Muon_Long_TMVA.weights.xml | 10 ++++++++++ .../GlobalPID_Muon_Upstream_TMVA.weights.xml | 10 ++++++++++ .../GlobalPID_Pion_Downstream_TMVA.weights.xml | 10 ++++++++++ .../MC12TuneV2/GlobalPID_Pion_Long_TMVA.weights.xml | 10 ++++++++++ .../GlobalPID_Pion_Upstream_TMVA.weights.xml | 10 ++++++++++ .../GlobalPID_Proton_Downstream_TMVA.weights.xml | 10 ++++++++++ .../MC12TuneV2/GlobalPID_Proton_Long_TMVA.weights.xml | 10 ++++++++++ .../GlobalPID_Proton_Upstream_TMVA.weights.xml | 10 ++++++++++ .../GlobalPID_Electron_Downstream_TMVA.weights.xml | 10 ++++++++++ .../GlobalPID_Electron_Long_TMVA.weights.xml | 10 ++++++++++ .../GlobalPID_Electron_Upstream_TMVA.weights.xml | 10 ++++++++++ .../GlobalPID_Ghost_Downstream_TMVA.weights.xml | 10 ++++++++++ .../MC12TuneV3/GlobalPID_Ghost_Long_TMVA.weights.xml | 10 ++++++++++ .../GlobalPID_Ghost_Upstream_TMVA.weights.xml | 10 ++++++++++ .../GlobalPID_Kaon_Downstream_TMVA.weights.xml | 10 ++++++++++ .../MC12TuneV3/GlobalPID_Kaon_Long_TMVA.weights.xml | 10 ++++++++++ .../GlobalPID_Kaon_Upstream_TMVA.weights.xml | 10 ++++++++++ .../GlobalPID_Muon_Downstream_TMVA.weights.xml | 10 ++++++++++ .../MC12TuneV3/GlobalPID_Muon_Long_TMVA.weights.xml | 10 ++++++++++ .../GlobalPID_Muon_Upstream_TMVA.weights.xml | 10 ++++++++++ .../GlobalPID_Pion_Downstream_TMVA.weights.xml | 10 ++++++++++ .../MC12TuneV3/GlobalPID_Pion_Long_TMVA.weights.xml | 10 ++++++++++ .../GlobalPID_Pion_Upstream_TMVA.weights.xml | 10 ++++++++++ .../GlobalPID_Proton_Downstream_TMVA.weights.xml | 10 ++++++++++ .../MC12TuneV3/GlobalPID_Proton_Long_TMVA.weights.xml | 10 ++++++++++ .../GlobalPID_Proton_Upstream_TMVA.weights.xml | 10 ++++++++++ .../GlobalPID_Electron_Downstream_TMVA.weights.xml | 10 ++++++++++ .../GlobalPID_Electron_Long_TMVA.weights.xml | 10 ++++++++++ .../GlobalPID_Electron_Upstream_TMVA.weights.xml | 10 ++++++++++ .../GlobalPID_Ghost_Downstream_TMVA.weights.xml | 10 ++++++++++ .../MC12TuneV4/GlobalPID_Ghost_Long_TMVA.weights.xml | 10 ++++++++++ .../GlobalPID_Ghost_Upstream_TMVA.weights.xml | 10 ++++++++++ .../GlobalPID_Kaon_Downstream_TMVA.weights.xml | 10 ++++++++++ .../MC12TuneV4/GlobalPID_Kaon_Long_TMVA.weights.xml | 10 ++++++++++ .../GlobalPID_Kaon_Upstream_TMVA.weights.xml | 10 ++++++++++ .../GlobalPID_Muon_Downstream_TMVA.weights.xml | 10 ++++++++++ .../MC12TuneV4/GlobalPID_Muon_Long_TMVA.weights.xml | 10 ++++++++++ .../GlobalPID_Muon_Upstream_TMVA.weights.xml | 10 ++++++++++ .../GlobalPID_Pion_Downstream_TMVA.weights.xml | 10 ++++++++++ .../MC12TuneV4/GlobalPID_Pion_Long_TMVA.weights.xml | 10 ++++++++++ .../GlobalPID_Pion_Upstream_TMVA.weights.xml | 10 ++++++++++ .../GlobalPID_Proton_Downstream_TMVA.weights.xml | 10 ++++++++++ .../MC12TuneV4/GlobalPID_Proton_Long_TMVA.weights.xml | 10 ++++++++++ .../GlobalPID_Proton_Upstream_TMVA.weights.xml | 10 ++++++++++ .../GlobalPID_Deuteron_Downstream_TMVA.weights.xml | 10 ++++++++++ .../GlobalPID_Deuteron_Long_TMVA.weights.xml | 10 ++++++++++ .../GlobalPID_Deuteron_Upstream_TMVA.weights.xml | 10 ++++++++++ .../GlobalPID_Electron_Downstream_TMVA.weights.xml | 10 ++++++++++ .../GlobalPID_Electron_Long_TMVA.weights.xml | 10 ++++++++++ .../GlobalPID_Electron_Upstream_TMVA.weights.xml | 10 ++++++++++ .../GlobalPID_Ghost_Downstream_TMVA.weights.xml | 10 ++++++++++ .../MC15TuneV1/GlobalPID_Ghost_Long_TMVA.weights.xml | 10 ++++++++++ .../GlobalPID_Ghost_Upstream_TMVA.weights.xml | 10 ++++++++++ .../GlobalPID_Kaon_Downstream_TMVA.weights.xml | 10 ++++++++++ .../MC15TuneV1/GlobalPID_Kaon_Long_TMVA.weights.xml | 10 ++++++++++ .../GlobalPID_Kaon_Upstream_TMVA.weights.xml | 10 ++++++++++ .../GlobalPID_Muon_Downstream_TMVA.weights.xml | 10 ++++++++++ .../MC15TuneV1/GlobalPID_Muon_Long_TMVA.weights.xml | 10 ++++++++++ .../GlobalPID_Muon_Upstream_TMVA.weights.xml | 10 ++++++++++ .../GlobalPID_Pion_Downstream_TMVA.weights.xml | 10 ++++++++++ .../MC15TuneV1/GlobalPID_Pion_Long_TMVA.weights.xml | 10 ++++++++++ .../GlobalPID_Pion_Upstream_TMVA.weights.xml | 10 ++++++++++ .../GlobalPID_Proton_Downstream_TMVA.weights.xml | 10 ++++++++++ .../MC15TuneV1/GlobalPID_Proton_Long_TMVA.weights.xml | 10 ++++++++++ .../GlobalPID_Proton_Upstream_TMVA.weights.xml | 10 ++++++++++ .../job/DataMC-MVATrain/AddANNReweighting.sh | 10 ++++++++++ .../job/DataMC-MVATrain/MakeANNReweighting.C | 10 ++++++++++ .../job/DataMC-MVATrain/RunTMVATeacher.sh | 10 ++++++++++ Rec/ChargedProtoANNPID/job/DataMCCompare.C | 10 ++++++++++ .../job/GangaJobs/CopyToCambridge.py | 10 ++++++++++ Rec/ChargedProtoANNPID/job/GangaJobs/CopyToCastor.sh | 10 ++++++++++ .../job/GangaJobs/Ganga-Data-Run1.py | 10 ++++++++++ .../job/GangaJobs/Ganga-Data-Run2.py | 10 ++++++++++ Rec/ChargedProtoANNPID/job/GangaJobs/Ganga-MC-Run1.py | 10 ++++++++++ Rec/ChargedProtoANNPID/job/GangaJobs/Ganga-MC-Run2.py | 10 ++++++++++ .../job/GangaJobs/options-Data-Run1.py | 10 ++++++++++ .../job/GangaJobs/options-Data-Run2.py | 10 ++++++++++ Rec/ChargedProtoANNPID/job/GangaJobs/options-MC2011.py | 10 ++++++++++ Rec/ChargedProtoANNPID/job/GangaJobs/options-MC2012.py | 10 ++++++++++ .../job/GangaJobs/options-MCJun2015.py | 10 ++++++++++ .../python/ChargedProtoANNPID/Configuration.py | 10 ++++++++++ Rec/ChargedProtoANNPID/src/ChargedProtoANNPIDAlg.cpp | 10 ++++++++++ Rec/ChargedProtoANNPID/src/ChargedProtoANNPIDAlg.h | 10 ++++++++++ .../src/ChargedProtoANNPIDAlgBase.cpp | 10 ++++++++++ Rec/ChargedProtoANNPID/src/ChargedProtoANNPIDAlgBase.h | 10 ++++++++++ .../src/ChargedProtoANNPIDCommonBase.h | 10 ++++++++++ .../src/ChargedProtoANNPIDCommonBase.icpp | 10 ++++++++++ .../src/ChargedProtoANNPIDConstructors.cpp | 10 ++++++++++ Rec/ChargedProtoANNPID/src/ChargedProtoANNPIDMoni.cpp | 10 ++++++++++ Rec/ChargedProtoANNPID/src/ChargedProtoANNPIDMoni.h | 10 ++++++++++ Rec/ChargedProtoANNPID/src/ChargedProtoANNPIDTool.cpp | 10 ++++++++++ Rec/ChargedProtoANNPID/src/ChargedProtoANNPIDTool.h | 10 ++++++++++ .../src/ChargedProtoANNPIDToolBase.cpp | 10 ++++++++++ .../src/ChargedProtoANNPIDToolBase.h | 10 ++++++++++ .../src/ChargedProtoANNPIDTrainingTuple.cpp | 10 ++++++++++ .../src/ChargedProtoANNPIDTrainingTuple.h | 10 ++++++++++ .../src/ChargedProtoANNPIDTupleTool.cpp | 10 ++++++++++ .../src/ChargedProtoANNPIDTupleTool.h | 10 ++++++++++ Rec/ChargedProtoANNPID/src/TMVAIClassifierReader.h | 10 ++++++++++ .../src/TMVAImpFactory-Bs2MuMuDev1.cpp | 10 ++++++++++ .../src/TMVAImpFactory-Bs2MuMuDev2.cpp | 10 ++++++++++ .../src/TMVAImpFactory-MC12TuneV2.cpp | 10 ++++++++++ .../src/TMVAImpFactory-MC12TuneV3.cpp | 10 ++++++++++ .../src/TMVAImpFactory-MC12TuneV4.cpp | 10 ++++++++++ .../src/TMVAImpFactory-MC15TuneV1.cpp | 10 ++++++++++ Rec/ChargedProtoANNPID/src/TMVAImpFactory.cpp | 10 ++++++++++ Rec/ChargedProtoANNPID/src/TMVAImpFactory.h | 10 ++++++++++ .../GlobalPID_Kaon_Long_TMVA.class.C | 10 ++++++++++ .../GlobalPID_Muon_Long_TMVA.class.C | 10 ++++++++++ .../GlobalPID_Pion_Long_TMVA.class.C | 10 ++++++++++ .../GlobalPID_Muon_Long_TMVA.class.C | 10 ++++++++++ .../GlobalPID_Kaon_Long_TMVA.class.C | 10 ++++++++++ .../GlobalPID_Muon_Long_TMVA.class.C | 10 ++++++++++ .../GlobalPID_Pion_Long_TMVA.class.C | 10 ++++++++++ .../GlobalPID_Muon_Long_TMVA.class.C | 10 ++++++++++ .../GlobalPID_Electron_Downstream_TMVA.class.C | 10 ++++++++++ .../MC12TuneV2/GlobalPID_Electron_Long_TMVA.class.C | 10 ++++++++++ .../GlobalPID_Electron_Upstream_TMVA.class.C | 10 ++++++++++ .../MC12TuneV2/GlobalPID_Ghost_Downstream_TMVA.class.C | 10 ++++++++++ .../tmva/MC12TuneV2/GlobalPID_Ghost_Long_TMVA.class.C | 10 ++++++++++ .../MC12TuneV2/GlobalPID_Ghost_Upstream_TMVA.class.C | 10 ++++++++++ .../MC12TuneV2/GlobalPID_Kaon_Downstream_TMVA.class.C | 10 ++++++++++ .../tmva/MC12TuneV2/GlobalPID_Kaon_Long_TMVA.class.C | 10 ++++++++++ .../MC12TuneV2/GlobalPID_Kaon_Upstream_TMVA.class.C | 10 ++++++++++ .../MC12TuneV2/GlobalPID_Muon_Downstream_TMVA.class.C | 10 ++++++++++ .../tmva/MC12TuneV2/GlobalPID_Muon_Long_TMVA.class.C | 10 ++++++++++ .../MC12TuneV2/GlobalPID_Muon_Upstream_TMVA.class.C | 10 ++++++++++ .../MC12TuneV2/GlobalPID_Pion_Downstream_TMVA.class.C | 10 ++++++++++ .../tmva/MC12TuneV2/GlobalPID_Pion_Long_TMVA.class.C | 10 ++++++++++ .../MC12TuneV2/GlobalPID_Pion_Upstream_TMVA.class.C | 10 ++++++++++ .../GlobalPID_Proton_Downstream_TMVA.class.C | 10 ++++++++++ .../tmva/MC12TuneV2/GlobalPID_Proton_Long_TMVA.class.C | 10 ++++++++++ .../MC12TuneV2/GlobalPID_Proton_Upstream_TMVA.class.C | 10 ++++++++++ .../GlobalPID_Electron_Downstream_TMVA.class.C | 10 ++++++++++ .../MC12TuneV3/GlobalPID_Electron_Long_TMVA.class.C | 10 ++++++++++ .../GlobalPID_Electron_Upstream_TMVA.class.C | 10 ++++++++++ .../MC12TuneV3/GlobalPID_Ghost_Downstream_TMVA.class.C | 10 ++++++++++ .../tmva/MC12TuneV3/GlobalPID_Ghost_Long_TMVA.class.C | 10 ++++++++++ .../MC12TuneV3/GlobalPID_Ghost_Upstream_TMVA.class.C | 10 ++++++++++ .../MC12TuneV3/GlobalPID_Kaon_Downstream_TMVA.class.C | 10 ++++++++++ .../tmva/MC12TuneV3/GlobalPID_Kaon_Long_TMVA.class.C | 10 ++++++++++ .../MC12TuneV3/GlobalPID_Kaon_Upstream_TMVA.class.C | 10 ++++++++++ .../MC12TuneV3/GlobalPID_Muon_Downstream_TMVA.class.C | 10 ++++++++++ .../tmva/MC12TuneV3/GlobalPID_Muon_Long_TMVA.class.C | 10 ++++++++++ .../MC12TuneV3/GlobalPID_Muon_Upstream_TMVA.class.C | 10 ++++++++++ .../MC12TuneV3/GlobalPID_Pion_Downstream_TMVA.class.C | 10 ++++++++++ .../tmva/MC12TuneV3/GlobalPID_Pion_Long_TMVA.class.C | 10 ++++++++++ .../MC12TuneV3/GlobalPID_Pion_Upstream_TMVA.class.C | 10 ++++++++++ .../GlobalPID_Proton_Downstream_TMVA.class.C | 10 ++++++++++ .../tmva/MC12TuneV3/GlobalPID_Proton_Long_TMVA.class.C | 10 ++++++++++ .../MC12TuneV3/GlobalPID_Proton_Upstream_TMVA.class.C | 10 ++++++++++ .../GlobalPID_Electron_Downstream_TMVA.class.C | 10 ++++++++++ .../MC12TuneV4/GlobalPID_Electron_Long_TMVA.class.C | 10 ++++++++++ .../GlobalPID_Electron_Upstream_TMVA.class.C | 10 ++++++++++ .../MC12TuneV4/GlobalPID_Ghost_Downstream_TMVA.class.C | 10 ++++++++++ .../tmva/MC12TuneV4/GlobalPID_Ghost_Long_TMVA.class.C | 10 ++++++++++ .../MC12TuneV4/GlobalPID_Ghost_Upstream_TMVA.class.C | 10 ++++++++++ .../MC12TuneV4/GlobalPID_Kaon_Downstream_TMVA.class.C | 10 ++++++++++ .../tmva/MC12TuneV4/GlobalPID_Kaon_Long_TMVA.class.C | 10 ++++++++++ .../MC12TuneV4/GlobalPID_Kaon_Upstream_TMVA.class.C | 10 ++++++++++ .../MC12TuneV4/GlobalPID_Muon_Downstream_TMVA.class.C | 10 ++++++++++ .../tmva/MC12TuneV4/GlobalPID_Muon_Long_TMVA.class.C | 10 ++++++++++ .../MC12TuneV4/GlobalPID_Muon_Upstream_TMVA.class.C | 10 ++++++++++ .../MC12TuneV4/GlobalPID_Pion_Downstream_TMVA.class.C | 10 ++++++++++ .../tmva/MC12TuneV4/GlobalPID_Pion_Long_TMVA.class.C | 10 ++++++++++ .../MC12TuneV4/GlobalPID_Pion_Upstream_TMVA.class.C | 10 ++++++++++ .../GlobalPID_Proton_Downstream_TMVA.class.C | 10 ++++++++++ .../tmva/MC12TuneV4/GlobalPID_Proton_Long_TMVA.class.C | 10 ++++++++++ .../MC12TuneV4/GlobalPID_Proton_Upstream_TMVA.class.C | 10 ++++++++++ .../GlobalPID_Deuteron_Downstream_TMVA.class.C | 10 ++++++++++ .../MC15TuneV1/GlobalPID_Deuteron_Long_TMVA.class.C | 10 ++++++++++ .../GlobalPID_Deuteron_Upstream_TMVA.class.C | 10 ++++++++++ .../GlobalPID_Electron_Downstream_TMVA.class.C | 10 ++++++++++ .../MC15TuneV1/GlobalPID_Electron_Long_TMVA.class.C | 10 ++++++++++ .../GlobalPID_Electron_Upstream_TMVA.class.C | 10 ++++++++++ .../MC15TuneV1/GlobalPID_Ghost_Downstream_TMVA.class.C | 10 ++++++++++ .../tmva/MC15TuneV1/GlobalPID_Ghost_Long_TMVA.class.C | 10 ++++++++++ .../MC15TuneV1/GlobalPID_Ghost_Upstream_TMVA.class.C | 10 ++++++++++ .../MC15TuneV1/GlobalPID_Kaon_Downstream_TMVA.class.C | 10 ++++++++++ .../tmva/MC15TuneV1/GlobalPID_Kaon_Long_TMVA.class.C | 10 ++++++++++ .../MC15TuneV1/GlobalPID_Kaon_Upstream_TMVA.class.C | 10 ++++++++++ .../MC15TuneV1/GlobalPID_Muon_Downstream_TMVA.class.C | 10 ++++++++++ .../tmva/MC15TuneV1/GlobalPID_Muon_Long_TMVA.class.C | 10 ++++++++++ .../MC15TuneV1/GlobalPID_Muon_Upstream_TMVA.class.C | 10 ++++++++++ .../MC15TuneV1/GlobalPID_Pion_Downstream_TMVA.class.C | 10 ++++++++++ .../tmva/MC15TuneV1/GlobalPID_Pion_Long_TMVA.class.C | 10 ++++++++++ .../MC15TuneV1/GlobalPID_Pion_Upstream_TMVA.class.C | 10 ++++++++++ .../GlobalPID_Proton_Downstream_TMVA.class.C | 10 ++++++++++ .../tmva/MC15TuneV1/GlobalPID_Proton_Long_TMVA.class.C | 10 ++++++++++ .../MC15TuneV1/GlobalPID_Proton_Upstream_TMVA.class.C | 10 ++++++++++ .../GlobalPID_Electron_Long_CatBoost.class.C | 10 ++++++++++ .../MC15TuneV1/GlobalPID_Electron_Long_DNN.class.C | 10 ++++++++++ .../MC15TuneV1/GlobalPID_Electron_Long_FLAT4d.class.C | 10 ++++++++++ .../MC15TuneV1/GlobalPID_Ghost_Long_CatBoost.class.C | 10 ++++++++++ .../yPID/MC15TuneV1/GlobalPID_Ghost_Long_DNN.class.C | 10 ++++++++++ .../MC15TuneV1/GlobalPID_Ghost_Long_FLAT4d.class.C | 10 ++++++++++ .../MC15TuneV1/GlobalPID_Kaon_Long_CatBoost.class.C | 10 ++++++++++ .../yPID/MC15TuneV1/GlobalPID_Kaon_Long_DNN.class.C | 10 ++++++++++ .../yPID/MC15TuneV1/GlobalPID_Kaon_Long_FLAT4d.class.C | 10 ++++++++++ .../MC15TuneV1/GlobalPID_Muon_Long_CatBoost.class.C | 10 ++++++++++ .../yPID/MC15TuneV1/GlobalPID_Muon_Long_DNN.class.C | 10 ++++++++++ .../yPID/MC15TuneV1/GlobalPID_Muon_Long_FLAT4d.class.C | 10 ++++++++++ .../MC15TuneV1/GlobalPID_Pion_Long_CatBoost.class.C | 10 ++++++++++ .../yPID/MC15TuneV1/GlobalPID_Pion_Long_DNN.class.C | 10 ++++++++++ .../yPID/MC15TuneV1/GlobalPID_Pion_Long_FLAT4d.class.C | 10 ++++++++++ .../MC15TuneV1/GlobalPID_Proton_Long_CatBoost.class.C | 10 ++++++++++ .../yPID/MC15TuneV1/GlobalPID_Proton_Long_DNN.class.C | 10 ++++++++++ .../MC15TuneV1/GlobalPID_Proton_Long_FLAT4d.class.C | 10 ++++++++++ .../src/yPID/MC15TuneV1/cat_boost/cern_model.fbs.h | 10 ++++++++++ .../MC15TuneV1/cat_boost/flatbuffers/flatbuffers.h | 10 ++++++++++ .../src/yPID/MC15TuneV1/cat_boost/lhcb_classifier.h | 10 ++++++++++ .../yPID/MC15TuneV1/preprocessing/preprocessing.cpp | 10 ++++++++++ .../src/yPID/MC15TuneV1/preprocessing/preprocessing.h | 10 ++++++++++ Rec/ChargedProtoANNPID/src/yPIDIClassifierReader.h | 10 ++++++++++ Rec/ChargedProtoANNPID/src/yPIDImpFactory.cpp | 10 ++++++++++ Rec/ChargedProtoANNPID/src/yPIDImpFactory.h | 10 ++++++++++ Rec/GlobalReco/CMakeLists.txt | 10 ++++++++++ Rec/GlobalReco/root/Calo-ElectronID.C | 10 ++++++++++ Rec/GlobalReco/root/Combined-ElectronID-0-100GeV.C | 10 ++++++++++ Rec/GlobalReco/root/Combined-ElectronID-10-50GeV.C | 10 ++++++++++ Rec/GlobalReco/root/Combined-ElectronID-2-100GeV.C | 10 ++++++++++ Rec/GlobalReco/root/Combined-ElectronID-2-10GeV.C | 10 ++++++++++ Rec/GlobalReco/root/Combined-ElectronID-50-100GeV.C | 10 ++++++++++ Rec/GlobalReco/root/Combined-ElectronID-Acceptance.C | 10 ++++++++++ Rec/GlobalReco/root/Combined-KaonID-NormalisedDLLs.C | 10 ++++++++++ Rec/GlobalReco/root/Combined-KaonID-withElectronCut.C | 10 ++++++++++ Rec/GlobalReco/root/Combined-KaonID-withMuonCut.C | 10 ++++++++++ Rec/GlobalReco/root/Combined-KaonID.C | 10 ++++++++++ Rec/GlobalReco/root/Combined-MuonID.C | 10 ++++++++++ Rec/GlobalReco/root/Combined-ProtonID.C | 10 ++++++++++ Rec/GlobalReco/root/GlobalPID.C | 10 ++++++++++ Rec/GlobalReco/root/GlobalPID.h | 10 ++++++++++ Rec/GlobalReco/root/MakeCaloPlots.C | 10 ++++++++++ Rec/GlobalReco/root/MakeMuonPlots.C | 10 ++++++++++ Rec/GlobalReco/root/MakeRichPlots.C | 10 ++++++++++ Rec/GlobalReco/root/MakeVeloPlots.C | 10 ++++++++++ Rec/GlobalReco/root/Rich-KaonID-Upgrade.C | 10 ++++++++++ Rec/GlobalReco/root/Rich-KaonID-withProtonCut.C | 10 ++++++++++ Rec/GlobalReco/root/Rich-KaonID.C | 10 ++++++++++ Rec/GlobalReco/root/RichCorrelations.C | 10 ++++++++++ Rec/GlobalReco/root/RichElectronIDCompareFiles.C | 10 ++++++++++ Rec/GlobalReco/root/RichKaonIDCompareFiles.C | 10 ++++++++++ Rec/GlobalReco/root/RichMuonIDCompareFiles.C | 10 ++++++++++ Rec/GlobalReco/root/RichProtonIDCompareFiles.C | 10 ++++++++++ Rec/GlobalReco/root/RunAll.C | 10 ++++++++++ Rec/GlobalReco/root/test.C | 10 ++++++++++ Rec/GlobalReco/src/ChargedProtoParticleAddBremInfo.cpp | 10 ++++++++++ Rec/GlobalReco/src/ChargedProtoParticleAddBremInfo.h | 10 ++++++++++ Rec/GlobalReco/src/ChargedProtoParticleAddEcalInfo.cpp | 10 ++++++++++ Rec/GlobalReco/src/ChargedProtoParticleAddEcalInfo.h | 10 ++++++++++ Rec/GlobalReco/src/ChargedProtoParticleAddHcalInfo.cpp | 10 ++++++++++ Rec/GlobalReco/src/ChargedProtoParticleAddHcalInfo.h | 10 ++++++++++ Rec/GlobalReco/src/ChargedProtoParticleAddPrsInfo.cpp | 10 ++++++++++ Rec/GlobalReco/src/ChargedProtoParticleAddPrsInfo.h | 10 ++++++++++ Rec/GlobalReco/src/ChargedProtoParticleAddSpdInfo.cpp | 10 ++++++++++ Rec/GlobalReco/src/ChargedProtoParticleAddSpdInfo.h | 10 ++++++++++ Rec/GlobalReco/src/ChargedProtoParticleAddVeloInfo.cpp | 10 ++++++++++ Rec/GlobalReco/src/ChargedProtoParticleAddVeloInfo.h | 10 ++++++++++ Rec/GlobalReco/src/ChargedProtoParticleCALOBaseAlg.cpp | 10 ++++++++++ Rec/GlobalReco/src/ChargedProtoParticleCALOBaseAlg.h | 10 ++++++++++ Rec/GlobalReco/src/ChargedProtoParticleMaker.cpp | 10 ++++++++++ Rec/GlobalReco/src/ChargedProtoParticleMaker.h | 10 ++++++++++ Rec/GlobalReco/src/ChargedProtoParticleMoni.cpp | 10 ++++++++++ Rec/GlobalReco/src/ChargedProtoParticleMoni.h | 10 ++++++++++ .../src/ChargedProtoParticleRemovePIDInfo.cpp | 10 ++++++++++ Rec/GlobalReco/src/ChargedProtoParticleRemovePIDInfo.h | 10 ++++++++++ Rec/GlobalReco/src/ChargedProtoParticleTupleAlg.cpp | 10 ++++++++++ Rec/GlobalReco/src/ChargedProtoParticleTupleAlg.h | 10 ++++++++++ Rec/GlobalReco/src/NeutralProtoPAlg.cpp | 10 ++++++++++ Rec/GlobalReco/src/NeutralProtoPAlg.h | 10 ++++++++++ .../src/NeutralProtoParticleAddNeutralID.cpp | 10 ++++++++++ Rec/GlobalReco/src/NeutralProtoParticleAddNeutralID.h | 10 ++++++++++ .../tests/options/ChargedPPMakerConfigTest.py | 10 ++++++++++ .../test_chargedprotoparticlemakerconfig.qmt | 10 ++++++++++ Rec/LoKiTrack/CMakeLists.txt | 10 ++++++++++ Rec/LoKiTrack/LoKi/ITrackFunctorAntiFactory.h | 10 ++++++++++ Rec/LoKiTrack/LoKi/ITrackFunctorFactory.h | 10 ++++++++++ Rec/LoKiTrack/LoKi/LoKiTrack.h | 10 ++++++++++ Rec/LoKiTrack/LoKi/LoKiTrack_dct.h | 10 ++++++++++ Rec/LoKiTrack/LoKi/TrSources.h | 10 ++++++++++ Rec/LoKiTrack/LoKi/Track.h | 10 ++++++++++ Rec/LoKiTrack/LoKi/TrackCuts.h | 10 ++++++++++ Rec/LoKiTrack/LoKi/TrackEngine.h | 10 ++++++++++ Rec/LoKiTrack/LoKi/TrackEngineActor.h | 10 ++++++++++ Rec/LoKiTrack/LoKi/TrackFactoryLock.h | 10 ++++++++++ Rec/LoKiTrack/LoKi/TrackFunctions.h | 10 ++++++++++ Rec/LoKiTrack/LoKi/TrackIDs.h | 10 ++++++++++ Rec/LoKiTrack/LoKi/TrackTypes.h | 10 ++++++++++ Rec/LoKiTrack/LoKi/VeloHitPatternFunctions.h | 10 ++++++++++ Rec/LoKiTrack/dict/LoKiTrack.xml | 10 ++++++++++ Rec/LoKiTrack/dict/LoKiTrackDict.h | 10 ++++++++++ Rec/LoKiTrack/python/LoKiTrack/__init__.py | 10 ++++++++++ Rec/LoKiTrack/python/LoKiTrack/decorators.py | 10 ++++++++++ Rec/LoKiTrack/python/LoKiTrack/functions.py | 10 ++++++++++ Rec/LoKiTrack/python/LoKiTrack/tests.py | 10 ++++++++++ Rec/LoKiTrack/src/Components/TrackFunctorFactory.cpp | 10 ++++++++++ Rec/LoKiTrack/src/Components/TrackSelector.cpp | 10 ++++++++++ Rec/LoKiTrack/src/LoKiTrack.cpp | 10 ++++++++++ Rec/LoKiTrack/src/LoKiTrack_dct.cpp | 10 ++++++++++ Rec/LoKiTrack/src/TrSources.cpp | 10 ++++++++++ Rec/LoKiTrack/src/TrStreamers.cpp | 10 ++++++++++ Rec/LoKiTrack/src/Track.cpp | 10 ++++++++++ Rec/LoKiTrack/src/TrackEngine.cpp | 10 ++++++++++ Rec/LoKiTrack/src/TrackEngineActor.cpp | 10 ++++++++++ Rec/LoKiTrack/src/TrackFactoryLock.cpp | 10 ++++++++++ Rec/LoKiTrack/src/TrackFunctions.cpp | 10 ++++++++++ Rec/LoKiTrack/src/TrackIDs.cpp | 10 ++++++++++ Rec/LoKiTrack/src/VeloHitPatternFunctions.cpp | 10 ++++++++++ Rec/LumiAlgs/CMakeLists.txt | 10 ++++++++++ Rec/LumiAlgs/LumiAlgs/ILumiIntegrator.h | 10 ++++++++++ Rec/LumiAlgs/dict/LumiAlgsDict.h | 10 ++++++++++ Rec/LumiAlgs/dict/LumiAlgsDict.xml | 10 ++++++++++ Rec/LumiAlgs/job/DumpLumiEvents.py | 10 ++++++++++ Rec/LumiAlgs/job/DumpLumiEventsProd.py | 10 ++++++++++ Rec/LumiAlgs/job/Lumi0Writer.py | 10 ++++++++++ Rec/LumiAlgs/job/LumiAlgsConfTest.py | 10 ++++++++++ Rec/LumiAlgs/job/LumiCheckCondDB.py | 10 ++++++++++ Rec/LumiAlgs/job/LumiFsrIntegrator.py | 10 ++++++++++ Rec/LumiAlgs/job/LumiFsrIntegrator0.py | 10 ++++++++++ Rec/LumiAlgs/job/LumiFsrIntegrator9.py | 10 ++++++++++ Rec/LumiAlgs/job/LumiFsrMerger.py | 10 ++++++++++ Rec/LumiAlgs/job/LumiFsrReader.py | 10 ++++++++++ Rec/LumiAlgs/job/LumiFsrToFile.py | 10 ++++++++++ Rec/LumiAlgs/job/LumiFsrWriter.py | 10 ++++++++++ Rec/LumiAlgs/job/LumiFsrWriter0.py | 10 ++++++++++ Rec/LumiAlgs/job/LumiReader.py | 10 ++++++++++ Rec/LumiAlgs/job/LumiWriter.py | 10 ++++++++++ Rec/LumiAlgs/job/MyCatalog.xml | 10 ++++++++++ Rec/LumiAlgs/job/gaudipython_mu_calculation.py | 10 ++++++++++ Rec/LumiAlgs/options/merge-small-files-test.py | 10 ++++++++++ Rec/LumiAlgs/python/LumiAlgs/Configuration.py | 10 ++++++++++ Rec/LumiAlgs/python/LumiAlgs/LumiFsrReaderConf.py | 10 ++++++++++ Rec/LumiAlgs/python/LumiAlgs/LumiFsrWriterConf.py | 10 ++++++++++ Rec/LumiAlgs/python/LumiAlgs/LumiIntegratorConf.py | 10 ++++++++++ Rec/LumiAlgs/python/LumiAlgs/LumiMergeFSRConf.py | 10 ++++++++++ Rec/LumiAlgs/python/LumiAlgs/LumiReaderConf.py | 10 ++++++++++ Rec/LumiAlgs/python/LumiAlgs/LumiWriterConf.py | 10 ++++++++++ .../python/LumiAlgs/QMTest/LumiAlgsExclusions.py | 10 ++++++++++ Rec/LumiAlgs/python/LumiAlgs/QMTest/__init__.py | 10 ++++++++++ Rec/LumiAlgs/src/DumpLumiEvents.cpp | 10 ++++++++++ Rec/LumiAlgs/src/DumpLumiEvents.h | 10 ++++++++++ Rec/LumiAlgs/src/FilterFillingScheme.cpp | 10 ++++++++++ Rec/LumiAlgs/src/FilterFillingScheme.h | 10 ++++++++++ Rec/LumiAlgs/src/FilterOnLumiSummary.cpp | 10 ++++++++++ Rec/LumiAlgs/src/FilterOnLumiSummary.h | 10 ++++++++++ Rec/LumiAlgs/src/GetIntegratedLuminosity.cpp | 10 ++++++++++ Rec/LumiAlgs/src/GetIntegratedLuminosity.h | 10 ++++++++++ Rec/LumiAlgs/src/GetLumiParameters.cpp | 10 ++++++++++ Rec/LumiAlgs/src/GetLumiParameters.h | 10 ++++++++++ Rec/LumiAlgs/src/LumiAccounting.cpp | 10 ++++++++++ Rec/LumiAlgs/src/LumiAccounting.h | 10 ++++++++++ Rec/LumiAlgs/src/LumiCheckCondDB.cpp | 10 ++++++++++ Rec/LumiAlgs/src/LumiCheckCondDB.h | 10 ++++++++++ Rec/LumiAlgs/src/LumiEventTuple.cpp | 10 ++++++++++ Rec/LumiAlgs/src/LumiEventTuple.h | 10 ++++++++++ Rec/LumiAlgs/src/LumiFileReader.cpp | 10 ++++++++++ Rec/LumiAlgs/src/LumiFileReader.h | 10 ++++++++++ Rec/LumiAlgs/src/LumiIntegrateFSR.cpp | 10 ++++++++++ Rec/LumiAlgs/src/LumiIntegrateFSR.h | 10 ++++++++++ Rec/LumiAlgs/src/LumiIntegrator.cpp | 10 ++++++++++ Rec/LumiAlgs/src/LumiIntegrator.h | 10 ++++++++++ Rec/LumiAlgs/src/LumiReadBackFSR.cpp | 10 ++++++++++ Rec/LumiAlgs/src/LumiReadBackFSR.h | 10 ++++++++++ Rec/LumiAlgs/src/TimeAccounting.cpp | 10 ++++++++++ Rec/LumiAlgs/src/TimeAccounting.h | 10 ++++++++++ Rec/LumiAlgs/tests/qmtest/MyCatalog.xml | 10 ++++++++++ .../tests/qmtest/lumialgs.qms/dumplumievents.qmt | 10 ++++++++++ .../lumialgs.qms/framework.qms/rootfsrwriter.qmt | 10 ++++++++++ .../lumialgs.qms/framework.qms/rootreadpoolfsr.qmt | 10 ++++++++++ .../lumialgs.qms/framework.qms/rootreadrootfsr.qmt | 10 ++++++++++ .../tests/qmtest/lumialgs.qms/lumi0conddbchecker.qmt | 10 ++++++++++ Rec/LumiAlgs/tests/qmtest/lumialgs.qms/lumi0writer.qmt | 10 ++++++++++ Rec/LumiAlgs/tests/qmtest/lumialgs.qms/lumi1writer.qmt | 10 ++++++++++ Rec/LumiAlgs/tests/qmtest/lumialgs.qms/lumi2reader.qmt | 10 ++++++++++ .../tests/qmtest/lumialgs.qms/lumi3conftest.qmt | 10 ++++++++++ .../tests/qmtest/lumialgs.qms/lumi40fsrwriter.qmt | 10 ++++++++++ .../tests/qmtest/lumialgs.qms/lumi4fsrwriter.qmt | 10 ++++++++++ .../tests/qmtest/lumialgs.qms/lumi5fsrreader.qmt | 10 ++++++++++ .../tests/qmtest/lumialgs.qms/lumi60fsrintegrator.qmt | 10 ++++++++++ .../tests/qmtest/lumialgs.qms/lumi6fsrintegrator.qmt | 10 ++++++++++ .../tests/qmtest/lumialgs.qms/lumi7fsr2file.qmt | 10 ++++++++++ Rec/LumiAlgs/tests/qmtest/lumialgs.qms/lumi8merger.qmt | 10 ++++++++++ .../tests/qmtest/lumialgs.qms/lumi9fsrintegrator.qmt | 10 ++++++++++ .../tests/qmtest/lumialgs.qms/lumi9mergesmallfiles.qmt | 10 ++++++++++ Rec/RecAlgs/CMakeLists.txt | 10 ++++++++++ Rec/RecAlgs/src/AddToProcStatus.cpp | 10 ++++++++++ Rec/RecAlgs/src/AddToProcStatus.h | 10 ++++++++++ Rec/RecAlgs/src/EventTimeMonitor.cpp | 10 ++++++++++ Rec/RecAlgs/src/EventTimeMonitor.h | 10 ++++++++++ Rec/RecAlgs/src/ProcStatAbortMoni.cpp | 10 ++++++++++ Rec/RecAlgs/src/ProcStatAbortMoni.h | 10 ++++++++++ Rec/RecAlgs/src/RecInit.cpp | 10 ++++++++++ Rec/RecAlgs/src/RecInit.h | 10 ++++++++++ Rec/RecAlgs/src/RecProcessingTimeMoni.cpp | 10 ++++++++++ Rec/RecAlgs/src/RecProcessingTimeMoni.h | 10 ++++++++++ Rec/RecAlgs/src/RecSummaryAlg.cpp | 10 ++++++++++ Rec/RecAlgs/src/RecSummaryAlg.h | 10 ++++++++++ Rec/RecAlgs/src/TimingTuple.cpp | 10 ++++++++++ Rec/RecAlgs/src/TimingTuple.h | 10 ++++++++++ Rec/RecConf/CMakeLists.txt | 10 ++++++++++ Rec/RecConf/python/RecConf/Configuration.py | 10 ++++++++++ Rec/RecInterfaces/CMakeLists.txt | 10 ++++++++++ .../RecInterfaces/IChargedProtoANNPIDTool.h | 10 ++++++++++ .../RecInterfaces/IChargedProtoANNPIDTupleTool.h | 10 ++++++++++ Rec/RecInterfaces/dict/RecInterfacesDict.h | 10 ++++++++++ Rec/RecInterfaces/dict/RecInterfacesDict.xml | 10 ++++++++++ RecSys/doc/MainPage.h | 10 ++++++++++ Rich/RichAlignment/CMakeLists.txt | 10 ++++++++++ .../python/RichAlignment/Configuration.py | 10 ++++++++++ Rich/RichAlignment/scripts/Aerogel/Calib.py | 10 ++++++++++ Rich/RichAlignment/scripts/Aerogel/rootStyle.py | 10 ++++++++++ Rich/RichAlignment/scripts/Aerogel/run.py | 10 ++++++++++ Rich/RichAlignment/scripts/HPDOccs/Occupancies.py | 10 ++++++++++ Rich/RichAlignment/scripts/HPDOccs/rootStyle.py | 10 ++++++++++ .../scripts/MakeDBFromXML/CreateDBLayer.py | 10 ++++++++++ .../RefractAndHPDJobs/CKRefractCalib-FullBrunelReco.py | 10 ++++++++++ .../CKRefractCalib-RichOnlyBrunelReco.py | 10 ++++++++++ .../RefractAndHPDJobs/CKSignalOverBackground.py | 10 ++++++++++ .../scripts/RefractAndHPDJobs/CommonOptions.py | 10 ++++++++++ .../RefractAndHPDJobs/CreateRefScaleFactCondDBLayer.py | 10 ++++++++++ .../scripts/RefractAndHPDJobs/GetLFNsByRun.py | 10 ++++++++++ .../scripts/RefractAndHPDJobs/LocalTests.py | 10 ++++++++++ .../scripts/RefractAndHPDJobs/PrintPickledData.py | 10 ++++++++++ .../scripts/RefractAndHPDJobs/RichCKCalibrate.py | 10 ++++++++++ .../scripts/RefractAndHPDJobs/RootStyle.py | 10 ++++++++++ Rich/RichAlignment/src/RichAlignmentEventSelection.cpp | 10 ++++++++++ Rich/RichAlignment/src/RichAlignmentEventSelection.h | 10 ++++++++++ Rich/RichAlignment/src/RichAlignmentMonitor.cpp | 10 ++++++++++ Rich/RichAlignment/src/RichAlignmentMonitor.h | 10 ++++++++++ Rich/RichENNRingFinder/CMakeLists.txt | 10 ++++++++++ .../python/RichENNRingFinder/Configuration.py | 10 ++++++++++ Rich/RichENNRingFinder/src/ENNRingFinder.cpp | 10 ++++++++++ Rich/RichENNRingFinder/src/ENNRingFinder.h | 10 ++++++++++ Rich/RichENNRingFinder/src/RichENNRingFinderAlg.cpp | 10 ++++++++++ Rich/RichENNRingFinder/src/RichENNRingFinderAlg.h | 10 ++++++++++ .../RichENNRingFinder/src/RichENNRingFinderNamespace.h | 10 ++++++++++ Rich/RichFutureGlobalPID/CMakeLists.txt | 10 ++++++++++ .../src/RichGlobalPIDInitialisePIDInfo.cpp | 10 ++++++++++ .../src/RichGlobalPIDInitialisePIDInfo.h | 10 ++++++++++ .../src/RichGlobalPIDLikelihoodMinimiser.cpp | 10 ++++++++++ .../src/RichGlobalPIDLikelihoodMinimiser.h | 10 ++++++++++ Rich/RichFutureGlobalPID/src/RichGlobalPIDNamespaces.h | 10 ++++++++++ .../src/RichGlobalPIDWriteRichPIDs.cpp | 10 ++++++++++ .../src/RichGlobalPIDWriteRichPIDs.h | 10 ++++++++++ Rich/RichFutureRecAlgorithms/CMakeLists.txt | 10 ++++++++++ Rich/RichFutureRecAlgorithms/src/MergeRichPIDs.cpp | 10 ++++++++++ Rich/RichFutureRecAlgorithms/src/MergeRichPIDs.h | 10 ++++++++++ Rich/RichFutureRecAlgorithms/src/RichRecoSummary.cpp | 10 ++++++++++ Rich/RichFutureRecAlgorithms/src/RichRecoSummary.h | 10 ++++++++++ Rich/RichFutureRecBase/CMakeLists.txt | 10 ++++++++++ .../RichFutureRecBase/RichRecAlgBase.h | 10 ++++++++++ Rich/RichFutureRecBase/RichFutureRecBase/RichRecBase.h | 10 ++++++++++ .../RichFutureRecBase/RichRecHistoAlgBase.h | 10 ++++++++++ .../RichFutureRecBase/RichRecHistoToolBase.h | 10 ++++++++++ .../RichFutureRecBase/RichRecNamespaces.h | 10 ++++++++++ .../RichFutureRecBase/RichRecToolBase.h | 10 ++++++++++ .../RichFutureRecBase/RichRecTupleAlgBase.h | 10 ++++++++++ .../RichFutureRecBase/RichRecTupleToolBase.h | 10 ++++++++++ Rich/RichFutureRecBase/dict/RichFutureRecBaseDict.h | 10 ++++++++++ Rich/RichFutureRecBase/dict/RichFutureRecBaseDict.xml | 10 ++++++++++ Rich/RichFutureRecBase/src/RichRecAlgBase.cpp | 10 ++++++++++ Rich/RichFutureRecBase/src/RichRecBase.icpp | 10 ++++++++++ Rich/RichFutureRecBase/src/RichRecHistoAlgBase.cpp | 10 ++++++++++ Rich/RichFutureRecBase/src/RichRecHistoToolBase.cpp | 10 ++++++++++ Rich/RichFutureRecBase/src/RichRecToolBase.cpp | 10 ++++++++++ Rich/RichFutureRecBase/src/RichRecTupleAlgBase.cpp | 10 ++++++++++ Rich/RichFutureRecBase/src/RichRecTupleToolBase.cpp | 10 ++++++++++ Rich/RichFutureRecCheckers/CMakeLists.txt | 10 ++++++++++ .../src/RichMCPhotonCherenkovAngles.cpp | 10 ++++++++++ .../src/RichMCPhotonCherenkovAngles.h | 10 ++++++++++ Rich/RichFutureRecCheckers/src/RichPIDQC.cpp | 10 ++++++++++ Rich/RichFutureRecCheckers/src/RichPIDQC.h | 10 ++++++++++ Rich/RichFutureRecEvent/CMakeLists.txt | 10 ++++++++++ .../RichFutureRecEvent/RichRecCherenkovAngles.h | 10 ++++++++++ .../RichFutureRecEvent/RichRecCherenkovPhotons.h | 10 ++++++++++ .../RichFutureRecEvent/RichRecGeomEfficiencies.h | 10 ++++++++++ .../RichFutureRecEvent/RichRecMassHypoRings.h | 10 ++++++++++ .../RichRecPhotonPredictedPixelSignals.h | 10 ++++++++++ .../RichFutureRecEvent/RichRecPhotonYields.h | 10 ++++++++++ .../RichFutureRecEvent/RichRecPixelBackgrounds.h | 10 ++++++++++ .../RichFutureRecEvent/RichRecRayTracedCKRingPoint.h | 10 ++++++++++ .../RichFutureRecEvent/RichRecRelations.h | 10 ++++++++++ .../RichFutureRecEvent/RichRecSpacePoints.h | 10 ++++++++++ .../RichFutureRecEvent/RichRecTrackPIDInfo.h | 10 ++++++++++ .../RichFutureRecEvent/RichSummaryEventData.h | 10 ++++++++++ Rich/RichFutureRecEvent/dict/RichFutureRecEventDict.h | 10 ++++++++++ .../RichFutureRecEvent/dict/RichFutureRecEventDict.xml | 10 ++++++++++ Rich/RichFutureRecEvent/src/RichRecMassHypoRings.cpp | 10 ++++++++++ Rich/RichFutureRecEvent/src/RichRecSpacePoints.cpp | 10 ++++++++++ Rich/RichFutureRecMonitors/CMakeLists.txt | 10 ++++++++++ .../RichFutureRecMonitors/ConfiguredRecoMonitors.py | 10 ++++++++++ Rich/RichFutureRecMonitors/src/RichDecodingErrors.cpp | 10 ++++++++++ Rich/RichFutureRecMonitors/src/RichDecodingErrors.h | 10 ++++++++++ Rich/RichFutureRecMonitors/src/RichDetectorHits.cpp | 10 ++++++++++ Rich/RichFutureRecMonitors/src/RichDetectorHits.h | 10 ++++++++++ .../src/RichPhotonCherenkovAngles.cpp | 10 ++++++++++ .../src/RichPhotonCherenkovAngles.h | 10 ++++++++++ Rich/RichFutureRecMonitors/src/RichPixelClusters.cpp | 10 ++++++++++ Rich/RichFutureRecMonitors/src/RichPixelClusters.h | 10 ++++++++++ Rich/RichFutureRecMonitors/src/RichRecoStats.cpp | 10 ++++++++++ Rich/RichFutureRecMonitors/src/RichRecoStats.h | 10 ++++++++++ .../src/RichTrackRadiatorMaterial.cpp | 10 ++++++++++ .../src/RichTrackRadiatorMaterial.h | 10 ++++++++++ Rich/RichFutureRecMonitors/src/RichTrackSelEff.cpp | 10 ++++++++++ Rich/RichFutureRecMonitors/src/RichTrackSelEff.h | 10 ++++++++++ Rich/RichFutureRecPhotonAlgorithms/CMakeLists.txt | 10 ++++++++++ .../src/RichBasePhotonReco.cpp | 10 ++++++++++ .../src/RichBasePhotonReco.h | 10 ++++++++++ .../src/RichCKEstiFromRadiusPhotonReco.cpp | 10 ++++++++++ .../src/RichCKEstiFromRadiusPhotonReco.h | 10 ++++++++++ .../src/RichPhotonPredictedPixelSignal.cpp | 10 ++++++++++ .../src/RichPhotonPredictedPixelSignal.h | 10 ++++++++++ .../src/RichPhotonPredictedPixelSignal.icpp | 10 ++++++++++ .../src/RichQuarticPhotonReco.cpp | 10 ++++++++++ .../src/RichQuarticPhotonReco.h | 10 ++++++++++ .../src/RichQuarticPhotonReco.icpp | 10 ++++++++++ .../src/avx/RichPhotonPredictedPixelSignal.cpp | 10 ++++++++++ .../src/avx/RichQuarticPhotonReco.cpp | 10 ++++++++++ .../src/avx2/RichPhotonPredictedPixelSignal.cpp | 10 ++++++++++ .../src/avx2/RichQuarticPhotonReco.cpp | 10 ++++++++++ .../src/generic/RichPhotonPredictedPixelSignal.cpp | 10 ++++++++++ .../src/generic/RichQuarticPhotonReco.cpp | 10 ++++++++++ .../src/sse4/RichPhotonPredictedPixelSignal.cpp | 10 ++++++++++ .../src/sse4/RichQuarticPhotonReco.cpp | 10 ++++++++++ Rich/RichFutureRecPixelAlgorithms/CMakeLists.txt | 10 ++++++++++ .../src/RichPixelBackgroundsEstiAvHPD.cpp | 10 ++++++++++ .../src/RichPixelBackgroundsEstiAvHPD.h | 10 ++++++++++ .../src/RichPixelClusterGlobalPositions.cpp | 10 ++++++++++ .../src/RichPixelClusterGlobalPositions.h | 10 ++++++++++ .../src/RichPixelClusterLocalPositions.cpp | 10 ++++++++++ .../src/RichPixelClusterLocalPositions.h | 10 ++++++++++ Rich/RichFutureRecSys/CMakeLists.txt | 10 ++++++++++ Rich/RichFutureRecSys/examples/Brunel.py | 10 ++++++++++ Rich/RichFutureRecSys/examples/RichDecode.py | 10 ++++++++++ Rich/RichFutureRecSys/examples/RichFuture.py | 10 ++++++++++ Rich/RichFutureRecSys/examples/RichFutureFast.py | 10 ++++++++++ Rich/RichFutureRecSys/examples/RichFutureHive.py | 10 ++++++++++ .../examples/brunel-baseline-qmtest.py | 10 ++++++++++ Rich/RichFutureRecSys/examples/brunel-oldrich.py | 10 ++++++++++ Rich/RichFutureRecSys/examples/data/AllRawDataFiles.py | 10 ++++++++++ .../examples/data/Col16DstDataFiles.py | 10 ++++++++++ .../examples/data/Col16RawDataFiles.py | 10 ++++++++++ Rich/RichFutureRecSys/examples/data/MCDigiDataFiles.py | 10 ++++++++++ Rich/RichFutureRecSys/examples/data/MCDstDataFiles.py | 10 ++++++++++ .../examples/data/MCXDigiUpgradeFiles.py | 10 ++++++++++ .../examples/data/MCXDstUpgradeFiles.py | 10 ++++++++++ .../examples/data/Moore2016RawFiles.py | 10 ++++++++++ .../python/RichFutureRecSys/ConfiguredRichReco.py | 10 ++++++++++ Rich/RichFutureRecTrackAlgorithms/CMakeLists.txt | 10 ++++++++++ .../src/RichBaseTrSegMaker.cpp | 10 ++++++++++ .../src/RichBaseTrSegMaker.h | 10 ++++++++++ .../src/RichDetailedTrSegMakerFromTracks.cpp | 10 ++++++++++ .../src/RichDetailedTrSegMakerFromTracks.h | 10 ++++++++++ .../src/RichDetectablePhotonYields.cpp | 10 ++++++++++ .../src/RichDetectablePhotonYields.h | 10 ++++++++++ .../src/RichEmittedPhotonYields.cpp | 10 ++++++++++ .../src/RichEmittedPhotonYields.h | 10 ++++++++++ .../src/RichGeomEffCKMassRings.cpp | 10 ++++++++++ .../src/RichGeomEffCKMassRings.h | 10 ++++++++++ .../src/RichRayTraceCherenkovCones.cpp | 10 ++++++++++ .../src/RichRayTraceCherenkovCones.h | 10 ++++++++++ .../src/RichRayTraceTrackGlobalPoints.cpp | 10 ++++++++++ .../src/RichRayTraceTrackGlobalPoints.h | 10 ++++++++++ .../src/RichRayTraceTrackLocalPoints.cpp | 10 ++++++++++ .../src/RichRayTraceTrackLocalPoints.h | 10 ++++++++++ .../src/RichSelectTrackSegments.cpp | 10 ++++++++++ .../src/RichSelectTrackSegments.h | 10 ++++++++++ .../src/RichSignalPhotonYields.cpp | 10 ++++++++++ .../src/RichSignalPhotonYields.h | 10 ++++++++++ .../src/RichTrackCherenkovAngles.cpp | 10 ++++++++++ .../src/RichTrackCherenkovAngles.h | 10 ++++++++++ .../src/RichTrackFilter.cpp | 10 ++++++++++ .../RichFutureRecTrackAlgorithms/src/RichTrackFilter.h | 10 ++++++++++ .../src/RichTrackFunctionalCherenkovResolutions.cpp | 10 ++++++++++ .../src/RichTrackFunctionalCherenkovResolutions.h | 10 ++++++++++ Rich/RichGlobalPID/CMakeLists.txt | 10 ++++++++++ .../RichGlobalPID/RichGlobalPIDNamespaces.h | 10 ++++++++++ .../RichGlobalPID/RichGlobalPIDTkQuality.h | 10 ++++++++++ Rich/RichGlobalPID/src/IRichGlobalPID.h | 10 ++++++++++ Rich/RichGlobalPID/src/IRichGlobalPIDTrackCreator.h | 10 ++++++++++ Rich/RichGlobalPID/src/RichGlobalPIDAlgBase.cpp | 10 ++++++++++ Rich/RichGlobalPID/src/RichGlobalPIDAlgBase.h | 10 ++++++++++ Rich/RichGlobalPID/src/RichGlobalPIDCommonBase.h | 10 ++++++++++ Rich/RichGlobalPID/src/RichGlobalPIDCommonBase.icpp | 10 ++++++++++ .../src/RichGlobalPIDCommonConstructors.cpp | 10 ++++++++++ Rich/RichGlobalPID/src/RichGlobalPIDDigitSel.cpp | 10 ++++++++++ Rich/RichGlobalPID/src/RichGlobalPIDDigitSel.h | 10 ++++++++++ Rich/RichGlobalPID/src/RichGlobalPIDFinalize.cpp | 10 ++++++++++ Rich/RichGlobalPID/src/RichGlobalPIDFinalize.h | 10 ++++++++++ Rich/RichGlobalPID/src/RichGlobalPIDInitialize.cpp | 10 ++++++++++ Rich/RichGlobalPID/src/RichGlobalPIDInitialize.h | 10 ++++++++++ Rich/RichGlobalPID/src/RichGlobalPIDLikelihood.cpp | 10 ++++++++++ Rich/RichGlobalPID/src/RichGlobalPIDLikelihood.h | 10 ++++++++++ Rich/RichGlobalPID/src/RichGlobalPIDLikelihoodTool.cpp | 10 ++++++++++ Rich/RichGlobalPID/src/RichGlobalPIDLikelihoodTool.h | 10 ++++++++++ Rich/RichGlobalPID/src/RichGlobalPIDMonitor.cpp | 10 ++++++++++ Rich/RichGlobalPID/src/RichGlobalPIDMonitor.h | 10 ++++++++++ Rich/RichGlobalPID/src/RichGlobalPIDMultiStepTool.cpp | 10 ++++++++++ Rich/RichGlobalPID/src/RichGlobalPIDMultiStepTool.h | 10 ++++++++++ Rich/RichGlobalPID/src/RichGlobalPIDToolBase.cpp | 10 ++++++++++ Rich/RichGlobalPID/src/RichGlobalPIDToolBase.h | 10 ++++++++++ Rich/RichGlobalPID/src/RichGlobalPIDTrTrackSel.cpp | 10 ++++++++++ Rich/RichGlobalPID/src/RichGlobalPIDTrTrackSel.h | 10 ++++++++++ .../src/RichGlobalPIDTrTrackSelUsingPIDs.cpp | 10 ++++++++++ .../src/RichGlobalPIDTrTrackSelUsingPIDs.h | 10 ++++++++++ Rich/RichGlobalPID/src/RichGlobalPIDTrackCreator.cpp | 10 ++++++++++ Rich/RichGlobalPID/src/RichGlobalPIDTrackCreator.h | 10 ++++++++++ Rich/RichGlobalPID/xml/RichGlobalPID_Event.xml | 10 ++++++++++ Rich/RichHPDImageAnalysis/CMakeLists.txt | 10 ++++++++++ .../RichHPDImageAnalysis/BoundaryOutlierRejection.h | 10 ++++++++++ .../RichHPDImageAnalysis/CleanHPDImage.h | 10 ++++++++++ .../RichHPDImageAnalysis/FullImageFit.h | 10 ++++++++++ .../RichHPDImageAnalysis/GraphSmoother.h | 10 ++++++++++ .../RichHPDImageAnalysis/HPDBoundaryFcn.h | 10 ++++++++++ .../RichHPDImageAnalysis/RichHPDImageAnalysis/HPDFit.h | 10 ++++++++++ .../RichHPDImageAnalysis/HPDPixel.h | 10 ++++++++++ .../RichHPDImageAnalysis/LogZHPDImage.h | 10 ++++++++++ .../RichHPDImageAnalysis/RichHPDImageSummaryBase.h | 10 ++++++++++ .../RichHPDImageAnalysis/SCurveNormalisedHPDImage.h | 10 ++++++++++ .../RichHPDImageAnalysis/SimpleChi2Fit.h | 10 ++++++++++ .../RichHPDImageAnalysis/SobelFilter.h | 10 ++++++++++ .../RichHPDImageAnalysis/SobelPeakPixelFinder.h | 10 ++++++++++ .../dict/RichHPDImageAnalysisDict.h | 10 ++++++++++ .../dict/RichHPDImageAnalysisDict.xml | 10 ++++++++++ Rich/RichHPDImageAnalysis/python/pyCompareToCondDB.py | 10 ++++++++++ .../python/pyCreateCondDBOveride.py | 10 ++++++++++ Rich/RichHPDImageAnalysis/python/pyDrawHPDColumn.py | 10 ++++++++++ Rich/RichHPDImageAnalysis/python/pyDrawHPDImage.py | 10 ++++++++++ Rich/RichHPDImageAnalysis/python/pyHPDFitAndDraw.py | 10 ++++++++++ Rich/RichHPDImageAnalysis/python/pyHPDImageFit.py | 10 ++++++++++ .../python/pyHPDXMLParsingUtils.py | 10 ++++++++++ .../RichHPDImageAnalysis/python/pyHistoParsingUtils.py | 10 ++++++++++ .../python/pyPlotTrendFromHistos.py | 10 ++++++++++ .../python/pyRunByRunCalibration.py | 10 ++++++++++ Rich/RichHPDImageAnalysis/python/pyminuit2/setup.py | 10 ++++++++++ Rich/RichHPDImageAnalysis/python/rootStyle.py | 10 ++++++++++ .../src/component/RichHPDImageSummary.cpp | 10 ++++++++++ .../src/component/RichHPDImageSummary.h | 10 ++++++++++ .../src/lib/BoundaryOutlierRejection.cpp | 10 ++++++++++ Rich/RichHPDImageAnalysis/src/lib/CleanHPDImage.cpp | 10 ++++++++++ Rich/RichHPDImageAnalysis/src/lib/FullImageFit.cpp | 10 ++++++++++ Rich/RichHPDImageAnalysis/src/lib/GraphSmoother.cpp | 10 ++++++++++ Rich/RichHPDImageAnalysis/src/lib/HPDBoundaryFcn.cpp | 10 ++++++++++ Rich/RichHPDImageAnalysis/src/lib/HPDFit.cpp | 10 ++++++++++ Rich/RichHPDImageAnalysis/src/lib/LogZHPDImage.cpp | 10 ++++++++++ .../src/lib/RichHPDImageSummaryBase.cpp | 10 ++++++++++ .../src/lib/SCurveNormalisedHPDImage.cpp | 10 ++++++++++ Rich/RichHPDImageAnalysis/src/lib/SimpleChi2Fit.cpp | 10 ++++++++++ Rich/RichHPDImageAnalysis/src/lib/SobelFilter.cpp | 10 ++++++++++ .../src/lib/SobelPeakPixelFinder.cpp | 10 ++++++++++ Rich/RichIFBAnalysis/CMakeLists.txt | 10 ++++++++++ Rich/RichIFBAnalysis/src/HPDIonFeedbackMoni.cpp | 10 ++++++++++ Rich/RichIFBAnalysis/src/HPDIonFeedbackMoni.h | 10 ++++++++++ Rich/RichPIDMerge/CMakeLists.txt | 10 ++++++++++ Rich/RichPIDMerge/src/RichHierarchicalPIDMerge.cpp | 10 ++++++++++ Rich/RichPIDMerge/src/RichHierarchicalPIDMerge.h | 10 ++++++++++ Rich/RichPIDMerge/src/RichPIDMerge.cpp | 10 ++++++++++ Rich/RichPIDMerge/src/RichPIDMerge.h | 10 ++++++++++ Rich/RichParticleSearch/CMakeLists.txt | 10 ++++++++++ .../macros/ParticleFinder/Fitter/ParticleFitter.cpp | 10 ++++++++++ .../macros/ParticleFinder/Fitter/ParticleFitter.h | 10 ++++++++++ .../ParticleFinder/ParticleFinder/src/IRichHist.h | 10 ++++++++++ .../ParticleFinder/src/IRichParticleFinder.h | 10 ++++++++++ .../ParticleFinder/ParticleFinder/src/RichHist.h | 10 ++++++++++ .../ParticleFinder/ParticleFinder/src/RichHist1D.cpp | 10 ++++++++++ .../ParticleFinder/ParticleFinder/src/RichHist1D.h | 10 ++++++++++ .../ParticleFinder/ParticleFinder/src/RichHist2D.cpp | 10 ++++++++++ .../ParticleFinder/ParticleFinder/src/RichHist2D.h | 10 ++++++++++ .../ParticleFinder/ParticleFinder/src/RichParticle.cpp | 10 ++++++++++ .../ParticleFinder/ParticleFinder/src/RichParticle.h | 10 ++++++++++ .../ParticleFinder/src/RichParticleFinder.cpp | 10 ++++++++++ .../ParticleFinder/src/RichParticleFinder.h | 10 ++++++++++ .../ParticleFinder/Users/example/PartSearch/main.cpp | 10 ++++++++++ .../ParticleFinder/Utilities/src/ChainTuples.cpp | 10 ++++++++++ .../macros/ParticleFinder/Utilities/src/ChainTuples.h | 10 ++++++++++ .../macros/ParticleFinder/Utilities/src/ReadFile.cpp | 10 ++++++++++ .../macros/ParticleFinder/Utilities/src/ReadFile.h | 10 ++++++++++ Rich/RichParticleSearch/macros/RichYield/RichYield.h | 10 ++++++++++ .../macros/RichYield/RichYieldMain.cpp | 10 ++++++++++ Rich/RichParticleSearch/options/myOptions.py | 10 ++++++++++ Rich/RichParticleSearch/options/myOptions_bkg.py | 10 ++++++++++ .../python/RichParticleSearch/Configuration.py | 10 ++++++++++ Rich/RichParticleSearch/src/IMuonInformation.h | 10 ++++++++++ Rich/RichParticleSearch/src/MuonInformation.cpp | 10 ++++++++++ Rich/RichParticleSearch/src/MuonInformation.h | 10 ++++++++++ Rich/RichParticleSearch/src/RichParticleSearchMain.cpp | 10 ++++++++++ Rich/RichParticleSearch/src/RichParticleSearchMain.h | 10 ++++++++++ Rich/RichPhotonCounting/CMakeLists.txt | 10 ++++++++++ .../options/DST_writer_2012_muDLL3.py | 10 ++++++++++ Rich/RichPhotonCounting/options/brunel-photon-count.py | 10 ++++++++++ .../python/RichPhotonCounting/Configuration.py | 10 ++++++++++ Rich/RichPhotonCounting/src/RichPhotonCounter.cpp | 10 ++++++++++ Rich/RichPhotonCounting/src/RichPhotonCounter.h | 10 ++++++++++ Rich/RichRecAlgorithms/CMakeLists.txt | 10 ++++++++++ Rich/RichRecAlgorithms/src/RichRecClearEvent.cpp | 10 ++++++++++ Rich/RichRecAlgorithms/src/RichRecClearEvent.h | 10 ++++++++++ .../RichRecAlgorithms/src/RichRecEventSelectionAlg.cpp | 10 ++++++++++ Rich/RichRecAlgorithms/src/RichRecEventSelectionAlg.h | 10 ++++++++++ Rich/RichRecAlgorithms/src/RichRecInit.cpp | 10 ++++++++++ Rich/RichRecAlgorithms/src/RichRecInit.h | 10 ++++++++++ .../src/RichRecPixelBackgroundAlg.cpp | 10 ++++++++++ Rich/RichRecAlgorithms/src/RichRecPixelBackgroundAlg.h | 10 ++++++++++ Rich/RichRecAlgorithms/src/RichRecSummaryAlg.cpp | 10 ++++++++++ Rich/RichRecAlgorithms/src/RichRecSummaryAlg.h | 10 ++++++++++ Rich/RichRecAlgorithms/src/RichTrackPIDAlg.cpp | 10 ++++++++++ Rich/RichRecAlgorithms/src/RichTrackPIDAlg.h | 10 ++++++++++ .../src/RichTracklessRingFilterAlg.cpp | 10 ++++++++++ .../RichRecAlgorithms/src/RichTracklessRingFilterAlg.h | 10 ++++++++++ .../src/RichTracklessRingIsolationAlg.cpp | 10 ++++++++++ .../src/RichTracklessRingIsolationAlg.h | 10 ++++++++++ .../src/RichTracklessRingSegmentAssociationAlg.cpp | 10 ++++++++++ .../src/RichTracklessRingSegmentAssociationAlg.h | 10 ++++++++++ Rich/RichRecAlgorithms/src/TrackUseCaloMomentumAlg.cpp | 10 ++++++++++ Rich/RichRecAlgorithms/src/TrackUseCaloMomentumAlg.h | 10 ++++++++++ Rich/RichRecBase/CMakeLists.txt | 10 ++++++++++ Rich/RichRecBase/RichRecBase/FastRingFitter.h | 10 ++++++++++ Rich/RichRecBase/RichRecBase/RichPhotonCreatorBase.h | 10 ++++++++++ Rich/RichRecBase/RichRecBase/RichPixelCreatorBase.h | 10 ++++++++++ Rich/RichRecBase/RichRecBase/RichRecAlgBase.h | 10 ++++++++++ Rich/RichRecBase/RichRecBase/RichRecBase.h | 10 ++++++++++ Rich/RichRecBase/RichRecBase/RichRecHistoAlgBase.h | 10 ++++++++++ Rich/RichRecBase/RichRecBase/RichRecHistoToolBase.h | 10 ++++++++++ Rich/RichRecBase/RichRecBase/RichRecNamespaces.h | 10 ++++++++++ Rich/RichRecBase/RichRecBase/RichRecToolBase.h | 10 ++++++++++ Rich/RichRecBase/RichRecBase/RichRecTupleAlgBase.h | 10 ++++++++++ Rich/RichRecBase/RichRecBase/RichRecTupleToolBase.h | 10 ++++++++++ Rich/RichRecBase/RichRecBase/RichTrackCreatorBase.h | 10 ++++++++++ Rich/RichRecBase/RichRecBase/RichTrackSelectorBase.h | 10 ++++++++++ Rich/RichRecBase/dict/RichRecBaseDict.h | 10 ++++++++++ Rich/RichRecBase/dict/RichRecBaseDict.xml | 10 ++++++++++ Rich/RichRecBase/src/FastRingFitter.cpp | 10 ++++++++++ Rich/RichRecBase/src/RichPhotonCreatorBase.cpp | 10 ++++++++++ Rich/RichRecBase/src/RichPixelCreatorBase.cpp | 10 ++++++++++ Rich/RichRecBase/src/RichRecAlgBase.cpp | 10 ++++++++++ Rich/RichRecBase/src/RichRecBase.icpp | 10 ++++++++++ Rich/RichRecBase/src/RichRecHistoAlgBase.cpp | 10 ++++++++++ Rich/RichRecBase/src/RichRecHistoToolBase.cpp | 10 ++++++++++ Rich/RichRecBase/src/RichRecToolBase.cpp | 10 ++++++++++ Rich/RichRecBase/src/RichRecTupleAlgBase.cpp | 10 ++++++++++ Rich/RichRecBase/src/RichRecTupleToolBase.cpp | 10 ++++++++++ Rich/RichRecBase/src/RichTrackCreatorBase.cpp | 10 ++++++++++ Rich/RichRecBase/src/RichTrackSelectorBase.cpp | 10 ++++++++++ Rich/RichRecEvent/CMakeLists.txt | 10 ++++++++++ Rich/RichRecEvent/dict/RichRecEventDict.h | 10 ++++++++++ Rich/RichRecEvent/dict/RichRecEventDict.xml | 10 ++++++++++ Rich/RichRecEvent/src/RichRecPhoton.cpp | 10 ++++++++++ Rich/RichRecEvent/src/RichRecRing.cpp | 10 ++++++++++ Rich/RichRecEvent/src/RichRecSegment.cpp | 10 ++++++++++ Rich/RichRecEvent/src/RichRecTrack.cpp | 10 ++++++++++ Rich/RichRecEvent/xml/RichRecPhoton.xml | 10 ++++++++++ Rich/RichRecEvent/xml/RichRecPixel.xml | 10 ++++++++++ Rich/RichRecEvent/xml/RichRecPixelOnRing.xml | 10 ++++++++++ Rich/RichRecEvent/xml/RichRecPointOnRing.xml | 10 ++++++++++ Rich/RichRecEvent/xml/RichRecRing.xml | 10 ++++++++++ Rich/RichRecEvent/xml/RichRecRingOnPixel.xml | 10 ++++++++++ Rich/RichRecEvent/xml/RichRecSegment.xml | 10 ++++++++++ Rich/RichRecEvent/xml/RichRecStatus.xml | 10 ++++++++++ Rich/RichRecEvent/xml/RichRecTrack.xml | 10 ++++++++++ Rich/RichRecInterfaces/CMakeLists.txt | 10 ++++++++++ .../RichRecInterfaces/IRichBaseTrackSelector.h | 10 ++++++++++ .../RichRecInterfaces/IRichCherenkovAngle.h | 10 ++++++++++ .../RichRecInterfaces/IRichCherenkovResolution.h | 10 ++++++++++ .../RichRecInterfaces/IRichExpectedTrackSignal.h | 10 ++++++++++ .../RichRecInterfaces/IRichGasQuartzWindowAbs.h | 10 ++++++++++ .../RichRecInterfaces/RichRecInterfaces/IRichGeomEff.h | 10 ++++++++++ .../RichRecInterfaces/IRichIsolatedTrack.h | 10 ++++++++++ .../RichRecInterfaces/IRichMassHypothesisRingCreator.h | 10 ++++++++++ Rich/RichRecInterfaces/RichRecInterfaces/IRichPID.h | 10 ++++++++++ .../RichRecInterfaces/IRichPIDPlots.h | 10 ++++++++++ .../RichRecInterfaces/IRichPhotonCreator.h | 10 ++++++++++ .../RichRecInterfaces/IRichPhotonEmissionPoint.h | 10 ++++++++++ .../RichRecInterfaces/IRichPhotonPredictor.h | 10 ++++++++++ .../RichRecInterfaces/IRichPhotonReconstruction.h | 10 ++++++++++ .../RichRecInterfaces/IRichPhotonSignal.h | 10 ++++++++++ .../RichRecInterfaces/IRichPixelBackgroundEsti.h | 10 ++++++++++ .../RichRecInterfaces/IRichPixelCreator.h | 10 ++++++++++ .../RichRecInterfaces/IRichRayTraceCherenkovCone.h | 10 ++++++++++ .../RichRecInterfaces/IRichRayleighScatter.h | 10 ++++++++++ .../RichRecInterfaces/IRichRecGeomTool.h | 10 ++++++++++ .../RichRecInterfaces/IRichSegmentCreator.h | 10 ++++++++++ .../RichRecInterfaces/IRichSellmeirFunc.h | 10 ++++++++++ .../RichRecInterfaces/IRichSignalDetectionEff.h | 10 ++++++++++ .../RichRecInterfaces/IRichStatusCreator.h | 10 ++++++++++ .../RichRecInterfaces/IRichStereoFitter.h | 10 ++++++++++ .../RichRecInterfaces/IRichStereoProjection.h | 10 ++++++++++ .../RichRecInterfaces/IRichTrSegMaker.h | 10 ++++++++++ .../RichRecInterfaces/IRichTrackCreator.h | 10 ++++++++++ .../IRichTrackEffectiveRefractiveIndex.h | 10 ++++++++++ .../RichRecInterfaces/IRichTrackSelector.h | 10 ++++++++++ Rich/RichRecInterfaces/dict/RichRecInterfacesDict.h | 10 ++++++++++ Rich/RichRecInterfaces/dict/RichRecInterfacesDict.xml | 10 ++++++++++ Rich/RichRecMCAlgorithms/CMakeLists.txt | 10 ++++++++++ .../src/AddMissingMCRichTracksAlg.cpp | 10 ++++++++++ .../src/AddMissingMCRichTracksAlg.h | 10 ++++++++++ .../src/DumpRichHitsToTextFileAlg.cpp | 10 ++++++++++ .../src/DumpRichHitsToTextFileAlg.h | 10 ++++++++++ .../src/DumpRichTracksToTextFileAlg.cpp | 10 ++++++++++ .../src/DumpRichTracksToTextFileAlg.h | 10 ++++++++++ .../RichRecMCAlgorithms/src/RichMCMassHypoRingsAlg.cpp | 10 ++++++++++ Rich/RichRecMCAlgorithms/src/RichMCMassHypoRingsAlg.h | 10 ++++++++++ Rich/RichRecMCTools/CMakeLists.txt | 10 ++++++++++ .../src/RichMCTruePhotonEmissionPoint.cpp | 10 ++++++++++ .../RichRecMCTools/src/RichMCTruePhotonEmissionPoint.h | 10 ++++++++++ Rich/RichRecMCTools/src/RichMCTrueTrackSelector.cpp | 10 ++++++++++ Rich/RichRecMCTools/src/RichMCTrueTrackSelector.h | 10 ++++++++++ .../src/RichPhotonCreatorCheatedTrackDir.cpp | 10 ++++++++++ .../src/RichPhotonCreatorCheatedTrackDir.h | 10 ++++++++++ .../src/RichPhotonCreatorFromMCRichOpticalPhotons.cpp | 10 ++++++++++ .../src/RichPhotonCreatorFromMCRichOpticalPhotons.h | 10 ++++++++++ .../src/RichPhotonCreatorWithGaussianCKSmear.cpp | 10 ++++++++++ .../src/RichPhotonCreatorWithGaussianCKSmear.h | 10 ++++++++++ .../src/RichPhotonCreatorWithMCHitPosition.cpp | 10 ++++++++++ .../src/RichPhotonCreatorWithMCHitPosition.h | 10 ++++++++++ .../src/RichPhotonCreatorWithMCSignal.cpp | 10 ++++++++++ .../RichRecMCTools/src/RichPhotonCreatorWithMCSignal.h | 10 ++++++++++ .../RichPhotonPredictorUsingMCRichOpticalPhotons.cpp | 10 ++++++++++ .../src/RichPhotonPredictorUsingMCRichOpticalPhotons.h | 10 ++++++++++ .../src/RichPhotonPredictorUsingMCTruth.cpp | 10 ++++++++++ .../src/RichPhotonPredictorUsingMCTruth.h | 10 ++++++++++ .../src/RichPixelCreatorFromAllMCRichHits.cpp | 10 ++++++++++ .../src/RichPixelCreatorFromAllMCRichHits.h | 10 ++++++++++ .../src/RichPixelCreatorFromCheatedRawBuffer.cpp | 10 ++++++++++ .../src/RichPixelCreatorFromCheatedRawBuffer.h | 10 ++++++++++ .../src/RichPixelCreatorFromRichDigitsWithBg.cpp | 10 ++++++++++ .../src/RichPixelCreatorFromRichDigitsWithBg.h | 10 ++++++++++ .../src/RichPixelCreatorFromSignalRawBuffer.cpp | 10 ++++++++++ .../src/RichPixelCreatorFromSignalRawBuffer.h | 10 ++++++++++ Rich/RichRecMCTools/src/RichRecMCTruthTool.cpp | 10 ++++++++++ Rich/RichRecMCTools/src/RichRecMCTruthTool.h | 10 ++++++++++ Rich/RichRecMCTools/src/RichRecNULLMCTruthTool.cpp | 10 ++++++++++ Rich/RichRecMCTools/src/RichRecNULLMCTruthTool.h | 10 ++++++++++ .../src/RichTrSegMakerFromMCRichTracks.cpp | 10 ++++++++++ .../src/RichTrSegMakerFromMCRichTracks.h | 10 ++++++++++ .../src/RichTrackCreatorFromMCRichTracks.cpp | 10 ++++++++++ .../src/RichTrackCreatorFromMCRichTracks.h | 10 ++++++++++ Rich/RichRecMonitors/CMakeLists.txt | 10 ++++++++++ Rich/RichRecMonitors/src/RichCherenkovAngleMonitor.cpp | 10 ++++++++++ Rich/RichRecMonitors/src/RichCherenkovAngleMonitor.h | 10 ++++++++++ Rich/RichRecMonitors/src/RichCherenkovResMoni.cpp | 10 ++++++++++ Rich/RichRecMonitors/src/RichCherenkovResMoni.h | 10 ++++++++++ Rich/RichRecMonitors/src/RichGhostTrackMoni.cpp | 10 ++++++++++ Rich/RichRecMonitors/src/RichGhostTrackMoni.h | 10 ++++++++++ Rich/RichRecMonitors/src/RichPhotonGeomMonitor.cpp | 10 ++++++++++ Rich/RichRecMonitors/src/RichPhotonGeomMonitor.h | 10 ++++++++++ Rich/RichRecMonitors/src/RichPhotonRayTraceTest.cpp | 10 ++++++++++ Rich/RichRecMonitors/src/RichPhotonRayTraceTest.h | 10 ++++++++++ Rich/RichRecMonitors/src/RichPhotonRecoCompare.cpp | 10 ++++++++++ Rich/RichRecMonitors/src/RichPhotonRecoCompare.h | 10 ++++++++++ Rich/RichRecMonitors/src/RichPhotonRecoEffMonitor.cpp | 10 ++++++++++ Rich/RichRecMonitors/src/RichPhotonRecoEffMonitor.h | 10 ++++++++++ .../RichRecMonitors/src/RichPhotonRecoRayTraceTest.cpp | 10 ++++++++++ Rich/RichRecMonitors/src/RichPhotonRecoRayTraceTest.h | 10 ++++++++++ Rich/RichRecMonitors/src/RichPhotonRecoTestAlg.cpp | 10 ++++++++++ Rich/RichRecMonitors/src/RichPhotonRecoTestAlg.h | 10 ++++++++++ Rich/RichRecMonitors/src/RichPhotonSignalMonitor.cpp | 10 ++++++++++ Rich/RichRecMonitors/src/RichPhotonSignalMonitor.h | 10 ++++++++++ .../src/RichPhotonTrajectoryMonitor.cpp | 10 ++++++++++ Rich/RichRecMonitors/src/RichPhotonTrajectoryMonitor.h | 10 ++++++++++ Rich/RichRecMonitors/src/RichPixelPositionMonitor.cpp | 10 ++++++++++ Rich/RichRecMonitors/src/RichPixelPositionMonitor.h | 10 ++++++++++ Rich/RichRecMonitors/src/RichPixelRecoEffMonitor.cpp | 10 ++++++++++ Rich/RichRecMonitors/src/RichPixelRecoEffMonitor.h | 10 ++++++++++ Rich/RichRecMonitors/src/RichRecDataObjVerifier.cpp | 10 ++++++++++ Rich/RichRecMonitors/src/RichRecDataObjVerifier.h | 10 ++++++++++ Rich/RichRecMonitors/src/RichRecPIDTupleAlg.cpp | 10 ++++++++++ Rich/RichRecMonitors/src/RichRecPIDTupleAlg.h | 10 ++++++++++ Rich/RichRecMonitors/src/RichRecTimeMonitor.cpp | 10 ++++++++++ Rich/RichRecMonitors/src/RichRecTimeMonitor.h | 10 ++++++++++ Rich/RichRecMonitors/src/RichStereoPhotonFitTest.cpp | 10 ++++++++++ Rich/RichRecMonitors/src/RichStereoPhotonFitTest.h | 10 ++++++++++ Rich/RichRecMonitors/src/RichTrackGeomMoni.cpp | 10 ++++++++++ Rich/RichRecMonitors/src/RichTrackGeomMoni.h | 10 ++++++++++ Rich/RichRecMonitors/src/RichTrackRayTraceTest.cpp | 10 ++++++++++ Rich/RichRecMonitors/src/RichTrackRayTraceTest.h | 10 ++++++++++ Rich/RichRecMonitors/src/RichTrackResolutionMoni.cpp | 10 ++++++++++ Rich/RichRecMonitors/src/RichTrackResolutionMoni.h | 10 ++++++++++ .../src/templates/RichMonitorTemplate.cpp | 10 ++++++++++ .../src/templates/RichMonitorTemplate.h | 10 ++++++++++ Rich/RichRecPhotonTools/CMakeLists.txt | 10 ++++++++++ .../src/component/RichAdaptivePhotonReco.cpp | 10 ++++++++++ .../src/component/RichAdaptivePhotonReco.h | 10 ++++++++++ .../src/component/RichBasePhotonPredictor.cpp | 10 ++++++++++ .../src/component/RichBasePhotonPredictor.h | 10 ++++++++++ .../src/component/RichCKthetaBandsPhotonPredictor.cpp | 10 ++++++++++ .../src/component/RichCKthetaBandsPhotonPredictor.h | 10 ++++++++++ .../src/component/RichPhotonCreator.cpp | 10 ++++++++++ .../src/component/RichPhotonCreator.h | 10 ++++++++++ .../src/component/RichPhotonPredictorUsingRings.cpp | 10 ++++++++++ .../src/component/RichPhotonPredictorUsingRings.h | 10 ++++++++++ .../src/component/RichPhotonRecoBase.cpp | 10 ++++++++++ .../src/component/RichPhotonRecoBase.h | 10 ++++++++++ .../component/RichPhotonRecoUsingCKEstiFromRadius.cpp | 10 ++++++++++ .../component/RichPhotonRecoUsingCKEstiFromRadius.h | 10 ++++++++++ .../src/component/RichPhotonRecoUsingQuarticSoln.cpp | 10 ++++++++++ .../src/component/RichPhotonRecoUsingQuarticSoln.h | 10 ++++++++++ .../src/component/RichPhotonRecoUsingRaytracing.cpp | 10 ++++++++++ .../src/component/RichPhotonRecoUsingRaytracing.h | 10 ++++++++++ .../src/component/RichPhotonSignalGaussProb.cpp | 10 ++++++++++ .../src/component/RichPhotonSignalGaussProb.h | 10 ++++++++++ .../src/component/RichPhotonSignalJeffreysErf.cpp | 10 ++++++++++ .../src/component/RichPhotonSignalJeffreysErf.h | 10 ++++++++++ .../src/component/RichSepVCKthetaPhotonPredictor.cpp | 10 ++++++++++ .../src/component/RichSepVCKthetaPhotonPredictor.h | 10 ++++++++++ .../src/component/RichSimplePhotonPredictor.cpp | 10 ++++++++++ .../src/component/RichSimplePhotonPredictor.h | 10 ++++++++++ Rich/RichRecQC/CMakeLists.txt | 10 ++++++++++ Rich/RichRecQC/python/RichRecQC/Configuration.py | 10 ++++++++++ Rich/RichRecQC/root/RichCKResolution.C | 10 ++++++++++ Rich/RichRecQC/root/RichCKResolution.h | 10 ++++++++++ Rich/RichRecQC/root/RichMakeAllPlots.C | 10 ++++++++++ Rich/RichRecQC/root/RichNCKPhotons.C | 10 ++++++++++ Rich/RichRecQC/root/RichNCKPhotons.h | 10 ++++++++++ Rich/RichRecQC/root/RichPIDPerformance.C | 10 ++++++++++ Rich/RichRecQC/root/RichPIDPerformance.h | 10 ++++++++++ Rich/RichRecQC/root/RichTrackResolutions.C | 10 ++++++++++ Rich/RichRecQC/root/RichTrackResolutions.h | 10 ++++++++++ Rich/RichRecQC/root/Run.C | 10 ++++++++++ Rich/RichRecQC/root/Utilities.C | 10 ++++++++++ Rich/RichRecQC/root/Utilities.h | 10 ++++++++++ Rich/RichRecQC/src/RichDataDBCheck.cpp | 10 ++++++++++ Rich/RichRecQC/src/RichDataDBCheck.h | 10 ++++++++++ Rich/RichRecQC/src/RichDataDecodingErrorMoni.cpp | 10 ++++++++++ Rich/RichRecQC/src/RichDataDecodingErrorMoni.h | 10 ++++++++++ Rich/RichRecQC/src/RichHPDFlashMoni.cpp | 10 ++++++++++ Rich/RichRecQC/src/RichHPDFlashMoni.h | 10 ++++++++++ Rich/RichRecQC/src/RichHPDHitsMoni.cpp | 10 ++++++++++ Rich/RichRecQC/src/RichHPDHitsMoni.h | 10 ++++++++++ Rich/RichRecQC/src/RichODINMoni.cpp | 10 ++++++++++ Rich/RichRecQC/src/RichODINMoni.h | 10 ++++++++++ Rich/RichRecQC/src/RichPIDQC.cpp | 10 ++++++++++ Rich/RichRecQC/src/RichPIDQC.h | 10 ++++++++++ Rich/RichRecQC/src/RichPixelClusterMoni.cpp | 10 ++++++++++ Rich/RichRecQC/src/RichPixelClusterMoni.h | 10 ++++++++++ Rich/RichRecQC/src/RichRawDataSize.cpp | 10 ++++++++++ Rich/RichRecQC/src/RichRawDataSize.h | 10 ++++++++++ Rich/RichRecQC/src/RichRecPixelQC.cpp | 10 ++++++++++ Rich/RichRecQC/src/RichRecPixelQC.h | 10 ++++++++++ Rich/RichRecQC/src/RichRecRingPeakSearch.cpp | 10 ++++++++++ Rich/RichRecQC/src/RichRecRingPeakSearch.h | 10 ++++++++++ Rich/RichRecQC/src/RichRecSummaryCKResMoni.cpp | 10 ++++++++++ Rich/RichRecQC/src/RichRecSummaryCKResMoni.h | 10 ++++++++++ Rich/RichRecQC/src/RichRecSummaryQC.cpp | 10 ++++++++++ Rich/RichRecQC/src/RichRecSummaryQC.h | 10 ++++++++++ Rich/RichRecQC/src/RichRecoQC.cpp | 10 ++++++++++ Rich/RichRecQC/src/RichRecoQC.h | 10 ++++++++++ Rich/RichRecQC/src/RichTrackSelEffMoni.cpp | 10 ++++++++++ Rich/RichRecQC/src/RichTrackSelEffMoni.h | 10 ++++++++++ Rich/RichRecQC/src/RichTracklessRingMoni.cpp | 10 ++++++++++ Rich/RichRecQC/src/RichTracklessRingMoni.h | 10 ++++++++++ Rich/RichRecStereoTools/CMakeLists.txt | 10 ++++++++++ Rich/RichRecStereoTools/src/RichStereoFitter.cpp | 10 ++++++++++ Rich/RichRecStereoTools/src/RichStereoFitter.h | 10 ++++++++++ Rich/RichRecStereoTools/src/RichStereoProjection.cpp | 10 ++++++++++ Rich/RichRecStereoTools/src/RichStereoProjection.h | 10 ++++++++++ Rich/RichRecSys/CMakeLists.txt | 10 ++++++++++ Rich/RichRecSys/python/RichRecSys/CKThetaResolution.py | 10 ++++++++++ Rich/RichRecSys/python/RichRecSys/Configuration.py | 10 ++++++++++ Rich/RichRecSys/python/RichRecSys/PhotonCreator.py | 10 ++++++++++ Rich/RichRecSys/python/RichRecSys/PixelCreator.py | 10 ++++++++++ Rich/RichRecSys/python/RichRecSys/RichGlobalPID_.py | 10 ++++++++++ Rich/RichRecSys/python/RichRecSys/SegmentCreator.py | 10 ++++++++++ Rich/RichRecSys/python/RichRecSys/TrackCreator.py | 10 ++++++++++ .../RichRecSys/python/RichRecSys/TrackSelectorTools.py | 10 ++++++++++ Rich/RichRecTemplateRings/CMakeLists.txt | 10 ++++++++++ .../python/RichRecTemplateRings/Configuration.py | 10 ++++++++++ Rich/RichRecTemplateRings/src/FFPlan/RichFFPlan.cpp | 10 ++++++++++ Rich/RichRecTemplateRings/src/FFPlan/RichFFPlan.h | 10 ++++++++++ .../src/HistoMonitor/RichSingleEvMonHistoTool.cpp | 10 ++++++++++ .../src/HistoMonitor/RichSingleEvMonHistoTool.h | 10 ++++++++++ .../src/MCTruth/RichMCTruthAcquireAlg.cpp | 10 ++++++++++ .../src/MCTruth/RichMCTruthAcquireAlg.h | 10 ++++++++++ .../src/MCTruth/RichMCTruthData.cpp | 10 ++++++++++ .../RichRecTemplateRings/src/MCTruth/RichMCTruthData.h | 10 ++++++++++ .../src/MCTruth/RichRingMCCompareNtup.cpp | 10 ++++++++++ .../src/MCTruth/RichRingMCCompareNtup.h | 10 ++++++++++ .../src/RichRecTemplateRingsNamespace.h | 10 ++++++++++ Rich/RichRecTemplateRings/src/RichRingMasterAlg.cpp | 10 ++++++++++ Rich/RichRecTemplateRings/src/RichRingMasterAlg.h | 10 ++++++++++ .../src/RichRingRec/IMCCompareNtup.h | 10 ++++++++++ .../RichRecTemplateRings/src/RichRingRec/IRichFFPlan.h | 10 ++++++++++ .../src/RichRingRec/IRichLocalTargetConfig.h | 10 ++++++++++ .../src/RichRingRec/IRichLocalTemplateConfig.h | 10 ++++++++++ .../src/RichRingRec/IRichMCTruthData.h | 10 ++++++++++ .../src/RichRingRec/IRichRingRecConstants.h | 10 ++++++++++ .../src/RichRingRec/IRichRingRecMass.h | 10 ++++++++++ .../src/RichRingRec/IRichRingRecResult.h | 10 ++++++++++ .../src/RichRingRec/IRichRingRecToolBase.h | 10 ++++++++++ .../src/RichRingRec/IRichRingRecTransformTool.h | 10 ++++++++++ .../src/RichRingRec/IRichRingReconParam.h | 10 ++++++++++ .../src/RichRingRec/IRichSingleEvMonHistoTool.h | 10 ++++++++++ .../src/RichRingRec/IRichTargetDataTool.h | 10 ++++++++++ .../src/RichRingRec/IRichTemplateDataTool.h | 10 ++++++++++ .../src/RichRingRec/RichDataArrayDefinitions.h | 10 ++++++++++ .../src/RichRingRec/RichRingRecAlgBase.h | 10 ++++++++++ .../src/RichRingRec/RichRingRecToolBase.h | 10 ++++++++++ .../src/RichRingRec/RichRingRecTupleAlgBase.h | 10 ++++++++++ Rich/RichRecTemplateRings/src/RichRingReconParam.cpp | 10 ++++++++++ Rich/RichRecTemplateRings/src/RichRingReconParam.h | 10 ++++++++++ .../src/RingFit/RichRingRecMass.cpp | 10 ++++++++++ .../RichRecTemplateRings/src/RingFit/RichRingRecMass.h | 10 ++++++++++ .../src/RingFit/RichRingRecResult.cpp | 10 ++++++++++ .../src/RingFit/RichRingRecResult.h | 10 ++++++++++ .../src/TargetData/RichLocalTargetConfig.cpp | 10 ++++++++++ .../src/TargetData/RichLocalTargetConfig.h | 10 ++++++++++ .../src/TargetData/RichTargetDataConfigAlg.cpp | 10 ++++++++++ .../src/TargetData/RichTargetDataConfigAlg.h | 10 ++++++++++ .../src/TargetData/RichTargetDataTool.cpp | 10 ++++++++++ .../src/TargetData/RichTargetDataTool.h | 10 ++++++++++ .../src/TemplateData/RichLocalDefaultTemplateData.cpp | 10 ++++++++++ .../src/TemplateData/RichLocalDefaultTemplateData.h | 10 ++++++++++ .../src/TemplateData/RichLocalTemplateConfig.cpp | 10 ++++++++++ .../src/TemplateData/RichLocalTemplateConfig.h | 10 ++++++++++ .../src/TemplateData/RichTemplateDataTool.cpp | 10 ++++++++++ .../src/TemplateData/RichTemplateDataTool.h | 10 ++++++++++ .../src/Utility/RichRingRecConstants.cpp | 10 ++++++++++ .../src/Utility/RichRingRecConstants.h | 10 ++++++++++ .../src/Utility/RichRingRecTransformTool.cpp | 10 ++++++++++ .../src/Utility/RichRingRecTransformTool.h | 10 ++++++++++ .../src/base/RichRingRecAlgBase.cpp | 10 ++++++++++ .../src/base/RichRingRecToolBase.cpp | 10 ++++++++++ .../src/base/RichRingRecTupleAlgBase.cpp | 10 ++++++++++ Rich/RichRecTests/CMakeLists.txt | 10 ++++++++++ Rich/RichRecTests/src/PhotonReco/main.icpp | 10 ++++++++++ Rich/RichRecTests/src/PhotonReco/main_avx.cpp | 10 ++++++++++ Rich/RichRecTests/src/PhotonReco/main_avx2.cpp | 10 ++++++++++ Rich/RichRecTests/src/PhotonReco/main_avx2fma.cpp | 10 ++++++++++ Rich/RichRecTests/src/PhotonReco/main_sse4.cpp | 10 ++++++++++ Rich/RichRecTests/src/RayTracing/main.icpp | 10 ++++++++++ Rich/RichRecTests/src/RayTracing/main_avx.cpp | 10 ++++++++++ Rich/RichRecTests/src/RayTracing/main_avx2.cpp | 10 ++++++++++ Rich/RichRecTests/src/RayTracing/main_avx2fma.cpp | 10 ++++++++++ Rich/RichRecTests/src/RayTracing/main_sse4.cpp | 10 ++++++++++ Rich/RichRecTools/CMakeLists.txt | 10 ++++++++++ .../RichRecTools/src/RichFunctionalRayleighScatter.cpp | 10 ++++++++++ Rich/RichRecTools/src/RichFunctionalRayleighScatter.h | 10 ++++++++++ .../RichRecTools/src/RichMassHypothesisRingCreator.cpp | 10 ++++++++++ Rich/RichRecTools/src/RichMassHypothesisRingCreator.h | 10 ++++++++++ .../src/RichNominalTabulatedSignalDetectionEff.cpp | 10 ++++++++++ .../src/RichNominalTabulatedSignalDetectionEff.h | 10 ++++++++++ Rich/RichRecTools/src/RichPIDPlots.cpp | 10 ++++++++++ Rich/RichRecTools/src/RichPIDPlots.h | 10 ++++++++++ .../RichRecTools/src/RichPixelCreatorFromRawBuffer.cpp | 10 ++++++++++ Rich/RichRecTools/src/RichPixelCreatorFromRawBuffer.h | 10 ++++++++++ .../src/RichPixelCreatorWithForcedIneffic.cpp | 10 ++++++++++ .../src/RichPixelCreatorWithForcedIneffic.h | 10 ++++++++++ .../RichRecTools/src/RichPixelCreatorWithPanelFlip.cpp | 10 ++++++++++ Rich/RichRecTools/src/RichPixelCreatorWithPanelFlip.h | 10 ++++++++++ Rich/RichRecTools/src/RichRayTraceCherenkovCone.cpp | 10 ++++++++++ Rich/RichRecTools/src/RichRayTraceCherenkovCone.h | 10 ++++++++++ Rich/RichRecTools/src/RichRecBackgroundEstiAvHPD.cpp | 10 ++++++++++ Rich/RichRecTools/src/RichRecBackgroundEstiAvHPD.h | 10 ++++++++++ .../src/RichRecBackgroundEstiClustering.cpp | 10 ++++++++++ .../RichRecTools/src/RichRecBackgroundEstiClustering.h | 10 ++++++++++ Rich/RichRecTools/src/RichRecGeomTool.cpp | 10 ++++++++++ Rich/RichRecTools/src/RichRecGeomTool.h | 10 ++++++++++ Rich/RichRecTools/src/RichSellmeirFunc.cpp | 10 ++++++++++ Rich/RichRecTools/src/RichSellmeirFunc.h | 10 ++++++++++ Rich/RichRecTools/src/RichStatusCreator.cpp | 10 ++++++++++ Rich/RichRecTools/src/RichStatusCreator.h | 10 ++++++++++ .../src/RichTabulatedGasQuartzWindowAbs.cpp | 10 ++++++++++ .../RichRecTools/src/RichTabulatedGasQuartzWindowAbs.h | 10 ++++++++++ Rich/RichRecTools/src/RichTabulatedRayleighScatter.cpp | 10 ++++++++++ Rich/RichRecTools/src/RichTabulatedRayleighScatter.h | 10 ++++++++++ .../src/RichTabulatedSignalDetectionEff.cpp | 10 ++++++++++ .../RichRecTools/src/RichTabulatedSignalDetectionEff.h | 10 ++++++++++ Rich/RichRecTrackTools/CMakeLists.txt | 10 ++++++++++ .../src/RichBaseTrSegMakerFromRecoTracks.cpp | 10 ++++++++++ .../src/RichBaseTrSegMakerFromRecoTracks.h | 10 ++++++++++ Rich/RichRecTrackTools/src/RichBaseTrackSelector.cpp | 10 ++++++++++ Rich/RichRecTrackTools/src/RichBaseTrackSelector.h | 10 ++++++++++ .../src/RichBinnedCKResVthetaForRecoTracks.cpp | 10 ++++++++++ .../src/RichBinnedCKResVthetaForRecoTracks.h | 10 ++++++++++ Rich/RichRecTrackTools/src/RichCherenkovAngle.cpp | 10 ++++++++++ Rich/RichRecTrackTools/src/RichCherenkovAngle.h | 10 ++++++++++ .../src/RichDelegatedTrackCreatorFromRecoTracks.cpp | 10 ++++++++++ .../src/RichDelegatedTrackCreatorFromRecoTracks.h | 10 ++++++++++ .../src/RichDetailedTrSegMakerFromRecoTracks.cpp | 10 ++++++++++ .../src/RichDetailedTrSegMakerFromRecoTracks.h | 10 ++++++++++ Rich/RichRecTrackTools/src/RichExpectedTrackSignal.cpp | 10 ++++++++++ Rich/RichRecTrackTools/src/RichExpectedTrackSignal.h | 10 ++++++++++ .../src/RichFastTrSegMakerFromRecoTracks.cpp | 10 ++++++++++ .../src/RichFastTrSegMakerFromRecoTracks.h | 10 ++++++++++ .../RichFlippedDetailedTrSegMakerFromRecoTracks.cpp | 10 ++++++++++ .../src/RichFlippedDetailedTrSegMakerFromRecoTracks.h | 10 ++++++++++ .../RichRecTrackTools/src/RichForwardTrackSelector.cpp | 10 ++++++++++ Rich/RichRecTrackTools/src/RichForwardTrackSelector.h | 10 ++++++++++ .../src/RichFunctionalCKResForRecoTracks.cpp | 10 ++++++++++ .../src/RichFunctionalCKResForRecoTracks.h | 10 ++++++++++ Rich/RichRecTrackTools/src/RichGeomEffCKMassRing.cpp | 10 ++++++++++ Rich/RichRecTrackTools/src/RichGeomEffCKMassRing.h | 10 ++++++++++ Rich/RichRecTrackTools/src/RichGeomEffFixedValue.cpp | 10 ++++++++++ Rich/RichRecTrackTools/src/RichGeomEffFixedValue.h | 10 ++++++++++ .../RichRecTrackTools/src/RichGeomEffPhotonTracing.cpp | 10 ++++++++++ Rich/RichRecTrackTools/src/RichGeomEffPhotonTracing.h | 10 ++++++++++ .../src/RichInterpCKResVthetaForRecoTracks.cpp | 10 ++++++++++ .../src/RichInterpCKResVthetaForRecoTracks.h | 10 ++++++++++ Rich/RichRecTrackTools/src/RichIsolatedTrackTool.cpp | 10 ++++++++++ Rich/RichRecTrackTools/src/RichIsolatedTrackTool.h | 10 ++++++++++ Rich/RichRecTrackTools/src/RichKsTrackSelector.cpp | 10 ++++++++++ Rich/RichRecTrackTools/src/RichKsTrackSelector.h | 10 ++++++++++ Rich/RichRecTrackTools/src/RichMatchTrackSelector.cpp | 10 ++++++++++ Rich/RichRecTrackTools/src/RichMatchTrackSelector.h | 10 ++++++++++ Rich/RichRecTrackTools/src/RichPhotonEmissionPoint.cpp | 10 ++++++++++ Rich/RichRecTrackTools/src/RichPhotonEmissionPoint.h | 10 ++++++++++ Rich/RichRecTrackTools/src/RichSeedTrackSelector.cpp | 10 ++++++++++ Rich/RichRecTrackTools/src/RichSeedTrackSelector.h | 10 ++++++++++ Rich/RichRecTrackTools/src/RichSegmentCreator.cpp | 10 ++++++++++ Rich/RichRecTrackTools/src/RichSegmentCreator.h | 10 ++++++++++ .../src/RichTrackCreatorFromRecoTracks.cpp | 10 ++++++++++ .../src/RichTrackCreatorFromRecoTracks.h | 10 ++++++++++ ...RichTrackCreatorFromRecoTracksWithForcedIneffic.cpp | 10 ++++++++++ .../RichTrackCreatorFromRecoTracksWithForcedIneffic.h | 10 ++++++++++ .../src/RichTrackEffectiveRefractiveIndex.cpp | 10 ++++++++++ .../src/RichTrackEffectiveRefractiveIndex.h | 10 ++++++++++ Rich/RichRecTrackTools/src/RichTrackSelector.cpp | 10 ++++++++++ Rich/RichRecTrackTools/src/RichTrackSelector.h | 10 ++++++++++ Rich/RichRecTrackTools/src/RichVeloTTTrackSelector.cpp | 10 ++++++++++ Rich/RichRecTrackTools/src/RichVeloTTTrackSelector.h | 10 ++++++++++ Rich/RichRecUtils/CMakeLists.txt | 10 ++++++++++ Rich/RichRecUtils/RichRecUtils/QuarticSolver.h | 10 ++++++++++ Rich/RichRecUtils/RichRecUtils/QuarticSolverNewton.h | 10 ++++++++++ .../RichRecUtils/RichRecUtils/RichCKResolutionFitter.h | 10 ++++++++++ Rich/RichRecUtils/RichRecUtils/RichDetParams.h | 10 ++++++++++ Rich/RichRecUtils/RichRecUtils/RichPhotonSpectra.h | 10 ++++++++++ .../RichRecUtils/RichRadCorrLocalPositions.h | 10 ++++++++++ Rich/RichRecUtils/RichRecUtils/RichRecPhotonKey.h | 10 ++++++++++ .../RichRecUtils/RichRecUtils/RichRecPixelParentType.h | 10 ++++++++++ Rich/RichRecUtils/RichRecUtils/RichRecProcCode.h | 10 ++++++++++ Rich/RichRecUtils/RichRecUtils/RichTrackID.h | 10 ++++++++++ Rich/RichRecUtils/dict/RichRecUtilsDict.h | 10 ++++++++++ Rich/RichRecUtils/dict/RichRecUtilsDict.xml | 10 ++++++++++ Rich/RichRecUtils/examples/TestCKFitter.py | 10 ++++++++++ Rich/RichRecUtils/src/RichCKResolutionFitter.cpp | 10 ++++++++++ Rich/RichRecUtils/src/RichPhotonSpectra.cpp | 10 ++++++++++ Rich/RichRecUtils/src/RichRecPixelParentType.cpp | 10 ++++++++++ Rich/RichRecUtils/src/RichTrackID.cpp | 10 ++++++++++ Tf/FastPV/CMakeLists.txt | 10 ++++++++++ Tf/FastPV/src/FastPVFinder.cpp | 10 ++++++++++ Tf/FastPV/src/FastPVFinder.h | 10 ++++++++++ Tf/FastPV/src/FastPVMonitor.cpp | 10 ++++++++++ Tf/FastPV/src/FastPVMonitor.h | 10 ++++++++++ Tf/FastPV/src/FastVertex.cpp | 10 ++++++++++ Tf/FastPV/src/FastVertex.h | 10 ++++++++++ Tf/FastPV/src/TrackForPV.cpp | 10 ++++++++++ Tf/FastPV/src/TrackForPV.h | 10 ++++++++++ Tf/FastVelo/CMakeLists.txt | 10 ++++++++++ Tf/FastVelo/python/FastVelo/FastVeloAlgConf.py | 10 ++++++++++ Tf/FastVelo/src/FastVeloFitLHCbIDs.cpp | 10 ++++++++++ Tf/FastVelo/src/FastVeloFitLHCbIDs.h | 10 ++++++++++ Tf/FastVelo/src/FastVeloHit.h | 10 ++++++++++ Tf/FastVelo/src/FastVeloHitManager.cpp | 10 ++++++++++ Tf/FastVelo/src/FastVeloHitManager.h | 10 ++++++++++ Tf/FastVelo/src/FastVeloKalmanTrack.cpp | 10 ++++++++++ Tf/FastVelo/src/FastVeloKalmanTrack.h | 10 ++++++++++ Tf/FastVelo/src/FastVeloSensor.cpp | 10 ++++++++++ Tf/FastVelo/src/FastVeloSensor.h | 10 ++++++++++ Tf/FastVelo/src/FastVeloTrack.cpp | 10 ++++++++++ Tf/FastVelo/src/FastVeloTrack.h | 10 ++++++++++ Tf/FastVelo/src/FastVeloTracking.cpp | 10 ++++++++++ Tf/FastVelo/src/FastVeloTracking.h | 10 ++++++++++ Tf/PatAlgorithms/CMakeLists.txt | 10 ++++++++++ Tf/PatAlgorithms/python/PatAlgorithms/PatAlgConf.py | 10 ++++++++++ Tf/PatAlgorithms/src/FastForwardTool.cpp | 10 ++++++++++ Tf/PatAlgorithms/src/FastForwardTool.h | 10 ++++++++++ Tf/PatAlgorithms/src/FastFwdTool.cpp | 10 ++++++++++ Tf/PatAlgorithms/src/FastFwdTool.h | 10 ++++++++++ Tf/PatAlgorithms/src/PatAddTTCoord.cpp | 10 ++++++++++ Tf/PatAlgorithms/src/PatAddTTCoord.h | 10 ++++++++++ Tf/PatAlgorithms/src/PatBBDTSeedClassifier.cpp | 10 ++++++++++ Tf/PatAlgorithms/src/PatBBDTSeedClassifier.h | 10 ++++++++++ Tf/PatAlgorithms/src/PatDownTrack.cpp | 10 ++++++++++ Tf/PatAlgorithms/src/PatDownTrack.h | 10 ++++++++++ Tf/PatAlgorithms/src/PatForward.cpp | 10 ++++++++++ Tf/PatAlgorithms/src/PatForward.h | 10 ++++++++++ Tf/PatAlgorithms/src/PatForwardTool.cpp | 10 ++++++++++ Tf/PatAlgorithms/src/PatForwardTool.h | 10 ++++++++++ Tf/PatAlgorithms/src/PatFwdFitLine.h | 10 ++++++++++ Tf/PatAlgorithms/src/PatFwdFitParabola.h | 10 ++++++++++ Tf/PatAlgorithms/src/PatFwdPlaneCounter.h | 10 ++++++++++ Tf/PatAlgorithms/src/PatFwdRegionCounter.h | 10 ++++++++++ Tf/PatAlgorithms/src/PatFwdTool.cpp | 10 ++++++++++ Tf/PatAlgorithms/src/PatFwdTool.h | 10 ++++++++++ Tf/PatAlgorithms/src/PatFwdTrackCandidate.h | 10 ++++++++++ Tf/PatAlgorithms/src/PatLongLivedTracking.cpp | 10 ++++++++++ Tf/PatAlgorithms/src/PatLongLivedTracking.h | 10 ++++++++++ Tf/PatAlgorithms/src/PatMakeV0.cpp | 10 ++++++++++ Tf/PatAlgorithms/src/PatMakeV0.h | 10 ++++++++++ Tf/PatAlgorithms/src/PatMatch.cpp | 10 ++++++++++ Tf/PatAlgorithms/src/PatMatch.h | 10 ++++++++++ Tf/PatAlgorithms/src/PatMatchTool.cpp | 10 ++++++++++ Tf/PatAlgorithms/src/PatMatchTool.h | 10 ++++++++++ Tf/PatAlgorithms/src/PatRange.h | 10 ++++++++++ Tf/PatAlgorithms/src/PatSeedFits.h | 10 ++++++++++ Tf/PatAlgorithms/src/PatSeedTool.cpp | 10 ++++++++++ Tf/PatAlgorithms/src/PatSeedTool.h | 10 ++++++++++ Tf/PatAlgorithms/src/PatSeedTrack.cpp | 10 ++++++++++ Tf/PatAlgorithms/src/PatSeedTrack.h | 10 ++++++++++ Tf/PatAlgorithms/src/PatSeeding.cpp | 10 ++++++++++ Tf/PatAlgorithms/src/PatSeeding.h | 10 ++++++++++ Tf/PatAlgorithms/src/PatSeedingTool.cpp | 10 ++++++++++ Tf/PatAlgorithms/src/PatSeedingTool.h | 10 ++++++++++ Tf/PatAlgorithms/src/TMVA/Forward/ASFDeep.class.C | 10 ++++++++++ Tf/PatAlgorithms/src/TMVA/Forward/BXF_4XPlanes.class.C | 10 ++++++++++ Tf/PatAlgorithms/src/TMVA/PatLLT/PatLLT_MLPBNN.C | 10 ++++++++++ Tf/PatAlgorithms/src/VectorizationSupport.h | 10 ++++++++++ Tf/PatKernel/CMakeLists.txt | 10 ++++++++++ Tf/PatKernel/PatKernel/IPatDebugTTTool.h | 10 ++++++++++ Tf/PatKernel/PatKernel/IPatDebugTool.h | 10 ++++++++++ Tf/PatKernel/PatKernel/IPatDebugTrackTool.h | 10 ++++++++++ Tf/PatKernel/PatKernel/IPatMvaClassifier.h | 10 ++++++++++ Tf/PatKernel/PatKernel/IPatTTCounter.h | 10 ++++++++++ Tf/PatKernel/PatKernel/PatForwardHit.h | 10 ++++++++++ Tf/PatKernel/PatKernel/PatTStationHitManager.h | 10 ++++++++++ Tf/PatKernel/PatKernel/PatTTHit.h | 10 ++++++++++ Tf/PatKernel/PatKernel/PatTTStationHitManager.h | 10 ++++++++++ Tf/PatKernel/dict/PatKernelDict.h | 10 ++++++++++ Tf/PatKernel/dict/PatKernelDict.xml | 10 ++++++++++ Tf/PatKernel/src/PatTTStationHitManager.cpp | 10 ++++++++++ Tf/PatVelo/CMakeLists.txt | 10 ++++++++++ Tf/PatVelo/src/AddPileupToTrack.cpp | 10 ++++++++++ Tf/PatVelo/src/AddPileupToTrack.h | 10 ++++++++++ Tf/PatVelo/src/CircularRangeUtils.h | 10 ++++++++++ Tf/PatVelo/src/FindKilledSensors.cpp | 10 ++++++++++ Tf/PatVelo/src/FindKilledSensors.h | 10 ++++++++++ Tf/PatVelo/src/NewSpaceTrack.cpp | 10 ++++++++++ Tf/PatVelo/src/NewSpaceTrack.h | 10 ++++++++++ Tf/PatVelo/src/NewVeloRTracking.cpp | 10 ++++++++++ Tf/PatVelo/src/NewVeloRTracking.h | 10 ++++++++++ Tf/PatVelo/src/NewVeloSpaceTool.cpp | 10 ++++++++++ Tf/PatVelo/src/NewVeloSpaceTool.h | 10 ++++++++++ Tf/PatVelo/src/PatGenericFitter.cpp | 10 ++++++++++ Tf/PatVelo/src/PatGenericFitter.h | 10 ++++++++++ Tf/PatVelo/src/PatRZTrack.cpp | 10 ++++++++++ Tf/PatVelo/src/PatRZTrack.h | 10 ++++++++++ Tf/PatVelo/src/PatVeloAlignTrackFilter.cpp | 10 ++++++++++ Tf/PatVelo/src/PatVeloAlignTrackFilter.h | 10 ++++++++++ Tf/PatVelo/src/PatVeloFitLHCbIDs.cpp | 10 ++++++++++ Tf/PatVelo/src/PatVeloFitLHCbIDs.h | 10 ++++++++++ Tf/PatVelo/src/PatVeloGeneralTracking.cpp | 10 ++++++++++ Tf/PatVelo/src/PatVeloGeneralTracking.h | 10 ++++++++++ Tf/PatVelo/src/PatVeloGeneric.cpp | 10 ++++++++++ Tf/PatVelo/src/PatVeloGeneric.h | 10 ++++++++++ Tf/PatVelo/src/PatVeloHit.h | 10 ++++++++++ Tf/PatVelo/src/PatVeloLiteClusterPromoter.cpp | 10 ++++++++++ Tf/PatVelo/src/PatVeloLiteClusterPromoter.h | 10 ++++++++++ Tf/PatVelo/src/PatVeloOpenTrack.cpp | 10 ++++++++++ Tf/PatVelo/src/PatVeloOpenTrack.h | 10 ++++++++++ Tf/PatVelo/src/PatVeloOpenTracking.cpp | 10 ++++++++++ Tf/PatVelo/src/PatVeloOpenTracking.h | 10 ++++++++++ Tf/PatVelo/src/PatVeloPhiHitManager.cpp | 10 ++++++++++ Tf/PatVelo/src/PatVeloPhiHitManager.h | 10 ++++++++++ Tf/PatVelo/src/PatVeloPhiList.cpp | 10 ++++++++++ Tf/PatVelo/src/PatVeloPhiList.h | 10 ++++++++++ Tf/PatVelo/src/PatVeloRHitManager.cpp | 10 ++++++++++ Tf/PatVelo/src/PatVeloRHitManager.h | 10 ++++++++++ Tf/PatVelo/src/PatVeloRTracking.cpp | 10 ++++++++++ Tf/PatVelo/src/PatVeloRTracking.h | 10 ++++++++++ Tf/PatVelo/src/PatVeloResetClusterUsed.cpp | 10 ++++++++++ Tf/PatVelo/src/PatVeloResetClusterUsed.h | 10 ++++++++++ Tf/PatVelo/src/PatVeloSpaceTool.cpp | 10 ++++++++++ Tf/PatVelo/src/PatVeloSpaceTool.h | 10 ++++++++++ Tf/PatVelo/src/PatVeloSpaceTrack.cpp | 10 ++++++++++ Tf/PatVelo/src/PatVeloSpaceTrack.h | 10 ++++++++++ Tf/PatVelo/src/PatVeloSpaceTracking.cpp | 10 ++++++++++ Tf/PatVelo/src/PatVeloSpaceTracking.h | 10 ++++++++++ Tf/PatVelo/src/PatVeloTrackTool.cpp | 10 ++++++++++ Tf/PatVelo/src/PatVeloTrackTool.h | 10 ++++++++++ Tf/PatVelo/src/PatVeloTraversingTracking.cpp | 10 ++++++++++ Tf/PatVelo/src/PatVeloTraversingTracking.h | 10 ++++++++++ Tf/PatVelo/src/VeloUpdateHighThreshold.cpp | 10 ++++++++++ Tf/PatVelo/src/VeloUpdateHighThreshold.h | 10 ++++++++++ Tf/PatVeloTT/CMakeLists.txt | 10 ++++++++++ Tf/PatVeloTT/python/PatVeloTT/PatVeloTTAlgConf.py | 10 ++++++++++ Tf/PatVeloTT/src/PatTTMagnetTool.cpp | 10 ++++++++++ Tf/PatVeloTT/src/PatTTMagnetTool.h | 10 ++++++++++ Tf/PatVeloTT/src/PatTableForFunction.cpp | 10 ++++++++++ Tf/PatVeloTT/src/PatTableForFunction.h | 10 ++++++++++ Tf/PatVeloTT/src/PatVTTTrack.h | 10 ++++++++++ Tf/PatVeloTT/src/PatVeloTT.cpp | 10 ++++++++++ Tf/PatVeloTT/src/PatVeloTT.h | 10 ++++++++++ Tf/PatVeloTT/src/PatVeloTTFit.cpp | 10 ++++++++++ Tf/PatVeloTT/src/PatVeloTTFit.h | 10 ++++++++++ Tf/PatVeloTT/src/PatVeloTTHybrid.cpp | 10 ++++++++++ Tf/PatVeloTT/src/PatVeloTTHybrid.h | 10 ++++++++++ Tf/PatVeloTT/src/PatVeloTTHybridFit.cpp | 10 ++++++++++ Tf/PatVeloTT/src/PatVeloTTHybridFit.h | 10 ++++++++++ Tf/PatVeloTT/src/PatVeloTTHybridTool.cpp | 10 ++++++++++ Tf/PatVeloTT/src/PatVeloTTHybridTool.h | 10 ++++++++++ Tf/PatVeloTT/src/PatVeloTTTool.cpp | 10 ++++++++++ Tf/PatVeloTT/src/PatVeloTTTool.h | 10 ++++++++++ Tf/TfKernel/CMakeLists.txt | 10 ++++++++++ Tf/TfKernel/TfKernel/DefaultVeloHitManager.h | 10 ++++++++++ Tf/TfKernel/TfKernel/DefaultVeloPhiHitManager.h | 10 ++++++++++ Tf/TfKernel/TfKernel/DefaultVeloRHitManager.h | 10 ++++++++++ Tf/TfKernel/TfKernel/ExtendedVeloPhiHitManager.h | 10 ++++++++++ Tf/TfKernel/TfKernel/ExtendedVeloRHitManager.h | 10 ++++++++++ Tf/TfKernel/TfKernel/HitBase.h | 10 ++++++++++ Tf/TfKernel/TfKernel/HitExtension.h | 10 ++++++++++ Tf/TfKernel/TfKernel/IITHitCreator.h | 10 ++++++++++ Tf/TfKernel/TfKernel/IOTHitCleaner.h | 10 ++++++++++ Tf/TfKernel/TfKernel/IOTHitCreator.h | 10 ++++++++++ Tf/TfKernel/TfKernel/ISTHitCleaner.h | 10 ++++++++++ Tf/TfKernel/TfKernel/ITTHitCreator.h | 10 ++++++++++ Tf/TfKernel/TfKernel/IUTHitCreator.h | 10 ++++++++++ Tf/TfKernel/TfKernel/IndexedBitArray.h | 10 ++++++++++ Tf/TfKernel/TfKernel/IndexedHitContainer.h | 10 ++++++++++ Tf/TfKernel/TfKernel/LineHit.h | 10 ++++++++++ Tf/TfKernel/TfKernel/OTHit.h | 10 ++++++++++ Tf/TfKernel/TfKernel/RecoFuncs.h | 10 ++++++++++ Tf/TfKernel/TfKernel/Region.h | 10 ++++++++++ Tf/TfKernel/TfKernel/RegionID.h | 10 ++++++++++ Tf/TfKernel/TfKernel/SIMDChi2Fit.h | 10 ++++++++++ Tf/TfKernel/TfKernel/STHit.h | 10 ++++++++++ Tf/TfKernel/TfKernel/TStationHitManager.h | 10 ++++++++++ Tf/TfKernel/TfKernel/TTStationHitManager.h | 10 ++++++++++ Tf/TfKernel/TfKernel/TfIDTypes.h | 10 ++++++++++ Tf/TfKernel/TfKernel/TfNamespaces.h | 10 ++++++++++ Tf/TfKernel/TfKernel/UTStationHitManager.h | 10 ++++++++++ Tf/TfKernel/TfKernel/VeloHit.h | 10 ++++++++++ Tf/TfKernel/TfKernel/VeloHitExtension.h | 10 ++++++++++ Tf/TfKernel/TfKernel/VeloHitManager.h | 10 ++++++++++ Tf/TfKernel/TfKernel/VeloPhiHit.h | 10 ++++++++++ Tf/TfKernel/TfKernel/VeloRHit.h | 10 ++++++++++ Tf/TfKernel/TfKernel/VeloSensorHits.h | 10 ++++++++++ Tf/TfKernel/dict/TfKernelDict.h | 10 ++++++++++ Tf/TfKernel/dict/TfKernelDict.xml | 10 ++++++++++ Tf/TfTools/CMakeLists.txt | 10 ++++++++++ Tf/TfTools/src/component/DefaultVeloPhiHitManager.cpp | 10 ++++++++++ Tf/TfTools/src/component/DefaultVeloRHitManager.cpp | 10 ++++++++++ Tf/TfTools/src/component/FlagHitsForPatternReco.cpp | 10 ++++++++++ Tf/TfTools/src/component/FlagHitsForPatternReco.h | 10 ++++++++++ Tf/TfTools/src/component/HitCreatorGeom.h | 10 ++++++++++ Tf/TfTools/src/component/HitManagersTestAlg.cpp | 10 ++++++++++ Tf/TfTools/src/component/HitManagersTestAlg.h | 10 ++++++++++ Tf/TfTools/src/component/OTHitCleaner.cpp | 10 ++++++++++ Tf/TfTools/src/component/OTHitCleaner.h | 10 ++++++++++ Tf/TfTools/src/component/OTHitCreator.cpp | 10 ++++++++++ Tf/TfTools/src/component/OTHitCreator.h | 10 ++++++++++ Tf/TfTools/src/component/PatTStationHitManager.cpp | 10 ++++++++++ Tf/TfTools/src/component/ResetHits.cpp | 10 ++++++++++ Tf/TfTools/src/component/ResetHits.h | 10 ++++++++++ Tf/TfTools/src/component/STHitCleaner.cpp | 10 ++++++++++ Tf/TfTools/src/component/STHitCleaner.h | 10 ++++++++++ Tf/TfTools/src/component/STHitCreator.cpp | 10 ++++++++++ Tf/TfTools/src/component/STHitCreator.h | 10 ++++++++++ Tf/TfTools/src/component/TsaTStationHitManager.cpp | 10 ++++++++++ Tf/TrackSys/CMakeLists.txt | 10 ++++++++++ Tf/TrackSys/options/VeloTEDOne.py | 10 ++++++++++ Tf/TrackSys/python/TrackSys/Configuration.py | 10 ++++++++++ Tf/TrackSys/python/TrackSys/PatChecking.py | 10 ++++++++++ Tf/TrackSys/python/TrackSys/PrUpgradeChecking.py | 10 ++++++++++ Tf/TrackSys/python/TrackSys/RecoExcludeSTLayers.py | 10 ++++++++++ Tf/TrackSys/python/TrackSys/RecoTracking.py | 10 ++++++++++ Tf/TrackSys/python/TrackSys/RecoTrackingRun2.py | 10 ++++++++++ Tf/TrackSys/python/TrackSys/RecoUpgradeTracking.py | 10 ++++++++++ Tf/TsaAlgorithms/CMakeLists.txt | 10 ++++++++++ Tf/TsaAlgorithms/python/TsaAlgorithms/TsaAlgConf.py | 10 ++++++++++ Tf/TsaAlgorithms/src/ITExpectedHits.cpp | 10 ++++++++++ Tf/TsaAlgorithms/src/ITExpectedHits.h | 10 ++++++++++ Tf/TsaAlgorithms/src/ITGenericTracking.cpp | 10 ++++++++++ Tf/TsaAlgorithms/src/ITGenericTracking.h | 10 ++++++++++ Tf/TsaAlgorithms/src/ITsaSeedAddHits.h | 10 ++++++++++ Tf/TsaAlgorithms/src/OTExpectedHits.cpp | 10 ++++++++++ Tf/TsaAlgorithms/src/OTExpectedHits.h | 10 ++++++++++ Tf/TsaAlgorithms/src/STCosmicFilter.cpp | 10 ++++++++++ Tf/TsaAlgorithms/src/STCosmicFilter.h | 10 ++++++++++ Tf/TsaAlgorithms/src/SeedLineFit.cpp | 10 ++++++++++ Tf/TsaAlgorithms/src/SeedLineFit.h | 10 ++++++++++ Tf/TsaAlgorithms/src/SeedParabolaFit.cpp | 10 ++++++++++ Tf/TsaAlgorithms/src/SeedParabolaFit.h | 10 ++++++++++ Tf/TsaAlgorithms/src/TTGenericTracking.cpp | 10 ++++++++++ Tf/TsaAlgorithms/src/TTGenericTracking.h | 10 ++++++++++ Tf/TsaAlgorithms/src/TfTsHitNumMap.h | 10 ++++++++++ Tf/TsaAlgorithms/src/TsaBaseAlg.cpp | 10 ++++++++++ Tf/TsaAlgorithms/src/TsaBaseAlg.h | 10 ++++++++++ Tf/TsaAlgorithms/src/TsaDataDebugAlg.cpp | 10 ++++++++++ Tf/TsaAlgorithms/src/TsaDataDebugAlg.h | 10 ++++++++++ Tf/TsaAlgorithms/src/TsaDataManagers.cpp | 10 ++++++++++ Tf/TsaAlgorithms/src/TsaITStereoSearch.cpp | 10 ++++++++++ Tf/TsaAlgorithms/src/TsaITStereoSearch.h | 10 ++++++++++ Tf/TsaAlgorithms/src/TsaITXSearch.cpp | 10 ++++++++++ Tf/TsaAlgorithms/src/TsaITXSearch.h | 10 ++++++++++ Tf/TsaAlgorithms/src/TsaLikelihood.cpp | 10 ++++++++++ Tf/TsaAlgorithms/src/TsaLikelihood.h | 10 ++++++++++ Tf/TsaAlgorithms/src/TsaOTStereoSearch.cpp | 10 ++++++++++ Tf/TsaAlgorithms/src/TsaOTStereoSearch.h | 10 ++++++++++ Tf/TsaAlgorithms/src/TsaOTXSearch.cpp | 10 ++++++++++ Tf/TsaAlgorithms/src/TsaOTXSearch.h | 10 ++++++++++ Tf/TsaAlgorithms/src/TsaSeed.cpp | 10 ++++++++++ Tf/TsaAlgorithms/src/TsaSeed.h | 10 ++++++++++ Tf/TsaAlgorithms/src/TsaSeedAddHits.cpp | 10 ++++++++++ Tf/TsaAlgorithms/src/TsaSeedAddHits.h | 10 ++++++++++ Tf/TsaAlgorithms/src/TsaSeedSelector.cpp | 10 ++++++++++ Tf/TsaAlgorithms/src/TsaSeedSelector.h | 10 ++++++++++ Tf/TsaAlgorithms/src/TsaSeedTrackCnv.cpp | 10 ++++++++++ Tf/TsaAlgorithms/src/TsaSeedTrackCnv.h | 10 ++++++++++ Tf/TsaAlgorithms/src/TsaSeedTrackCnvTool.cpp | 10 ++++++++++ Tf/TsaAlgorithms/src/TsaSeedTrackCnvTool.h | 10 ++++++++++ Tf/TsaAlgorithms/src/TsaSelectorBase.cpp | 10 ++++++++++ Tf/TsaAlgorithms/src/TsaSelectorBase.h | 10 ++++++++++ Tf/TsaAlgorithms/src/TsaStereoBase.cpp | 10 ++++++++++ Tf/TsaAlgorithms/src/TsaStereoBase.h | 10 ++++++++++ Tf/TsaAlgorithms/src/TsaStubExtender.cpp | 10 ++++++++++ Tf/TsaAlgorithms/src/TsaStubExtender.h | 10 ++++++++++ Tf/TsaAlgorithms/src/TsaStubFind.cpp | 10 ++++++++++ Tf/TsaAlgorithms/src/TsaStubFind.h | 10 ++++++++++ Tf/TsaAlgorithms/src/TsaStubLinker.cpp | 10 ++++++++++ Tf/TsaAlgorithms/src/TsaStubLinker.h | 10 ++++++++++ Tf/TsaAlgorithms/src/TsaXProjSelector.cpp | 10 ++++++++++ Tf/TsaAlgorithms/src/TsaXProjSelector.h | 10 ++++++++++ Tf/TsaAlgorithms/src/TsaXSearchBase.cpp | 10 ++++++++++ Tf/TsaAlgorithms/src/TsaXSearchBase.h | 10 ++++++++++ Tf/TsaKernel/CMakeLists.txt | 10 ++++++++++ Tf/TsaKernel/TsaKernel/IITExpectedHits.h | 10 ++++++++++ Tf/TsaKernel/TsaKernel/IOTExpectedHits.h | 10 ++++++++++ Tf/TsaKernel/TsaKernel/ITsaSeedStep.h | 10 ++++++++++ Tf/TsaKernel/TsaKernel/ITsaSeedTrackCnvTool.h | 10 ++++++++++ Tf/TsaKernel/TsaKernel/ITsaStubExtender.h | 10 ++++++++++ Tf/TsaKernel/TsaKernel/ITsaStubFind.h | 10 ++++++++++ Tf/TsaKernel/TsaKernel/ITsaStubLinker.h | 10 ++++++++++ Tf/TsaKernel/TsaKernel/Line.h | 10 ++++++++++ Tf/TsaKernel/TsaKernel/Line3D.h | 10 ++++++++++ Tf/TsaKernel/TsaKernel/Parabola.h | 10 ++++++++++ Tf/TsaKernel/TsaKernel/SeedFun.h | 10 ++++++++++ Tf/TsaKernel/TsaKernel/SeedFunctor.h | 10 ++++++++++ Tf/TsaKernel/TsaKernel/SeedHit.h | 10 ++++++++++ Tf/TsaKernel/TsaKernel/SeedPnt.h | 10 ++++++++++ Tf/TsaKernel/TsaKernel/SeedStub.h | 10 ++++++++++ Tf/TsaKernel/TsaKernel/SeedTrack.h | 10 ++++++++++ Tf/TsaKernel/TsaKernel/TsaConstants.h | 10 ++++++++++ Tf/TsaKernel/TsaKernel/TsaFun.h | 10 ++++++++++ Tf/TsaKernel/TsaKernel/TsaNamespaces.h | 10 ++++++++++ Tf/TsaKernel/TsaKernel/TsaSeedingHit.h | 10 ++++++++++ Tf/TsaKernel/TsaKernel/TsaTStationHitManager.h | 10 ++++++++++ Tf/TsaKernel/dict/TsaKernelDict.h | 10 ++++++++++ Tf/TsaKernel/dict/TsaKernelDict.xml | 10 ++++++++++ Tf/TsaKernel/src/Line3D.cpp | 10 ++++++++++ Tf/TsaKernel/src/SeedHit.cpp | 10 ++++++++++ Tf/TsaKernel/src/SeedPnt.cpp | 10 ++++++++++ Tf/TsaKernel/src/SeedTrack.cpp | 10 ++++++++++ Tr/PatChecker/CMakeLists.txt | 10 ++++++++++ Tr/PatChecker/src/CheatedPrimaryVertices.cpp | 10 ++++++++++ Tr/PatChecker/src/CheatedPrimaryVertices.h | 10 ++++++++++ Tr/PatChecker/src/PatChecker.cpp | 10 ++++++++++ Tr/PatChecker/src/PatChecker.h | 10 ++++++++++ Tr/PatChecker/src/PatCheckerNTuple.cpp | 10 ++++++++++ Tr/PatChecker/src/PatCheckerNTuple.h | 10 ++++++++++ Tr/PatChecker/src/PatCounter.cpp | 10 ++++++++++ Tr/PatChecker/src/PatCounter.h | 10 ++++++++++ Tr/PatChecker/src/PatKShortChecker.cpp | 10 ++++++++++ Tr/PatChecker/src/PatKShortChecker.h | 10 ++++++++++ Tr/PatChecker/src/PatLHCbID2MCParticle.cpp | 10 ++++++++++ Tr/PatChecker/src/PatLHCbID2MCParticle.h | 10 ++++++++++ Tr/PatChecker/src/PatTTCounter.cpp | 10 ++++++++++ Tr/PatChecker/src/PatTTCounter.h | 10 ++++++++++ Tr/PatChecker/src/PatTrack2MCParticle.cpp | 10 ++++++++++ Tr/PatChecker/src/PatTrack2MCParticle.h | 10 ++++++++++ Tr/PatChecker/src/PrimaryVertexChecker.cpp | 10 ++++++++++ Tr/PatChecker/src/PrimaryVertexChecker.h | 10 ++++++++++ Tr/PatFitParams/CMakeLists.txt | 10 ++++++++++ Tr/PatFitParams/options/FitParams.py | 10 ++++++++++ Tr/PatFitParams/options/NewCatalog.xml | 10 ++++++++++ Tr/PatFitParams/src/FitTool.cpp | 10 ++++++++++ Tr/PatFitParams/src/FitTool.h | 10 ++++++++++ Tr/PatFitParams/src/FwdFitParams.cpp | 10 ++++++++++ Tr/PatFitParams/src/FwdFitParams.h | 10 ++++++++++ Tr/PatFitParams/src/FwdParameters.cpp | 10 ++++++++++ Tr/PatFitParams/src/FwdParameters.h | 10 ++++++++++ Tr/PatFitParams/src/KsFitParams.cpp | 10 ++++++++++ Tr/PatFitParams/src/KsFitParams.h | 10 ++++++++++ Tr/PatFitParams/src/LinParFit.h | 10 ++++++++++ Tr/PatFitParams/src/MatchFitParams.cpp | 10 ++++++++++ Tr/PatFitParams/src/MatchFitParams.h | 10 ++++++++++ Tr/PatFitParams/src/PatLongLivedParams.cpp | 10 ++++++++++ Tr/PatFitParams/src/PatLongLivedParams.h | 10 ++++++++++ Tr/PatFitParams/src/SeedFitParams.cpp | 10 ++++++++++ Tr/PatFitParams/src/SeedFitParams.h | 10 ++++++++++ Tr/PatPV/CMakeLists.txt | 10 ++++++++++ Tr/PatPV/options/PV2DFit3D.py | 10 ++++++++++ Tr/PatPV/options/PVDisplaced.py | 10 ++++++++++ Tr/PatPV/python/PatPV/PVConf.py | 10 ++++++++++ Tr/PatPV/src/AdaptivePV3DFitter.cpp | 10 ++++++++++ Tr/PatPV/src/IPVFitter.h | 10 ++++++++++ Tr/PatPV/src/IPVSeeding.h | 10 ++++++++++ Tr/PatPV/src/LSAdaptPV3DFitter.cpp | 10 ++++++++++ Tr/PatPV/src/LSAdaptPV3DFitter.h | 10 ++++++++++ Tr/PatPV/src/LSAdaptPVFitter.cpp | 10 ++++++++++ Tr/PatPV/src/LSAdaptPVFitter.h | 10 ++++++++++ Tr/PatPV/src/PVOfflineRecalculate.cpp | 10 ++++++++++ Tr/PatPV/src/PVOfflineRecalculate.h | 10 ++++++++++ Tr/PatPV/src/PVOfflineTool.cpp | 10 ++++++++++ Tr/PatPV/src/PVOfflineTool.h | 10 ++++++++++ Tr/PatPV/src/PVSeed3DOfflineTool.cpp | 10 ++++++++++ Tr/PatPV/src/PVSeed3DOfflineTool.h | 10 ++++++++++ Tr/PatPV/src/PVSeed3DTool.cpp | 10 ++++++++++ Tr/PatPV/src/PVSeed3DTool.h | 10 ++++++++++ Tr/PatPV/src/PVSeedTool.cpp | 10 ++++++++++ Tr/PatPV/src/PVSeedTool.h | 10 ++++++++++ Tr/PatPV/src/PVUtils.h | 10 ++++++++++ Tr/PatPV/src/PatPV3D.cpp | 10 ++++++++++ Tr/PatPV/src/PatPV3D.h | 10 ++++++++++ Tr/PatPV/src/PatPVOffline.cpp | 10 ++++++++++ Tr/PatPV/src/PatPVOffline.h | 10 ++++++++++ Tr/PatPV/src/SimplePVFitter.cpp | 10 ++++++++++ Tr/PatPV/src/SimplePVFitter.h | 10 ++++++++++ Tr/PatPV/src/SimplePVSeedTool.cpp | 10 ++++++++++ Tr/PatPV/src/SimplePVSeedTool.h | 10 ++++++++++ Tr/TrackAssociators/CMakeLists.txt | 10 ++++++++++ Tr/TrackAssociators/src/TrackAssociator.cpp | 10 ++++++++++ Tr/TrackAssociators/src/TrackAssociator.h | 10 ++++++++++ Tr/TrackCheckers/CMakeLists.txt | 10 ++++++++++ Tr/TrackCheckers/root/ExFitDblGaus.C | 10 ++++++++++ Tr/TrackCheckers/root/FitDblGaus.C | 10 ++++++++++ Tr/TrackCheckers/root/HitEffPurTool.C | 10 ++++++++++ Tr/TrackCheckers/root/HitEffPurTool.h | 10 ++++++++++ Tr/TrackCheckers/root/MomentumResolutionTool.C | 10 ++++++++++ Tr/TrackCheckers/root/MomentumResolutionTool.h | 10 ++++++++++ Tr/TrackCheckers/root/PlotHitResiduals.C | 10 ++++++++++ Tr/TrackCheckers/root/RecoEffTool.C | 10 ++++++++++ Tr/TrackCheckers/root/RecoEffTool.h | 10 ++++++++++ Tr/TrackCheckers/root/SlopeITOT.C | 10 ++++++++++ Tr/TrackCheckers/root/SlopeITOT.h | 10 ++++++++++ Tr/TrackCheckers/root/TrackTypeTool.C | 10 ++++++++++ Tr/TrackCheckers/root/TrackTypeTool.h | 10 ++++++++++ Tr/TrackCheckers/root/TxTool.C | 10 ++++++++++ Tr/TrackCheckers/root/TxTool.h | 10 ++++++++++ Tr/TrackCheckers/root/makePlots.C | 10 ++++++++++ Tr/TrackCheckers/root/occup.C | 10 ++++++++++ Tr/TrackCheckers/src/ExtrapolatorChecker.cpp | 10 ++++++++++ Tr/TrackCheckers/src/ExtrapolatorChecker.h | 10 ++++++++++ Tr/TrackCheckers/src/ExtrapolatorCheckerNT.cpp | 10 ++++++++++ Tr/TrackCheckers/src/Map.cpp | 10 ++++++++++ Tr/TrackCheckers/src/Map.h | 10 ++++++++++ Tr/TrackCheckers/src/TrackCheckerBase.cpp | 10 ++++++++++ Tr/TrackCheckers/src/TrackCheckerBase.h | 10 ++++++++++ Tr/TrackCheckers/src/TrackCheckerNT.cpp | 10 ++++++++++ Tr/TrackCheckers/src/TrackCheckerNT.h | 10 ++++++++++ Tr/TrackCheckers/src/TrackCloneChecker.cpp | 10 ++++++++++ Tr/TrackCheckers/src/TrackCloneChecker.h | 10 ++++++++++ Tr/TrackCheckers/src/TrackEffChecker.cpp | 10 ++++++++++ Tr/TrackCheckers/src/TrackEffChecker.h | 10 ++++++++++ Tr/TrackCheckers/src/TrackIPResolutionChecker.cpp | 10 ++++++++++ Tr/TrackCheckers/src/TrackIPResolutionCheckerNT.cpp | 10 ++++++++++ Tr/TrackCheckers/src/TrackOccupChecker.cpp | 10 ++++++++++ Tr/TrackCheckers/src/TrackOccupChecker.h | 10 ++++++++++ Tr/TrackCheckers/src/TrackResChecker.cpp | 10 ++++++++++ Tr/TrackCheckers/src/TrackResChecker.h | 10 ++++++++++ Tr/TrackCheckers/src/TrackVeloTTChecker.cpp | 10 ++++++++++ Tr/TrackCheckers/src/TrackVeloTTChecker.h | 10 ++++++++++ Tr/TrackCheckers/src/VertexChecker.cpp | 10 ++++++++++ Tr/TrackCheckers/src/VertexChecker.h | 10 ++++++++++ Tr/TrackExtrapolators/CMakeLists.txt | 10 ++++++++++ Tr/TrackExtrapolators/src/DetailedMaterialLocator.cpp | 10 ++++++++++ Tr/TrackExtrapolators/src/DetailedMaterialLocator.h | 10 ++++++++++ Tr/TrackExtrapolators/src/MaterialLocatorBase.cpp | 10 ++++++++++ Tr/TrackExtrapolators/src/MaterialLocatorBase.h | 10 ++++++++++ .../src/SimplifiedMaterialLocator.cpp | 10 ++++++++++ Tr/TrackExtrapolators/src/SimplifiedMaterialLocator.h | 10 ++++++++++ .../src/TrackDistanceExtraSelector.cpp | 10 ++++++++++ Tr/TrackExtrapolators/src/TrackDistanceExtraSelector.h | 10 ++++++++++ Tr/TrackExtrapolators/src/TrackExtrapolator.cpp | 10 ++++++++++ Tr/TrackExtrapolators/src/TrackExtrapolator.h | 10 ++++++++++ .../src/TrackFieldExtrapolatorBase.cpp | 10 ++++++++++ Tr/TrackExtrapolators/src/TrackFieldExtrapolatorBase.h | 10 ++++++++++ Tr/TrackExtrapolators/src/TrackHerabExtrapolator.cpp | 10 ++++++++++ Tr/TrackExtrapolators/src/TrackHerabExtrapolator.h | 10 ++++++++++ Tr/TrackExtrapolators/src/TrackKiselExtrapolator.cpp | 10 ++++++++++ Tr/TrackExtrapolators/src/TrackKiselExtrapolator.h | 10 ++++++++++ Tr/TrackExtrapolators/src/TrackLinearExtrapolator.cpp | 10 ++++++++++ Tr/TrackExtrapolators/src/TrackLinearExtrapolator.h | 10 ++++++++++ Tr/TrackExtrapolators/src/TrackMasterExtrapolator.cpp | 10 ++++++++++ Tr/TrackExtrapolators/src/TrackMasterExtrapolator.h | 10 ++++++++++ .../src/TrackParabolicExtrapolator.cpp | 10 ++++++++++ Tr/TrackExtrapolators/src/TrackParabolicExtrapolator.h | 10 ++++++++++ .../src/TrackRungeKuttaExtrapolator.cpp | 10 ++++++++++ .../src/TrackRungeKuttaExtrapolator.h | 10 ++++++++++ Tr/TrackExtrapolators/src/TrackSTEPExtrapolator.cpp | 10 ++++++++++ Tr/TrackExtrapolators/src/TrackSimpleExtraSelector.cpp | 10 ++++++++++ Tr/TrackExtrapolators/src/TrackSimpleExtraSelector.h | 10 ++++++++++ Tr/TrackExtrapolators/src/TrackStateAdder.cpp | 10 ++++++++++ Tr/TrackExtrapolators/src/TrackStateProvider.cpp | 10 ++++++++++ Tr/TrackFitEvent/CMakeLists.txt | 10 ++++++++++ Tr/TrackFitEvent/Event/FitNode.h | 10 ++++++++++ Tr/TrackFitEvent/Event/KalmanFitResult.h | 10 ++++++++++ Tr/TrackFitEvent/Event/OriginConstraint.h | 10 ++++++++++ Tr/TrackFitEvent/Event/lcgDict.h | 10 ++++++++++ Tr/TrackFitEvent/src/FTMeasurement.cpp | 10 ++++++++++ Tr/TrackFitEvent/src/FitNode.cpp | 10 ++++++++++ Tr/TrackFitEvent/src/KalmanFitResult.cpp | 10 ++++++++++ Tr/TrackFitEvent/src/MuonMeasurement.cpp | 10 ++++++++++ Tr/TrackFitEvent/src/OTMeasurement.cpp | 10 ++++++++++ Tr/TrackFitEvent/src/OriginConstraint.cpp | 10 ++++++++++ Tr/TrackFitEvent/src/STLiteMeasurement.cpp | 10 ++++++++++ Tr/TrackFitEvent/src/STMeasurement.cpp | 10 ++++++++++ Tr/TrackFitEvent/src/TriangularInverter.cpp | 10 ++++++++++ Tr/TrackFitEvent/src/TriangularInverter.h | 10 ++++++++++ Tr/TrackFitEvent/src/VPMeasurement.cpp | 10 ++++++++++ Tr/TrackFitEvent/src/VeloLitePhiMeasurement.cpp | 10 ++++++++++ Tr/TrackFitEvent/src/VeloLiteRMeasurement.cpp | 10 ++++++++++ Tr/TrackFitEvent/src/VeloPhiMeasurement.cpp | 10 ++++++++++ Tr/TrackFitEvent/src/VeloRMeasurement.cpp | 10 ++++++++++ Tr/TrackFitEvent/xml/FTMeasurement.xml | 10 ++++++++++ Tr/TrackFitEvent/xml/MuonMeasurement.xml | 10 ++++++++++ Tr/TrackFitEvent/xml/OTMeasurement.xml | 10 ++++++++++ Tr/TrackFitEvent/xml/STLiteMeasurement.xml | 10 ++++++++++ Tr/TrackFitEvent/xml/STMeasurement.ent | 10 ++++++++++ Tr/TrackFitEvent/xml/STMeasurement.xml | 10 ++++++++++ Tr/TrackFitEvent/xml/VPMeasurement.xml | 10 ++++++++++ Tr/TrackFitEvent/xml/VeloLiteMeasurement.xml | 10 ++++++++++ Tr/TrackFitEvent/xml/VeloLitePhiMeasurement.xml | 10 ++++++++++ Tr/TrackFitEvent/xml/VeloLiteRMeasurement.xml | 10 ++++++++++ Tr/TrackFitEvent/xml/VeloMeasurement.xml | 10 ++++++++++ Tr/TrackFitEvent/xml/VeloPhiMeasurement.xml | 10 ++++++++++ Tr/TrackFitEvent/xml/VeloRMeasurement.xml | 10 ++++++++++ Tr/TrackFitEvent/xml/lcgdict/lcg_selection.xml | 10 ++++++++++ Tr/TrackFitter/CMakeLists.txt | 10 ++++++++++ Tr/TrackFitter/python/TrackFitter/ConfiguredFitters.py | 10 ++++++++++ Tr/TrackFitter/src/TrackEventFitter.cpp | 10 ++++++++++ Tr/TrackFitter/src/TrackEventFitter.h | 10 ++++++++++ Tr/TrackFitter/src/TrackKalmanFilter.cpp | 10 ++++++++++ Tr/TrackFitter/src/TrackKalmanFilter.h | 10 ++++++++++ Tr/TrackFitter/src/TrackMasterFitter.cpp | 10 ++++++++++ Tr/TrackFitter/src/TrackMasterFitter.h | 10 ++++++++++ Tr/TrackFitter/src/TrackVectorFitter.cpp | 10 ++++++++++ Tr/TrackFitter/src/TrackVectorFitter.h | 10 ++++++++++ Tr/TrackIdealPR/CMakeLists.txt | 10 ++++++++++ Tr/TrackIdealPR/src/IdealTracksCreator.cpp | 10 ++++++++++ Tr/TrackIdealPR/src/IdealTracksCreator.h | 10 ++++++++++ Tr/TrackIdealPR/src/Map.cpp | 10 ++++++++++ Tr/TrackIdealPR/src/Map.h | 10 ++++++++++ Tr/TrackInterfaces/CMakeLists.txt | 10 ++++++++++ Tr/TrackInterfaces/TrackInterfaces/IAddTTClusterTool.h | 10 ++++++++++ Tr/TrackInterfaces/TrackInterfaces/IGhostProbability.h | 10 ++++++++++ Tr/TrackInterfaces/TrackInterfaces/IHitExpectation.h | 10 ++++++++++ Tr/TrackInterfaces/TrackInterfaces/IHltV0Upgrade.h | 10 ++++++++++ Tr/TrackInterfaces/TrackInterfaces/IMatchTool.h | 10 ++++++++++ Tr/TrackInterfaces/TrackInterfaces/IMaterialLocator.h | 10 ++++++++++ .../TrackInterfaces/IMeasurementProvider.h | 10 ++++++++++ Tr/TrackInterfaces/TrackInterfaces/IPVOfflineTool.h | 10 ++++++++++ Tr/TrackInterfaces/TrackInterfaces/IPatForwardTool.h | 10 ++++++++++ Tr/TrackInterfaces/TrackInterfaces/IPatSeedingTool.h | 10 ++++++++++ Tr/TrackInterfaces/TrackInterfaces/IPatVeloTTFit.h | 10 ++++++++++ Tr/TrackInterfaces/TrackInterfaces/IPitchResTool.h | 10 ++++++++++ Tr/TrackInterfaces/TrackInterfaces/IPrAddUTHitsTool.h | 10 ++++++++++ Tr/TrackInterfaces/TrackInterfaces/IPrVeloUTFit.h | 10 ++++++++++ Tr/TrackInterfaces/TrackInterfaces/IPromoteClusters.h | 10 ++++++++++ Tr/TrackInterfaces/TrackInterfaces/IPtTransporter.h | 10 ++++++++++ .../TrackInterfaces/ISTClusterCollector.h | 10 ++++++++++ Tr/TrackInterfaces/TrackInterfaces/ISTSpilloverTool.h | 10 ++++++++++ .../TrackInterfaces/IStateCorrectionTool.h | 10 ++++++++++ Tr/TrackInterfaces/TrackInterfaces/ITrackCaloMatch.h | 10 ++++++++++ .../TrackInterfaces/ITrackChi2Calculator.h | 10 ++++++++++ Tr/TrackInterfaces/TrackInterfaces/ITrackCloneFinder.h | 10 ++++++++++ .../TrackInterfaces/ITrackExtraSelector.h | 10 ++++++++++ .../TrackInterfaces/ITrackExtrapolator.h | 10 ++++++++++ Tr/TrackInterfaces/TrackInterfaces/ITrackFitter.h | 10 ++++++++++ .../TrackInterfaces/ITrackHitCollector.h | 10 ++++++++++ .../TrackInterfaces/ITrackInterpolator.h | 10 ++++++++++ .../TrackInterfaces/ITrackKalmanFilter.h | 10 ++++++++++ Tr/TrackInterfaces/TrackInterfaces/ITrackManipulator.h | 10 ++++++++++ Tr/TrackInterfaces/TrackInterfaces/ITrackMatch.h | 10 ++++++++++ .../TrackInterfaces/ITrackMomentumEstimate.h | 10 ++++++++++ Tr/TrackInterfaces/TrackInterfaces/ITrackProjector.h | 10 ++++++++++ .../TrackInterfaces/ITrackProjectorSelector.h | 10 ++++++++++ Tr/TrackInterfaces/TrackInterfaces/ITrackSelector.h | 10 ++++++++++ Tr/TrackInterfaces/TrackInterfaces/ITrackStateInit.h | 10 ++++++++++ .../TrackInterfaces/ITrackStateProvider.h | 10 ++++++++++ .../TrackInterfaces/ITrackVelodEdxCharge.h | 10 ++++++++++ Tr/TrackInterfaces/TrackInterfaces/ITrackVertexer.h | 10 ++++++++++ Tr/TrackInterfaces/TrackInterfaces/ITracksFromTrack.h | 10 ++++++++++ Tr/TrackInterfaces/TrackInterfaces/ITrajFitter.h | 10 ++++++++++ .../TrackInterfaces/ITrajectoryProvider.h | 10 ++++++++++ Tr/TrackInterfaces/TrackInterfaces/IVPExpectation.h | 10 ++++++++++ Tr/TrackInterfaces/TrackInterfaces/IVeloExpectation.h | 10 ++++++++++ Tr/TrackInterfaces/dict/TrackInterfacesDict.h | 10 ++++++++++ Tr/TrackInterfaces/dict/TrackInterfacesDict.xml | 10 ++++++++++ Tr/TrackKernel/CMakeLists.txt | 10 ++++++++++ .../TrackKernel/CubicStateInterpolationTraj.h | 10 ++++++++++ .../TrackKernel/CubicStateVectorInterpolationTraj.h | 10 ++++++++++ Tr/TrackKernel/TrackKernel/LineDifTraj.h | 10 ++++++++++ Tr/TrackKernel/TrackKernel/LinearStateZTraj.h | 10 ++++++++++ Tr/TrackKernel/TrackKernel/StateTraj.h | 10 ++++++++++ Tr/TrackKernel/TrackKernel/StateZTraj.h | 10 ++++++++++ Tr/TrackKernel/TrackKernel/Track1DTabFunc.h | 10 ++++++++++ Tr/TrackKernel/TrackKernel/TrackCloneData.h | 10 ++++++++++ Tr/TrackKernel/TrackKernel/TrackPredicates.h | 10 ++++++++++ Tr/TrackKernel/TrackKernel/TrackStateVertex.h | 10 ++++++++++ Tr/TrackKernel/TrackKernel/TrackTraj.h | 10 ++++++++++ Tr/TrackKernel/TrackKernel/TrackVertexUtils.h | 10 ++++++++++ Tr/TrackKernel/TrackKernel/TrackVertexUtils.icpp | 10 ++++++++++ Tr/TrackKernel/TrackKernel/TrajVertex.h | 10 ++++++++++ Tr/TrackKernel/TrackKernel/ZTrajectory.h | 10 ++++++++++ Tr/TrackKernel/src/CubicStateInterpolationTraj.cpp | 10 ++++++++++ .../src/CubicStateVectorInterpolationTraj.cpp | 10 ++++++++++ Tr/TrackKernel/src/LineDifTraj.cpp | 10 ++++++++++ Tr/TrackKernel/src/StateTraj.cpp | 10 ++++++++++ Tr/TrackKernel/src/StateZTraj.cpp | 10 ++++++++++ Tr/TrackKernel/src/Track1DTabFunc.cpp | 10 ++++++++++ Tr/TrackKernel/src/TrackKernelDict.h | 10 ++++++++++ Tr/TrackKernel/src/TrackKernelDict.xml | 10 ++++++++++ Tr/TrackKernel/src/TrackStateVertex.cpp | 10 ++++++++++ Tr/TrackKernel/src/TrackTraj.cpp | 10 ++++++++++ Tr/TrackKernel/src/TrackVertexUtils.cpp | 10 ++++++++++ Tr/TrackKernel/src/TrajVertex.cpp | 10 ++++++++++ Tr/TrackMCTools/CMakeLists.txt | 10 ++++++++++ Tr/TrackMCTools/src/AllTrackGhostClassification.cpp | 10 ++++++++++ Tr/TrackMCTools/src/AllTrackGhostClassification.h | 10 ++++++++++ Tr/TrackMCTools/src/CleanPatTrackSelector.cpp | 10 ++++++++++ Tr/TrackMCTools/src/CleanPatTrackSelector.h | 10 ++++++++++ Tr/TrackMCTools/src/DebugTrackingLosses.cpp | 10 ++++++++++ Tr/TrackMCTools/src/DebugTrackingLosses.h | 10 ++++++++++ Tr/TrackMCTools/src/DownstreamGhostClassification.cpp | 10 ++++++++++ Tr/TrackMCTools/src/DownstreamGhostClassification.h | 10 ++++++++++ Tr/TrackMCTools/src/IdealStateCreator.cpp | 10 ++++++++++ Tr/TrackMCTools/src/IdealStateCreator.h | 10 ++++++++++ Tr/TrackMCTools/src/LHCbIDsToMCHits.cpp | 10 ++++++++++ Tr/TrackMCTools/src/LHCbIDsToMCHits.h | 10 ++++++++++ Tr/TrackMCTools/src/LHCbIDsToMCParticles.cpp | 10 ++++++++++ Tr/TrackMCTools/src/LHCbIDsToMCParticles.h | 10 ++++++++++ Tr/TrackMCTools/src/LongGhostClassification.cpp | 10 ++++++++++ Tr/TrackMCTools/src/LongGhostClassification.h | 10 ++++++++++ Tr/TrackMCTools/src/MeasureIPResolution.cpp | 10 ++++++++++ Tr/TrackMCTools/src/MeasureIPResolution.h | 10 ++++++++++ Tr/TrackMCTools/src/PatDebugTTTruthTool.cpp | 10 ++++++++++ Tr/TrackMCTools/src/PatDebugTTTruthTool.h | 10 ++++++++++ Tr/TrackMCTools/src/PatDebugTrackTool.cpp | 10 ++++++++++ Tr/TrackMCTools/src/PatDebugTrackTool.h | 10 ++++++++++ Tr/TrackMCTools/src/PatTStationDebugTool.cpp | 10 ++++++++++ Tr/TrackMCTools/src/PatTStationDebugTool.h | 10 ++++++++++ Tr/TrackMCTools/src/PatVeloDebugTool.cpp | 10 ++++++++++ Tr/TrackMCTools/src/PatVeloDebugTool.h | 10 ++++++++++ Tr/TrackMCTools/src/TTrackGhostClassification.cpp | 10 ++++++++++ Tr/TrackMCTools/src/TTrackGhostClassification.h | 10 ++++++++++ Tr/TrackMCTools/src/TrackGhostClassificationBase.cpp | 10 ++++++++++ Tr/TrackMCTools/src/TrackGhostClassificationBase.h | 10 ++++++++++ Tr/TrackMCTools/src/UpstreamGhostClassification.cpp | 10 ++++++++++ Tr/TrackMCTools/src/UpstreamGhostClassification.h | 10 ++++++++++ Tr/TrackMCTools/src/VeloGhostClassification.cpp | 10 ++++++++++ Tr/TrackMCTools/src/VeloGhostClassification.h | 10 ++++++++++ Tr/TrackMCTools/src/VeloRGhostClassification.cpp | 10 ++++++++++ Tr/TrackMCTools/src/VeloRGhostClassification.h | 10 ++++++++++ Tr/TrackMonitors/CMakeLists.txt | 10 ++++++++++ Tr/TrackMonitors/options/ITAgeing.py | 10 ++++++++++ Tr/TrackMonitors/options/TTAgeing.py | 10 ++++++++++ Tr/TrackMonitors/options/ganga/STAgeingSubmit.py | 10 ++++++++++ Tr/TrackMonitors/python/TrackMonitors/BGIRecoConf.py | 10 ++++++++++ .../python/TrackMonitors/ConfiguredTrackMonitors.py | 10 ++++++++++ Tr/TrackMonitors/python/TrackMonitors/STPerformance.py | 10 ++++++++++ Tr/TrackMonitors/src/AlignmentOnlineMonitor.cpp | 10 ++++++++++ Tr/TrackMonitors/src/BeamGasVertexMonitor.cpp | 10 ++++++++++ Tr/TrackMonitors/src/BeamGasVertexMonitor.h | 10 ++++++++++ Tr/TrackMonitors/src/HitEffPlotter.cpp | 10 ++++++++++ Tr/TrackMonitors/src/HitEffPlotter.h | 10 ++++++++++ Tr/TrackMonitors/src/ITTrackMonitor.cpp | 10 ++++++++++ Tr/TrackMonitors/src/ITTrackMonitor.h | 10 ++++++++++ Tr/TrackMonitors/src/Map.cpp | 10 ++++++++++ Tr/TrackMonitors/src/Map.h | 10 ++++++++++ Tr/TrackMonitors/src/OTCoordinates.cpp | 10 ++++++++++ Tr/TrackMonitors/src/OTCoordinates.h | 10 ++++++++++ Tr/TrackMonitors/src/OTHitEfficiencyMonitor.cpp | 10 ++++++++++ Tr/TrackMonitors/src/OTTrackMonitor.cpp | 10 ++++++++++ Tr/TrackMonitors/src/OTYAlignMagOff.cpp | 10 ++++++++++ Tr/TrackMonitors/src/OTYAlignMagOff.h | 10 ++++++++++ Tr/TrackMonitors/src/PVResMonitor.cpp | 10 ++++++++++ Tr/TrackMonitors/src/PVResMonitor.h | 10 ++++++++++ Tr/TrackMonitors/src/PVSplit.cpp | 10 ++++++++++ Tr/TrackMonitors/src/PVSplit.h | 10 ++++++++++ Tr/TrackMonitors/src/PitchResTool.cpp | 10 ++++++++++ Tr/TrackMonitors/src/PitchResTool.h | 10 ++++++++++ Tr/TrackMonitors/src/STADCTrackMonitor.cpp | 10 ++++++++++ Tr/TrackMonitors/src/STADCTrackMonitor.h | 10 ++++++++++ Tr/TrackMonitors/src/STCoordinates.cpp | 10 ++++++++++ Tr/TrackMonitors/src/STCoordinates.h | 10 ++++++++++ Tr/TrackMonitors/src/STEfficiency.cpp | 10 ++++++++++ Tr/TrackMonitors/src/STEfficiency.h | 10 ++++++++++ Tr/TrackMonitors/src/STTrackTuple.cpp | 10 ++++++++++ Tr/TrackMonitors/src/STTrackTuple.h | 10 ++++++++++ Tr/TrackMonitors/src/STYAlignMagOff.cpp | 10 ++++++++++ Tr/TrackMonitors/src/STYAlignMagOff.h | 10 ++++++++++ Tr/TrackMonitors/src/TTTrackMonitor.cpp | 10 ++++++++++ Tr/TrackMonitors/src/TTTrackMonitor.h | 10 ++++++++++ Tr/TrackMonitors/src/TrackAlignMonitor.cpp | 10 ++++++++++ Tr/TrackMonitors/src/TrackCaloMatchMonitor.cpp | 10 ++++++++++ Tr/TrackMonitors/src/TrackDiMuonMonitor.cpp | 10 ++++++++++ Tr/TrackMonitors/src/TrackExpectedHitsXYZTool.cpp | 10 ++++++++++ Tr/TrackMonitors/src/TrackExpectedHitsXYZTool.h | 10 ++++++++++ Tr/TrackMonitors/src/TrackFitMatchMonitor.cpp | 10 ++++++++++ Tr/TrackMonitors/src/TrackITOverlapMonitor.cpp | 10 ++++++++++ Tr/TrackMonitors/src/TrackMonitor.cpp | 10 ++++++++++ Tr/TrackMonitors/src/TrackMonitor.h | 10 ++++++++++ Tr/TrackMonitors/src/TrackMonitorBase.cpp | 10 ++++++++++ Tr/TrackMonitors/src/TrackMonitorBase.h | 10 ++++++++++ Tr/TrackMonitors/src/TrackMonitorNT.cpp | 10 ++++++++++ Tr/TrackMonitors/src/TrackMonitorTupleBase.cpp | 10 ++++++++++ Tr/TrackMonitors/src/TrackMonitorTupleBase.h | 10 ++++++++++ Tr/TrackMonitors/src/TrackMuonMatchMonitor.cpp | 10 ++++++++++ Tr/TrackMonitors/src/TrackMuonMatchMonitor.h | 10 ++++++++++ Tr/TrackMonitors/src/TrackPV2HalfMonitor.cpp | 10 ++++++++++ Tr/TrackMonitors/src/TrackParticleMonitor.cpp | 10 ++++++++++ Tr/TrackMonitors/src/TrackTimingMonitor.cpp | 10 ++++++++++ Tr/TrackMonitors/src/TrackTune.cpp | 10 ++++++++++ Tr/TrackMonitors/src/TrackTune.h | 10 ++++++++++ Tr/TrackMonitors/src/TrackV0Monitor.cpp | 10 ++++++++++ Tr/TrackMonitors/src/TrackVeloOverlapMonitor.cpp | 10 ++++++++++ Tr/TrackMonitors/src/TrackVertexMonitor.cpp | 10 ++++++++++ Tr/TrackMonitors/src/UTTrackMonitor.cpp | 10 ++++++++++ Tr/TrackMonitors/src/UTTrackMonitor.h | 10 ++++++++++ Tr/TrackMonitors/src/VPTrackMonitor.cpp | 10 ++++++++++ Tr/TrackMonitors/src/VPTrackMonitor.h | 10 ++++++++++ Tr/TrackMonitors/src/VertexCompare.cpp | 10 ++++++++++ Tr/TrackMonitors/src/VertexCompare.h | 10 ++++++++++ Tr/TrackProjectors/CMakeLists.txt | 10 ++++++++++ Tr/TrackProjectors/src/TrackOTLRSignTool.cpp | 10 ++++++++++ Tr/TrackProjectors/src/TrackProjector.cpp | 10 ++++++++++ Tr/TrackProjectors/src/TrackProjector.h | 10 ++++++++++ Tr/TrackProjectors/src/TrackProjectorSelector.cpp | 10 ++++++++++ Tr/TrackProjectors/src/TrackProjectorSelector.h | 10 ++++++++++ Tr/TrackProjectors/src/TrajOTCosmicsProjector.cpp | 10 ++++++++++ Tr/TrackProjectors/src/TrajOTProjector.cpp | 10 ++++++++++ Tr/TrackProjectors/src/TrajOTProjector.h | 10 ++++++++++ Tr/TrackProjectors/src/TrajProjector.cpp | 10 ++++++++++ Tr/TrackProjectors/src/TrajProjector.h | 10 ++++++++++ Tr/TrackTools/CMakeLists.txt | 10 ++++++++++ .../python/ITSpilloverWeights_Data2015_25ns.py | 10 ++++++++++ .../python/ITSpilloverWeights_MonteCarlo2015_25ns.py | 10 ++++++++++ .../python/TTSpilloverWeights_Data2015_25ns.py | 10 ++++++++++ .../python/TTSpilloverWeights_MonteCarlo2015_25ns.py | 10 ++++++++++ Tr/TrackTools/src/CountVeloTracks.cpp | 10 ++++++++++ Tr/TrackTools/src/CountVeloTracks.h | 10 ++++++++++ Tr/TrackTools/src/DelegatingTrackSelector.cpp | 10 ++++++++++ Tr/TrackTools/src/DelegatingTrackSelector.h | 10 ++++++++++ Tr/TrackTools/src/FTHitExpectation.cpp | 10 ++++++++++ Tr/TrackTools/src/FTHitExpectation.h | 10 ++++++++++ Tr/TrackTools/src/FTMeasurementProvider.cpp | 10 ++++++++++ Tr/TrackTools/src/FastMomentumEstimate.cpp | 10 ++++++++++ Tr/TrackTools/src/FastMomentumEstimate.h | 10 ++++++++++ Tr/TrackTools/src/HltV0Upgrade.cpp | 10 ++++++++++ Tr/TrackTools/src/HltV0Upgrade.h | 10 ++++++++++ Tr/TrackTools/src/ITHitExpectation.cpp | 10 ++++++++++ Tr/TrackTools/src/ITHitExpectation.h | 10 ++++++++++ Tr/TrackTools/src/ITIsolatedTrackSelector.cpp | 10 ++++++++++ Tr/TrackTools/src/ITIsolatedTrackSelector.h | 10 ++++++++++ Tr/TrackTools/src/ITTrackConfirmation.cpp | 10 ++++++++++ Tr/TrackTools/src/ITTrackConfirmation.h | 10 ++++++++++ Tr/TrackTools/src/ITTrackSelector.cpp | 10 ++++++++++ Tr/TrackTools/src/LongTrackReferenceCreator.cpp | 10 ++++++++++ Tr/TrackTools/src/LongTrackReferenceCreator.h | 10 ++++++++++ Tr/TrackTools/src/MeasurementProvider.cpp | 10 ++++++++++ Tr/TrackTools/src/MeasurementProvider.h | 10 ++++++++++ Tr/TrackTools/src/MeasurementProviderT.cpp | 10 ++++++++++ Tr/TrackTools/src/MuonMeasurementProvider.cpp | 10 ++++++++++ Tr/TrackTools/src/MuonTTTrack.cpp | 10 ++++++++++ Tr/TrackTools/src/MuonTTTrack.h | 10 ++++++++++ Tr/TrackTools/src/OTHitExpectation.cpp | 10 ++++++++++ Tr/TrackTools/src/OTHitExpectation.h | 10 ++++++++++ Tr/TrackTools/src/OTMeasurementProvider.cpp | 10 ++++++++++ Tr/TrackTools/src/PtTransporter.cpp | 10 ++++++++++ Tr/TrackTools/src/PtTransporter.h | 10 ++++++++++ Tr/TrackTools/src/Run2GhostId.cpp | 10 ++++++++++ Tr/TrackTools/src/Run2GhostId.h | 10 ++++++++++ Tr/TrackTools/src/STClusterCollector.cpp | 10 ++++++++++ Tr/TrackTools/src/STClusterCollector.h | 10 ++++++++++ Tr/TrackTools/src/STSpilloverTool.cpp | 10 ++++++++++ Tr/TrackTools/src/STSpilloverTool.h | 10 ++++++++++ Tr/TrackTools/src/SelectTrackInVertex.cpp | 10 ++++++++++ Tr/TrackTools/src/SelectTrackInVertex.h | 10 ++++++++++ Tr/TrackTools/src/StandaloneMuonPoint.h | 10 ++++++++++ Tr/TrackTools/src/StandaloneMuonRec.cpp | 10 ++++++++++ Tr/TrackTools/src/StandaloneMuonRec.h | 10 ++++++++++ Tr/TrackTools/src/StandaloneMuonRegion.h | 10 ++++++++++ Tr/TrackTools/src/StandaloneMuonStationRec.h | 10 ++++++++++ Tr/TrackTools/src/StandaloneMuonTrack.h | 10 ++++++++++ .../StateDetailedBetheBlochEnergyCorrectionTool.cpp | 10 ++++++++++ .../src/StateDetailedBetheBlochEnergyCorrectionTool.h | 10 ++++++++++ .../src/StateElectronEnergyCorrectionTool.cpp | 10 ++++++++++ Tr/TrackTools/src/StateElectronEnergyCorrectionTool.h | 10 ++++++++++ .../src/StateSimpleBetheBlochEnergyCorrectionTool.cpp | 10 ++++++++++ .../src/StateSimpleBetheBlochEnergyCorrectionTool.h | 10 ++++++++++ Tr/TrackTools/src/StateThickMSCorrectionTool.cpp | 10 ++++++++++ Tr/TrackTools/src/StateThickMSCorrectionTool.h | 10 ++++++++++ Tr/TrackTools/src/StateThinMSCorrectionTool.cpp | 10 ++++++++++ Tr/TrackTools/src/StateThinMSCorrectionTool.h | 10 ++++++++++ Tr/TrackTools/src/THitExpectation.cpp | 10 ++++++++++ Tr/TrackTools/src/THitExpectation.h | 10 ++++++++++ Tr/TrackTools/src/TMVA/FlattenDownstream.C | 10 ++++++++++ Tr/TrackTools/src/TMVA/FlattenLong.C | 10 ++++++++++ Tr/TrackTools/src/TMVA/FlattenTtrack.C | 10 ++++++++++ Tr/TrackTools/src/TMVA/FlattenUpstream.C | 10 ++++++++++ Tr/TrackTools/src/TMVA/FlattenVelo.C | 10 ++++++++++ Tr/TrackTools/src/TMVA/TMVAUp_1_MLP_1.class.C | 10 ++++++++++ Tr/TrackTools/src/TMVA/TMVAUp_3_MLP_3.class.C | 10 ++++++++++ Tr/TrackTools/src/TMVA/TMVAUp_4_MLP_4.class.C | 10 ++++++++++ Tr/TrackTools/src/TMVA/TMVAUp_5_MLP_5.class.C | 10 ++++++++++ Tr/TrackTools/src/TMVA/TMVAUp_6_MLP_6.class.C | 10 ++++++++++ Tr/TrackTools/src/TMVA/TMVA_1_25nsLL_1d_MLP.class.C | 10 ++++++++++ Tr/TrackTools/src/TMVA/TMVA_3_25nsLL_1d_MLP.class.C | 10 ++++++++++ Tr/TrackTools/src/TMVA/TMVA_4_25nsLL_1d_MLP.class.C | 10 ++++++++++ Tr/TrackTools/src/TMVA/TMVA_5_25nsLL_1d_MLP.class.C | 10 ++++++++++ Tr/TrackTools/src/TMVA/TMVA_6_25nsLL_1d_MLP.class.C | 10 ++++++++++ Tr/TrackTools/src/TTHitExpectation.cpp | 10 ++++++++++ Tr/TrackTools/src/TTHitExpectation.h | 10 ++++++++++ Tr/TrackTools/src/TrackCaloMatch.cpp | 10 ++++++++++ Tr/TrackTools/src/TrackCaloMatch.h | 10 ++++++++++ Tr/TrackTools/src/TrackChi2Calculator.cpp | 10 ++++++++++ Tr/TrackTools/src/TrackChi2Calculator.h | 10 ++++++++++ Tr/TrackTools/src/TrackCloneFinder.cpp | 10 ++++++++++ Tr/TrackTools/src/TrackCloneFinder.h | 10 ++++++++++ Tr/TrackTools/src/TrackHitCollector.cpp | 10 ++++++++++ Tr/TrackTools/src/TrackHitCollector.h | 10 ++++++++++ Tr/TrackTools/src/TrackInitFit.cpp | 10 ++++++++++ Tr/TrackTools/src/TrackInitFit.h | 10 ++++++++++ Tr/TrackTools/src/TrackInterpolator.cpp | 10 ++++++++++ Tr/TrackTools/src/TrackInterpolator.h | 10 ++++++++++ Tr/TrackTools/src/TrackLikelihood.cpp | 10 ++++++++++ Tr/TrackTools/src/TrackLikelihood.h | 10 ++++++++++ Tr/TrackTools/src/TrackPtKick.cpp | 10 ++++++++++ Tr/TrackTools/src/TrackPtKick.h | 10 ++++++++++ Tr/TrackTools/src/TrackSelector.cpp | 10 ++++++++++ Tr/TrackTools/src/TrackSelector.h | 10 ++++++++++ Tr/TrackTools/src/TrackSelectorBase.cpp | 10 ++++++++++ Tr/TrackTools/src/TrackSelectorBase.h | 10 ++++++++++ Tr/TrackTools/src/TrackStateInitAlg.cpp | 10 ++++++++++ Tr/TrackTools/src/TrackStateInitAlg.h | 10 ++++++++++ Tr/TrackTools/src/TrackStateInitTool.cpp | 10 ++++++++++ Tr/TrackTools/src/TrackStateInitTool.h | 10 ++++++++++ Tr/TrackTools/src/TrackUsedLHCbID.cpp | 10 ++++++++++ Tr/TrackTools/src/TrackUsedLHCbID.h | 10 ++++++++++ Tr/TrackTools/src/TrackVelodEdxCharge.cpp | 10 ++++++++++ Tr/TrackTools/src/TrackVelodEdxCharge.h | 10 ++++++++++ Tr/TrackTools/src/TrackVertexer.cpp | 10 ++++++++++ Tr/TrackTools/src/TrackVertexer.h | 10 ++++++++++ Tr/TrackTools/src/TrajectoryProvider.cpp | 10 ++++++++++ Tr/TrackTools/src/TrajectoryProvider.h | 10 ++++++++++ Tr/TrackTools/src/UTHitExpectation.cpp | 10 ++++++++++ Tr/TrackTools/src/UTHitExpectation.h | 10 ++++++++++ Tr/TrackTools/src/UpgradeGhostId.cpp | 10 ++++++++++ Tr/TrackTools/src/UpgradeGhostId.h | 10 ++++++++++ Tr/TrackTools/src/VPExpectation.cpp | 10 ++++++++++ Tr/TrackTools/src/VPExpectation.h | 10 ++++++++++ Tr/TrackTools/src/VPTrackSelector.cpp | 10 ++++++++++ Tr/TrackTools/src/VeloCaloBuilder.cpp | 10 ++++++++++ Tr/TrackTools/src/VeloCaloBuilder.h | 10 ++++++++++ Tr/TrackTools/src/VeloClusterPosition.cpp | 10 ++++++++++ Tr/TrackTools/src/VeloClusterPosition.h | 10 ++++++++++ Tr/TrackTools/src/VeloExpectation.cpp | 10 ++++++++++ Tr/TrackTools/src/VeloExpectation.h | 10 ++++++++++ Tr/TrackTools/src/VeloMuonBuilder.cpp | 10 ++++++++++ Tr/TrackTools/src/VeloMuonBuilder.h | 10 ++++++++++ Tr/TrackTools/src/VeloTrackSelector.cpp | 10 ++++++++++ Tr/TrackUtils/CMakeLists.txt | 10 ++++++++++ Tr/TrackUtils/src/ChargedParticlesToTracks.cpp | 10 ++++++++++ Tr/TrackUtils/src/ChargedParticlesToTracks.h | 10 ++++++++++ Tr/TrackUtils/src/CreateFastTrackCollection.cpp | 10 ++++++++++ Tr/TrackUtils/src/CreateFastTrackCollection.h | 10 ++++++++++ Tr/TrackUtils/src/FilterDownstreamTracks.cpp | 10 ++++++++++ Tr/TrackUtils/src/FilterDownstreamTracks.h | 10 ++++++++++ Tr/TrackUtils/src/FilterMatchTracks.cpp | 10 ++++++++++ Tr/TrackUtils/src/FilterMatchTracks.h | 10 ++++++++++ Tr/TrackUtils/src/FilterSeedTracks.cpp | 10 ++++++++++ Tr/TrackUtils/src/FilterSeedTracks.h | 10 ++++++++++ Tr/TrackUtils/src/HltInsertTrackErrParam.cpp | 10 ++++++++++ Tr/TrackUtils/src/HltInsertTrackErrParam.h | 10 ++++++++++ Tr/TrackUtils/src/HltTrackConverter.cpp | 10 ++++++++++ Tr/TrackUtils/src/HltTrackConverter.h | 10 ++++++++++ Tr/TrackUtils/src/MoveRecVertexTracks.cpp | 10 ++++++++++ Tr/TrackUtils/src/MoveRecVertexTracks.h | 10 ++++++++++ Tr/TrackUtils/src/NumberOfTracksFilter.cpp | 10 ++++++++++ Tr/TrackUtils/src/NumberOfTracksFilter.h | 10 ++++++++++ Tr/TrackUtils/src/TTrackFromLong.cpp | 10 ++++++++++ Tr/TrackUtils/src/TTrackFromLong.h | 10 ++++++++++ Tr/TrackUtils/src/TrackAddLikelihood.cpp | 10 ++++++++++ Tr/TrackUtils/src/TrackAddLikelihood.h | 10 ++++++++++ Tr/TrackUtils/src/TrackAddNNGhostId.cpp | 10 ++++++++++ Tr/TrackUtils/src/TrackAddNNGhostId.h | 10 ++++++++++ Tr/TrackUtils/src/TrackBestTrackCreator.cpp | 10 ++++++++++ Tr/TrackUtils/src/TrackBestTrackCreator.h | 10 ++++++++++ Tr/TrackUtils/src/TrackBuildCloneTable.cpp | 10 ++++++++++ Tr/TrackUtils/src/TrackBuildCloneTable.h | 10 ++++++++++ Tr/TrackUtils/src/TrackCloneCleaner.cpp | 10 ++++++++++ Tr/TrackUtils/src/TrackCloneCleaner.h | 10 ++++++++++ Tr/TrackUtils/src/TrackCompetition.cpp | 10 ++++++++++ Tr/TrackUtils/src/TrackCompetition.h | 10 ++++++++++ Tr/TrackUtils/src/TrackComputeExpectedHits.cpp | 10 ++++++++++ Tr/TrackUtils/src/TrackComputeExpectedHits.h | 10 ++++++++++ Tr/TrackUtils/src/TrackContainerCleaner.cpp | 10 ++++++++++ Tr/TrackUtils/src/TrackContainerCleaner.h | 10 ++++++++++ Tr/TrackUtils/src/TrackContainerCopy.cpp | 10 ++++++++++ Tr/TrackUtils/src/TrackContainerCopy.h | 10 ++++++++++ Tr/TrackUtils/src/TrackEraseExtraInfo.cpp | 10 ++++++++++ Tr/TrackUtils/src/TrackEraseExtraInfo.h | 10 ++++++++++ Tr/TrackUtils/src/TrackEventCloneKiller.cpp | 10 ++++++++++ Tr/TrackUtils/src/TrackEventCloneKiller.h | 10 ++++++++++ Tr/TrackUtils/src/TrackFromDST.cpp | 10 ++++++++++ Tr/TrackUtils/src/TrackFromDST.h | 10 ++++++++++ Tr/TrackUtils/src/TrackHitAdder.cpp | 10 ++++++++++ Tr/TrackUtils/src/TrackListFilter.cpp | 10 ++++++++++ Tr/TrackUtils/src/TrackListMerger.cpp | 10 ++++++++++ Tr/TrackUtils/src/TrackListPrinter.cpp | 10 ++++++++++ Tr/TrackUtils/src/TrackListRefiner.cpp | 10 ++++++++++ Tr/TrackUtils/src/TrackPrepareForFit.cpp | 10 ++++++++++ Tr/TrackUtils/src/TrackPrepareForFit.h | 10 ++++++++++ Tr/TrackUtils/src/TrackPrepareVelo.cpp | 10 ++++++++++ Tr/TrackUtils/src/TrackPrepareVelo.h | 10 ++++++++++ Tr/TrackUtils/src/TrackRemoveDoubleHits.cpp | 10 ++++++++++ Tr/TrackUtils/src/TrackRemoveDoubleHits.h | 10 ++++++++++ Tr/TrackUtils/src/TrackToDST.cpp | 10 ++++++++++ Tr/TrackUtils/src/TrackToDST.h | 10 ++++++++++ Tr/TrackUtils/src/TrackV0Finder.cpp | 10 ++++++++++ Tr/TrackUtils/src/VertexListFilter.cpp | 10 ++++++++++ Tr/TrackUtils/src/VertexListRefiner.cpp | 10 ++++++++++ Tr/TrackUtils/src/remove_if_partitioned.h | 10 ++++++++++ Tr/TrackVectorFit/CMakeLists.txt | 10 ++++++++++ Tr/TrackVectorFit/TrackVectorFit/AlignedAllocator.h | 10 ++++++++++ Tr/TrackVectorFit/TrackVectorFit/ArrayGen.h | 10 ++++++++++ Tr/TrackVectorFit/TrackVectorFit/MemIterator.h | 10 ++++++++++ Tr/TrackVectorFit/TrackVectorFit/MemStore.h | 10 ++++++++++ Tr/TrackVectorFit/TrackVectorFit/MemView.h | 10 ++++++++++ Tr/TrackVectorFit/TrackVectorFit/MemViewMatrix.h | 10 ++++++++++ Tr/TrackVectorFit/TrackVectorFit/NodeGetters.h | 10 ++++++++++ Tr/TrackVectorFit/TrackVectorFit/Scheduler.h | 10 ++++++++++ Tr/TrackVectorFit/TrackVectorFit/SimdTranspose.h | 10 ++++++++++ Tr/TrackVectorFit/TrackVectorFit/SimdTransposeHelper.h | 10 ++++++++++ Tr/TrackVectorFit/TrackVectorFit/TrackVectorFit.h | 10 ++++++++++ Tr/TrackVectorFit/TrackVectorFit/Types.h | 10 ++++++++++ Tr/TrackVectorFit/TrackVectorFit/VectorConfiguration.h | 10 ++++++++++ Tr/TrackVectorFit/TrackVectorFit/scalar/Combined.h | 10 ++++++++++ Tr/TrackVectorFit/TrackVectorFit/scalar/Math.h | 10 ++++++++++ Tr/TrackVectorFit/TrackVectorFit/scalar/Predict.h | 10 ++++++++++ Tr/TrackVectorFit/TrackVectorFit/scalar/Smoother.h | 10 ++++++++++ Tr/TrackVectorFit/TrackVectorFit/scalar/Update.h | 10 ++++++++++ Tr/TrackVectorFit/TrackVectorFit/vector/Combined.h | 10 ++++++++++ Tr/TrackVectorFit/TrackVectorFit/vector/Math.h | 10 ++++++++++ Tr/TrackVectorFit/TrackVectorFit/vector/Predict.h | 10 ++++++++++ Tr/TrackVectorFit/TrackVectorFit/vector/Smoother.h | 10 ++++++++++ Tr/TrackVectorFit/TrackVectorFit/vector/Update.h | 10 ++++++++++ Tr/TrackVectorFit/src/TrackVectorFit.cpp | 10 ++++++++++ Velo/VeloRecMonitors/CMakeLists.txt | 10 ++++++++++ .../python/VeloRecMonitors/Configuration.py | 10 ++++++++++ Velo/VeloRecMonitors/src/Hist1D.h | 10 ++++++++++ Velo/VeloRecMonitors/src/PVResolution.cpp | 10 ++++++++++ Velo/VeloRecMonitors/src/RawClusterDecoding.h | 10 ++++++++++ Velo/VeloRecMonitors/src/VeloCCEScanMonitor.cpp | 10 ++++++++++ Velo/VeloRecMonitors/src/VeloCCEScanMonitor.h | 10 ++++++++++ Velo/VeloRecMonitors/src/VeloClusterMonitor.cpp | 10 ++++++++++ Velo/VeloRecMonitors/src/VeloClusterMonitor.h | 10 ++++++++++ Velo/VeloRecMonitors/src/VeloExpertClusterMonitor.cpp | 10 ++++++++++ Velo/VeloRecMonitors/src/VeloExpertClusterMonitor.h | 10 ++++++++++ Velo/VeloRecMonitors/src/VeloIPResolutionMonitor.cpp | 10 ++++++++++ Velo/VeloRecMonitors/src/VeloIPResolutionMonitor.h | 10 ++++++++++ Velo/VeloRecMonitors/src/VeloIPResolutionMonitorNT.cpp | 10 ++++++++++ Velo/VeloRecMonitors/src/VeloIPResolutionMonitorNT.h | 10 ++++++++++ Velo/VeloRecMonitors/src/VeloMonitorBase.cpp | 10 ++++++++++ Velo/VeloRecMonitors/src/VeloMonitorBase.h | 10 ++++++++++ Velo/VeloRecMonitors/src/VeloOccupancyMonitor.cpp | 10 ++++++++++ Velo/VeloRecMonitors/src/VeloOccupancyMonitor.h | 10 ++++++++++ Velo/VeloRecMonitors/src/VeloSamplingMonitor.cpp | 10 ++++++++++ Velo/VeloRecMonitors/src/VeloSamplingMonitor.h | 10 ++++++++++ Velo/VeloRecMonitors/src/VeloTrackMonitor.cpp | 10 ++++++++++ Velo/VeloRecMonitors/src/VeloTrackMonitor.h | 10 ++++++++++ Velo/VeloRecMonitors/src/VeloTrackMonitorNT.cpp | 10 ++++++++++ Velo/VeloRecMonitors/src/VeloTrackMonitorNT.h | 10 ++++++++++ cmake/FindXGBoost.cmake | 10 ++++++++++ 2620 files changed, 26200 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0c7638694e1..d0b4b809a55 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### CMAKE_MINIMUM_REQUIRED(VERSION 2.8.5) #--------------------------------------------------------------- diff --git a/Calo/CaloMoniDst/CMakeLists.txt b/Calo/CaloMoniDst/CMakeLists.txt index ff32f92440e..f1540fb54ee 100644 --- a/Calo/CaloMoniDst/CMakeLists.txt +++ b/Calo/CaloMoniDst/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ################################################################################ # Package: CaloMoniDst ################################################################################ diff --git a/Calo/CaloMoniDst/python/CaloMoniDst/Configuration.py b/Calo/CaloMoniDst/python/CaloMoniDst/Configuration.py index 7c23edeb727..e6e5083dded 100755 --- a/Calo/CaloMoniDst/python/CaloMoniDst/Configuration.py +++ b/Calo/CaloMoniDst/python/CaloMoniDst/Configuration.py @@ -1,4 +1,14 @@ #!/usr/bin/env gaudirun.py +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # ============================================================================= ## Configurable for Calorimeter Monitoring # @author Vanya BELYAEV Ivan.Belyaev@nikhe.nl diff --git a/Calo/CaloMoniDst/python/CaloMoniDst/Monitor.py b/Calo/CaloMoniDst/python/CaloMoniDst/Monitor.py index da5c73e7596..2c24e9e2a4d 100755 --- a/Calo/CaloMoniDst/python/CaloMoniDst/Monitor.py +++ b/Calo/CaloMoniDst/python/CaloMoniDst/Monitor.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # ============================================================================= ## The major building blocks of Calorimeter Monitoring # @author Vanya BELYAEV Ivan.Belyaev@nikhe.nl diff --git a/Calo/CaloMoniDst/src/CaloAlignmentNtp.cpp b/Calo/CaloMoniDst/src/CaloAlignmentNtp.cpp index f4b80a8f3f4..2ea80d0c2a9 100644 --- a/Calo/CaloMoniDst/src/CaloAlignmentNtp.cpp +++ b/Calo/CaloMoniDst/src/CaloAlignmentNtp.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files #include "LHCbMath/LineTypes.h" diff --git a/Calo/CaloMoniDst/src/CaloAlignmentNtp.h b/Calo/CaloMoniDst/src/CaloAlignmentNtp.h index 45d4fa74659..d85d789a1bc 100644 --- a/Calo/CaloMoniDst/src/CaloAlignmentNtp.h +++ b/Calo/CaloMoniDst/src/CaloAlignmentNtp.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef CALOALIGNEMENTNTP_H #define CALOALIGNEMENTNTP_H 1 diff --git a/Calo/CaloMoniDst/src/CaloClusterChecker.cpp b/Calo/CaloMoniDst/src/CaloClusterChecker.cpp index 736db525f61..5180935bee5 100755 --- a/Calo/CaloMoniDst/src/CaloClusterChecker.cpp +++ b/Calo/CaloMoniDst/src/CaloClusterChecker.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ // Include files // ============================================================================ diff --git a/Calo/CaloMoniDst/src/CaloClusterMatchMonitor.cpp b/Calo/CaloMoniDst/src/CaloClusterMatchMonitor.cpp index 304951f17bd..42e98ad6df7 100755 --- a/Calo/CaloMoniDst/src/CaloClusterMatchMonitor.cpp +++ b/Calo/CaloMoniDst/src/CaloClusterMatchMonitor.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ // Include files // ============================================================================ diff --git a/Calo/CaloMoniDst/src/CaloClusterMonitor.cpp b/Calo/CaloMoniDst/src/CaloClusterMonitor.cpp index 00660a37811..c2a8890b9b4 100755 --- a/Calo/CaloMoniDst/src/CaloClusterMonitor.cpp +++ b/Calo/CaloMoniDst/src/CaloClusterMonitor.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ // Include files // ============================================================================ diff --git a/Calo/CaloMoniDst/src/CaloDigitMonitor.cpp b/Calo/CaloMoniDst/src/CaloDigitMonitor.cpp index 86ac3862a00..e9a38484c2d 100755 --- a/Calo/CaloMoniDst/src/CaloDigitMonitor.cpp +++ b/Calo/CaloMoniDst/src/CaloDigitMonitor.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // ============================================================================ // Event diff --git a/Calo/CaloMoniDst/src/CaloEFlowAlg.cpp b/Calo/CaloMoniDst/src/CaloEFlowAlg.cpp index d0f6c092ced..4506254f77f 100644 --- a/Calo/CaloMoniDst/src/CaloEFlowAlg.cpp +++ b/Calo/CaloMoniDst/src/CaloEFlowAlg.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // local diff --git a/Calo/CaloMoniDst/src/CaloEFlowAlg.h b/Calo/CaloMoniDst/src/CaloEFlowAlg.h index ce1ed6e645c..92c0243d2fd 100644 --- a/Calo/CaloMoniDst/src/CaloEFlowAlg.h +++ b/Calo/CaloMoniDst/src/CaloEFlowAlg.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef CALOENERGYFLOWMONITOR_H #define CALOENERGYFLOWMONITOR_H 1 diff --git a/Calo/CaloMoniDst/src/CaloEMuPIDMon.cpp b/Calo/CaloMoniDst/src/CaloEMuPIDMon.cpp index cccbbb3cd9a..4c77cee6992 100755 --- a/Calo/CaloMoniDst/src/CaloEMuPIDMon.cpp +++ b/Calo/CaloMoniDst/src/CaloEMuPIDMon.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ // Include files // ============================================================================ diff --git a/Calo/CaloMoniDst/src/CaloElectronNtp.cpp b/Calo/CaloMoniDst/src/CaloElectronNtp.cpp index 7765ea61ed3..cf7408fb663 100644 --- a/Calo/CaloMoniDst/src/CaloElectronNtp.cpp +++ b/Calo/CaloMoniDst/src/CaloElectronNtp.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // from Gaudi diff --git a/Calo/CaloMoniDst/src/CaloElectronNtp.h b/Calo/CaloMoniDst/src/CaloElectronNtp.h index 00238d6bb76..f86e8eed516 100644 --- a/Calo/CaloMoniDst/src/CaloElectronNtp.h +++ b/Calo/CaloMoniDst/src/CaloElectronNtp.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef CALOELECTRONNTP_H #define CALOELECTRONNTP_H 1 diff --git a/Calo/CaloMoniDst/src/CaloHypoMatchMonitor.cpp b/Calo/CaloMoniDst/src/CaloHypoMatchMonitor.cpp index 84c286b8cb1..32eea19931b 100755 --- a/Calo/CaloMoniDst/src/CaloHypoMatchMonitor.cpp +++ b/Calo/CaloMoniDst/src/CaloHypoMatchMonitor.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ // Include files // ============================================================================ diff --git a/Calo/CaloMoniDst/src/CaloHypoMonitor.cpp b/Calo/CaloMoniDst/src/CaloHypoMonitor.cpp index 93cb968089e..5cff60f7349 100755 --- a/Calo/CaloMoniDst/src/CaloHypoMonitor.cpp +++ b/Calo/CaloMoniDst/src/CaloHypoMonitor.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ // Include files // ============================================================================ diff --git a/Calo/CaloMoniDst/src/CaloHypoNtp.cpp b/Calo/CaloMoniDst/src/CaloHypoNtp.cpp index 65913a65c22..babc4e22e55 100644 --- a/Calo/CaloMoniDst/src/CaloHypoNtp.cpp +++ b/Calo/CaloMoniDst/src/CaloHypoNtp.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include <vector> #include "Event/CaloHypo.h" #include "CaloUtils/CaloMomentum.h" diff --git a/Calo/CaloMoniDst/src/CaloHypoNtp.h b/Calo/CaloMoniDst/src/CaloHypoNtp.h index 6153c4e8933..1df5e77d5e1 100644 --- a/Calo/CaloMoniDst/src/CaloHypoNtp.h +++ b/Calo/CaloMoniDst/src/CaloHypoNtp.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef CALOHYPONTP_H #define CALOHYPONTP_H 1 #include <vector> diff --git a/Calo/CaloMoniDst/src/CaloMoniAlg.cpp b/Calo/CaloMoniDst/src/CaloMoniAlg.cpp index 9fc57b485bd..e6cf7a3012e 100755 --- a/Calo/CaloMoniDst/src/CaloMoniAlg.cpp +++ b/Calo/CaloMoniDst/src/CaloMoniAlg.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // local diff --git a/Calo/CaloMoniDst/src/CaloMoniAlg.h b/Calo/CaloMoniDst/src/CaloMoniAlg.h index 29ecf12d6a6..f6f2306e2af 100755 --- a/Calo/CaloMoniDst/src/CaloMoniAlg.h +++ b/Calo/CaloMoniDst/src/CaloMoniAlg.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef CALOMONIDST_CALOMONIALG_H #define CALOMONIDST_CALOMONIALG_H 1 // ============================================================================ diff --git a/Calo/CaloMoniDst/src/CaloNtpBase.cpp b/Calo/CaloMoniDst/src/CaloNtpBase.cpp index 95355863c5e..016da8e98c7 100644 --- a/Calo/CaloMoniDst/src/CaloNtpBase.cpp +++ b/Calo/CaloMoniDst/src/CaloNtpBase.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files #include "Event/RawEvent.h" diff --git a/Calo/CaloMoniDst/src/CaloNtpBase.h b/Calo/CaloMoniDst/src/CaloNtpBase.h index f3b06433800..68fb2c28e09 100644 --- a/Calo/CaloMoniDst/src/CaloNtpBase.h +++ b/Calo/CaloMoniDst/src/CaloNtpBase.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef CALONTPBASE_H #define CALONTPBASE_H 1 diff --git a/Calo/CaloMoniDst/src/CaloPIDsChecker.cpp b/Calo/CaloMoniDst/src/CaloPIDsChecker.cpp index f8965a09b82..5a8156169ca 100755 --- a/Calo/CaloMoniDst/src/CaloPIDsChecker.cpp +++ b/Calo/CaloMoniDst/src/CaloPIDsChecker.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ // Include files // ============================================================================ diff --git a/Calo/CaloMoniDst/src/CaloPhotonChecker.cpp b/Calo/CaloMoniDst/src/CaloPhotonChecker.cpp index 8f2d22669de..cd568461729 100755 --- a/Calo/CaloMoniDst/src/CaloPhotonChecker.cpp +++ b/Calo/CaloMoniDst/src/CaloPhotonChecker.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // STD & STL #include <algorithm> diff --git a/Calo/CaloMoniDst/src/CaloPhotonChecker.h b/Calo/CaloMoniDst/src/CaloPhotonChecker.h index 5e90e143e05..def7f9cc821 100755 --- a/Calo/CaloMoniDst/src/CaloPhotonChecker.h +++ b/Calo/CaloMoniDst/src/CaloPhotonChecker.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef CALOPHOTONCHECKER_H #define CALOPHOTONCHECKER_H 1 // ============================================================================ diff --git a/Calo/CaloMoniDst/src/CaloPi0Checker.cpp b/Calo/CaloMoniDst/src/CaloPi0Checker.cpp index 789f2fabd5f..c98d3fb03d8 100755 --- a/Calo/CaloMoniDst/src/CaloPi0Checker.cpp +++ b/Calo/CaloMoniDst/src/CaloPi0Checker.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ // Include files // ============================================================================ diff --git a/Calo/CaloMoniDst/src/CaloPi0Monitor.cpp b/Calo/CaloMoniDst/src/CaloPi0Monitor.cpp index 56f076624db..844511ffb6e 100755 --- a/Calo/CaloMoniDst/src/CaloPi0Monitor.cpp +++ b/Calo/CaloMoniDst/src/CaloPi0Monitor.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //============================================================================ // Include files // ============================================================================ diff --git a/Calo/CaloMoniDst/src/CaloPi0Ntp.cpp b/Calo/CaloMoniDst/src/CaloPi0Ntp.cpp index 9a33395a9da..19b43b8f020 100755 --- a/Calo/CaloMoniDst/src/CaloPi0Ntp.cpp +++ b/Calo/CaloMoniDst/src/CaloPi0Ntp.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include <vector> #include "Event/CaloHypo.h" #include "CaloUtils/CaloMomentum.h" diff --git a/Calo/CaloMoniDst/src/CaloPi0Ntp.h b/Calo/CaloMoniDst/src/CaloPi0Ntp.h index e87cee7c32a..65f55d463c6 100644 --- a/Calo/CaloMoniDst/src/CaloPi0Ntp.h +++ b/Calo/CaloMoniDst/src/CaloPi0Ntp.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include <vector> #include "GaudiAlg/GaudiTupleAlg.h" #include "CaloInterfaces/ICaloHypo2Calo.h" diff --git a/Calo/CaloMoniDst/src/CaloProtoElectronMonitor.cpp b/Calo/CaloMoniDst/src/CaloProtoElectronMonitor.cpp index 76bf43a9c68..5aeb2635d1b 100644 --- a/Calo/CaloMoniDst/src/CaloProtoElectronMonitor.cpp +++ b/Calo/CaloMoniDst/src/CaloProtoElectronMonitor.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files #include "CaloUtils/CaloMomentum.h" diff --git a/Calo/CaloMoniDst/src/CaloProtoElectronMonitor.h b/Calo/CaloMoniDst/src/CaloProtoElectronMonitor.h index 303222f1e6b..45ca8ff3415 100644 --- a/Calo/CaloMoniDst/src/CaloProtoElectronMonitor.h +++ b/Calo/CaloMoniDst/src/CaloProtoElectronMonitor.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef CALOPROTOELECTRONMONITOR_H #define CALOPROTOELECTRONMONITOR_H 1 diff --git a/Calo/CaloMoniDst/src/L0CaloScale.cpp b/Calo/CaloMoniDst/src/L0CaloScale.cpp index 2b061b136a9..60a630ca786 100644 --- a/Calo/CaloMoniDst/src/L0CaloScale.cpp +++ b/Calo/CaloMoniDst/src/L0CaloScale.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ // Include files // ============================================================================ diff --git a/Calo/CaloMoniDst/src/SpdMonitor.cpp b/Calo/CaloMoniDst/src/SpdMonitor.cpp index 21a43634bfd..e0fdad29845 100755 --- a/Calo/CaloMoniDst/src/SpdMonitor.cpp +++ b/Calo/CaloMoniDst/src/SpdMonitor.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // from Event #include "Event/CaloDigit.h" diff --git a/Calo/CaloPIDs/CMakeLists.txt b/Calo/CaloPIDs/CMakeLists.txt index 1219b8856a2..0fa94cb0d03 100644 --- a/Calo/CaloPIDs/CMakeLists.txt +++ b/Calo/CaloPIDs/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ################################################################################ # Package: CaloPIDs ################################################################################ diff --git a/Calo/CaloPIDs/python/CaloPIDs/Configuration.py b/Calo/CaloPIDs/python/CaloPIDs/Configuration.py index 8148be8bcd9..f6b05575585 100644 --- a/Calo/CaloPIDs/python/CaloPIDs/Configuration.py +++ b/Calo/CaloPIDs/python/CaloPIDs/Configuration.py @@ -1,4 +1,14 @@ #!/usr/bin/env gaudirun.py +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # ============================================================================= ## Configurable for Calorimeter PID # @author Vanya BELYAEV Ivan.Belyaev@nikhe.nl diff --git a/Calo/CaloPIDs/python/CaloPIDs/PIDs.py b/Calo/CaloPIDs/python/CaloPIDs/PIDs.py index 05ea8c5a0bd..f1d9c880459 100644 --- a/Calo/CaloPIDs/python/CaloPIDs/PIDs.py +++ b/Calo/CaloPIDs/python/CaloPIDs/PIDs.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # ============================================================================= ## The major building blocks of Calorimeter PID # @author Vanya BELYAEV Ivan.Belyaev@nikhe.nl diff --git a/Calo/CaloPIDs/src/BremChi22ID.cpp b/Calo/CaloPIDs/src/BremChi22ID.cpp index c27aec7479f..d03a6535f76 100755 --- a/Calo/CaloPIDs/src/BremChi22ID.cpp +++ b/Calo/CaloPIDs/src/BremChi22ID.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ // Include files // ============================================================================ diff --git a/Calo/CaloPIDs/src/BremMatchAlg.cpp b/Calo/CaloPIDs/src/BremMatchAlg.cpp index 82e611300e6..a2b63c3a230 100755 --- a/Calo/CaloPIDs/src/BremMatchAlg.cpp +++ b/Calo/CaloPIDs/src/BremMatchAlg.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ // Include files // ============================================================================ diff --git a/Calo/CaloPIDs/src/BremPIDeAlg.cpp b/Calo/CaloPIDs/src/BremPIDeAlg.cpp index c27b3f3a6f1..8e58c64d445 100755 --- a/Calo/CaloPIDs/src/BremPIDeAlg.cpp +++ b/Calo/CaloPIDs/src/BremPIDeAlg.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ // Include files // ============================================================================ diff --git a/Calo/CaloPIDs/src/CaloBremMatch.cpp b/Calo/CaloPIDs/src/CaloBremMatch.cpp index 7c0169e86b4..036915edcf5 100755 --- a/Calo/CaloPIDs/src/CaloBremMatch.cpp +++ b/Calo/CaloPIDs/src/CaloBremMatch.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ // Include files // ============================================================================ diff --git a/Calo/CaloPIDs/src/CaloChi22ID.cpp b/Calo/CaloPIDs/src/CaloChi22ID.cpp index f548d64aa2f..45851769065 100755 --- a/Calo/CaloPIDs/src/CaloChi22ID.cpp +++ b/Calo/CaloPIDs/src/CaloChi22ID.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ // Include files // ============================================================================ diff --git a/Calo/CaloPIDs/src/CaloChi22ID.h b/Calo/CaloPIDs/src/CaloChi22ID.h index 2fae62c5a7e..c61d1d67531 100755 --- a/Calo/CaloPIDs/src/CaloChi22ID.h +++ b/Calo/CaloPIDs/src/CaloChi22ID.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ #ifndef CALOPIDS_CALOCHI22ID_H #define CALOPIDS_CALOCHI22ID_H 1 diff --git a/Calo/CaloPIDs/src/CaloElectronMatch.cpp b/Calo/CaloPIDs/src/CaloElectronMatch.cpp index 78078a00379..cdf9cdd0039 100755 --- a/Calo/CaloPIDs/src/CaloElectronMatch.cpp +++ b/Calo/CaloPIDs/src/CaloElectronMatch.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ // Include files // ============================================================================ diff --git a/Calo/CaloPIDs/src/CaloEnergyForTrack.cpp b/Calo/CaloPIDs/src/CaloEnergyForTrack.cpp index 5c0ff52b1ba..cf2ce9014ee 100755 --- a/Calo/CaloPIDs/src/CaloEnergyForTrack.cpp +++ b/Calo/CaloPIDs/src/CaloEnergyForTrack.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ // Include files // ============================================================================ diff --git a/Calo/CaloPIDs/src/CaloEnergyForTrack.h b/Calo/CaloPIDs/src/CaloEnergyForTrack.h index 594d5ca55c6..bca1dfad766 100755 --- a/Calo/CaloPIDs/src/CaloEnergyForTrack.h +++ b/Calo/CaloPIDs/src/CaloEnergyForTrack.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ #ifndef CALOENERGYFORTRACK_H #define CALOENERGYFORTRACK_H 1 diff --git a/Calo/CaloPIDs/src/CaloID2DLL.cpp b/Calo/CaloPIDs/src/CaloID2DLL.cpp index dc02de3213a..fade84c68ab 100755 --- a/Calo/CaloPIDs/src/CaloID2DLL.cpp +++ b/Calo/CaloPIDs/src/CaloID2DLL.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ // Include files // ============================================================================ diff --git a/Calo/CaloPIDs/src/CaloID2DLL.h b/Calo/CaloPIDs/src/CaloID2DLL.h index 19adfe33a12..974fb7264cd 100755 --- a/Calo/CaloPIDs/src/CaloID2DLL.h +++ b/Calo/CaloPIDs/src/CaloID2DLL.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ #ifndef CALOPIDS_CALOID2DLL_H #define CALOPIDS_CALOID2DLL_H 1 diff --git a/Calo/CaloPIDs/src/CaloPhotonIdAlg.cpp b/Calo/CaloPIDs/src/CaloPhotonIdAlg.cpp index f7beb94f22f..c283c584baf 100644 --- a/Calo/CaloPIDs/src/CaloPhotonIdAlg.cpp +++ b/Calo/CaloPIDs/src/CaloPhotonIdAlg.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files #include <math.h> diff --git a/Calo/CaloPIDs/src/CaloPhotonIdAlg.h b/Calo/CaloPIDs/src/CaloPhotonIdAlg.h index 086c8934a71..cd2630ba2c4 100644 --- a/Calo/CaloPIDs/src/CaloPhotonIdAlg.h +++ b/Calo/CaloPIDs/src/CaloPhotonIdAlg.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef CALOPHOTONIDALG_H #define CALOPHOTONIDALG_H 1 diff --git a/Calo/CaloPIDs/src/CaloPhotonMatch.cpp b/Calo/CaloPIDs/src/CaloPhotonMatch.cpp index 89857b47a30..fe0518b666f 100755 --- a/Calo/CaloPIDs/src/CaloPhotonMatch.cpp +++ b/Calo/CaloPIDs/src/CaloPhotonMatch.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ // Include files // ============================================================================ diff --git a/Calo/CaloPIDs/src/CaloTrack2IDAlg.cpp b/Calo/CaloPIDs/src/CaloTrack2IDAlg.cpp index b36ac214139..a0feb51ff21 100755 --- a/Calo/CaloPIDs/src/CaloTrack2IDAlg.cpp +++ b/Calo/CaloPIDs/src/CaloTrack2IDAlg.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ // Include files // ============================================================================ diff --git a/Calo/CaloPIDs/src/CaloTrack2IDAlg.h b/Calo/CaloPIDs/src/CaloTrack2IDAlg.h index 4e5132bc369..7a071e686a1 100755 --- a/Calo/CaloPIDs/src/CaloTrack2IDAlg.h +++ b/Calo/CaloPIDs/src/CaloTrack2IDAlg.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ #ifndef CALOPIDS_CALOTRACK2IDALG_H #define CALOPIDS_CALOTRACK2IDALG_H 1 diff --git a/Calo/CaloPIDs/src/CaloTrackAlg.cpp b/Calo/CaloPIDs/src/CaloTrackAlg.cpp index c9ee66bacef..058d1eef1c6 100755 --- a/Calo/CaloPIDs/src/CaloTrackAlg.cpp +++ b/Calo/CaloPIDs/src/CaloTrackAlg.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ // Include files // ============================================================================ diff --git a/Calo/CaloPIDs/src/CaloTrackAlg.h b/Calo/CaloPIDs/src/CaloTrackAlg.h index 0b3384c494b..9461e79a0bd 100755 --- a/Calo/CaloPIDs/src/CaloTrackAlg.h +++ b/Calo/CaloPIDs/src/CaloTrackAlg.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ #ifndef CALOUTILS_CALOTrackAlg_H #define CALOUTILS_CALOTrackAlg_H 1 diff --git a/Calo/CaloPIDs/src/CaloTrackMatch.cpp b/Calo/CaloPIDs/src/CaloTrackMatch.cpp index d79ffcbf2ea..5dfd180d105 100755 --- a/Calo/CaloPIDs/src/CaloTrackMatch.cpp +++ b/Calo/CaloPIDs/src/CaloTrackMatch.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ // Include files // ============================================================================ diff --git a/Calo/CaloPIDs/src/CaloTrackMatch.h b/Calo/CaloPIDs/src/CaloTrackMatch.h index 5d22eb662f9..9d7f3bbd436 100755 --- a/Calo/CaloPIDs/src/CaloTrackMatch.h +++ b/Calo/CaloPIDs/src/CaloTrackMatch.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ #ifndef CALOUTILS_CALOTRACKMATCH_H #define CALOUTILS_CALOTRACKMATCH_H 1 diff --git a/Calo/CaloPIDs/src/CaloTrackMatchAlg.cpp b/Calo/CaloPIDs/src/CaloTrackMatchAlg.cpp index 4050d8218fa..1b65572c9d1 100755 --- a/Calo/CaloPIDs/src/CaloTrackMatchAlg.cpp +++ b/Calo/CaloPIDs/src/CaloTrackMatchAlg.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ // Include files // ============================================================================ diff --git a/Calo/CaloPIDs/src/CaloTrackMatchAlg.h b/Calo/CaloPIDs/src/CaloTrackMatchAlg.h index a36e9b40926..0fcf9eac027 100755 --- a/Calo/CaloPIDs/src/CaloTrackMatchAlg.h +++ b/Calo/CaloPIDs/src/CaloTrackMatchAlg.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ #ifndef CALOTRACKMATCHALG_H #define CALOTRACKMATCHALG_H 1 diff --git a/Calo/CaloPIDs/src/CaloTrackTool.cpp b/Calo/CaloPIDs/src/CaloTrackTool.cpp index 8ebbe3e7db1..a1948e0c437 100755 --- a/Calo/CaloPIDs/src/CaloTrackTool.cpp +++ b/Calo/CaloPIDs/src/CaloTrackTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ // Include files // ============================================================================ diff --git a/Calo/CaloPIDs/src/CaloTrackTool.h b/Calo/CaloPIDs/src/CaloTrackTool.h index eeab3c7b712..1919ed5ddaf 100755 --- a/Calo/CaloPIDs/src/CaloTrackTool.h +++ b/Calo/CaloPIDs/src/CaloTrackTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ #ifndef CALOUTILS_CALO_CALOTRACKTOOL_H #define CALOUTILS_CALO_CALOTRACKTOOL_H 1 diff --git a/Calo/CaloPIDs/src/ClusChi22ID.cpp b/Calo/CaloPIDs/src/ClusChi22ID.cpp index abc3b06b160..22ebf5eb2df 100755 --- a/Calo/CaloPIDs/src/ClusChi22ID.cpp +++ b/Calo/CaloPIDs/src/ClusChi22ID.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ // Include files // ============================================================================ diff --git a/Calo/CaloPIDs/src/EcalChi22ID.cpp b/Calo/CaloPIDs/src/EcalChi22ID.cpp index d735ce7e0f5..0e4e9dde9d1 100755 --- a/Calo/CaloPIDs/src/EcalChi22ID.cpp +++ b/Calo/CaloPIDs/src/EcalChi22ID.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ // Include files // ============================================================================ diff --git a/Calo/CaloPIDs/src/EcalEnergyForTrack.cpp b/Calo/CaloPIDs/src/EcalEnergyForTrack.cpp index 9aa7fe742ce..421fa10b675 100755 --- a/Calo/CaloPIDs/src/EcalEnergyForTrack.cpp +++ b/Calo/CaloPIDs/src/EcalEnergyForTrack.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ // local // ============================================================================ diff --git a/Calo/CaloPIDs/src/EcalPIDeAlg.cpp b/Calo/CaloPIDs/src/EcalPIDeAlg.cpp index d19b7b639e7..2b2dd4e3e2d 100755 --- a/Calo/CaloPIDs/src/EcalPIDeAlg.cpp +++ b/Calo/CaloPIDs/src/EcalPIDeAlg.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ // Include files // ============================================================================ diff --git a/Calo/CaloPIDs/src/EcalPIDmuAlg.cpp b/Calo/CaloPIDs/src/EcalPIDmuAlg.cpp index 3abeede3f9c..6ef16680a39 100755 --- a/Calo/CaloPIDs/src/EcalPIDmuAlg.cpp +++ b/Calo/CaloPIDs/src/EcalPIDmuAlg.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ // Include files // ============================================================================ diff --git a/Calo/CaloPIDs/src/ElectronMatchAlg.cpp b/Calo/CaloPIDs/src/ElectronMatchAlg.cpp index 8c886cec094..4d9cd938376 100755 --- a/Calo/CaloPIDs/src/ElectronMatchAlg.cpp +++ b/Calo/CaloPIDs/src/ElectronMatchAlg.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ // Include files // ============================================================================ diff --git a/Calo/CaloPIDs/src/HcalEnergyForTrack.cpp b/Calo/CaloPIDs/src/HcalEnergyForTrack.cpp index b75a99423bf..7e7351a62c6 100755 --- a/Calo/CaloPIDs/src/HcalEnergyForTrack.cpp +++ b/Calo/CaloPIDs/src/HcalEnergyForTrack.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ // local // ============================================================================ diff --git a/Calo/CaloPIDs/src/HcalPIDeAlg.cpp b/Calo/CaloPIDs/src/HcalPIDeAlg.cpp index 77383fdde3c..31e65a8b97d 100755 --- a/Calo/CaloPIDs/src/HcalPIDeAlg.cpp +++ b/Calo/CaloPIDs/src/HcalPIDeAlg.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ // Include files // ============================================================================ diff --git a/Calo/CaloPIDs/src/HcalPIDmuAlg.cpp b/Calo/CaloPIDs/src/HcalPIDmuAlg.cpp index 39bdb5191b9..7b1faf0a136 100755 --- a/Calo/CaloPIDs/src/HcalPIDmuAlg.cpp +++ b/Calo/CaloPIDs/src/HcalPIDmuAlg.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ // Include files // ============================================================================ diff --git a/Calo/CaloPIDs/src/InBremAcceptance.cpp b/Calo/CaloPIDs/src/InBremAcceptance.cpp index 55190673964..fe46f3d399d 100755 --- a/Calo/CaloPIDs/src/InBremAcceptance.cpp +++ b/Calo/CaloPIDs/src/InBremAcceptance.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ // Include files // ============================================================================ diff --git a/Calo/CaloPIDs/src/InBremAcceptanceAlg.cpp b/Calo/CaloPIDs/src/InBremAcceptanceAlg.cpp index 06409702510..0ecfd116b6e 100755 --- a/Calo/CaloPIDs/src/InBremAcceptanceAlg.cpp +++ b/Calo/CaloPIDs/src/InBremAcceptanceAlg.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ // Local // ============================================================================ diff --git a/Calo/CaloPIDs/src/InCaloAcceptance.cpp b/Calo/CaloPIDs/src/InCaloAcceptance.cpp index d97bd3eb686..c1ddc95134b 100755 --- a/Calo/CaloPIDs/src/InCaloAcceptance.cpp +++ b/Calo/CaloPIDs/src/InCaloAcceptance.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ // Include files // ============================================================================ diff --git a/Calo/CaloPIDs/src/InCaloAcceptance.h b/Calo/CaloPIDs/src/InCaloAcceptance.h index 8a6e8d82c03..bd4fa41a6bc 100755 --- a/Calo/CaloPIDs/src/InCaloAcceptance.h +++ b/Calo/CaloPIDs/src/InCaloAcceptance.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ #ifndef CALOPIDS_INCALOACCEPTANCE_H #define CALOPIDS_INCALOACCEPTANCE_H 1 diff --git a/Calo/CaloPIDs/src/InCaloAcceptanceAlg.cpp b/Calo/CaloPIDs/src/InCaloAcceptanceAlg.cpp index ac265e7afe8..cce457dbe90 100755 --- a/Calo/CaloPIDs/src/InCaloAcceptanceAlg.cpp +++ b/Calo/CaloPIDs/src/InCaloAcceptanceAlg.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ // include files // ============================================================================ diff --git a/Calo/CaloPIDs/src/InCaloAcceptanceAlg.h b/Calo/CaloPIDs/src/InCaloAcceptanceAlg.h index df08198104a..518fcb57293 100755 --- a/Calo/CaloPIDs/src/InCaloAcceptanceAlg.h +++ b/Calo/CaloPIDs/src/InCaloAcceptanceAlg.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef CALOPIDS_INCALOACCEPTANCEALG_H #define CALOPIDS_INCALOACCEPTANCEALG_H 1 // ============================================================================ diff --git a/Calo/CaloPIDs/src/InEcalAcceptance.cpp b/Calo/CaloPIDs/src/InEcalAcceptance.cpp index ce1408d864b..2fd4eaf4f8f 100755 --- a/Calo/CaloPIDs/src/InEcalAcceptance.cpp +++ b/Calo/CaloPIDs/src/InEcalAcceptance.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ // Include files // ============================================================================ diff --git a/Calo/CaloPIDs/src/InEcalAcceptanceAlg.cpp b/Calo/CaloPIDs/src/InEcalAcceptanceAlg.cpp index fff9158b4ca..277e4343ac4 100755 --- a/Calo/CaloPIDs/src/InEcalAcceptanceAlg.cpp +++ b/Calo/CaloPIDs/src/InEcalAcceptanceAlg.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ // Local // ============================================================================ diff --git a/Calo/CaloPIDs/src/InHcalAcceptance.cpp b/Calo/CaloPIDs/src/InHcalAcceptance.cpp index 36b552af88a..a15e9a74801 100755 --- a/Calo/CaloPIDs/src/InHcalAcceptance.cpp +++ b/Calo/CaloPIDs/src/InHcalAcceptance.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ // Include files // ============================================================================ diff --git a/Calo/CaloPIDs/src/InHcalAcceptanceAlg.cpp b/Calo/CaloPIDs/src/InHcalAcceptanceAlg.cpp index 59a8fd8ecc2..9081d82f347 100755 --- a/Calo/CaloPIDs/src/InHcalAcceptanceAlg.cpp +++ b/Calo/CaloPIDs/src/InHcalAcceptanceAlg.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ // Local // ============================================================================ diff --git a/Calo/CaloPIDs/src/InPrsAcceptance.cpp b/Calo/CaloPIDs/src/InPrsAcceptance.cpp index ffb2e2edce9..874a3dd9d26 100755 --- a/Calo/CaloPIDs/src/InPrsAcceptance.cpp +++ b/Calo/CaloPIDs/src/InPrsAcceptance.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ // Include files // ============================================================================ diff --git a/Calo/CaloPIDs/src/InPrsAcceptanceAlg.cpp b/Calo/CaloPIDs/src/InPrsAcceptanceAlg.cpp index edefbb5cafb..430d4a44610 100755 --- a/Calo/CaloPIDs/src/InPrsAcceptanceAlg.cpp +++ b/Calo/CaloPIDs/src/InPrsAcceptanceAlg.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ // Local // ============================================================================ diff --git a/Calo/CaloPIDs/src/InSpdAcceptance.cpp b/Calo/CaloPIDs/src/InSpdAcceptance.cpp index 14932f24141..df7e5e13369 100755 --- a/Calo/CaloPIDs/src/InSpdAcceptance.cpp +++ b/Calo/CaloPIDs/src/InSpdAcceptance.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ // Include files // ============================================================================ diff --git a/Calo/CaloPIDs/src/InSpdAcceptanceAlg.cpp b/Calo/CaloPIDs/src/InSpdAcceptanceAlg.cpp index 8f23d0362aa..a08465970c2 100755 --- a/Calo/CaloPIDs/src/InSpdAcceptanceAlg.cpp +++ b/Calo/CaloPIDs/src/InSpdAcceptanceAlg.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ #include "InCaloAcceptanceAlg.h" // ============================================================================ diff --git a/Calo/CaloPIDs/src/Linear.h b/Calo/CaloPIDs/src/Linear.h index 3fc64b9e0fd..7d4c096f88d 100755 --- a/Calo/CaloPIDs/src/Linear.h +++ b/Calo/CaloPIDs/src/Linear.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ #ifndef CALOPIDS_LINEAR_H #define CALOPIDS_LINEAR_H 1 diff --git a/Calo/CaloPIDs/src/PhotonMatchAlg.cpp b/Calo/CaloPIDs/src/PhotonMatchAlg.cpp index c31b10d88ee..2f2a981dc78 100755 --- a/Calo/CaloPIDs/src/PhotonMatchAlg.cpp +++ b/Calo/CaloPIDs/src/PhotonMatchAlg.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ // Include files // ============================================================================ diff --git a/Calo/CaloPIDs/src/PrsEnergyForTrack.cpp b/Calo/CaloPIDs/src/PrsEnergyForTrack.cpp index cc0891bbfcc..faeefd4eac3 100755 --- a/Calo/CaloPIDs/src/PrsEnergyForTrack.cpp +++ b/Calo/CaloPIDs/src/PrsEnergyForTrack.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ // local // ============================================================================ diff --git a/Calo/CaloPIDs/src/PrsPIDeAlg.cpp b/Calo/CaloPIDs/src/PrsPIDeAlg.cpp index 02879a33d7e..921a2eef61b 100755 --- a/Calo/CaloPIDs/src/PrsPIDeAlg.cpp +++ b/Calo/CaloPIDs/src/PrsPIDeAlg.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ // Include files // ============================================================================ diff --git a/Calo/CaloPIDs/src/SpdEnergyForTrack.cpp b/Calo/CaloPIDs/src/SpdEnergyForTrack.cpp index a255dc4a0ec..7e68ff6b1e9 100755 --- a/Calo/CaloPIDs/src/SpdEnergyForTrack.cpp +++ b/Calo/CaloPIDs/src/SpdEnergyForTrack.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ // local // ============================================================================ diff --git a/Calo/CaloPIDs/src/ToString.h b/Calo/CaloPIDs/src/ToString.h index 2f78243196d..87a44c13f01 100755 --- a/Calo/CaloPIDs/src/ToString.h +++ b/Calo/CaloPIDs/src/ToString.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ #ifndef CALOPIDS_TOSTRING_H #define CALOPIDS_TOSTRING_H 1 diff --git a/Calo/CaloPIDs/src/ToVector.h b/Calo/CaloPIDs/src/ToVector.h index 64ae0d87982..66baaad66b1 100755 --- a/Calo/CaloPIDs/src/ToVector.h +++ b/Calo/CaloPIDs/src/ToVector.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ #ifndef CALOPIDS_TOVECTOR_H #define CALOPIDS_TOVECTOR_H 1 diff --git a/Calo/CaloPIDs/src/Track2EcalEAlg.cpp b/Calo/CaloPIDs/src/Track2EcalEAlg.cpp index f5b7d77c1ff..5020bfc44e5 100755 --- a/Calo/CaloPIDs/src/Track2EcalEAlg.cpp +++ b/Calo/CaloPIDs/src/Track2EcalEAlg.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ // Local // ============================================================================ diff --git a/Calo/CaloPIDs/src/Track2HcalEAlg.cpp b/Calo/CaloPIDs/src/Track2HcalEAlg.cpp index 0d86ee4c482..b9e992f5bd3 100755 --- a/Calo/CaloPIDs/src/Track2HcalEAlg.cpp +++ b/Calo/CaloPIDs/src/Track2HcalEAlg.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ // Local // ============================================================================ diff --git a/Calo/CaloPIDs/src/Track2PrsEAlg.cpp b/Calo/CaloPIDs/src/Track2PrsEAlg.cpp index c1f4595ec67..5222d35c055 100755 --- a/Calo/CaloPIDs/src/Track2PrsEAlg.cpp +++ b/Calo/CaloPIDs/src/Track2PrsEAlg.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ // Local // ============================================================================ diff --git a/Calo/CaloPIDs/src/Track2SpdEAlg.cpp b/Calo/CaloPIDs/src/Track2SpdEAlg.cpp index 27795b426d7..4cb0b1c31fd 100755 --- a/Calo/CaloPIDs/src/Track2SpdEAlg.cpp +++ b/Calo/CaloPIDs/src/Track2SpdEAlg.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ // Local // ============================================================================ diff --git a/Calo/CaloReco/CMakeLists.txt b/Calo/CaloReco/CMakeLists.txt index f98edeb90f5..cd41efbf2ac 100644 --- a/Calo/CaloReco/CMakeLists.txt +++ b/Calo/CaloReco/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ################################################################################ # Package: CaloReco ################################################################################ diff --git a/Calo/CaloReco/python/CaloReco/Configuration.py b/Calo/CaloReco/python/CaloReco/Configuration.py index 8c12f13c2d0..374fd7aad06 100644 --- a/Calo/CaloReco/python/CaloReco/Configuration.py +++ b/Calo/CaloReco/python/CaloReco/Configuration.py @@ -1,4 +1,14 @@ #!/usr/bin/env gaudirun.py +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # ============================================================================= ## Confurable for Calorimeter Reconstruction # @author Vanya BELYAEV Ivan.Belyaev@nikhe.nl diff --git a/Calo/CaloReco/python/CaloReco/Corrections.py b/Calo/CaloReco/python/CaloReco/Corrections.py index 4dc493c7e66..16d6dd375a4 100644 --- a/Calo/CaloReco/python/CaloReco/Corrections.py +++ b/Calo/CaloReco/python/CaloReco/Corrections.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # ============================================================================= ## @file CaloReco/Corrections.py # Set of E/S/L-correction parameters diff --git a/Calo/CaloReco/python/CaloReco/Reconstruction.py b/Calo/CaloReco/python/CaloReco/Reconstruction.py index 422571b998b..0399f7e26fb 100644 --- a/Calo/CaloReco/python/CaloReco/Reconstruction.py +++ b/Calo/CaloReco/python/CaloReco/Reconstruction.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # ============================================================================= ## The major building blocks of Calorimeter Reconstruction # @author Vanya BELYAEV Ivan.Belyaev@nikhe.nl diff --git a/Calo/CaloReco/python/CaloReco/__init__.py b/Calo/CaloReco/python/CaloReco/__init__.py index df1e9820a1a..bcb8c5db003 100644 --- a/Calo/CaloReco/python/CaloReco/__init__.py +++ b/Calo/CaloReco/python/CaloReco/__init__.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # ============================================================================= ## Fictive module to define python "package" for Calorimeter Reconstruction # @author Vanya BELYAEV Ivan.Belyaev@nikhe.nl diff --git a/Calo/CaloReco/src/CaloClusterCorrect3x3Position.cpp b/Calo/CaloReco/src/CaloClusterCorrect3x3Position.cpp index 56cc393def4..e113ef71d34 100644 --- a/Calo/CaloReco/src/CaloClusterCorrect3x3Position.cpp +++ b/Calo/CaloReco/src/CaloClusterCorrect3x3Position.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ // Include files // STD & STL diff --git a/Calo/CaloReco/src/CaloClusterCorrect3x3Position.h b/Calo/CaloReco/src/CaloClusterCorrect3x3Position.h index aa4311e948f..7769aabd301 100644 --- a/Calo/CaloReco/src/CaloClusterCorrect3x3Position.h +++ b/Calo/CaloReco/src/CaloClusterCorrect3x3Position.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef CALORECO_CaloClusterCorrect3x3Position_H #define CALORECO_CaloClusterCorrect3x3Position_H 1 // Include files diff --git a/Calo/CaloReco/src/CaloClusterCovarianceAlg.cpp b/Calo/CaloReco/src/CaloClusterCovarianceAlg.cpp index 4fc24bde26b..a35dcf62cd4 100644 --- a/Calo/CaloReco/src/CaloClusterCovarianceAlg.cpp +++ b/Calo/CaloReco/src/CaloClusterCovarianceAlg.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // =========================================================================== #define CALORECO_CALOCLUSTERCOVARIANCEALG_CPP 1 /// =========================================================================== diff --git a/Calo/CaloReco/src/CaloClusterCovarianceAlg.h b/Calo/CaloReco/src/CaloClusterCovarianceAlg.h index a2c0a92f288..7f3c7884647 100644 --- a/Calo/CaloReco/src/CaloClusterCovarianceAlg.h +++ b/Calo/CaloReco/src/CaloClusterCovarianceAlg.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // =========================================================================== #ifndef CALORECO_CALOCLUSTERCOVARIANCEALG_H #define CALORECO_CALOCLUSTERCOVARIANCEALG_H 1 diff --git a/Calo/CaloReco/src/CaloClusterizationTool.cpp b/Calo/CaloReco/src/CaloClusterizationTool.cpp index 1e74a898be7..b098ef4febe 100644 --- a/Calo/CaloReco/src/CaloClusterizationTool.cpp +++ b/Calo/CaloReco/src/CaloClusterizationTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // from Gaudi diff --git a/Calo/CaloReco/src/CaloClusterizationTool.h b/Calo/CaloReco/src/CaloClusterizationTool.h index fd0d175cd38..0d3949979f1 100644 --- a/Calo/CaloReco/src/CaloClusterizationTool.h +++ b/Calo/CaloReco/src/CaloClusterizationTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef CALOCLUSTERIZATIONTOOL_H #define CALOCLUSRERIZATIONTOOL_H 1 // ============================================================================ diff --git a/Calo/CaloReco/src/CaloCorrectionBase.cpp b/Calo/CaloReco/src/CaloCorrectionBase.cpp index e93dfa53db0..4679b6a47e7 100644 --- a/Calo/CaloReco/src/CaloCorrectionBase.cpp +++ b/Calo/CaloReco/src/CaloCorrectionBase.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files #include "Event/ProtoParticle.h" diff --git a/Calo/CaloReco/src/CaloCorrectionBase.h b/Calo/CaloReco/src/CaloCorrectionBase.h index 55c005f8f06..bf9f8952b77 100644 --- a/Calo/CaloReco/src/CaloCorrectionBase.h +++ b/Calo/CaloReco/src/CaloCorrectionBase.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef CALOCORRECTIONBASE_H #define CALOCORRECTIONBASE_H 1 diff --git a/Calo/CaloReco/src/CaloDigitsFilterAlg.cpp b/Calo/CaloReco/src/CaloDigitsFilterAlg.cpp index a169a953b6a..4217f0c648c 100644 --- a/Calo/CaloReco/src/CaloDigitsFilterAlg.cpp +++ b/Calo/CaloReco/src/CaloDigitsFilterAlg.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ // Include files // Event diff --git a/Calo/CaloReco/src/CaloDigitsFilterAlg.h b/Calo/CaloReco/src/CaloDigitsFilterAlg.h index 4f1b2226490..5ed126f6b5b 100644 --- a/Calo/CaloReco/src/CaloDigitsFilterAlg.h +++ b/Calo/CaloReco/src/CaloDigitsFilterAlg.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef CALORECO_CALODIGITSFILTERALG_H #define CALORECO_CALODIGITSFILTERALG_H 1 // Include files diff --git a/Calo/CaloReco/src/CaloECorrection.cpp b/Calo/CaloReco/src/CaloECorrection.cpp index 8c21bdc010e..d0ee92d40dd 100644 --- a/Calo/CaloReco/src/CaloECorrection.cpp +++ b/Calo/CaloReco/src/CaloECorrection.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ // Include files #include "GaudiKernel/SystemOfUnits.h" diff --git a/Calo/CaloReco/src/CaloECorrection.h b/Calo/CaloReco/src/CaloECorrection.h index da387f68c69..7aacd58010d 100644 --- a/Calo/CaloReco/src/CaloECorrection.h +++ b/Calo/CaloReco/src/CaloECorrection.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ #ifndef CALORECO_CALOECORRECTION_H #define CALORECO_CALOECORRECTION_H 1 diff --git a/Calo/CaloReco/src/CaloElectronAlg.cpp b/Calo/CaloReco/src/CaloElectronAlg.cpp index 6cfbca391cc..36d69452b1e 100644 --- a/Calo/CaloReco/src/CaloElectronAlg.cpp +++ b/Calo/CaloReco/src/CaloElectronAlg.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ // Include files // ============================================================================ diff --git a/Calo/CaloReco/src/CaloElectronAlg.h b/Calo/CaloReco/src/CaloElectronAlg.h index 0ce3f5543d5..0a43efa524e 100644 --- a/Calo/CaloReco/src/CaloElectronAlg.h +++ b/Calo/CaloReco/src/CaloElectronAlg.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef CALORECO_CALOElectronALG_H #define CALORECO_CALOElectronALG_H 1 // Include files diff --git a/Calo/CaloReco/src/CaloExtraDigits.cpp b/Calo/CaloReco/src/CaloExtraDigits.cpp index 294db498b27..16a7190e831 100644 --- a/Calo/CaloReco/src/CaloExtraDigits.cpp +++ b/Calo/CaloReco/src/CaloExtraDigits.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ // Include files // ============================================================================ diff --git a/Calo/CaloReco/src/CaloExtraDigits.h b/Calo/CaloReco/src/CaloExtraDigits.h index 6a673a93d3c..c89855cab70 100644 --- a/Calo/CaloReco/src/CaloExtraDigits.h +++ b/Calo/CaloReco/src/CaloExtraDigits.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ #ifndef CALORECO_CALOEXTRADIGITS_H #define CALORECO_CALOEXTRADIGITS_H 1 diff --git a/Calo/CaloReco/src/CaloGetterInit.cpp b/Calo/CaloReco/src/CaloGetterInit.cpp index c23ed42f13d..7656b1ea853 100644 --- a/Calo/CaloReco/src/CaloGetterInit.cpp +++ b/Calo/CaloReco/src/CaloGetterInit.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // local diff --git a/Calo/CaloReco/src/CaloGetterInit.h b/Calo/CaloReco/src/CaloGetterInit.h index 9baba7fe2d0..0e72139ac67 100644 --- a/Calo/CaloReco/src/CaloGetterInit.h +++ b/Calo/CaloReco/src/CaloGetterInit.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef CALOGETTERINIT_H #define CALOGETTERINIT_H 1 diff --git a/Calo/CaloReco/src/CaloHypoAlg.cpp b/Calo/CaloReco/src/CaloHypoAlg.cpp index 2865bdc850e..6ec7472a4d8 100644 --- a/Calo/CaloReco/src/CaloHypoAlg.cpp +++ b/Calo/CaloReco/src/CaloHypoAlg.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ // Include files // ============================================================================ diff --git a/Calo/CaloReco/src/CaloHypoAlg.h b/Calo/CaloReco/src/CaloHypoAlg.h index d242f2cfcbd..bcffeceb335 100644 --- a/Calo/CaloReco/src/CaloHypoAlg.h +++ b/Calo/CaloReco/src/CaloHypoAlg.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef CaloReco_CaloHypoAlg_H #define CaloReco_CaloHypoAlg_H 1 // Include files diff --git a/Calo/CaloReco/src/CaloLCorrection.cpp b/Calo/CaloReco/src/CaloLCorrection.cpp index 5cf4de4421a..5a3bc87c6f2 100644 --- a/Calo/CaloReco/src/CaloLCorrection.cpp +++ b/Calo/CaloReco/src/CaloLCorrection.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ // Include files #include "CaloLCorrection.h" diff --git a/Calo/CaloReco/src/CaloLCorrection.h b/Calo/CaloReco/src/CaloLCorrection.h index 40efd689344..0767d0ceedd 100644 --- a/Calo/CaloReco/src/CaloLCorrection.h +++ b/Calo/CaloReco/src/CaloLCorrection.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ #ifndef CALORECO_CALOLCORRECTION_H #define CALORECO_CALOLCORRECTION_H 1 diff --git a/Calo/CaloReco/src/CaloMergedPi0.cpp b/Calo/CaloReco/src/CaloMergedPi0.cpp index e0ec40591cc..639ac2d766b 100644 --- a/Calo/CaloReco/src/CaloMergedPi0.cpp +++ b/Calo/CaloReco/src/CaloMergedPi0.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ // ============================================================================ #include <numeric> diff --git a/Calo/CaloReco/src/CaloMergedPi0.h b/Calo/CaloReco/src/CaloMergedPi0.h index 5ab94815ede..0d4b7878131 100644 --- a/Calo/CaloReco/src/CaloMergedPi0.h +++ b/Calo/CaloReco/src/CaloMergedPi0.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ #ifndef CALORECO_CALOMERGEDPI0_H #define CALORECO_CALOMERGEDPI0_H 1 diff --git a/Calo/CaloReco/src/CaloSCorrection.cpp b/Calo/CaloReco/src/CaloSCorrection.cpp index f3a78af3e8d..50223964b60 100644 --- a/Calo/CaloReco/src/CaloSCorrection.cpp +++ b/Calo/CaloReco/src/CaloSCorrection.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ // Include files #include "GaudiKernel/SystemOfUnits.h" diff --git a/Calo/CaloReco/src/CaloSCorrection.h b/Calo/CaloReco/src/CaloSCorrection.h index 59ccfc1084c..d95e93986bf 100644 --- a/Calo/CaloReco/src/CaloSCorrection.h +++ b/Calo/CaloReco/src/CaloSCorrection.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ #ifndef CALORECO_CALOSCORRECTION_H #define CALORECO_CALOSCORRECTION_H 1 diff --git a/Calo/CaloReco/src/CaloSelectChargedClusterWithSpd.cpp b/Calo/CaloReco/src/CaloSelectChargedClusterWithSpd.cpp index 100e3b18fd2..16b2608688c 100644 --- a/Calo/CaloReco/src/CaloSelectChargedClusterWithSpd.cpp +++ b/Calo/CaloReco/src/CaloSelectChargedClusterWithSpd.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ #include "CaloSelectClusterWithSpd.h" // ============================================================================ diff --git a/Calo/CaloReco/src/CaloSelectCluster.cpp b/Calo/CaloReco/src/CaloSelectCluster.cpp index 4a41615b22f..11eed0042e6 100644 --- a/Calo/CaloReco/src/CaloSelectCluster.cpp +++ b/Calo/CaloReco/src/CaloSelectCluster.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include "GaudiKernel/SystemOfUnits.h" #include "CaloUtils/CaloMomentum.h" #include "Event/CaloCluster.h" diff --git a/Calo/CaloReco/src/CaloSelectCluster.h b/Calo/CaloReco/src/CaloSelectCluster.h index 40193a3b7d7..d11e841362a 100644 --- a/Calo/CaloReco/src/CaloSelectCluster.h +++ b/Calo/CaloReco/src/CaloSelectCluster.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // // ============================================================================ #ifndef CALORECO_CALOSELECTCLUSTER_H diff --git a/Calo/CaloReco/src/CaloSelectClusterWithPrs.cpp b/Calo/CaloReco/src/CaloSelectClusterWithPrs.cpp index 727b65b3343..32086740163 100644 --- a/Calo/CaloReco/src/CaloSelectClusterWithPrs.cpp +++ b/Calo/CaloReco/src/CaloSelectClusterWithPrs.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include "GaudiKernel/SystemOfUnits.h" #include "CaloSelectClusterWithPrs.h" diff --git a/Calo/CaloReco/src/CaloSelectClusterWithPrs.h b/Calo/CaloReco/src/CaloSelectClusterWithPrs.h index cbc88d50be5..1ba0118ce57 100644 --- a/Calo/CaloReco/src/CaloSelectClusterWithPrs.h +++ b/Calo/CaloReco/src/CaloSelectClusterWithPrs.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ #ifndef CALORECO_CALOSELECTCLUSTERWITHPRS_H #define CALORECO_CALOSELECTCLUSTERWITHPRS_H 1 diff --git a/Calo/CaloReco/src/CaloSelectClusterWithSpd.cpp b/Calo/CaloReco/src/CaloSelectClusterWithSpd.cpp index 1295097f648..b0b32c8b5d3 100644 --- a/Calo/CaloReco/src/CaloSelectClusterWithSpd.cpp +++ b/Calo/CaloReco/src/CaloSelectClusterWithSpd.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ // Include files // ============================================================================ diff --git a/Calo/CaloReco/src/CaloSelectClusterWithSpd.h b/Calo/CaloReco/src/CaloSelectClusterWithSpd.h index ad633f2dfcf..7b409a14612 100644 --- a/Calo/CaloReco/src/CaloSelectClusterWithSpd.h +++ b/Calo/CaloReco/src/CaloSelectClusterWithSpd.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ #ifndef CALOSELECTCLUSTERWITHSPD_H #define CALOSELECTCLUSTERWITHSPD_H 1 diff --git a/Calo/CaloReco/src/CaloSelectNeutralClusterWithSpd.cpp b/Calo/CaloReco/src/CaloSelectNeutralClusterWithSpd.cpp index 7f1ebac528e..0b10b1e7f1a 100644 --- a/Calo/CaloReco/src/CaloSelectNeutralClusterWithSpd.cpp +++ b/Calo/CaloReco/src/CaloSelectNeutralClusterWithSpd.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ // Local // ============================================================================ diff --git a/Calo/CaloReco/src/CaloSelectNeutralClusterWithTracks.cpp b/Calo/CaloReco/src/CaloSelectNeutralClusterWithTracks.cpp index 16edc72abc9..1941dcc7386 100644 --- a/Calo/CaloReco/src/CaloSelectNeutralClusterWithTracks.cpp +++ b/Calo/CaloReco/src/CaloSelectNeutralClusterWithTracks.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ //CaloUtils #include "CaloUtils/Calo2Track.h" diff --git a/Calo/CaloReco/src/CaloSelectNeutralClusterWithTracks.h b/Calo/CaloReco/src/CaloSelectNeutralClusterWithTracks.h index 55638a0861a..57bec6fd7a8 100644 --- a/Calo/CaloReco/src/CaloSelectNeutralClusterWithTracks.h +++ b/Calo/CaloReco/src/CaloSelectNeutralClusterWithTracks.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ===================================================q========================= #ifndef CALORECO_CALOSELECTNEUTRALCLUSTERWITHTRACKS_H #define CALORECO_CALOSELECTNEUTRALCLUSTERWITHTRACKS_H 1 diff --git a/Calo/CaloReco/src/CaloSelector.cpp b/Calo/CaloReco/src/CaloSelector.cpp index bbf95be07ae..00d278fa707 100644 --- a/Calo/CaloReco/src/CaloSelector.cpp +++ b/Calo/CaloReco/src/CaloSelector.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ // Include files // CaloInterfaces diff --git a/Calo/CaloReco/src/CaloSelector.h b/Calo/CaloReco/src/CaloSelector.h index 93835520a5c..cc92824797a 100644 --- a/Calo/CaloReco/src/CaloSelector.h +++ b/Calo/CaloReco/src/CaloSelector.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef CALORECO_CALOSELECTOR_H #define CALORECO_CALOSELECTOR_H 1 // Include files diff --git a/Calo/CaloReco/src/CaloSelectorAND.cpp b/Calo/CaloReco/src/CaloSelectorAND.cpp index 52dfc3949b9..20b49f67cf6 100644 --- a/Calo/CaloReco/src/CaloSelectorAND.cpp +++ b/Calo/CaloReco/src/CaloSelectorAND.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ // Include files // ============================================================================ diff --git a/Calo/CaloReco/src/CaloSelectorAND.h b/Calo/CaloReco/src/CaloSelectorAND.h index 6e7384c7576..85fe7009425 100644 --- a/Calo/CaloReco/src/CaloSelectorAND.h +++ b/Calo/CaloReco/src/CaloSelectorAND.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef CALORECO_CALOSELECTORAND_H #define CALORECO_CALOSELECTORAND_H // Include files diff --git a/Calo/CaloReco/src/CaloSelectorNOT.cpp b/Calo/CaloReco/src/CaloSelectorNOT.cpp index de18d5a4255..9295869cfcc 100644 --- a/Calo/CaloReco/src/CaloSelectorNOT.cpp +++ b/Calo/CaloReco/src/CaloSelectorNOT.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ // Include files // ============================================================================ diff --git a/Calo/CaloReco/src/CaloSelectorNOT.h b/Calo/CaloReco/src/CaloSelectorNOT.h index 779365de733..0999d3eeeb0 100644 --- a/Calo/CaloReco/src/CaloSelectorNOT.h +++ b/Calo/CaloReco/src/CaloSelectorNOT.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef CALORECO_CALOSELECTORNOT_H #define CALORECO_CALOSELECTORNOT_H 1 // Include files diff --git a/Calo/CaloReco/src/CaloSelectorOR.cpp b/Calo/CaloReco/src/CaloSelectorOR.cpp index 9e3df53ecb0..225edb0a546 100644 --- a/Calo/CaloReco/src/CaloSelectorOR.cpp +++ b/Calo/CaloReco/src/CaloSelectorOR.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ // Include files // ============================================================================ diff --git a/Calo/CaloReco/src/CaloSelectorOR.h b/Calo/CaloReco/src/CaloSelectorOR.h index f5b31efbe7f..5b14a8e84c7 100644 --- a/Calo/CaloReco/src/CaloSelectorOR.h +++ b/Calo/CaloReco/src/CaloSelectorOR.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef CALORECO_CALOSELECTOROR_H #define CALORECO_CALOSELECTOROR_H 1 // Include files diff --git a/Calo/CaloReco/src/CaloSharedCellAlg.cpp b/Calo/CaloReco/src/CaloSharedCellAlg.cpp index ed2fe078c2b..3c5b34f9c5d 100644 --- a/Calo/CaloReco/src/CaloSharedCellAlg.cpp +++ b/Calo/CaloReco/src/CaloSharedCellAlg.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // =========================================================================== // Include files // from GaudiKernel diff --git a/Calo/CaloReco/src/CaloSharedCellAlg.h b/Calo/CaloReco/src/CaloSharedCellAlg.h index 29ab13ee08e..7b495834713 100644 --- a/Calo/CaloReco/src/CaloSharedCellAlg.h +++ b/Calo/CaloReco/src/CaloSharedCellAlg.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef CALORECO_CALOSHAREDCELLALG_H #define CALORECO_CALOSHAREDCELLALG_H 1 // ============================================================================ diff --git a/Calo/CaloReco/src/CaloShowerOverlap.cpp b/Calo/CaloReco/src/CaloShowerOverlap.cpp index 617e3f0e82f..54223b72224 100644 --- a/Calo/CaloReco/src/CaloShowerOverlap.cpp +++ b/Calo/CaloReco/src/CaloShowerOverlap.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // from Gaudi diff --git a/Calo/CaloReco/src/CaloShowerOverlap.h b/Calo/CaloReco/src/CaloShowerOverlap.h index b1d1c0d5aad..e416e90673a 100644 --- a/Calo/CaloReco/src/CaloShowerOverlap.h +++ b/Calo/CaloReco/src/CaloShowerOverlap.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef CALOSHOWEROVERLAP_H #define CALOSHOWEROVERLAP_H 1 diff --git a/Calo/CaloReco/src/CaloShowerOverlapTool.cpp b/Calo/CaloReco/src/CaloShowerOverlapTool.cpp index 5f8a072ff00..c5c36c8aaf2 100644 --- a/Calo/CaloReco/src/CaloShowerOverlapTool.cpp +++ b/Calo/CaloReco/src/CaloShowerOverlapTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files #include "CaloUtils/CaloAlgUtils.h" diff --git a/Calo/CaloReco/src/CaloShowerOverlapTool.h b/Calo/CaloReco/src/CaloShowerOverlapTool.h index 91bd0297fbc..7ecbfa8ceb5 100644 --- a/Calo/CaloReco/src/CaloShowerOverlapTool.h +++ b/Calo/CaloReco/src/CaloShowerOverlapTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef CALOSHOWEROVERLAPTOOL_H #define CALOSHOWEROVERLAPTOOL_H 1 diff --git a/Calo/CaloReco/src/CaloSinglePhotonAlg.cpp b/Calo/CaloReco/src/CaloSinglePhotonAlg.cpp index 6fead3774dc..74486a55ecd 100644 --- a/Calo/CaloReco/src/CaloSinglePhotonAlg.cpp +++ b/Calo/CaloReco/src/CaloSinglePhotonAlg.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ // Include files // ============================================================================ diff --git a/Calo/CaloReco/src/CaloSinglePhotonAlg.h b/Calo/CaloReco/src/CaloSinglePhotonAlg.h index 9377cd8fa86..2dfac268907 100644 --- a/Calo/CaloReco/src/CaloSinglePhotonAlg.h +++ b/Calo/CaloReco/src/CaloSinglePhotonAlg.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ #ifndef CALOALGS_CALOSINGLEPHOTONALG_H #define CALOALGS_CALOSINGLEPHOTONALG_H 1 diff --git a/Calo/CaloReco/src/CelAutoTaggedCell.h b/Calo/CaloReco/src/CelAutoTaggedCell.h index c5805798bb1..aa1a1cf2327 100644 --- a/Calo/CaloReco/src/CelAutoTaggedCell.h +++ b/Calo/CaloReco/src/CelAutoTaggedCell.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ #ifndef CALOCA_CELAUTOTAGGEDCEL_H #define CALOCA_CELAUTOTAGGEDCEL_H 1 diff --git a/Calo/CaloReco/src/CellularAutomatonAlg.cpp b/Calo/CaloReco/src/CellularAutomatonAlg.cpp index 26e8d2a04d2..10840ab35dc 100644 --- a/Calo/CaloReco/src/CellularAutomatonAlg.cpp +++ b/Calo/CaloReco/src/CellularAutomatonAlg.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ // Include files // ============================================================================ diff --git a/Calo/CaloReco/src/CellularAutomatonAlg.h b/Calo/CaloReco/src/CellularAutomatonAlg.h index ab7bfeb11d3..d49879b18a5 100644 --- a/Calo/CaloReco/src/CellularAutomatonAlg.h +++ b/Calo/CaloReco/src/CellularAutomatonAlg.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef CELLULARAUTOMATONALG_H #define CELLULARAUTOMATONALG_H 1 diff --git a/Calo/CaloReco/src/ClusterCovarianceMatrixTool.cpp b/Calo/CaloReco/src/ClusterCovarianceMatrixTool.cpp index ed73df69267..36b8269ea31 100644 --- a/Calo/CaloReco/src/ClusterCovarianceMatrixTool.cpp +++ b/Calo/CaloReco/src/ClusterCovarianceMatrixTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ // Include files #include "CaloDet/DeCalorimeter.h" diff --git a/Calo/CaloReco/src/ClusterCovarianceMatrixTool.h b/Calo/CaloReco/src/ClusterCovarianceMatrixTool.h index 50bc3ec4b66..7337c23e6bd 100644 --- a/Calo/CaloReco/src/ClusterCovarianceMatrixTool.h +++ b/Calo/CaloReco/src/ClusterCovarianceMatrixTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef CLUSTERCOVARIANCEMATRIXTOOL_H #define CLUSTERCOVARIANCEMATRIXTOOL_H 1 // Include files diff --git a/Calo/CaloReco/src/ClusterSpreadTool.cpp b/Calo/CaloReco/src/ClusterSpreadTool.cpp index 00fc67378dd..933b966b7ad 100644 --- a/Calo/CaloReco/src/ClusterSpreadTool.cpp +++ b/Calo/CaloReco/src/ClusterSpreadTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ // Include files #include "CaloDet/DeCalorimeter.h" diff --git a/Calo/CaloReco/src/ClusterSpreadTool.h b/Calo/CaloReco/src/ClusterSpreadTool.h index 45a674de203..0e0269be5df 100644 --- a/Calo/CaloReco/src/ClusterSpreadTool.h +++ b/Calo/CaloReco/src/ClusterSpreadTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef CALORECO_CLUSTERSPREADTOOL_H #define CALORECO_CLUSTERSPREADTOOL_H 1 // ============================================================================ diff --git a/Calo/CaloReco/src/SubClusterSelector2x2.cpp b/Calo/CaloReco/src/SubClusterSelector2x2.cpp index abf52639369..93fdf77ca13 100644 --- a/Calo/CaloReco/src/SubClusterSelector2x2.cpp +++ b/Calo/CaloReco/src/SubClusterSelector2x2.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ // Include files // Event diff --git a/Calo/CaloReco/src/SubClusterSelector2x2.h b/Calo/CaloReco/src/SubClusterSelector2x2.h index 28a2da217b5..97ddcee5d55 100644 --- a/Calo/CaloReco/src/SubClusterSelector2x2.h +++ b/Calo/CaloReco/src/SubClusterSelector2x2.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef CALORECO_SUBCLUSTERSELECTOR2x2_H #define CALORECO_SUBCLUSTERSELECTOR2x2_H 1 // Include files diff --git a/Calo/CaloReco/src/SubClusterSelector3x3.cpp b/Calo/CaloReco/src/SubClusterSelector3x3.cpp index d37faeefc36..071f9f4b8eb 100644 --- a/Calo/CaloReco/src/SubClusterSelector3x3.cpp +++ b/Calo/CaloReco/src/SubClusterSelector3x3.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ // Include files // Event diff --git a/Calo/CaloReco/src/SubClusterSelector3x3.h b/Calo/CaloReco/src/SubClusterSelector3x3.h index 10d22ad2086..7158b2df614 100644 --- a/Calo/CaloReco/src/SubClusterSelector3x3.h +++ b/Calo/CaloReco/src/SubClusterSelector3x3.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef CALORECO_SUBCLUSTERSELECTOR3x3_H #define CALORECO_SUBCLUSTERSELECTOR3x3_H 1 // Include files diff --git a/Calo/CaloReco/src/SubClusterSelectorBase.cpp b/Calo/CaloReco/src/SubClusterSelectorBase.cpp index 0dd210e37d0..270ff5928d4 100644 --- a/Calo/CaloReco/src/SubClusterSelectorBase.cpp +++ b/Calo/CaloReco/src/SubClusterSelectorBase.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ // Include files // ============================================================================ diff --git a/Calo/CaloReco/src/SubClusterSelectorBase.h b/Calo/CaloReco/src/SubClusterSelectorBase.h index 1f08832e8b4..f23883fd7d4 100644 --- a/Calo/CaloReco/src/SubClusterSelectorBase.h +++ b/Calo/CaloReco/src/SubClusterSelectorBase.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef CALORECO_SUBCLUSTERSELECTORBASE_H #define CALORECO_SUBCLUSTERSELECTORBASE_H 1 diff --git a/Calo/CaloReco/src/SubClusterSelectorSwissCross.cpp b/Calo/CaloReco/src/SubClusterSelectorSwissCross.cpp index 3ad99e09000..502731cfffc 100644 --- a/Calo/CaloReco/src/SubClusterSelectorSwissCross.cpp +++ b/Calo/CaloReco/src/SubClusterSelectorSwissCross.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ // Include files // Event diff --git a/Calo/CaloReco/src/SubClusterSelectorSwissCross.h b/Calo/CaloReco/src/SubClusterSelectorSwissCross.h index 9e41d651f44..fa2ec4366a8 100644 --- a/Calo/CaloReco/src/SubClusterSelectorSwissCross.h +++ b/Calo/CaloReco/src/SubClusterSelectorSwissCross.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef CALORECO_SUBCLUSTERSELECTORSwissCross_H #define CALORECO_SUBCLUSTERSELECTORSwissCross_H 1 diff --git a/Calo/CaloReco/src/SubClusterSelectorTool.cpp b/Calo/CaloReco/src/SubClusterSelectorTool.cpp index cb4c2024809..1bd9becdc5f 100644 --- a/Calo/CaloReco/src/SubClusterSelectorTool.cpp +++ b/Calo/CaloReco/src/SubClusterSelectorTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // local diff --git a/Calo/CaloReco/src/SubClusterSelectorTool.h b/Calo/CaloReco/src/SubClusterSelectorTool.h index 7454df580b3..edb6cdbe0bb 100644 --- a/Calo/CaloReco/src/SubClusterSelectorTool.h +++ b/Calo/CaloReco/src/SubClusterSelectorTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef SUBCLUSTERSELECTORTOOL_H #define SUBCLUSTERSELECTORTOOL_H 1 diff --git a/Calo/CaloReco/src/TaggedCellFunctor.h b/Calo/CaloReco/src/TaggedCellFunctor.h index d9cfcc972db..9ea7c59d8d3 100644 --- a/Calo/CaloReco/src/TaggedCellFunctor.h +++ b/Calo/CaloReco/src/TaggedCellFunctor.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef CALOCA_TAGGEDCELLFUNCTOR_H #define CALOCA_TAGGEDCELLFUNCTOR_H 1 // ============================================================================ diff --git a/Calo/CaloTools/CMakeLists.txt b/Calo/CaloTools/CMakeLists.txt index 9913fb03c36..eff3fa65c30 100644 --- a/Calo/CaloTools/CMakeLists.txt +++ b/Calo/CaloTools/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ################################################################################ # Package: CaloTools ################################################################################ diff --git a/Calo/CaloTools/src/Calo2Calo.cpp b/Calo/CaloTools/src/Calo2Calo.cpp index 3dcbddb4808..b958014fdd3 100644 --- a/Calo/CaloTools/src/Calo2Calo.cpp +++ b/Calo/CaloTools/src/Calo2Calo.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ // Include files // ============================================================================ diff --git a/Calo/CaloTools/src/Calo2Calo.h b/Calo/CaloTools/src/Calo2Calo.h index d819b67ce3f..a256460edc2 100644 --- a/Calo/CaloTools/src/Calo2Calo.h +++ b/Calo/CaloTools/src/Calo2Calo.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef CALO2CALO_H #define CALO2CALO_H 1 diff --git a/Calo/CaloTools/src/Calo2MCTool.cpp b/Calo/CaloTools/src/Calo2MCTool.cpp index e7b19d320b8..6b559843188 100644 --- a/Calo/CaloTools/src/Calo2MCTool.cpp +++ b/Calo/CaloTools/src/Calo2MCTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files #include "boost/algorithm/string.hpp" diff --git a/Calo/CaloTools/src/Calo2MCTool.h b/Calo/CaloTools/src/Calo2MCTool.h index 6810b22af7f..d700537d607 100644 --- a/Calo/CaloTools/src/Calo2MCTool.h +++ b/Calo/CaloTools/src/Calo2MCTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef CALO2MCTOOL_H #define CALO2MCTOOL_H 1 diff --git a/Calo/CaloTools/src/CaloCosmicsTool.cpp b/Calo/CaloTools/src/CaloCosmicsTool.cpp index 6d0b0c97f00..9f39d5bfda7 100644 --- a/Calo/CaloTools/src/CaloCosmicsTool.cpp +++ b/Calo/CaloTools/src/CaloCosmicsTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // from LHCb diff --git a/Calo/CaloTools/src/CaloCosmicsTool.h b/Calo/CaloTools/src/CaloCosmicsTool.h index 67543a68b10..ddde3fb3d34 100644 --- a/Calo/CaloTools/src/CaloCosmicsTool.h +++ b/Calo/CaloTools/src/CaloCosmicsTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef CALOCOSMICSTOOL_H #define CALOCOSMICSTOOL_H 1 diff --git a/Calo/CaloTools/src/CaloCosmicsTrackAlg.cpp b/Calo/CaloTools/src/CaloCosmicsTrackAlg.cpp index 1840d85e875..21c42b38c91 100644 --- a/Calo/CaloTools/src/CaloCosmicsTrackAlg.cpp +++ b/Calo/CaloTools/src/CaloCosmicsTrackAlg.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // from LHCb diff --git a/Calo/CaloTools/src/CaloCosmicsTrackAlg.h b/Calo/CaloTools/src/CaloCosmicsTrackAlg.h index 1e38670fafe..a597c79174b 100644 --- a/Calo/CaloTools/src/CaloCosmicsTrackAlg.h +++ b/Calo/CaloTools/src/CaloCosmicsTrackAlg.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef CALOCOSMICSTRACKALG_H #define CALOCOSMICSTRACKALG_H 1 diff --git a/Calo/CaloTools/src/CaloCosmicsTrackTool.cpp b/Calo/CaloTools/src/CaloCosmicsTrackTool.cpp index 2b480fbc2af..09d29c3e278 100644 --- a/Calo/CaloTools/src/CaloCosmicsTrackTool.cpp +++ b/Calo/CaloTools/src/CaloCosmicsTrackTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // From std diff --git a/Calo/CaloTools/src/CaloCosmicsTrackTool.h b/Calo/CaloTools/src/CaloCosmicsTrackTool.h index ff76cf5c7f6..0aa0388466e 100644 --- a/Calo/CaloTools/src/CaloCosmicsTrackTool.h +++ b/Calo/CaloTools/src/CaloCosmicsTrackTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef CALOCOSMICSTRACKTOOL_H #define CALOCOSMICSTRACKTOOL_H 1 diff --git a/Calo/CaloTools/src/CaloElectron.cpp b/Calo/CaloTools/src/CaloElectron.cpp index ec727ef9da8..8942ff093bc 100644 --- a/Calo/CaloTools/src/CaloElectron.cpp +++ b/Calo/CaloTools/src/CaloElectron.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // LHCb diff --git a/Calo/CaloTools/src/CaloElectron.h b/Calo/CaloTools/src/CaloElectron.h index c0ae09379b0..0fb2774d816 100644 --- a/Calo/CaloTools/src/CaloElectron.h +++ b/Calo/CaloTools/src/CaloElectron.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef CALOELECTRON_H #define CALOELECTRON_H 1 diff --git a/Calo/CaloTools/src/CaloGetterTool.cpp b/Calo/CaloTools/src/CaloGetterTool.cpp index cb60d06befc..15f772a87bf 100644 --- a/Calo/CaloTools/src/CaloGetterTool.cpp +++ b/Calo/CaloTools/src/CaloGetterTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ // Include files // ============================================================================ diff --git a/Calo/CaloTools/src/CaloGetterTool.h b/Calo/CaloTools/src/CaloGetterTool.h index 0936f69f149..d8a5c596a33 100644 --- a/Calo/CaloTools/src/CaloGetterTool.h +++ b/Calo/CaloTools/src/CaloGetterTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ #ifndef CALOGETTERTOOL_H #define CALOGETTERTOOL_H 1 diff --git a/Calo/CaloTools/src/CaloHypo2Calo.cpp b/Calo/CaloTools/src/CaloHypo2Calo.cpp index 2caeee02228..a9ef759fa3b 100644 --- a/Calo/CaloTools/src/CaloHypo2Calo.cpp +++ b/Calo/CaloTools/src/CaloHypo2Calo.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // from Gaudi diff --git a/Calo/CaloTools/src/CaloHypo2Calo.h b/Calo/CaloTools/src/CaloHypo2Calo.h index 7552b327627..a5480b1581d 100644 --- a/Calo/CaloTools/src/CaloHypo2Calo.h +++ b/Calo/CaloTools/src/CaloHypo2Calo.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef CALOHYPO2CALO_H #define CALOHYPO2CALO_H 1 diff --git a/Calo/CaloTools/src/CaloHypoEstimator.cpp b/Calo/CaloTools/src/CaloHypoEstimator.cpp index 690bb50957b..3cceb496559 100644 --- a/Calo/CaloTools/src/CaloHypoEstimator.cpp +++ b/Calo/CaloTools/src/CaloHypoEstimator.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // local diff --git a/Calo/CaloTools/src/CaloHypoEstimator.h b/Calo/CaloTools/src/CaloHypoEstimator.h index 5f2599462bf..16571288924 100644 --- a/Calo/CaloTools/src/CaloHypoEstimator.h +++ b/Calo/CaloTools/src/CaloHypoEstimator.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef CALOHYPOESTIMATOR_H #define CALOHYPOESTIMATOR_H 1 diff --git a/Calo/CaloTools/src/CaloRelationsGetter.cpp b/Calo/CaloTools/src/CaloRelationsGetter.cpp index f37a94adf63..dd717665275 100644 --- a/Calo/CaloTools/src/CaloRelationsGetter.cpp +++ b/Calo/CaloTools/src/CaloRelationsGetter.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // from Gaudi diff --git a/Calo/CaloTools/src/CaloRelationsGetter.h b/Calo/CaloTools/src/CaloRelationsGetter.h index 54546b955cd..cac508ba5ea 100644 --- a/Calo/CaloTools/src/CaloRelationsGetter.h +++ b/Calo/CaloTools/src/CaloRelationsGetter.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef CALORELATIONSGETTER_H #define CALORELATIONSGETTER_H 1 diff --git a/Calo/CaloTools/src/CheckCaloHypoRef.cpp b/Calo/CaloTools/src/CheckCaloHypoRef.cpp index 5c5785068b8..97f8c708f79 100644 --- a/Calo/CaloTools/src/CheckCaloHypoRef.cpp +++ b/Calo/CaloTools/src/CheckCaloHypoRef.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // from LHCb diff --git a/Calo/CaloTools/src/CheckCaloHypoRef.h b/Calo/CaloTools/src/CheckCaloHypoRef.h index c29bf8e0d1d..b758a64196c 100644 --- a/Calo/CaloTools/src/CheckCaloHypoRef.h +++ b/Calo/CaloTools/src/CheckCaloHypoRef.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef CHECKCALOHYPOREF_H #define CHECKCALOHYPOREF_H 1 diff --git a/Calo/CaloTools/src/CounterLevel.cpp b/Calo/CaloTools/src/CounterLevel.cpp index b8224a57961..96e492baf4e 100644 --- a/Calo/CaloTools/src/CounterLevel.cpp +++ b/Calo/CaloTools/src/CounterLevel.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // from Gaudi diff --git a/Calo/CaloTools/src/CounterLevel.h b/Calo/CaloTools/src/CounterLevel.h index 1f297d24280..133755d0f84 100644 --- a/Calo/CaloTools/src/CounterLevel.h +++ b/Calo/CaloTools/src/CounterLevel.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef COUNTERLEVEL_H #define COUNTERLEVEL_H 1 diff --git a/Calo/CaloTools/src/GammaPi0SeparationTool.cpp b/Calo/CaloTools/src/GammaPi0SeparationTool.cpp index 127c5be4d2a..408633a7fcf 100644 --- a/Calo/CaloTools/src/GammaPi0SeparationTool.cpp +++ b/Calo/CaloTools/src/GammaPi0SeparationTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files #include <cmath> diff --git a/Calo/CaloTools/src/GammaPi0SeparationTool.h b/Calo/CaloTools/src/GammaPi0SeparationTool.h index fca19b4e346..cfc8d222c7e 100644 --- a/Calo/CaloTools/src/GammaPi0SeparationTool.h +++ b/Calo/CaloTools/src/GammaPi0SeparationTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef GAMMAPI0SEPARATIONTOOL_H #define GAMMAPI0SEPARATIONTOOL_H 1 diff --git a/Calo/CaloTools/src/GammaPi0XGBoostTool.cpp b/Calo/CaloTools/src/GammaPi0XGBoostTool.cpp index 8856ed815c3..766a8ccd963 100644 --- a/Calo/CaloTools/src/GammaPi0XGBoostTool.cpp +++ b/Calo/CaloTools/src/GammaPi0XGBoostTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files #include "CaloUtils/CaloMomentum.h" diff --git a/Calo/CaloTools/src/GammaPi0XGBoostTool.h b/Calo/CaloTools/src/GammaPi0XGBoostTool.h index 72e43a88d3e..a3baa08d492 100644 --- a/Calo/CaloTools/src/GammaPi0XGBoostTool.h +++ b/Calo/CaloTools/src/GammaPi0XGBoostTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef GammaPi0XGBoostTool_H #define GammaPi0XGBoostTool_H diff --git a/Calo/CaloTools/src/L0Calo2CaloTool.cpp b/Calo/CaloTools/src/L0Calo2CaloTool.cpp index 1ab5614bbc2..29cafd241ed 100644 --- a/Calo/CaloTools/src/L0Calo2CaloTool.cpp +++ b/Calo/CaloTools/src/L0Calo2CaloTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include "CaloInterfaces/ICaloClusterization.h" #include "L0Calo2CaloTool.h" #include "CaloKernel/CaloVector.h" diff --git a/Calo/CaloTools/src/L0Calo2CaloTool.h b/Calo/CaloTools/src/L0Calo2CaloTool.h index 0b77aa0275d..9e722231873 100644 --- a/Calo/CaloTools/src/L0Calo2CaloTool.h +++ b/Calo/CaloTools/src/L0Calo2CaloTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef L0CALO2CALOTOOL_H #define L0CALO2CALOTOOL_H 1 // ============================================================================ diff --git a/Calo/CaloTools/src/NeutralIDTool.cpp b/Calo/CaloTools/src/NeutralIDTool.cpp index e98b107aff2..d7f3799efda 100644 --- a/Calo/CaloTools/src/NeutralIDTool.cpp +++ b/Calo/CaloTools/src/NeutralIDTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // from Gaudi diff --git a/Calo/CaloTools/src/NeutralIDTool.h b/Calo/CaloTools/src/NeutralIDTool.h index b1eb62a4e79..91b4a649f41 100644 --- a/Calo/CaloTools/src/NeutralIDTool.h +++ b/Calo/CaloTools/src/NeutralIDTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef NEUTRALIDTOOL_H #define NEUTRALIDTOOL_H 1 diff --git a/Calo/CaloTools/src/Part2Calo.cpp b/Calo/CaloTools/src/Part2Calo.cpp index 4a77c3cf8f1..87553a25fc8 100644 --- a/Calo/CaloTools/src/Part2Calo.cpp +++ b/Calo/CaloTools/src/Part2Calo.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // from LHCb diff --git a/Calo/CaloTools/src/Part2Calo.h b/Calo/CaloTools/src/Part2Calo.h index e73fe6b6baf..c8fe686d612 100644 --- a/Calo/CaloTools/src/Part2Calo.h +++ b/Calo/CaloTools/src/Part2Calo.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PART2CALO_H #define PART2CALO_H 1 diff --git a/Calo/CaloTools/src/TMV_MLP_E.C b/Calo/CaloTools/src/TMV_MLP_E.C index 3411a09e24b..bb07b1cacce 100644 --- a/Calo/CaloTools/src/TMV_MLP_E.C +++ b/Calo/CaloTools/src/TMV_MLP_E.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadMLPE // Automatically generated by MethodBase::MakeClass // diff --git a/Calo/CaloTools/src/TMV_MLP_H.C b/Calo/CaloTools/src/TMV_MLP_H.C index ccbff1f4e83..d07937584ee 100644 --- a/Calo/CaloTools/src/TMV_MLP_H.C +++ b/Calo/CaloTools/src/TMV_MLP_H.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadMLPH // Automatically generated by MethodBase::MakeClass // diff --git a/Calo/CaloTools/src/TMV_MLP_inner.C b/Calo/CaloTools/src/TMV_MLP_inner.C index 6447cd6db58..db7bcd2dcc2 100644 --- a/Calo/CaloTools/src/TMV_MLP_inner.C +++ b/Calo/CaloTools/src/TMV_MLP_inner.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadMLPInner // Automatically generated by MethodBase::MakeClass // diff --git a/Calo/CaloTools/src/TMV_MLP_middle.C b/Calo/CaloTools/src/TMV_MLP_middle.C index 814fe5b0e07..c5499397ff4 100644 --- a/Calo/CaloTools/src/TMV_MLP_middle.C +++ b/Calo/CaloTools/src/TMV_MLP_middle.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadMLPMiddle // Automatically generated by MethodBase::MakeClass // diff --git a/Calo/CaloTools/src/TMV_MLP_outer.C b/Calo/CaloTools/src/TMV_MLP_outer.C index 1b74144f6b8..cd69ad4266c 100644 --- a/Calo/CaloTools/src/TMV_MLP_outer.C +++ b/Calo/CaloTools/src/TMV_MLP_outer.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadMLPOuter // Automatically generated by MethodBase::MakeClass // diff --git a/Calo/CaloTools/src/Track2Calo.cpp b/Calo/CaloTools/src/Track2Calo.cpp index 0ad90ea4f96..805d62abab8 100644 --- a/Calo/CaloTools/src/Track2Calo.cpp +++ b/Calo/CaloTools/src/Track2Calo.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // LHCb diff --git a/Calo/CaloTools/src/Track2Calo.h b/Calo/CaloTools/src/Track2Calo.h index c425bc6ed33..c33e1746ebd 100644 --- a/Calo/CaloTools/src/Track2Calo.h +++ b/Calo/CaloTools/src/Track2Calo.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TRACK2CALO_H #define TRACK2CALO_H 1 diff --git a/Calo/CaloTools/src/XGBClassifierPhPi0.cpp b/Calo/CaloTools/src/XGBClassifierPhPi0.cpp index fa2c502cbe4..89b593dc526 100644 --- a/Calo/CaloTools/src/XGBClassifierPhPi0.cpp +++ b/Calo/CaloTools/src/XGBClassifierPhPi0.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include "XGBClassifierPhPi0.h" #include <iostream> #include <exception> diff --git a/Calo/CaloTools/src/XGBClassifierPhPi0.h b/Calo/CaloTools/src/XGBClassifierPhPi0.h index f6f1016efb1..7e234e9ec1f 100644 --- a/Calo/CaloTools/src/XGBClassifierPhPi0.h +++ b/Calo/CaloTools/src/XGBClassifierPhPi0.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef XGBCLASSIFIER_H #define XGBCLASSIFIER_H diff --git a/Hlt/HltMonitors/CMakeLists.txt b/Hlt/HltMonitors/CMakeLists.txt index 07db77fdc65..a1107cf1860 100644 --- a/Hlt/HltMonitors/CMakeLists.txt +++ b/Hlt/HltMonitors/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ################################################################################ # Package: HltMonitors ################################################################################ diff --git a/Hlt/HltMonitors/python/HltMonitors/ConfiguredHltMonitors.py b/Hlt/HltMonitors/python/HltMonitors/ConfiguredHltMonitors.py index 62609f5052c..90143996b57 100644 --- a/Hlt/HltMonitors/python/HltMonitors/ConfiguredHltMonitors.py +++ b/Hlt/HltMonitors/python/HltMonitors/ConfiguredHltMonitors.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### from Gaudi.Configuration import* from Configurables import ( GaudiSequencer, diff --git a/Hlt/HltMonitors/src/HltCompositionMonitor.cpp b/Hlt/HltMonitors/src/HltCompositionMonitor.cpp index 30fbc5b0ef9..4bb75af76e4 100644 --- a/Hlt/HltMonitors/src/HltCompositionMonitor.cpp +++ b/Hlt/HltMonitors/src/HltCompositionMonitor.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // stdlib #include <string> diff --git a/Hlt/HltMonitors/src/HltCompositionMonitor.h b/Hlt/HltMonitors/src/HltCompositionMonitor.h index 8e22ec94a68..fe39386e080 100644 --- a/Hlt/HltMonitors/src/HltCompositionMonitor.h +++ b/Hlt/HltMonitors/src/HltCompositionMonitor.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef HLTCOMPOSITIONMONITOR_H #define HLTCOMPOSITIONMONITOR_H 1 diff --git a/Hlt/HltMonitors/src/HltMonitorBase.cpp b/Hlt/HltMonitors/src/HltMonitorBase.cpp index 2275952470b..db81cf46901 100644 --- a/Hlt/HltMonitors/src/HltMonitorBase.cpp +++ b/Hlt/HltMonitors/src/HltMonitorBase.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // boost diff --git a/Hlt/HltMonitors/src/HltMonitorBase.h b/Hlt/HltMonitors/src/HltMonitorBase.h index 89d07f0a5e0..49465134b25 100644 --- a/Hlt/HltMonitors/src/HltMonitorBase.h +++ b/Hlt/HltMonitors/src/HltMonitorBase.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef HLTMONITORBASE_H #define HLTMONITORBASE_H 1 diff --git a/Hlt/HltMonitors/src/HltRateMonitor.cpp b/Hlt/HltMonitors/src/HltRateMonitor.cpp index 55cc1fbc3be..adfe1d38666 100644 --- a/Hlt/HltMonitors/src/HltRateMonitor.cpp +++ b/Hlt/HltMonitors/src/HltRateMonitor.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // stdlib #include <iostream> #include <string> diff --git a/Hlt/HltMonitors/src/HltRateMonitor.h b/Hlt/HltMonitors/src/HltRateMonitor.h index ced99ba3269..30d608d8b92 100644 --- a/Hlt/HltMonitors/src/HltRateMonitor.h +++ b/Hlt/HltMonitors/src/HltRateMonitor.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef HLTRATEMONITOR_H #define HLTRATEMONITOR_H 1 diff --git a/Hlt/HltMonitors/src/MuMonitor.cpp b/Hlt/HltMonitors/src/MuMonitor.cpp index 51c88c70f92..42c2520470d 100644 --- a/Hlt/HltMonitors/src/MuMonitor.cpp +++ b/Hlt/HltMonitors/src/MuMonitor.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // local diff --git a/Hlt/HltMonitors/src/MuMonitor.h b/Hlt/HltMonitors/src/MuMonitor.h index 14bd23f1087..9408a585269 100644 --- a/Hlt/HltMonitors/src/MuMonitor.h +++ b/Hlt/HltMonitors/src/MuMonitor.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef MUHISTOGRAMS_H #define MUHISTOGRAMS_H 1 diff --git a/Muon/MuonID/CMakeLists.txt b/Muon/MuonID/CMakeLists.txt index 25570c8a831..51bf263a583 100644 --- a/Muon/MuonID/CMakeLists.txt +++ b/Muon/MuonID/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ################################################################################ # Package: MuonID ################################################################################ diff --git a/Muon/MuonID/Findcatboost.cmake b/Muon/MuonID/Findcatboost.cmake index c79bbd79e24..c63e28998bd 100644 --- a/Muon/MuonID/Findcatboost.cmake +++ b/Muon/MuonID/Findcatboost.cmake @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### find_path(catboost_INCLUDE_DIR model_calcer_wrapper.h HINTS ${catboost_home}/catboost/include/) diff --git a/Muon/MuonID/Findflatbuffers.cmake b/Muon/MuonID/Findflatbuffers.cmake index 56b89fadce3..035fd16a99a 100644 --- a/Muon/MuonID/Findflatbuffers.cmake +++ b/Muon/MuonID/Findflatbuffers.cmake @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### find_path(flatbuffers_INCLUDE_DIR NAMES flatbuffers/flatbuffers.h HINTS ${flatbuffers_home}/include/) diff --git a/Muon/MuonID/MuonID/CommonMuonHit.h b/Muon/MuonID/MuonID/CommonMuonHit.h index 13b7ccd7bb7..eb8a63c5eaa 100644 --- a/Muon/MuonID/MuonID/CommonMuonHit.h +++ b/Muon/MuonID/MuonID/CommonMuonHit.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef COMMONMUONHIT_H_ #define COMMONMUONHIT_H_ diff --git a/Muon/MuonID/MuonID/CommonMuonHitManager.h b/Muon/MuonID/MuonID/CommonMuonHitManager.h index 89a2a039cb4..e511f3e3e0a 100644 --- a/Muon/MuonID/MuonID/CommonMuonHitManager.h +++ b/Muon/MuonID/MuonID/CommonMuonHitManager.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef COMMONMUONHITMANAGER_H_ #define COMMONMUONHITMANAGER_H_ diff --git a/Muon/MuonID/MuonID/CommonMuonStation.h b/Muon/MuonID/MuonID/CommonMuonStation.h index 0b416c33783..47a1c3539b1 100644 --- a/Muon/MuonID/MuonID/CommonMuonStation.h +++ b/Muon/MuonID/MuonID/CommonMuonStation.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef COMMONMUONSTATION_H_ #define COMMONMUONSTATION_H_ diff --git a/Muon/MuonID/MuonID/ICommonMuonTool.h b/Muon/MuonID/MuonID/ICommonMuonTool.h index 608ae876ffa..c8d174880ef 100644 --- a/Muon/MuonID/MuonID/ICommonMuonTool.h +++ b/Muon/MuonID/MuonID/ICommonMuonTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef ICOMMONMUONTOOL_H_ #define ICOMMONMUONTOOL_H_ diff --git a/Muon/MuonID/MuonID/IMVATool.h b/Muon/MuonID/MuonID/IMVATool.h index 388253b78d4..c816f9324cb 100644 --- a/Muon/MuonID/MuonID/IMVATool.h +++ b/Muon/MuonID/MuonID/IMVATool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef IMVATOOL_H_ #define IMVATOOL_H_ diff --git a/Muon/MuonID/MuonID/IMuonIDTool.h b/Muon/MuonID/MuonID/IMuonIDTool.h index 98c0c6b2e53..465048756b6 100644 --- a/Muon/MuonID/MuonID/IMuonIDTool.h +++ b/Muon/MuonID/MuonID/IMuonIDTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef MUONID_IMUONIDTOOL_H #define MUONID_IMUONIDTOOL_H 1 diff --git a/Muon/MuonID/MuonID/IMuonMatchTool.h b/Muon/MuonID/MuonID/IMuonMatchTool.h index ed4b59bd01a..59e3aa3ab2e 100644 --- a/Muon/MuonID/MuonID/IMuonMatchTool.h +++ b/Muon/MuonID/MuonID/IMuonMatchTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef MUONID_IMUONMATCHTOOL_H #define MUONID_IMUONMATCHTOOL_H 1 #include <vector> diff --git a/Muon/MuonID/dict/MuonID.xml b/Muon/MuonID/dict/MuonID.xml index a4dc5c22082..fef9dd89032 100755 --- a/Muon/MuonID/dict/MuonID.xml +++ b/Muon/MuonID/dict/MuonID.xml @@ -1,3 +1,13 @@ +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <lcgdict> <class name = "IMuonIDTool" /> </lcgdict> diff --git a/Muon/MuonID/dict/MuonIDDict.h b/Muon/MuonID/dict/MuonIDDict.h index 6659243f86f..63e5b169a83 100755 --- a/Muon/MuonID/dict/MuonIDDict.h +++ b/Muon/MuonID/dict/MuonIDDict.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef DICT_MUONIDDICT_H #define DICT_MUONIDDICT_H 1 diff --git a/Muon/MuonID/python/MuonID/ConfiguredMuonIDs.py b/Muon/MuonID/python/MuonID/ConfiguredMuonIDs.py index 18ec8d28fb8..1bdb56c5fb8 100644 --- a/Muon/MuonID/python/MuonID/ConfiguredMuonIDs.py +++ b/Muon/MuonID/python/MuonID/ConfiguredMuonIDs.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### """ ============================================================= Class to configure MuonID tools and algos. To import do diff --git a/Muon/MuonID/python/MuonID/M_2008_def_chi2b.py b/Muon/MuonID/python/MuonID/M_2008_def_chi2b.py index c81e5d7ede1..4df9aca4f0c 100644 --- a/Muon/MuonID/python/MuonID/M_2008_def_chi2b.py +++ b/Muon/MuonID/python/MuonID/M_2008_def_chi2b.py @@ -1 +1,11 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### M_2008_def_chi2b = [0.0, 1.19643536295, 1.7799429438800001, 2.5000897208500001, 3.0593132287299998, 3.4839286608000002, 3.9982294568999999, 4.4402913862600002, 4.8147369692600002, 5.3054432104, 5.8105717909600001, 6.1370968299099999, 6.7475810144699997, 7.3015792720599997, 7.6896019690199999, 8.13938977856, 8.4515096605100002, 8.9879216562900002, 9.4927671192999998, 10.085788064899999, 10.625255410199999, 11.0026891093, 11.3895870178, 11.843719932200001, 12.253271789299999, 12.767614137500001, 13.262427498099999, 13.786048882799999, 14.16595075, 14.643883369899999, 15.146539539600001, 15.7813472808, 16.280656373900001, 16.655646821400001, 17.114459585199999, 17.598615494000001, 18.184936752399999, 18.740805828900001, 19.248318706700001, 19.9296167205, 20.463100761100002, 21.2124495216, 21.626706539400001, 22.210655822100001, 22.700941956400001, 23.302821910599999, 23.920510033900001, 24.580456784700001, 25.2569820073, 25.959142340700001, 26.512265281099999, 27.196530728900001, 27.733216163200002, 28.478633239299999, 29.299270036500001, 30.256722160100001, 30.986221208, 31.737877171200001, 32.3960443243, 33.105226859200002, 33.767065963699999, 34.404378731100003, 34.924274373000003, 35.644436068099999, 36.564111572900003, 37.417350414600001, 38.238436024899997, 38.799991177199999, 39.436095377800001, 40.277347542100003, 41.016879076899997, 41.908435708699997, 42.819594709699999, 43.738915136400003, 44.846693151399997, 45.536023954699999, 46.546157932100002, 47.460643921100001, 48.624537354399997, 49.4055755953, 50.186510797700002, 51.175277055499997, 52.089204297199998, 53.122068163400002, 54.127727041100002, 54.940780204399999, 56.114554909900001, 57.0656839854, 57.894406169100002, 59.009235477799997, 60.0914392866, 61.208045864900001, 62.2858241466, 63.543350702799998, 64.856196127700002, 66.682225449399994, 68.209557105800002, 69.742463108799996, 71.750057073999997, 73.414467924899995, 75.307815587799993, 77.118795934299996, 78.812379695000004, 80.355455134600007, 81.877925440300004, 83.662200974800001, 85.224686517899997, 86.615321828199995, 88.267510348100004, 89.802469557099997, 91.374895675700003, 93.408025320799993, 95.336052711299999, 97.395921625599996, 98.859486409499993, 100.657442178, 102.99984774399999, 105.41734144900001, 107.273191485, 109.044242849, 110.937136356, 113.583166593, 115.56257233300001, 117.846911268, 120.681655831, 122.799469999, 124.375415383, 126.97394391900001, 129.436815795, 132.49568735599999, 135.98857834699999, 138.09223868300001, 141.65649987800001, 146.09086464500001, 149.16576952099999, 152.208770273, 155.187653896, 157.43246798000001, 160.43301280700001, 162.84002901100001, 166.77052560600001, 169.29494600500001, 172.91801473500001, 176.654293306, 180.23478114700001, 183.296380473, 186.73903581499999, 190.86755789399999, 195.654394298, 199.69558299600001, 203.92254700699999, 208.397049907, 213.10008202399999, 217.93095747000001, 222.20188235800001, 227.07325009499999, 230.860699883, 237.97819378299999, 245.85743037500001, 252.73101680400001, 258.89556405000002, 268.60486464500002, 276.47499798699999, 282.03633185400003, 289.17078451600003, 302.06749436299998, 312.57905513100002, 322.60452264899999, 331.014610371, 341.75075497, 350.173888159, 361.88637575400003, 371.61412230500002, 385.17435225200001, 400.72319405799999, 411.753441162, 422.75058281299999, 437.11037701999999, 453.45288953800002, 474.420871385, 488.318616894, 512.11653910200005, 535.54182501000003, 555.56166528300002, 573.43505104999997, 593.13241480700003, 614.79560775100003, 649.435414896, 688.17560751799999, 721.87795355000003, 773.415382937, 813.66800489900004, 877.39648314099998, 964.732528602, 1069.40860047, 1223.88660858, 1424.4787858300001, 1674.8315303500001, 1977.7544173799999, 2651.83993319, 200410.392804, 0.0, 1.1584312650099999, 1.8096405876999999, 2.08809545024, 2.39759603108, 2.8210825374900002, 3.2262415616500002, 3.6767261063199999, 4.0712643350700004, 4.3358305431000002, 4.6961593196700004, 5.0048297457600004, 5.3979863436900004, 5.8290699240099997, 6.1960232764300001, 6.5088252292500002, 6.8948342983900002, 7.2696660689300003, 7.5399291096800001, 8.01313726329, 8.3889381116700008, 8.8151563879800001, 9.3221845714700002, 9.7919081310700005, 10.197322679699999, 10.690667428799999, 11.1669675994, 11.439377929899999, 11.6674844277, 12.008682137099999, 12.4556500154, 12.8218557119, 13.3281486992, 13.7095661165, 14.2163312161, 14.836869545500001, 15.3589870134, 15.8272834403, 16.238276813700001, 16.5883025266, 17.023074348600002, 17.414160002799999, 17.848152475399999, 18.247715569499999, 18.664561518999999, 19.075395695600001, 19.486374441700001, 19.973916476399999, 20.5269080381, 21.020846655300002, 21.507367194299999, 22.0135312996, 22.461208124300001, 23.036281720800002, 23.480764591, 23.9941998794, 24.413118882100001, 24.9392923634, 25.478485752899999, 26.086617298499998, 26.6809648813, 27.1950947449, 28.074728258899999, 28.720521756, 29.3654350726, 30.087513917199999, 30.702053779700002, 31.306689242899999, 31.780186689299999, 32.4753156827, 33.135143889299997, 33.888469867399998, 34.645545953000003, 35.367533057599999, 36.110020627200001, 36.758678629099997, 37.497664023799999, 38.081984167100003, 38.997417122999998, 39.672472603700001, 40.429274192199998, 41.295854716299999, 41.954930876799999, 42.5972412096, 43.276950597999999, 44.159449579799997, 45.025165711200003, 45.821814644200003, 46.555175562499997, 47.583311010599999, 48.589989172199999, 49.510833894599998, 50.257035760699999, 51.092289456800003, 52.258119141000002, 52.938195970499997, 53.804888863800002, 54.8416712187, 55.960279943899998, 57.006686652699997, 58.274563175499999, 59.3790074307, 60.283128322000003, 61.549512813600003, 62.4978155636, 63.834912981700001, 64.904107601199996, 66.223931861400004, 67.086972593499993, 68.397576571800002, 69.942186175000003, 71.207027708799998, 72.602512277200006, 73.560342838699995, 74.967359775099993, 76.577240733500005, 78.057764533799997, 79.513502422499997, 81.078073566599997, 82.165643638800006, 83.719127560900006, 85.148667228299999, 86.337704861199995, 87.860157790000002, 89.431109054900006, 90.980131378099998, 92.433634234400003, 94.226038238300006, 95.621501725399995, 97.080958997099998, 99.134428385800007, 101.04854586800001, 102.97657310699999, 105.139486026, 107.602665034, 109.70147691299999, 112.05021857600001, 114.125549412, 116.61722458, 118.189314409, 120.82322130999999, 123.127890034, 125.47513250999999, 127.848312975, 130.41431036200001, 133.57317560600001, 136.49161050999999, 140.74286875799999, 143.71689255300001, 146.67120050400001, 149.59581133399999, 152.22756825499999, 156.533766931, 160.06017973100001, 165.11262847200001, 169.23166942399999, 175.315765167, 179.524732857, 183.40525104400001, 188.17945511100001, 191.82963235400001, 197.202013322, 202.34316464599999, 207.99698327900001, 215.67824328500001, 224.47764356499999, 230.63417344199999, 236.60643002699999, 242.61055810900001, 251.77410247, 259.46544586200002, 268.047248459, 276.79107524199998, 286.15718497099999, 295.84758942399998, 305.58034509200002, 314.60780894999999, 325.34498936799997, 338.27578485100003, 348.53507352600002, 362.42239857200002, 375.083278597, 389.444337389, 407.52083932199997, 423.996775576, 439.86516896699999, 461.74456199100001, 481.21447879099998, 506.20652181600002, 531.64557102599997, 563.79744206400005, 601.85836871599997, 633.07763874900002, 693.45668289599996, 762.28141866299995, 852.11407475700003, 985.769367053, 1195.0785449099999, 1389.62431328, 2042.8647050500001, 78636.810297999997, 0.0, 1.0297464516799999, 1.60346935644, 2.0630353810100002, 2.4007054222700002, 2.7231158619300002, 3.0845870231900001, 3.3825315783100001, 3.7827559602099998, 4.1271402089200002, 4.4667826236700003, 4.7067760450099998, 5.1713770843100004, 5.53668279583, 5.74764546799, 6.1299980556899998, 6.3496742207699999, 6.6781045773500001, 7.12938206889, 7.39578341085, 7.7627325807999998, 8.0843024355399997, 8.3430476893299996, 8.7253588764300005, 9.0323780076000002, 9.3251680266000001, 9.7700665673099998, 10.103065082900001, 10.4121667828, 10.792220887399999, 11.114426525200001, 11.3987065041, 11.7259278942, 12.148971416, 12.454565579200001, 12.7910859418, 13.0925963376, 13.4917267129, 13.8568357546, 14.099344370200001, 14.466338023, 14.773502690999999, 15.1559213702, 15.4627289245, 15.735248281500001, 16.264394708800001, 16.624779056400001, 17.059591039099999, 17.366603691200002, 17.645800374, 18.074841360299999, 18.3713457528, 18.6782869727, 19.1657010441, 19.623227022799998, 20.045230785600001, 20.669991472, 21.181226625299999, 21.496046951899999, 22.092489347299999, 22.5203682028, 22.913515129299999, 23.382882170199998, 23.760241867400001, 24.103618211899999, 24.540791235699999, 25.0420139973, 25.4305135832, 26.0666776578, 26.564557883900001, 27.273553850399999, 27.7820097687, 28.3303665601, 28.745443715499999, 29.332968781000002, 30.009561780399999, 30.6135990386, 31.065902801899998, 31.520776554800001, 32.034559784499997, 32.646134072499997, 33.136621810400001, 34.091020344699999, 34.492997237600001, 34.960981709999999, 35.534538623400003, 36.397290535000003, 36.973557298199999, 37.496289196399999, 38.275574691300001, 39.132056666700002, 39.940285424599999, 40.663404855499998, 41.192514081399999, 41.940303401100003, 42.428268793400001, 43.002423862000001, 43.754682545599998, 44.392160792200002, 45.226295550300001, 45.955474380200002, 46.6701829171, 47.223011101499999, 47.870306336100001, 49.055475024800003, 49.870096181000001, 50.573112358800003, 51.511936900599999, 52.294025013499997, 52.962422501100001, 54.0366510279, 54.7208861318, 55.623480251799997, 56.401930573599998, 57.257184440700001, 58.072153872400001, 58.874410881099998, 60.104082592799998, 61.246007962100002, 62.248201307400002, 63.333179544099998, 64.4524632575, 65.680454143800006, 66.683104472400004, 67.860077341099995, 68.838786806399995, 69.8305645449, 71.030064286699997, 72.106640080299996, 73.718568832599999, 74.8928190476, 76.122150548999997, 77.8978499384, 79.078046305800001, 80.938626385199996, 82.707864462499998, 84.409564379399995, 85.580444997300006, 87.015983902800002, 88.433916929199995, 90.027633876400003, 91.989641288499996, 94.085497345299999, 97.019197389300004, 98.948948656499994, 101.110113046, 102.857621045, 104.948948472, 107.370061428, 110.309341836, 113.069785897, 115.334911873, 118.811007467, 121.8903905, 124.534635235, 127.237679828, 130.822044406, 133.95795785600001, 137.088601866, 141.331942336, 144.39698896600001, 148.46879151300001, 151.54049203599999, 156.010435457, 159.23907638899999, 163.84405742499999, 167.20574813600001, 171.571248282, 175.307565178, 180.898544257, 188.209642444, 192.88951267100001, 199.07961470500001, 204.98453083699999, 210.87189762099999, 217.37683173400001, 226.04598215600001, 233.03168449699999, 241.629711085, 246.946999901, 257.88334712900001, 264.42034237600001, 275.808770686, 285.32670270400001, 296.425658236, 311.66211481800002, 325.77524805600001, 339.41158178199998, 359.89737101100002, 378.89288395099999, 407.45313021999999, 430.825250423, 463.86767345999999, 495.964419029, 532.31966564899994, 589.85183477299995, 656.18178811200005, 784.26433017099998, 943.24503690999995, 1302.9980653, 102139.29543300001, 0.0, 0.86743237287200003, 1.3552076122000001, 1.74882176592, 2.1568118435899999, 2.5442077510700001, 2.7836243977500001, 3.00643655951, 3.2689355412999999, 3.5104534629600002, 3.8022522251600002, 4.0581864022299996, 4.3187967801799996, 4.5167601174499996, 4.8300373207899998, 5.1908096910400001, 5.4523307194299999, 5.7058518279000001, 6.0398043860700001, 6.3374641220700001, 6.6584016957400003, 6.8846773738299998, 7.1723016125100001, 7.48248963179, 7.7608348148299999, 8.0287909583299992, 8.3818549816299992, 8.7220174560999997, 9.0911091549999998, 9.35929759333, 9.6835960622500004, 9.9959322308900003, 10.3919770948, 10.747496464799999, 11.051538298500001, 11.316949795799999, 11.6183662131, 11.847164556699999, 12.1264569509, 12.437037774, 12.678519424999999, 13.016651663899999, 13.442219338399999, 13.7024184299, 14.0640518316, 14.3690724623, 14.6322090714, 15.003935011899999, 15.4618156875, 15.691396925499999, 16.018873943599999, 16.325083680199999, 16.72412623, 17.1800229961, 17.565089287999999, 17.955333696, 18.350394168699999, 18.662332183499998, 19.055520775400002, 19.3243741866, 19.697736269300002, 20.1598827376, 20.587558148399999, 20.947803652899999, 21.377289620700001, 21.7382160949, 22.148445907799999, 22.538187253499999, 22.969405032299999, 23.3515975378, 23.7868814409, 24.248895708799999, 24.763958241200001, 25.1997621694, 25.508926166199998, 25.958095899700002, 26.333188731500002, 26.824658796200001, 27.2155445271, 27.6568308628, 28.003116157499999, 28.541185737399999, 29.063342253199998, 29.560897612200002, 30.089418954599999, 30.597578276299998, 31.089081956699999, 31.4765648224, 31.894925652200001, 32.457647031999997, 33.030174841600001, 33.487885595199998, 34.018036955900001, 34.729723770100001, 35.271537205000001, 35.835399970200001, 36.307941559900001, 37.035916915500003, 37.561814357099998, 38.147376215199998, 38.7343663929, 39.318444863700002, 40.219249623899998, 40.878162636200003, 41.4384018103, 42.125905574999997, 42.975687067999999, 43.8669515737, 44.7165019555, 45.320383934500001, 46.290441078699999, 47.103139229999996, 47.737629462800001, 48.481018605400003, 49.4000519043, 50.130121766099997, 51.236341089200003, 52.022103237400003, 53.121350018199998, 54.3133505427, 55.198931289699999, 56.1880323006, 57.196115179099998, 58.388588195399997, 59.017601707799997, 60.191491397699998, 61.1785764937, 62.150011268, 63.062827775300001, 64.255070623099996, 65.725583058799998, 67.146069528200002, 68.855182272500002, 70.625039886400003, 72.517402771500002, 74.012329769800004, 75.142684897799995, 77.263163371999994, 78.970113074099999, 81.015664056600002, 82.952470754299995, 84.358247795500006, 86.345419452399994, 87.398236220800001, 88.877403817100003, 91.486012660200004, 93.475534618099999, 95.836579746699996, 99.517911350299997, 102.47972814000001, 104.56502959399999, 106.80315385900001, 109.427661664, 112.172083348, 114.752710729, 117.319711297, 120.332179395, 122.523137369, 125.80426376699999, 128.152192243, 130.68223203400001, 135.03565554799999, 138.836718018, 142.72321670599999, 145.83471307600001, 148.23894481900001, 150.940455676, 155.45888045199999, 160.45763036100001, 165.78439021700001, 170.10783283399999, 176.981973885, 182.24637161699999, 187.99729957, 193.341158584, 201.153499485, 209.89557814400001, 215.512255272, 222.916166694, 234.63262219500001, 242.24162438799999, 250.84387633899999, 264.39217630600001, 286.10701643599998, 294.863916168, 309.35324268800002, 326.01462315399999, 343.064113615, 361.99177679500002, 387.72006495800002, 407.06863126899998, 432.93714764600003, 471.081198336, 512.23599568500003, 547.44287580900004, 597.93801741300001, 672.97299630600003, 816.76871595199998, 996.88891773900002, 1291.9070935100001, 161358.74421500001, 0.0, 0.99453276649300004, 1.34957440998, 1.80040223325, 2.1674828403999999, 2.48530115303, 2.78071282241, 3.0627252072600002, 3.2784701121599999, 3.5719852163999999, 3.9766675073700002, 4.1919498196699996, 4.4401116787000001, 4.7010850741399999, 4.8325546723099997, 4.9905503588400002, 5.2121802011499998, 5.4487589889699999, 5.7199962258500001, 5.9713598443100002, 6.2934525916500004, 6.5164568592299998, 6.7356095053300002, 6.9021306576599999, 7.1721655965900002, 7.3281530158799999, 7.5914585431999999, 7.8254960779699996, 7.9993083693299996, 8.2012397418000003, 8.3720004276700006, 8.6300188092199992, 8.9217519372599998, 9.3077081475300005, 9.6043493889500002, 9.8964144834100001, 10.211666127200001, 10.4213008992, 10.788691589500001, 11.051012050900001, 11.344200771000001, 11.725614780600001, 11.9588900773, 12.2827247511, 12.637968324099999, 12.966823288900001, 13.168992016800001, 13.4745396448, 13.785583859500001, 14.036187573499999, 14.3890843198, 14.7328997316, 15.1242120858, 15.3426967014, 15.6612958042, 15.9789841683, 16.360263102400001, 16.772235545499999, 17.216064751899999, 17.589241161899999, 17.8572448364, 18.1950328878, 18.559156973699999, 18.792157978999999, 19.092364930399999, 19.509183897500002, 19.8903785993, 20.395241299399999, 20.715609197399999, 21.129151485000001, 21.4384474457, 21.8051370373, 22.0983151782, 22.589355123800001, 22.923955315299999, 23.293660984199999, 23.8073499164, 24.164663172499999, 24.468464225200002, 24.9136660319, 25.292481224799999, 25.704244781, 26.122315593700002, 26.745139958900001, 27.142677224500002, 27.678661556600002, 28.172552657800001, 28.7004617023, 29.254574122400001, 29.9576316134, 30.320919945, 30.8651150524, 31.535303165799998, 32.0284025188, 32.4595794536, 32.939819047199997, 33.536005820299998, 34.287543194800001, 34.940091845399998, 35.379675577999997, 36.122305638999997, 36.623643357600002, 37.258982358499999, 37.645211866499999, 38.348043171800001, 39.121822204899999, 39.903193717900002, 40.5501905506, 41.172201017399999, 41.965871158399999, 42.633532572999997, 43.135795547100003, 43.854137299599998, 44.859996618799997, 45.622113159199998, 46.6849616684, 47.678221519899999, 48.843464619499997, 49.8146602526, 50.688647234999998, 51.583461331899997, 52.591197556700003, 53.717957165400001, 55.506732086500001, 56.662175622500001, 58.167854235900002, 59.062885457699998, 60.411246125200002, 61.391033951200001, 62.368874448500002, 63.688858420800003, 64.888271486199997, 66.635858121799998, 67.817878363199995, 68.880671285700004, 70.095051569500001, 71.501848303100005, 72.775151774600005, 74.558541465199994, 76.409518135499994, 77.761688797700003, 79.005647183500002, 80.295269079099995, 82.4136017931, 84.613797778800006, 86.016896733899998, 87.430508335200003, 88.670983118500004, 90.231433799300007, 91.891509509399995, 94.498776834500006, 97.249232232899999, 98.623021338599997, 101.238294708, 102.87975996900001, 105.291018643, 107.24435443199999, 109.666596011, 113.098272596, 115.61031488, 119.614780612, 123.287443794, 126.249115391, 128.58356817500001, 131.775900138, 135.290949961, 139.29796378500001, 146.262327629, 150.00976835200001, 154.61572367400001, 160.255070652, 165.26334147099999, 170.16736670500001, 173.77829739699999, 179.56132179599999, 184.561922764, 190.69775108499999, 196.65891324699999, 203.521908177, 211.093916154, 221.47514707299999, 231.47529352399999, 237.75562241, 244.883786829, 253.30171895399999, 261.76505171600002, 278.98552843200002, 292.60068635200003, 311.55099943599998, 325.88771172899999, 343.19537559700001, 365.551962753, 393.39248336999998, 422.56973752499999, 461.27635287499999, 502.54248837599999, 563.31345992700005, 636.33864636400006, 803.18510591400002, 1017.18613565, 2073.8933950400001, 0.0, 0.84882448919599995, 1.1297295603899999, 1.43790054577, 1.8034031745600001, 2.1567378511699999, 2.46200691124, 2.7164909210600001, 2.9725139778099998, 3.3258460814699999, 3.51565620581, 3.6829072744900002, 3.8503255597599999, 4.0960101060699996, 4.3195587197099998, 4.5180080510099998, 4.7208657011600001, 4.9188747051200004, 5.0822519781400004, 5.2471047837700002, 5.4397152562800004, 5.6442757923500002, 5.94422558704, 6.2491652156599997, 6.5158366836499999, 6.6694208713499998, 6.9618320371699998, 7.0954639576199998, 7.3925975604899996, 7.6671833348599998, 8.0270911346999991, 8.2155617499000009, 8.3810446408000008, 8.6728270830500005, 8.9919564023300005, 9.1979666478599995, 9.4613822654199993, 9.8638159812400001, 10.064467502699999, 10.300861637400001, 10.5922395715, 10.898994478100001, 11.2204623911, 11.462764891000001, 11.827261590299999, 12.083868714099999, 12.386429319099999, 12.6393019529, 12.853547404, 13.1367142199, 13.3487410123, 13.656895326200001, 14.024084867899999, 14.2305895378, 14.537063637599999, 14.7677980479, 14.983400628, 15.254355192, 15.4728650747, 15.7833358443, 16.258317366699998, 16.591420611899999, 16.7968951537, 17.321484078699999, 17.688159546000001, 17.9917501318, 18.4264735655, 18.751733764800001, 19.0344300858, 19.372343152500001, 19.740307887699998, 20.051092925599999, 20.305765000400001, 20.618187255599999, 20.819816596500001, 21.0782135131, 21.397939723499999, 21.854582025799999, 22.2881163357, 22.6506377304, 22.877000473599999, 23.384389492899999, 23.836418588899999, 24.222254926800002, 24.655197791999999, 25.022161849, 25.444878252500001, 26.053606325400001, 26.614004877900001, 27.0211182404, 27.401244503200001, 27.7850805052, 28.159129948299999, 28.6603675532, 29.200278675, 29.671973053799999, 30.210222716600001, 30.961837351900002, 31.650008409800002, 32.094382395700002, 32.843304519299998, 33.577328693699997, 34.237700249100001, 34.801256214399999, 35.485455770500003, 35.9765981579, 36.670725593599997, 37.170285661000001, 37.990796691500002, 38.642774190700003, 39.528303337300002, 39.978645888499997, 40.8020907732, 41.489481081900003, 42.4638964743, 43.139901183799999, 44.090235702199998, 45.199560705499998, 45.817027413600002, 47.017044573200003, 48.262105780699997, 49.1479688362, 50.425156699799999, 51.855557858499999, 52.673049050499998, 53.828962193300001, 54.706265736600002, 55.754088218, 56.6875216169, 57.802232958300003, 59.077269420699999, 59.802668045799997, 60.803463371600003, 62.277143198700003, 63.318223359400001, 64.249051654799999, 65.723438296400005, 66.690473547300002, 67.987683240400003, 69.312005970800001, 70.335791722799996, 71.525547407700003, 73.2296426005, 74.761566365899995, 76.401961372800002, 78.083813237900003, 79.959478159499994, 81.411397194700001, 83.907706583600003, 85.130641549399996, 86.564841115600004, 88.151400025100003, 90.839542183500001, 93.404373994799997, 95.237850676600004, 96.510747774899997, 98.111723876599996, 100.59771252100001, 103.473781565, 106.22999075200001, 109.035110547, 111.514197384, 114.660071867, 117.91431810100001, 120.95989149899999, 125.315578238, 127.97488147200001, 131.55766028400001, 133.79550634099999, 136.780043667, 143.37105514300001, 147.41143759799999, 152.70084909799999, 158.68963683999999, 163.480470784, 168.40748618699999, 176.23576411799999, 181.51714572399999, 188.435573998, 193.69868358400001, 201.866252981, 209.69486823, 221.66246932499999, 231.771152277, 245.05347127900001, 258.89263676799999, 273.73973170099998, 290.43652293600002, 304.91784651400002, 317.71453254800002, 345.81680795, 370.51493599600002, 396.34922032399999, 427.34649876600002, 472.648184012, 548.811516697, 616.97696803199995, 698.58074685700001, 921.70016827699999, 1351.93476429, 4555.3138270099998, 0.0, 1.05775845422, 1.30722302885, 1.6550836259599999, 2.0164548998499998, 2.22264762997, 2.4339426832900002, 2.63987900941, 2.8474331698999999, 3.1394413773199998, 3.3488811388099999, 3.5845593259999999, 3.7278526245200001, 3.89707499961, 4.0930076946499998, 4.2667403322500004, 4.4444123281100003, 4.7057346005499996, 4.8776095749700001, 5.0766543427900004, 5.2576254422700002, 5.4227043983799996, 5.5565800836300001, 5.6921444728099999, 5.8967927912900002, 6.0520540232300002, 6.18092403149, 6.4448963355100002, 6.6606765375799997, 6.8569177525900002, 6.9871721176600001, 7.1997752419300003, 7.4790143792799997, 7.6433232341600004, 7.8838845337299999, 8.0362724982000007, 8.2491173118100001, 8.4854912803700007, 8.7981272976200007, 8.98771466078, 9.2672797478700009, 9.4910127015200008, 9.7196918691600001, 9.9958458284499994, 10.2946220832, 10.5192779153, 10.7367739562, 11.0486241079, 11.264306749099999, 11.610683487999999, 11.8590324631, 12.102995508599999, 12.274140378, 12.5626984562, 12.777400244300001, 13.0071767612, 13.3075190692, 13.506522563900001, 13.7736133375, 14.034237147500001, 14.3718879313, 14.704450492399999, 15.006497291000001, 15.4860321302, 15.8250864202, 16.068562412599999, 16.366417189700002, 16.791695786399998, 17.1963988083, 17.692784723599999, 17.9889456748, 18.250281237599999, 18.540758284100001, 19.105488743399999, 19.3676116446, 19.9057967233, 20.372155027400002, 20.617865943399998, 21.0056881543, 21.3998014925, 21.886629124399999, 22.301586328599999, 22.8157840378, 23.1577773249, 23.562675140700001, 23.9908312801, 24.371709623200001, 24.853048289, 25.321527433499998, 25.817410943100001, 26.333798079699999, 26.743897014000002, 27.404019467800001, 27.750455412299999, 28.245307990099999, 28.8302203846, 29.238499632700002, 29.908395497000001, 30.222815192500001, 30.759701009099999, 31.296847612400001, 31.809133106099999, 32.3396270004, 33.065629932, 33.614025315299997, 34.269816387299997, 35.012311410899997, 35.852750563500003, 36.404141805499997, 36.8294660038, 37.935726292200002, 38.368785425900001, 39.1826087245, 40.008409596500002, 40.726090274800001, 41.337873114600001, 42.209034503799998, 43.359563836100001, 44.113217655, 44.844831191300003, 45.6845486769, 46.347966789700003, 47.331044909100001, 48.2533342455, 49.162487231599997, 50.1543142202, 50.931869310099998, 51.636126617899997, 52.181963144800001, 53.396775668799997, 55.032301978100001, 55.596427951899997, 56.5791496927, 57.542454919599997, 58.554653988799998, 59.636429710999998, 61.407241399900002, 62.509754862100003, 63.601590468700003, 64.824312135300005, 66.386878043999999, 67.693732305799998, 69.365119204300001, 71.025400599899996, 72.653909433799996, 74.395827576000002, 75.769964444999999, 77.234020831500004, 78.433715899099994, 81.101681241799994, 83.076307199300004, 84.5988995469, 86.376895072899998, 88.194960597199994, 90.441746414899995, 92.189595910199998, 93.440994131400004, 95.435247487400005, 99.0558885879, 101.49204924999999, 104.088533635, 106.181199298, 109.219007221, 112.61624315100001, 116.029069048, 119.96844246400001, 124.344004768, 127.91969076300001, 132.149553927, 135.922055457, 140.068507211, 144.15378361399999, 148.60536720600001, 153.82589839900001, 158.576947158, 165.555672257, 171.63158056899999, 176.33047682, 181.08906739299999, 186.793582875, 192.534521512, 203.56027511299999, 211.12137373499999, 218.32402486300001, 227.271126122, 239.72295971400001, 255.439273482, 266.59600377999999, 284.21895951499999, 302.86802943499998, 319.3660428, 335.96299544999999, 371.29655514500001, 386.65083379800001, 434.96311705400001, 521.05039447499996, 574.39597849699999, 643.38261744700003, 749.10677599899998, 937.47346937500004, 2164.74350723, 0.0, 0.87216036854099999, 1.1731523662100001, 1.4528318226800001, 1.7506036653599999, 1.95830274355, 2.1933454622299999, 2.4315041290299999, 2.6097449606700001, 2.8143037344300001, 2.98234250898, 3.14296097174, 3.28163067285, 3.4197130756399998, 3.5577964282300001, 3.7192315259700002, 3.8806453857499998, 4.0848607038400004, 4.27058822443, 4.4259870320300001, 4.6202853710799996, 4.8079818422300002, 4.9703096793699997, 5.1771997283899998, 5.32208420074, 5.4736064223099996, 5.6716933713, 5.7948310020399996, 5.9616974056899998, 6.1294408520800001, 6.3200579482499997, 6.5465172585299998, 6.7046238334500003, 6.8696070854100002, 7.0421250211300004, 7.21408035417, 7.3666599903499996, 7.5629677715200003, 7.7854370727999997, 8.0250690670800005, 8.2018499794099995, 8.4165599450900004, 8.6205648003099995, 8.8020739087200006, 8.9976602698800008, 9.2090483824400007, 9.40554714598, 9.6268466056699999, 9.8387845757699992, 10.063513496600001, 10.3066855573, 10.5490401104, 10.760759543200001, 11.0190557159, 11.247083638299999, 11.487903512700001, 11.690503747999999, 11.9163331257, 12.1540624086, 12.3754681949, 12.6225724062, 12.8298548017, 13.105360490300001, 13.352707515200001, 13.600565291800001, 13.8363089384, 14.081226945299999, 14.370552543500001, 14.6854081396, 14.959606431799999, 15.238257795699999, 15.488877516500001, 15.783357724, 16.059268546999999, 16.371064702799998, 16.635482564899998, 16.926054678500002, 17.2595416636, 17.558429913600001, 17.873233837699999, 18.1713476396, 18.437921946300001, 18.808552489299998, 19.094615129400001, 19.521706635899999, 19.8753230885, 20.298514125000001, 20.622495869000002, 20.9353854017, 21.4098244692, 21.829437198099999, 22.259602406999999, 22.672559352, 23.1204515296, 23.483853294300001, 23.9484201462, 24.3248985436, 24.847141378100002, 25.2522052389, 25.681308357599999, 26.205337182699999, 26.576187536300001, 27.078663830899998, 27.677873063900002, 28.2381539971, 28.8023214868, 29.3993510241, 29.912833547399998, 30.573666294900001, 31.104430988600001, 31.796146883399999, 32.497170738500003, 33.279496414699999, 34.098064962599999, 34.843216272900001, 35.542133214099998, 36.276287779500002, 36.975928357500003, 37.504257990799999, 38.314777833900003, 39.177430845000004, 39.819717746400002, 40.407911670099999, 41.120240020300002, 41.978665155199998, 42.866256983200003, 43.496257352299999, 44.207718886199999, 44.967775733800003, 45.845529661199997, 46.8316582737, 47.606961498799997, 48.454226783199999, 49.675775014400003, 50.5811434361, 51.543186701800003, 52.633751532200002, 53.929547364699999, 55.037714174199998, 56.301767675000001, 57.451158926300003, 58.714248343199998, 59.628151489899999, 60.807000845600001, 62.156996127799999, 63.456997649599998, 65.008915114800004, 66.386142722499997, 67.978491519900004, 69.422238847200006, 70.791592380799997, 72.011370736700002, 73.522117942199998, 75.359756207299995, 77.030728253800007, 78.893995033400003, 80.530957561600005, 81.946598575099998, 84.055736077199995, 86.177382717599997, 88.231077799399998, 90.830107187099998, 93.291203665799998, 96.842991020100001, 99.738754614200005, 102.822309851, 106.472937214, 109.712921572, 112.28819169, 115.383539528, 118.33937052500001, 121.6283803, 126.21758780099999, 130.559458404, 135.25935161000001, 139.64966053500001, 144.08321394399999, 149.81024360000001, 155.95824547500001, 160.54965979900001, 165.74901272299999, 173.07092800300001, 181.971265612, 190.12184997899999, 199.140874, 208.94440364799999, 219.692760295, 231.41654560800001, 244.813734337, 260.64934893600002, 276.86471985399999, 297.854074072, 327.675880581, 363.64694161300002, 395.28587648799999, 430.29646448199998, 476.771927382, 552.10628605099998, 688.09209059399996, 965.66929444699997, 5512.1265341500002, 0.0, 0.62589083024600001, 1.0089155589900001, 1.2669403239100001, 1.4930834132099999, 1.6647456778, 1.86494432327, 2.0537877508200002, 2.25391444537, 2.4255788848600002, 2.5625113900800001, 2.70119472848, 2.8053232942299999, 2.92720031662, 3.1007147687100001, 3.2394799841499999, 3.39215368186, 3.5920914079299999, 3.74416489544, 3.8829579282000002, 4.0121750001200001, 4.1604435034699998, 4.2969491096299999, 4.4303864671199999, 4.5829179833699998, 4.7183684166099997, 4.8667168998800001, 4.9825970049999997, 5.1443596513600003, 5.29642331298, 5.5116304645699996, 5.6662601962099997, 5.8151835779100001, 5.9375451382, 6.1570517624500001, 6.3131151288699998, 6.52398099929, 6.6722523007500003, 6.86154545663, 7.0599193283100004, 7.3129107271700002, 7.5490299843899997, 7.7172198221199997, 7.8648526311499998, 8.0837370196799991, 8.2593266698099992, 8.4613117407199994, 8.6884386074200002, 8.8745901890700001, 9.1116656074600009, 9.3126467721299999, 9.5071399643899994, 9.7151605657500006, 9.9551889093600003, 10.149609288200001, 10.3401891662, 10.621445531099999, 10.8426697409, 11.0272843935, 11.270829726400001, 11.4694723487, 11.6178469386, 11.821109029700001, 12.021790796499999, 12.3252449453, 12.5092794759, 12.818332850699999, 13.020756306899999, 13.310810976799999, 13.5124599496, 13.767115336, 14.0644181972, 14.332859790200001, 14.5607314245, 14.9082657073, 15.125302185800001, 15.3715537263, 15.670518073, 16.0341797918, 16.263188094, 16.565119653299998, 16.768979356500001, 17.107996179400001, 17.3155602187, 17.633055544099999, 17.978850956799999, 18.239306430100001, 18.603581283899999, 18.890651686000002, 19.2448822751, 19.6097734435, 19.926314503299999, 20.1586253842, 20.499346128900001, 20.763220895300002, 21.214468897100001, 21.6883372251, 21.932186764800001, 22.421734858200001, 22.8480131942, 23.3200873278, 23.594830171000002, 24.038195447900002, 24.408468226699998, 24.92649372, 25.442113401899999, 25.8447679595, 26.3726873799, 26.812905815000001, 27.122537899899999, 27.7422113077, 28.078738693199998, 28.5723682014, 29.0944195565, 29.5634253395, 30.1247268702, 30.983710482300001, 31.826570418700001, 32.3620827385, 33.029481950899999, 33.566683207600001, 34.288337869199999, 34.942294123800004, 35.546860066900003, 36.362485731600003, 37.2408130333, 38.058683128600002, 38.750745497600001, 39.428888690199997, 40.115263124599998, 40.901282995400003, 41.4018687274, 42.138788071800001, 43.018359615500003, 44.106243223500002, 45.093539481699999, 45.8411771739, 46.570250118399997, 47.841644068400001, 49.303024838200002, 50.464239790100002, 51.234103358299997, 52.317696309799999, 53.0996279724, 54.369256693700002, 55.965980526800003, 57.287395203700001, 58.636793195099997, 60.683809927200002, 62.106524762100001, 63.455965556400002, 64.508962315299996, 65.830030819000001, 67.3272861871, 68.485336924099997, 69.962539390399996, 71.3643490332, 73.207148927299997, 75.267417445500001, 77.636856277999996, 79.567969825700004, 81.887922453399995, 84.409393872699994, 86.252385378499994, 89.609195726400003, 92.058129085499999, 94.237863167399993, 97.130241311000006, 99.337287984200003, 102.785121426, 105.16684627799999, 108.155644287, 111.12424827, 114.20309084500001, 118.25567124200001, 120.63906266799999, 126.769351089, 131.30368792600001, 135.35008283600001, 140.167179914, 146.276635801, 154.69830296500001, 162.097699463, 168.49842445199999, 174.39338381300001, 183.839663489, 194.04584716900001, 205.199824904, 216.99026627999999, 226.397941844, 239.11086462599999, 257.98370514300001, 272.68513598700002, 294.38470478199997, 317.32579381900001, 352.86648779500001, 396.000885729, 447.65133356299998, 552.83482503000005, 744.96290114700003, 7762.8570038400003, 0.0, 0.36214416262600002, 0.60004394504000003, 0.87269790764999999, 1.0816835608199999, 1.1769418756600001, 1.3339406513100001, 1.5379932977899999, 1.64092011303, 1.8114937983699999, 1.92478153605, 2.0791194022399999, 2.18522431294, 2.3239286241100001, 2.4474903603299998, 2.56875405118, 2.6706112235399999, 2.7868128103399998, 2.89962589709, 3.0247650187300001, 3.1799188214799998, 3.3163269799299999, 3.4326557716099999, 3.5761530940699999, 3.6698664516599999, 3.8395536775700001, 3.9742173052399998, 4.0666621486399999, 4.1860672163199997, 4.2677782405900002, 4.39398556059, 4.5599359743100001, 4.7182993929599997, 4.8549576225899997, 4.9793340551199998, 5.1106161380800001, 5.22653369925, 5.3697032505699998, 5.5502664604199996, 5.6901435710500001, 5.81186063054, 5.9447132463900001, 6.05627291431, 6.16844943146, 6.3088485415099997, 6.5158703652999996, 6.6663173981500004, 6.7889778856399996, 6.92685753591, 7.05832274623, 7.2113778586999997, 7.3735471867099998, 7.4967882360999996, 7.67708191997, 7.8383618689299999, 8.0007809638400005, 8.2598039090000004, 8.4646047196400005, 8.6068680876200006, 8.7919284529800006, 8.9449623581599997, 9.1615349379200008, 9.3168642346000006, 9.4680652743600007, 9.7295350278099999, 9.9208554836600005, 10.0769753157, 10.1731120514, 10.3276036073, 10.6154476322, 10.8889357781, 11.016681222400001, 11.166106582099999, 11.3010656278, 11.460114477099999, 11.6049507496, 11.754826317499999, 12.128326894900001, 12.393725440500001, 12.601959282999999, 12.929220557000001, 13.2033834409, 13.496651655100001, 13.6720510495, 14.0106799329, 14.2715969553, 14.4738353905, 14.887431385199999, 15.0448999294, 15.3053817024, 15.6545606815, 15.9636364194, 16.322553926800001, 16.694194434500002, 17.030383725899998, 17.430560569699999, 17.700358551699999, 18.117532589300001, 18.425291790799999, 18.722525176000001, 19.151242618000001, 19.5588949566, 19.985716502399999, 20.4476355348, 20.9045258441, 21.276626095099999, 21.575188439600002, 22.0493676255, 22.446726857400002, 22.7039434454, 23.13535392, 23.679737149400001, 24.0913996564, 24.592582522600001, 24.846344199699999, 25.1692127267, 25.707613397399999, 26.060921460599999, 26.402713800499999, 26.7672555555, 27.323489971800001, 28.1384294904, 28.886585523400001, 29.625952655700001, 30.049929096700001, 30.912490141700001, 31.7116329208, 32.432935618400002, 33.0836818525, 33.756748210399998, 34.448977073899997, 34.967596885500001, 35.526411413300004, 36.153337627600003, 37.193655335499997, 37.865997652899999, 38.746337718900001, 39.2502404719, 39.9758412025, 40.513914754399998, 41.377973330099998, 42.134772359599999, 42.670801806599997, 43.359820479100001, 44.8475078349, 45.403055004400002, 46.8336235847, 47.7113874912, 48.6941028253, 49.650345725199998, 50.665570570200003, 51.724056971300001, 53.992577544, 55.575370979100001, 57.251984441700003, 58.745608337299998, 60.1648035049, 61.246203909800002, 62.419975842699998, 63.422574513400001, 64.876159087000005, 66.885247274500003, 68.391010214800005, 69.915828121700002, 72.4871931144, 74.172952607699997, 75.652527461199995, 78.468287273000001, 80.721637548800004, 83.956121732200003, 87.163249777199994, 88.897109974100005, 91.2752939664, 93.173034590599997, 95.435791827200006, 100.344464677, 104.832073959, 109.276679528, 112.578422989, 114.53132503400001, 119.746495774, 124.493025184, 129.95658998100001, 134.31216815799999, 137.89688887400001, 140.67569338600001, 147.559990177, 157.91491644199999, 164.60831501999999, 171.84101301800001, 186.69105907299999, 195.42122663699999, 208.16940782099999, 238.53526263200001, 245.87424240300001, 268.33659908499999, 292.616848678, 312.784421705, 376.69900637799998, 486.40594854400001, 909.54311207000001, 0.0, 0.29947032321799999, 0.52334873310399999, 0.68115226771299997, 0.86995042995600003, 0.98257819082099995, 1.1046843742300001, 1.1768999986299999, 1.2647418797800001, 1.36884910987, 1.4645619499, 1.5759885725, 1.6653002782099999, 1.75269298364, 1.87728664641, 1.9895373943000001, 2.0546833007099998, 2.1563717716299999, 2.2189233742900001, 2.3098127374300002, 2.4206150527000001, 2.4845079548800002, 2.6079748566799998, 2.6769284875300001, 2.7907616607699999, 2.8700892704999998, 2.93034323954, 2.9963469551599999, 3.06834808782, 3.1480022766900002, 3.2256769408800001, 3.30379140374, 3.3884221330000002, 3.4570332483000001, 3.54002670756, 3.6248614990800001, 3.7101075382699999, 3.7687182426899999, 3.8163207208699998, 3.89049827354, 3.9685665546200002, 4.0278252280400002, 4.1485435748499997, 4.2118118690999999, 4.2767713334400002, 4.3538326518200003, 4.4579713825800003, 4.5508743169399999, 4.6676333956900002, 4.74653167618, 4.8197525947199997, 4.9241035310900001, 5.0189077614800004, 5.1005151570300002, 5.2006018753400003, 5.2927488243700003, 5.4001527926900001, 5.4768772282700002, 5.5890430439100003, 5.7009271960400003, 5.80755356372, 5.9548448325700001, 6.0994726695899999, 6.25645276871, 6.3819964031299996, 6.4711966493400004, 6.5880414298299996, 6.7348102011000002, 6.8307196477099996, 6.9337887910999996, 7.1040524671199998, 7.2069620188099996, 7.3301993509400001, 7.4527574858900003, 7.5532437966600003, 7.6852803779599999, 7.8640635376499999, 8.0318076099900004, 8.1796189996499997, 8.3642059418999999, 8.5050041495500004, 8.6533583034700001, 8.7675089334600003, 8.90401831396, 9.0651446520400008, 9.2032868451700001, 9.3704603805200009, 9.5586269002000002, 9.7223680241999997, 9.9347655253599996, 10.098260913100001, 10.255212992300001, 10.4208240003, 10.5811816078, 10.765906323299999, 10.957390713400001, 11.087388472400001, 11.328556388399999, 11.528238631900001, 11.7872480683, 11.915456216899999, 12.1248574875, 12.422258492999999, 12.630647267100001, 12.8227992595, 13.1516423519, 13.4269728621, 13.7263917941, 13.910454382299999, 14.1519663254, 14.338029858300001, 14.560423425, 14.770007548300001, 14.9841095141, 15.334444082699999, 15.4948694147, 15.855824070500001, 16.241262736900001, 16.5489680156, 16.821966605299998, 17.034108685700001, 17.2704823658, 17.5373816422, 17.870520279099999, 18.260020296, 18.612564062099999, 18.852361614399999, 19.4196515169, 19.842134040099999, 20.208065711, 20.730183175899999, 21.211762532200002, 21.724835097900002, 22.113935455899998, 22.527518860600001, 22.952535640800001, 23.578085247400001, 24.165234135199999, 24.660451264300001, 25.101613714700001, 25.726113937200001, 26.0893457106, 26.669907244299999, 27.169577979900001, 27.596626516000001, 28.329601780800001, 28.779048282000002, 29.224608145400001, 29.781331889800001, 30.432540589399999, 31.415359296199998, 31.9605897486, 32.492956216000003, 33.285631429200002, 34.070187818800001, 35.060381063199998, 35.680990641100003, 36.895345624699999, 37.869889303100003, 38.7151898057, 39.673959652199997, 40.7449007739, 42.072602957599997, 43.253042370099998, 44.872848970500002, 46.556160648899997, 48.1796820673, 49.545397762699999, 51.074845857200003, 52.800367472799998, 54.781904047099999, 56.6419800444, 58.294167776899997, 59.890254052499998, 62.933262895200002, 64.383209257600001, 66.273695300300005, 68.879466623300004, 71.737383912400006, 73.694424811299996, 76.676559064200006, 79.509307012099995, 82.2830341003, 85.991392160700002, 90.717177404200001, 94.429171780900006, 97.473571158699997, 102.467911147, 107.546301419, 114.342831581, 121.31476895, 126.05533253199999, 137.91440966299999, 144.79876003499999, 163.923571595, 181.508527445, 213.04454604899999, 245.38055141000001, 301.25496328499997, 332.04731076600001, 25328.083268499999, 0.0, 0.16960710904000001, 0.24797331543600001, 0.30236896744000002, 0.34361899401099999, 0.40999983457, 0.48890969043100002, 0.54342837436299996, 0.60861265194400005, 0.64673129635399995, 0.69004038945699997, 0.73679534547199999, 0.77536960959000001, 0.82841780807499998, 0.90256777434299995, 0.93909860962199998, 1.00410024985, 1.0408385717899999, 1.11535670052, 1.14711502865, 1.15928977273, 1.18798598113, 1.2274534778099999, 1.26769475616, 1.3002205824799999, 1.3310033753199999, 1.3446656342200001, 1.3760840745, 1.39081400794, 1.4505341583, 1.4632661604999999, 1.4984860150399999, 1.5529767251, 1.57864986714, 1.6173517424399999, 1.67533252068, 1.70471580487, 1.7278608476799999, 1.7811033034399999, 1.82818139122, 1.86555208204, 1.8941511847700001, 1.92488230379, 1.95851626987, 1.99363516305, 2.0170055272299998, 2.0586483531600002, 2.0850970425700002, 2.1085030088000001, 2.1283137664099998, 2.16603036339, 2.19060342065, 2.2345184857999998, 2.2714847812799999, 2.2993152139899999, 2.3222064716699999, 2.3498083965699998, 2.3879408831800002, 2.4133674625900001, 2.45645766658, 2.5043169972600001, 2.5332218388799999, 2.5860056276300001, 2.6092200429700001, 2.6593928409799998, 2.7167476183999999, 2.7528966109600002, 2.8165365213600002, 2.8466368258900001, 2.8966874532100002, 2.9315763405099999, 2.9602961735200002, 2.9944957343700001, 3.0486180954200002, 3.1054310960799998, 3.17422308542, 3.22876924922, 3.2476266926499999, 3.2895811744699999, 3.33758062866, 3.3814007836000002, 3.4235448060599998, 3.49735659195, 3.5619485828699999, 3.61508084496, 3.6882879176299999, 3.7441381326799998, 3.8290921697, 3.87138230506, 3.9399367140599999, 3.9855674425799998, 4.03423244708, 4.1224800094800003, 4.1617950069500003, 4.2098466376400001, 4.2671599100500002, 4.3072566201600004, 4.3243450788600004, 4.3957664746200003, 4.4519812552699998, 4.4969306764399999, 4.5152175579399998, 4.56732663911, 4.6752821882199997, 4.7424836408799997, 4.8540575522499996, 4.9112049708600001, 4.9863832664899999, 5.0723492115899997, 5.1341872206300003, 5.1757472919899996, 5.2672883329999998, 5.3193278175799996, 5.3545440009799998, 5.3662639863299999, 5.4478164688200001, 5.51018935901, 5.6222469255899998, 5.7031572715200003, 5.78511780914, 5.87666466639, 6.0267396241600002, 6.1198844067399998, 6.1979622858300001, 6.28159827041, 6.3904158104600004, 6.4453162825900003, 6.5218544413200004, 6.6086381632900002, 6.6725993210399999, 6.8163144940900002, 6.97804495911, 7.0227642352400004, 7.1626846845100003, 7.3423024204600003, 7.5327362668799998, 7.6978310374000003, 7.7611027450999996, 7.88016729875, 7.9472676633599999, 8.1244228188799994, 8.2399482591299993, 8.3372351004799992, 8.5151888904599993, 8.5980587770099994, 8.7064795243800006, 8.9028549639799994, 9.1412099458099991, 9.2928218155500009, 9.5260445012799995, 9.7243731171600007, 9.9194989507500004, 10.158387747800001, 10.358305334700001, 10.8456897256, 11.0126503317, 11.1397484418, 11.3568231431, 11.725070023000001, 11.952829343599999, 12.355631104, 12.741115586999999, 12.9604116418, 13.0782774906, 13.386035293300001, 13.7586242928, 14.065910686100001, 14.481276965199999, 14.8428342578, 15.0857067332, 15.5610363036, 15.9877621903, 16.564935242699999, 17.222646941699999, 17.705236311899998, 18.2065490938, 18.6451801326, 19.1223591105, 19.606893553199999, 20.1404072423, 20.653286086600001, 21.431578720299999, 21.979215851300001, 23.048094735900001, 23.846359740299999, 24.3529984143, 24.985293486700002, 25.965109587899999, 26.669072074799999, 27.831042996200001, 29.685768165100001, 30.986492906100001, 32.7579031852, 34.704015628800001, 39.043339889599999, 43.627269160300003, 50.063241984299999, 55.522634061300003, 63.83632205, 80.274312648399999, 121.666396689] diff --git a/Muon/MuonID/python/MuonID/M_2008_def_chi2s.py b/Muon/MuonID/python/MuonID/M_2008_def_chi2s.py index 8e2a994d544..f1e1444524c 100644 --- a/Muon/MuonID/python/MuonID/M_2008_def_chi2s.py +++ b/Muon/MuonID/python/MuonID/M_2008_def_chi2s.py @@ -1 +1,11 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### M_2008_def_chi2s = [0.0, 0.14444029837799999, 0.22835657018399999, 0.34413732731800001, 0.46587804732900001, 0.65270096936599997, 0.81143218193800004, 1.00226438356, 1.03788125951, 1.24257294992, 1.32793236661, 1.34635418779, 1.4371572854100001, 1.5191327005499999, 1.54602854301, 1.7046681136999999, 1.87758836483, 1.9813264417300001, 2.1146974377399999, 2.1938492694299998, 2.4097221919699998, 2.5070571186900001, 2.6311171881000002, 2.7328195551999999, 2.7736899606000001, 3.0227873463499999, 3.10803398473, 3.1824676694599998, 3.3138417252000001, 3.4291812515900002, 3.50419808407, 3.7101281572199998, 3.8432672208200001, 3.8796565679100001, 3.9915562540499998, 4.0723303682700003, 4.2029321661800001, 4.3768188648899997, 4.4816827669199997, 4.6990199258800001, 4.8084875822399997, 4.8365914296700003, 5.0590152661600003, 5.1248841813699997, 5.1771937064899998, 5.4889247870900002, 5.57813871862, 5.6972377675899999, 5.8456278064799996, 6.06915586574, 6.1204251477299998, 6.17699599008, 6.3172684659999998, 6.4192197959800001, 6.52383433373, 6.6186618180399996, 6.7251587769999999, 6.7866374808999996, 6.8276218028500004, 6.9188765840600004, 7.1331898582499997, 7.2065701539399996, 7.3244993804199998, 7.36483433106, 7.5193634033699999, 7.7822629874100002, 8.2222416265000007, 8.4497457766200004, 8.5930318077999992, 8.7570172042000003, 8.9696132883900006, 9.1272011085100004, 9.4333510895299995, 9.5278688390900008, 9.8002379139299993, 10.062964643999999, 10.572141176200001, 10.796071421700001, 10.9985214683, 11.3182197168, 11.660606036000001, 11.847287044, 12.432752901300001, 12.5532808679, 12.920547884299999, 13.715431382, 13.9427496484, 14.252177361499999, 14.3846625264, 14.6017942841, 14.867988867399999, 15.211408408800001, 15.4524408633, 15.8995520183, 16.278660079800002, 16.607110122000002, 17.2812107494, 17.425166927999999, 17.6847110579, 17.924433366199999, 18.107368758, 18.486488274799999, 18.675113313000001, 18.821461450800001, 19.392315572800001, 20.026821224999999, 21.515140794000001, 22.458730085300001, 22.563704860600001, 23.2879347571, 23.969079893499998, 24.336542956300001, 24.499336477500002, 25.0036717642, 25.774135368900001, 26.0929925969, 26.934629466499999, 27.458541006800001, 27.8422100246, 28.5518247111, 28.965082549800002, 30.702632564599998, 31.123950922300001, 31.264305230000002, 31.965843641500001, 32.212378185600002, 34.283698532999999, 35.219561660799997, 36.755695116600002, 37.138783892900001, 37.986001245399997, 38.621250490999998, 38.9481443707, 39.3726060041, 40.276085332900003, 41.898719000699998, 42.396709494500001, 43.749429257499997, 44.676029422900001, 46.364739487400001, 47.275528738799999, 47.869005850699999, 48.490202586899997, 49.788875049200001, 50.404381347099999, 52.2209766649, 52.7548497923, 53.758555342299999, 56.144346903600002, 58.857197224499998, 61.218540911200002, 62.083264127200003, 62.809329462100003, 64.673596130899995, 70.530443844700002, 71.037859097099997, 74.956651292000004, 75.479775530200001, 77.970753225099998, 78.784135755700007, 83.634030189599997, 87.631048698900003, 89.682360645100005, 91.657671611699996, 93.431100026199999, 96.871787694199995, 98.904758199400007, 100.903126246, 104.97935501800001, 117.211912426, 118.593299874, 123.983293097, 126.40072390500001, 132.90804449300001, 135.77425614000001, 145.645663189, 150.462714554, 154.135665945, 158.670439012, 161.11217567599999, 165.74332436700001, 168.951515621, 173.84826456100001, 184.64661891700001, 188.990674536, 195.25008580400001, 200.52870912200001, 208.31911763799999, 223.21659264900001, 234.232880967, 297.24728825900002, 321.93167475199999, 332.08151963699999, 346.34478154800001, 377.30757977899998, 403.47421662800002, 425.16143535399999, 572.37340253299999, 766.55659324999999, 1611.5984637199999, 1611.5984637199999, 0.0, 0.083813974438700006, 0.31831933895699999, 0.34638794272399998, 0.46455080305099999, 0.49519963016099999, 0.54548279077600004, 0.56403794228199999, 0.60837298377799998, 0.68118756294600002, 0.70071771432399999, 0.78976831924699997, 0.81703862518199999, 0.83363911177799999, 0.89857941080399995, 0.94493515463400002, 0.99107239417899995, 1.0238060094799999, 1.0799844142199999, 1.11400208909, 1.1685453374400001, 1.18519938288, 1.22148339123, 1.2645577512499999, 1.3045626778799999, 1.3391777624900001, 1.3826642013199999, 1.4644506572, 1.5099094374299999, 1.5888224991, 1.62182558706, 1.65137395874, 1.6991401368100001, 1.7758428480799999, 1.8277920540999999, 1.9017455410199999, 1.9705532488599999, 2.0324665469399998, 2.0752937413999999, 2.1185145273899999, 2.1611322415299998, 2.1917842756499999, 2.22729976286, 2.2777275853000001, 2.32665524011, 2.3543342053699998, 2.3935181153, 2.44446825618, 2.50093820286, 2.5844026906000002, 2.6884797637600002, 2.78657713546, 2.81180130111, 2.84116667305, 2.9014197632199998, 2.9952091375399998, 3.0386348574599999, 3.0956021427799998, 3.1328046143999999, 3.1631373405500001, 3.2039828237700001, 3.29405069373, 3.3496993056400002, 3.4055971771900002, 3.5073893196000001, 3.5755835925800001, 3.6580199126399999, 3.7782186004999998, 3.8741030635099998, 3.9119985650200002, 3.9699909851999999, 4.0132311662099998, 4.07009700397, 4.1555761906299997, 4.2241691161799997, 4.3896744175800002, 4.5146783570400002, 4.6155145535499997, 4.7783116523600002, 4.8822447657900003, 4.9863031398300004, 5.0556875698599999, 5.13217451548, 5.1928716528900001, 5.2987216440799996, 5.4584561742300002, 5.6054585689499996, 5.7579579032500003, 5.8452201175000003, 5.9593969184300004, 6.1479798348300001, 6.2484864308999999, 6.3722452057199996, 6.5705963806599996, 6.6811287682699998, 6.7311130873599998, 6.7864435351600001, 6.9196277988999997, 7.1929613935300001, 7.3441277346099998, 7.3800960628999999, 7.4749874111999999, 7.6512577099200003, 7.77153906732, 7.9243829575799998, 8.2024869676600005, 8.2599528374899993, 8.4119253626999999, 8.5469992409900009, 8.9001784810399993, 9.2121022677299997, 9.2412472507699999, 9.4431345314800001, 9.6680036066100001, 9.7816077025699997, 9.9566055535700002, 10.359764716899999, 10.506972293900001, 10.7808329052, 11.3592743902, 11.7111644662, 11.8605742172, 12.291120808400001, 12.5270770795, 12.7952635728, 12.9362140074, 13.4529548967, 13.5501939602, 13.8515392309, 14.251817031, 14.6798102809, 14.9162575219, 15.3044645221, 15.963210610899999, 16.293018033300001, 16.528628889099998, 16.769307273999999, 17.050491132000001, 17.233636284700001, 17.435953831300001, 18.114197076100002, 18.209546654099999, 18.677206457099999, 18.876676305499998, 19.277115787700001, 19.603010971100002, 20.061147162099999, 20.558554522000001, 21.1117685004, 22.012839372799998, 22.378322630900001, 22.859288315200001, 23.142180705200001, 24.245079698800001, 25.9020405244, 26.507190805699999, 27.4739929789, 27.988361249099999, 28.8421369677, 29.731031435799999, 31.265395005199998, 31.947761314699999, 32.3600162185, 33.960158921500003, 35.2205479892, 37.329919228900003, 38.591860211300002, 39.653380662899998, 40.416668255899999, 41.847439486799999, 42.946435578200003, 44.555593529500001, 46.195425314700003, 48.272380437999999, 50.7171113769, 54.108838268299998, 57.192427144600003, 60.232285910500003, 61.154227242799998, 66.058563735700005, 68.912059708300006, 72.377827169900002, 74.8258152975, 76.523326659299997, 80.2223354204, 83.911959833699996, 89.242198798399997, 91.759192939900004, 100.917764795, 108.556622026, 117.397361636, 128.654564397, 132.220775344, 146.851921275, 158.21656178999999, 195.59053564300001, 220.40862631100001, 243.67073925299999, 279.44509449999998, 385.39670284599998, 2229.5014584, 0.0, 0.134568667089, 0.22096714722800001, 0.241982365309, 0.282582147299, 0.30887973543699998, 0.35848485966299998, 0.41670345418499999, 0.45274913222000002, 0.49984586837299999, 0.54693631356799999, 0.57642906524899995, 0.60428947073799999, 0.64551627763399999, 0.67184177451600002, 0.70559205139299996, 0.73195413388499997, 0.75941154288699997, 0.79316878417600001, 0.82828163530300003, 0.84996727554600005, 0.86244322276499996, 0.884092879818, 0.90053656979100005, 0.92189301683699998, 0.937781050186, 0.958448778068, 0.975518145216, 0.99972035165499995, 1.01410165008, 1.0561167276200001, 1.07137630702, 1.0888616342999999, 1.1214366313199999, 1.14842012372, 1.16675344893, 1.1928671069600001, 1.21185202445, 1.2444492257999999, 1.26555362339, 1.3020670717, 1.33144019427, 1.3700782606599999, 1.3922490459600001, 1.4214195703900001, 1.4412309995599999, 1.4713854851299999, 1.4981194360000001, 1.5156807782599999, 1.5353937789600001, 1.58193085489, 1.6363825813699999, 1.6679066542700001, 1.6953948491199999, 1.7432788369000001, 1.7757706818400001, 1.81420953428, 1.8369562966299999, 1.86603816317, 1.9079331429399999, 1.93559913056, 1.96441828434, 2.0090532694099998, 2.0388004444800001, 2.0592603576499999, 2.0856426528799998, 2.1175114071599999, 2.1825469443399999, 2.2474604253599999, 2.2749390467700001, 2.3121411416000002, 2.37177298826, 2.4274122023400002, 2.5181769644699998, 2.5418057541599999, 2.6434630075899999, 2.6747329533199999, 2.7266999242900001, 2.7654445970700001, 2.8140457094300002, 2.8559643406999999, 2.9061498475100001, 2.9702744923500002, 3.0318004993800001, 3.0771937025499998, 3.1682821350100001, 3.21259901675, 3.2495167992399998, 3.2811541713699999, 3.3233868123799999, 3.3736627766299998, 3.4058671494200001, 3.4805577671700001, 3.5668223714799998, 3.6084238266100002, 3.6537321290999998, 3.7175778126500001, 3.7450147871700001, 3.86111106714, 3.9410134870100002, 4.0067546356400001, 4.1423679617299998, 4.2024818847300001, 4.2596486695399998, 4.3063451426699997, 4.3689910892499997, 4.4722054954099999, 4.5632364049399996, 4.6512485022599996, 4.6978386313799998, 4.7798445058399999, 4.8531420455600003, 4.9717578546299999, 5.0417112146500003, 5.17081749886, 5.3019735577100002, 5.3705152383400003, 5.5084455462199999, 5.6182818515299999, 5.70571954448, 5.8223915078699999, 5.9441571869700001, 6.0647963728700001, 6.27675467201, 6.3795693788000003, 6.4992010115000003, 6.7279283143099997, 6.83719902118, 6.9670805423799997, 7.1376257228400002, 7.3185795684699997, 7.4174379003000004, 7.6252542819300002, 7.7560876076699996, 7.97791101428, 8.1287972523200001, 8.2935032606900005, 8.4263936568899993, 8.7299676982999994, 8.9000309257799994, 9.2106417444800002, 9.4067341973099996, 9.6877599453100007, 9.8288098032200004, 10.1462267898, 10.4430670065, 10.7710082101, 10.9083004672, 11.0537899029, 11.351140496499999, 11.538958771800001, 11.919288993, 12.375346950699999, 12.6154005045, 12.9524855025, 13.285189669299999, 13.649405117900001, 13.802655147899999, 14.3746878025, 14.8989750379, 15.0686452095, 15.44874785, 15.955460911599999, 16.199894288199999, 17.0458946378, 17.5301252159, 18.4112497281, 18.916626085899999, 19.3485479418, 19.9851877306, 20.604288900899999, 20.943333255799999, 22.112819051599999, 22.959668231999999, 23.9954402314, 25.035153965599999, 25.796351962900001, 26.3445116589, 27.598244108500001, 29.492678119099999, 31.494753701, 33.570886100899997, 35.411126519100002, 38.343129207700002, 40.297936357899999, 43.269089215000001, 46.554746459699999, 50.1438786354, 55.452409753200001, 63.874460149000001, 67.985459050900005, 72.783745624700003, 78.750906101200002, 87.178006099399994, 99.277342007100003, 112.32447045000001, 150.08323985000001, 191.04328713300001, 243.74940976799999, 298.61209890999999, 610.57351237299997, 0.0, 0.14365451929100001, 0.18957677402299999, 0.22199376087, 0.23947365917300001, 0.27923813419900001, 0.30376922239699999, 0.34130260137399998, 0.37018363348299999, 0.39852502592, 0.42043849640699998, 0.449086279049, 0.48566461460900001, 0.51522238701900003, 0.53527463838099998, 0.55878126111399995, 0.57558991560799999, 0.60170381902000003, 0.61440597833099997, 0.62492627680099999, 0.64456984690600005, 0.66038800753100002, 0.67204091430099999, 0.68713981404900004, 0.69934187376699997, 0.71638006601299997, 0.73072718468300002, 0.75753415419600001, 0.76939140872400003, 0.79364917250900002, 0.811751128298, 0.82030423753799997, 0.84036478778699997, 0.85629058780800005, 0.88242755870699996, 0.90879942564799998, 0.92603904590499997, 0.93855599609700002, 0.95967573616799995, 0.96617694541400001, 0.98792001044, 1.00156976046, 1.01153057626, 1.0353518346699999, 1.05486723045, 1.07085911512, 1.09910531917, 1.11522376431, 1.1305179753100001, 1.1546508204399999, 1.1781173432600001, 1.19157394455, 1.2190490331999999, 1.24787505864, 1.27361506734, 1.2980636222699999, 1.31518378894, 1.3450052218399999, 1.3740854471799999, 1.39558556012, 1.41519699656, 1.4321123741399999, 1.45909622379, 1.4759330072700001, 1.4910300726400001, 1.51232373124, 1.5490811046699999, 1.5782570548899999, 1.6116668459000001, 1.62617849191, 1.6591646731, 1.69383967991, 1.72149942318, 1.74810559857, 1.7978507557100001, 1.8196064275499999, 1.8439294053699999, 1.85951442745, 1.89107086338, 1.93673967856, 1.96033355989, 1.99524000334, 2.0280809922900001, 2.0465420455199999, 2.0660751500700001, 2.1082666292100001, 2.1419500113600001, 2.1692545932899998, 2.1918809811900002, 2.2313430406800001, 2.2895699616299998, 2.3198331260499998, 2.3513058338000001, 2.4080887408899998, 2.4815537977800002, 2.50851999576, 2.5617387306700001, 2.6055769623199998, 2.6324085179700001, 2.6961178878899998, 2.7413602155099999, 2.7712317948799998, 2.8112071562300001, 2.8581867699200001, 2.9190632974400001, 2.9439800057899999, 3.0104094840100002, 3.05330503281, 3.10048262834, 3.17539590266, 3.24511619487, 3.3056217356499999, 3.3894902835899998, 3.4335423889599999, 3.4854372314700002, 3.5606476568300001, 3.6043560751500001, 3.66406156029, 3.7660563649099998, 3.82560813033, 3.9466078971199998, 4.0283572412000002, 4.07714877006, 4.1552108679300002, 4.2392816813699996, 4.3147199438200001, 4.3721369730999999, 4.4555652323799997, 4.5860495006899997, 4.6665459593199996, 4.7624381582100002, 4.8488614634399996, 4.97179759557, 5.0150206490000002, 5.1053040689999998, 5.2812791639799999, 5.3716757235900001, 5.5829288018599996, 5.6518465465299998, 5.7620823724100001, 5.8560109031899996, 6.0128804814499999, 6.1465396667499999, 6.2414128574400003, 6.3854761500099997, 6.5447042531899999, 6.7541882725000004, 6.9854005143200002, 7.1367012840399999, 7.3218030112200001, 7.49946696682, 7.6472229734199999, 7.8443990144000004, 7.99745891313, 8.1776134189099992, 8.3773452967500006, 8.5328760252000002, 8.7514477358700002, 9.0436490880000004, 9.2332685611399992, 9.5356141275600006, 9.7666024864200001, 9.94823040132, 10.300958636400001, 10.771366926100001, 11.085233969500001, 11.3324457523, 11.7174375167, 12.143472104400001, 12.303553276000001, 12.6481061467, 12.833583689599999, 13.203659956699999, 13.5986055699, 14.043362878, 14.626177334199999, 15.0760755417, 15.580834984399999, 16.312841933200001, 16.9821347018, 17.9935383499, 19.206358017199999, 19.9097935496, 20.7049210144, 21.193393770899998, 22.4118111278, 23.293576085200002, 24.460751301199998, 27.218111206700002, 28.9534668252, 31.141828193399999, 33.063105836200002, 36.594408596199997, 41.9655259134, 50.634196787, 57.4170436749, 66.004841056100005, 79.707781310800002, 93.567004987600001, 129.369356154, 263.52530093899998, 0.0, 0.099110105290900002, 0.152330008962, 0.19277005116400001, 0.21849998202900001, 0.23666692719999999, 0.257596221751, 0.27451854288499999, 0.29857050680000002, 0.31354284220099998, 0.33022769626800003, 0.33745039990999998, 0.34950560680999998, 0.36896880619099998, 0.38855134185000001, 0.41755081359899998, 0.425150061144, 0.44306593384300003, 0.45497931754199999, 0.480210732157, 0.49961199725900002, 0.52519732628100002, 0.54104302118299996, 0.55456165182600003, 0.57645288194699995, 0.58830880718699996, 0.61047699977699998, 0.62243525124499999, 0.64059305866600003, 0.64864591793299997, 0.66076567911499995, 0.67269456457499999, 0.69062452712199995, 0.70930687903199996, 0.72584855411399996, 0.74121377368600005, 0.75125743091999997, 0.77150265368000004, 0.78324441542400003, 0.79888631364700002, 0.81247216458500005, 0.83204971232799996, 0.84425730939599997, 0.85740264943900002, 0.87520806795200001, 0.88821997325500002, 0.90285273820699996, 0.918029579805, 0.92615377290000001, 0.944808560001, 0.95843032520799998, 0.96908459648199996, 0.98091068958799998, 0.99546224846599995, 1.0114143418099999, 1.0370041029999999, 1.05163455603, 1.06941917585, 1.0849323260699999, 1.09786891934, 1.1200484481799999, 1.1401856044400001, 1.1614766378400001, 1.1779927836999999, 1.18794131464, 1.19800995642, 1.2153169910399999, 1.23620743467, 1.2464006441, 1.28309014464, 1.30117129963, 1.3139480025800001, 1.32973840183, 1.34585218726, 1.36483113807, 1.3880086518200001, 1.4038694678400001, 1.4269838991299999, 1.4531887240500001, 1.4761551228100001, 1.49140958787, 1.50497619744, 1.51748249595, 1.54755568638, 1.56624981363, 1.5996976922199999, 1.6270535823300001, 1.64604277857, 1.66675355419, 1.69387124571, 1.7124303672300001, 1.7402106696399999, 1.7770409733200001, 1.79456862305, 1.8202531872000001, 1.84460821986, 1.86760077894, 1.89650572807, 1.9192579590500001, 1.95188224797, 1.96482546943, 1.9921085106, 2.0131483132499999, 2.05544343578, 2.0827595529899998, 2.1347983483699999, 2.16760564415, 2.2014516721900002, 2.2315870739900001, 2.2636169272100002, 2.30995438871, 2.3374033408299999, 2.3738865256000001, 2.3951038330599999, 2.4431717219700002, 2.4826850222400001, 2.5185317615099998, 2.5638428795100001, 2.6284306548999998, 2.66623660644, 2.7096591116400002, 2.7586335740300001, 2.8025663346699998, 2.8401708445299998, 2.8783352938300002, 2.9063543000399998, 2.9593598772399998, 2.9957288325500002, 3.0605506942799998, 3.10955011278, 3.1789052606700001, 3.2428513432099999, 3.3274186461299999, 3.4074444667899999, 3.4504525115, 3.52884017973, 3.5708077150699999, 3.6772565091299998, 3.7474521798599998, 3.8121617114599999, 3.9240511321899998, 4.02413852901, 4.0815085453500002, 4.1825546762599997, 4.2751667515599996, 4.3741820336400004, 4.4834872676200002, 4.5686814128700002, 4.6358562892300004, 4.8094489254399999, 4.9654168327999999, 5.1314477165500003, 5.25148158988, 5.4403573194500003, 5.6010313900300002, 5.7161651882199997, 5.8958565355000001, 6.0361890974200003, 6.16740467168, 6.3041850958600003, 6.44114745164, 6.60541649452, 6.7974616801999996, 6.97815602873, 7.1388403799600004, 7.4314686713300002, 7.8384931901600003, 8.2177028271400001, 8.6453372183900008, 9.1543142843100007, 9.3764541677899995, 9.7962854173, 10.1633267175, 10.574689812400001, 11.0937462194, 11.4000754819, 11.9914359538, 12.3258902671, 12.7457696507, 13.361289611, 14.0129741907, 14.632251501600001, 15.099323370900001, 16.134748603599999, 16.802461663300001, 17.854647673100001, 18.834756072000001, 20.042735115799999, 21.573609706300001, 22.868457402400001, 24.574192288399999, 26.8474848352, 30.083792871499998, 34.499075183899997, 38.6709205943, 44.689686852000001, 52.857340428500002, 72.813133754999996, 91.564507002300005, 158.818628891, 939.11373358000003, 0.0, 0.071205885244299993, 0.099254028698600005, 0.14849104281600001, 0.17292354310999999, 0.20032666224500001, 0.226406277543, 0.23815469487599999, 0.26703405121599999, 0.28197072629300002, 0.296082146193, 0.31125854952699999, 0.32554466413499999, 0.33804933218900002, 0.35118970952299999, 0.371085578114, 0.39491385706400001, 0.413740038782, 0.42221028600999999, 0.44225862765200002, 0.458189520006, 0.48022475118199998, 0.49685298807599998, 0.51500317491299996, 0.53482118753700003, 0.55247938228399995, 0.57330658115499999, 0.58475963165199996, 0.60106501656199995, 0.62413217304400004, 0.63793653903699998, 0.65128873183500002, 0.66636704386000001, 0.67951755835000005, 0.68956025540200006, 0.70245093627400002, 0.71504184012600003, 0.73014210840100002, 0.74713784886300005, 0.75935155136999999, 0.77523714645700004, 0.78405425336400003, 0.79615963931099998, 0.81110455864499997, 0.82545864838799998, 0.83566202986100002, 0.85063666826600004, 0.87077765663700002, 0.88045508705099995, 0.89294081845100004, 0.90498155226699994, 0.91781500438800001, 0.93111410315300003, 0.94545406555199996, 0.95838819225799998, 0.96877608392100001, 0.98476526685599997, 1.0010342642000001, 1.0119849276699999, 1.03464783319, 1.05455213715, 1.0711504321800001, 1.08010453195, 1.1004877825999999, 1.10818262538, 1.1246761488799999, 1.13470825936, 1.14750678231, 1.1632448283100001, 1.18449169262, 1.2011657527599999, 1.2152811055699999, 1.2364506326, 1.24964319272, 1.2661037937899999, 1.2785791013300001, 1.2962377117699999, 1.3138558072099999, 1.3362693854300001, 1.34951663893, 1.3637686600700001, 1.37717976853, 1.3942209300999999, 1.4185816293, 1.43866597309, 1.45276157482, 1.48127714521, 1.5023296186499999, 1.52673585641, 1.5503318122600001, 1.5888091586999999, 1.6062719352799999, 1.6295964377400001, 1.6612388523299999, 1.6812256221899999, 1.70508917316, 1.72112188896, 1.74686294045, 1.7609156044800001, 1.7888509017400001, 1.8132839677799999, 1.8432731273, 1.8705117570000001, 1.89982085224, 1.9362197326199999, 1.96069015259, 1.9880007387600001, 2.0201535914000002, 2.0573265057399999, 2.0987964366999998, 2.13211771373, 2.1622274845799998, 2.1903685766800001, 2.22533347206, 2.26089786499, 2.3105003291199999, 2.33786317109, 2.37516129651, 2.4193923972300002, 2.4579148222399998, 2.5029183158800001, 2.53381912593, 2.5677307283899999, 2.6162502017999998, 2.6750579269800001, 2.7203789138199999, 2.7458139153899999, 2.8254724574300001, 2.8565396273200001, 2.9040559269499999, 2.9651085310499998, 3.0196812095999999, 3.0843657504699999, 3.1558869808600001, 3.2223894339400001, 3.2603729802400001, 3.3614620894799998, 3.4362647479800001, 3.53920130259, 3.5756943688499998, 3.64101261846, 3.7233677998300001, 3.8016940916299999, 3.9106972227400001, 3.9990351336300001, 4.0897762814999998, 4.1774051907800001, 4.2798115401099999, 4.3711459042799996, 4.4838086749199997, 4.5942578656300004, 4.69725646861, 4.8356147641699998, 4.9568908200199999, 5.0559387430399996, 5.1307907403700002, 5.29064241813, 5.4495402731300002, 5.5692069479899997, 5.8023798879999999, 5.9217137438199998, 6.1545111640699997, 6.2686946022500001, 6.4619248209700002, 6.6102067457500002, 6.8760747683199996, 7.1590374621899997, 7.31422994403, 7.6196963320300002, 7.9330981866299997, 8.3005559691100004, 8.5080589881200002, 8.9030525835399992, 9.3843270585099994, 9.88649146809, 10.279354769599999, 10.603107312100001, 11.1118716186, 11.4784714402, 12.035536117199999, 12.847959552400001, 13.415735074900001, 14.1791106731, 15.0355747631, 16.9356357166, 17.805067612999999, 19.342641049299999, 21.009071134500001, 23.1764543914, 25.379614414799999, 27.885782949300001, 29.619482312399999, 33.254904224999997, 36.867160964200004, 40.4774911481, 50.2787838733, 62.180321216899998, 80.798575822199993, 94.584243390899999, 131.07441246799999, 532.11553542800004, 0.0, 0.066750493128400007, 0.10229228903, 0.14064849221799999, 0.16816604212, 0.185917820027, 0.21145207109799999, 0.22637409875299999, 0.23827441847700001, 0.25325002214100001, 0.282002121386, 0.29459754431500002, 0.309921025947, 0.32256024829399998, 0.33607649321799998, 0.35308583886400002, 0.366974488228, 0.38834215578600001, 0.407453141593, 0.42152609543199998, 0.44240079751299999, 0.45519187153599999, 0.46297707882400002, 0.47982221228700001, 0.49667630123599998, 0.508498258634, 0.51689250307900003, 0.53635170713299996, 0.55035959890200004, 0.56783201126299998, 0.58585694882899997, 0.59530161133699999, 0.60864863465700003, 0.61872677583699998, 0.63314266869000002, 0.64227626695200002, 0.66366778123400005, 0.67270302950299998, 0.68420389566899997, 0.69282668375900003, 0.70143224682899996, 0.71443579991700001, 0.72615598912400003, 0.73642045277699997, 0.74797476862599999, 0.75717018072300002, 0.76798353829599997, 0.77486375038599997, 0.79414765885500005, 0.80854204945800001, 0.82112865231700005, 0.83235531435499999, 0.84902111566299998, 0.85542717883200003, 0.85897397230799999, 0.87704088496099997, 0.89151271520300002, 0.90700102609599997, 0.920719450271, 0.92891160690200003, 0.938857619857, 0.94825684266300003, 0.95986000285999995, 0.96960811962399995, 0.989941122374, 1.00360008757, 1.02107596077, 1.03643638202, 1.0502377328700001, 1.0717680324100001, 1.0865864964900001, 1.0954103929900001, 1.10647648545, 1.11919554073, 1.1348944810799999, 1.1478893503600001, 1.1583683144100001, 1.17725367471, 1.1977476949200001, 1.2115494448899999, 1.2227006682499999, 1.23641648061, 1.2453807854500001, 1.2593987794899999, 1.26998244399, 1.2869142286699999, 1.30049557207, 1.31446944898, 1.3295110779099999, 1.3446024810899999, 1.3719517782999999, 1.3907558123199999, 1.40705250973, 1.4264556633200001, 1.4396767485499999, 1.46991083644, 1.4987499147300001, 1.51363764814, 1.5369634294400001, 1.55497159429, 1.58019513401, 1.58671558905, 1.6122642631099999, 1.6513557926, 1.68400062899, 1.7089437540000001, 1.72753924255, 1.7453552720800001, 1.7758454361, 1.7994335997999999, 1.82770292952, 1.84731671466, 1.8985423459799999, 1.9145465641699999, 1.9448048626000001, 1.9916997561000001, 2.0178550764300001, 2.0361698775099999, 2.0577739526799999, 2.0831203668899998, 2.1103632127899998, 2.1537354568799998, 2.1788561526999999, 2.2045213341899998, 2.2224788538400002, 2.2635629295799999, 2.3165276562799999, 2.34821085414, 2.3981207218199998, 2.4198916383700002, 2.4597388271499998, 2.5017065354999999, 2.56256913084, 2.60073239413, 2.6306494736500001, 2.6860626220700001, 2.7343736190899999, 2.8116594856499999, 2.8637335040699998, 2.9264728333900001, 2.9955476839699999, 3.05285386085, 3.1356878770200001, 3.2072182033300001, 3.26764142152, 3.3485823077900001, 3.4312097504199999, 3.4816563758900001, 3.5584231314100001, 3.6375811375099998, 3.7335599506700001, 3.8014008857100001, 3.8705553019300001, 3.9806979118000001, 4.0971698101299996, 4.1749168167999997, 4.3083366103599996, 4.38165849577, 4.5310804208600004, 4.6613092856899998, 4.7803056653900002, 4.9095209439899996, 5.0546229367600004, 5.2110820221100003, 5.3463510691199998, 5.52429734599, 5.6756130707899999, 5.9685799046800003, 6.1860199186999996, 6.3195153450500001, 6.6566660244499998, 6.9673972764899998, 7.26908683037, 7.6488825007600001, 7.8611350773700002, 8.2320652147600004, 8.4210908255200003, 8.9496041073600008, 9.5584199425000005, 10.1439245514, 10.6423118073, 11.0791716855, 11.838823182500001, 12.7106408238, 14.1580993885, 15.148907718, 15.904843132, 17.434395016500002, 18.518727628800001, 20.121463138599999, 22.7076019362, 24.3760430058, 27.247058263300001, 30.661631466599999, 33.079547519400002, 39.127879890599999, 48.943565214800003, 59.4575606151, 91.335874697400001, 141.45432793200001, 411.661489776, 0.0, 0.069952231864699996, 0.103404633578, 0.125014068162, 0.146010270449, 0.16359155444599999, 0.178864568833, 0.19599840432599999, 0.21261593381499999, 0.22711972642700001, 0.243111674684, 0.25767461785399998, 0.27180823360799999, 0.28563106170000002, 0.30065227522400001, 0.31466033367599999, 0.32740274431499999, 0.34144162964000002, 0.35392977821499999, 0.36739586603699997, 0.37668601825699999, 0.38997906091099999, 0.40341912954199999, 0.416373727157, 0.426895908682, 0.43977830899800002, 0.45258671966300001, 0.466514605217, 0.477389064152, 0.48977333283500002, 0.50163197604999998, 0.51199626571900003, 0.52444304417700005, 0.535756267392, 0.54517617178599997, 0.556723976482, 0.56923743022399997, 0.58148013003300003, 0.59338244193300005, 0.60349023988499995, 0.61844448197599999, 0.63082462731599998, 0.64077938591500005, 0.65387489192500003, 0.66469357132100004, 0.67819373925399995, 0.68727074573400004, 0.69848718075600003, 0.71043795726600001, 0.71961915177299995, 0.72969713364300004, 0.74107602282600005, 0.75606721670699994, 0.76643518425500001, 0.77845497049099999, 0.78839543992500005, 0.80132022172700001, 0.81246877456, 0.82543482006900004, 0.835142423425, 0.84674802068300004, 0.85967143818799996, 0.87125300477599998, 0.88408451673499999, 0.89664194416599996, 0.91062205430599996, 0.92119895144599995, 0.93242997074199996, 0.94571219445300003, 0.96041450364400005, 0.97224013435699996, 0.98495533130900004, 0.99919196810900002, 1.0129236124100001, 1.02562802722, 1.0390578098300001, 1.05327349462, 1.06699289985, 1.08003878786, 1.0911503311699999, 1.10287478431, 1.11752324595, 1.1314149261899999, 1.1474113539199999, 1.1623424598800001, 1.1809099334199999, 1.19698636893, 1.21181796755, 1.22544671282, 1.24244196167, 1.25768137753, 1.2753336486, 1.29073541071, 1.3028499501799999, 1.3187969502100001, 1.33382177937, 1.35329432786, 1.3654396608399999, 1.3831852898699999, 1.4053731868899999, 1.4244601671899999, 1.4458595538900001, 1.4624828517299999, 1.48424757851, 1.50258889287, 1.5267644454, 1.54442727619, 1.56845111196, 1.5867698647199999, 1.60842558029, 1.6313088751, 1.6534369558899999, 1.6753389600899999, 1.69620207473, 1.7204189063699999, 1.7419530680599999, 1.76805842778, 1.7922030172000001, 1.8188034212699999, 1.85148643519, 1.8773786266000001, 1.90256305862, 1.9386203775399999, 1.9687813707199999, 1.9981566611499999, 2.0245303042499998, 2.0584208427499999, 2.0946946719900001, 2.1348120365500001, 2.1791471443199999, 2.2224520832399999, 2.2595687931800001, 2.3106923875200001, 2.3553963857400002, 2.3983286546599998, 2.4436515071799998, 2.4865189620699999, 2.5405446707500001, 2.59421388661, 2.64091695706, 2.6996385735900001, 2.7473734419100002, 2.8035977565799999, 2.8535299568900001, 2.91542786179, 2.9893281334399999, 3.0516305485699999, 3.1163028661999999, 3.1947678399299999, 3.2663049222699998, 3.3339853805400002, 3.40237096205, 3.4768322926400002, 3.5806851899900001, 3.6801840510099999, 3.7872722453700001, 3.8916915748699998, 3.9917050980400002, 4.0940578914500003, 4.19602458524, 4.3323371208100001, 4.4338250448399998, 4.5732353526800003, 4.7071896650899996, 4.8371637819700002, 4.9861306159599996, 5.1247005951200002, 5.2989900989100001, 5.4331191858299999, 5.5988276453600001, 5.8197641223699996, 6.0307234869500004, 6.2629671258800004, 6.4723292924600004, 6.73373305351, 7.0011281823499996, 7.2896172889599997, 7.6282663585300003, 7.9822597848400001, 8.4459703825899997, 8.8384469969099992, 9.2101115074000006, 9.73610634934, 10.3512776241, 10.917239822399999, 11.6235706159, 12.2958078571, 12.939563854899999, 14.2324201348, 15.485703747200001, 16.9857809226, 18.432059703, 20.321399149499999, 22.561711453099999, 25.531954585200001, 29.543395520299999, 34.331229479900003, 42.111056517599998, 54.231741921900003, 88.569928594700002, 402.90323270200003, 0.0, 0.063832780404899994, 0.097778217097499995, 0.12370909607, 0.150339924072, 0.16482266304000001, 0.17990570626399999, 0.190646713912, 0.20163809948600001, 0.216830757348, 0.22812951506500001, 0.24021891326399999, 0.25541866841600003, 0.269018368043, 0.28049226030899999, 0.29164957411100001, 0.30229091825999999, 0.31343659256900003, 0.327727185596, 0.33950733116499998, 0.35546334505900001, 0.36812325794200002, 0.38133767715299999, 0.394597620963, 0.404978263841, 0.41815375781000003, 0.42864653293400001, 0.444894300819, 0.454376903331, 0.46341028375999999, 0.47599157488299998, 0.48560628028199998, 0.49777311032799998, 0.508833944353, 0.52141721957599996, 0.53079993862899999, 0.54083525487700002, 0.55116155918099996, 0.56028981112599996, 0.571200303066, 0.58044683485600002, 0.58839931947599999, 0.59900193670599999, 0.60844513668900002, 0.61984074999700001, 0.630706376051, 0.64055060618699999, 0.65022883648700003, 0.65969805240099999, 0.67173860230299998, 0.683039145269, 0.69151743825699996, 0.70492328902000001, 0.71497674644599996, 0.72455754197800004, 0.73626892393499999, 0.74666068393600005, 0.75711837954399996, 0.76917986479, 0.78031391817899998, 0.79003646883199996, 0.80178135233600001, 0.81294330929500003, 0.82479240642999996, 0.83793294590599998, 0.84856051750299999, 0.857727050288, 0.867523080562, 0.87989898293299995, 0.88810730552100003, 0.89899588869799996, 0.90918788036700005, 0.92161182284099996, 0.93310880618299996, 0.94666983786799996, 0.95950586438800001, 0.96954717752200004, 0.98183054360800004, 0.99327109762300003, 1.0071871810099999, 1.0199396023, 1.0299591745400001, 1.0433590956800001, 1.0579526586200001, 1.0722037652, 1.0856825564000001, 1.10062275455, 1.11366547931, 1.12553109294, 1.1369984132099999, 1.1497029036699999, 1.16306292312, 1.17522255584, 1.1892082610600001, 1.2041212236300001, 1.22190050707, 1.2347118934600001, 1.2504314859500001, 1.2629302579599999, 1.2791680786099999, 1.29405735901, 1.3107720617700001, 1.32643387797, 1.3415152129300001, 1.3620274129300001, 1.3823476697499999, 1.40444011877, 1.42173569526, 1.4364703857500001, 1.45484612731, 1.47972134044, 1.49655634371, 1.5141380044499999, 1.53379025535, 1.5555036580899999, 1.5714663036600001, 1.59647294538, 1.6138151759899999, 1.6380127097199999, 1.6594163419300001, 1.6820072233800001, 1.7019879011500001, 1.7246555912899999, 1.75616951171, 1.7809849497500001, 1.8095401046899999, 1.83533696471, 1.8573176551099999, 1.88542875324, 1.92090178934, 1.9505618811500001, 1.9774596313099999, 2.0068544301600002, 2.0350921018900001, 2.0643959097, 2.1062800026400001, 2.1347376230699999, 2.1742676793900002, 2.2104098855299998, 2.2514941680099998, 2.2912348247100001, 2.3349554164100002, 2.3796253970099999, 2.41766195211, 2.4815347228200002, 2.5296861327400002, 2.57523096673, 2.6414826618, 2.6880090127099998, 2.7379395286100001, 2.7971131333199999, 2.8454615301600001, 2.9012187913899998, 2.9675790254000001, 3.04978866032, 3.12354871979, 3.2117080755199998, 3.3031992991200001, 3.3786495999400001, 3.4622786505200001, 3.5341733641599999, 3.5975451787299999, 3.7026608369999998, 3.82558431557, 3.9485708722999999, 4.0749917626799999, 4.2182278466299996, 4.3815530054699998, 4.5579379614200004, 4.7079073862299996, 4.8861754887000002, 5.0662849643500003, 5.2496674690900003, 5.4708584275999996, 5.6873944276300001, 5.9465154086899998, 6.10841977807, 6.32522045284, 6.6457452149499998, 6.8963618663700004, 7.1600629694100002, 7.4849075540900003, 7.8078159674899998, 8.1135987260599993, 8.6434490614699993, 9.3138777741999998, 9.9096943796500003, 10.5413045729, 11.158948712999999, 11.999104899500001, 12.8985733307, 13.9490047253, 15.518092394, 17.033131729600001, 18.432082803299998, 20.708613102099999, 23.123985660399999, 27.884421759599999, 36.561019225000003, 61.076641297099997, 468.04625970900003, 0.0, 0.067076529355799996, 0.097824586424400006, 0.12058047219699999, 0.135066352689, 0.15703805450399999, 0.16865220856099999, 0.18272153189500001, 0.19456107267299999, 0.20905544303500001, 0.22429021016199999, 0.23682684978499999, 0.24961005214199999, 0.26225295033399998, 0.27282432554800001, 0.283602099439, 0.29623312604699997, 0.30840842319700001, 0.31645548412699998, 0.33143452632300002, 0.343712260145, 0.35341928343099999, 0.36635377466399999, 0.37717670892999999, 0.39032523504299999, 0.40013045900700001, 0.41162395957300002, 0.42423155816699998, 0.43186283101, 0.44215015996599999, 0.45428937582200002, 0.46224971743999999, 0.47594444504299999, 0.48807023390400001, 0.49693964716900002, 0.51019137347099996, 0.52165237357899996, 0.53174150971800005, 0.54256492119300004, 0.55515020156399997, 0.56325486596700003, 0.57178372078899997, 0.57891384744999996, 0.58826455880299999, 0.59910449639800001, 0.60935191848000003, 0.61881052080400001, 0.62702569041300005, 0.63798126176500003, 0.64999626073299999, 0.66409842520700002, 0.67206511322700002, 0.68117655017099998, 0.69235691936599997, 0.70629027472700001, 0.71718753920199996, 0.72825030830899995, 0.73958277894699997, 0.74721313986399995, 0.75951044739999996, 0.77054717878099999, 0.78033716992000002, 0.791657009508, 0.80069783012999995, 0.81151864388700001, 0.82257967604500004, 0.83376565960100002, 0.84367481175100001, 0.85373445615999999, 0.86281664475599995, 0.87277267299399997, 0.88522150941099997, 0.895112829577, 0.90741716188900001, 0.91619554643300005, 0.92601655850499998, 0.93734361345600004, 0.94620041333000005, 0.95712672909899998, 0.96744573225499997, 0.98318977108299999, 0.99187947130599996, 1.00505446816, 1.0135141032699999, 1.02598410227, 1.0352951482399999, 1.0473143060900001, 1.0610104522899999, 1.07557548922, 1.0886540525699999, 1.1030302993000001, 1.1222000890499999, 1.1397653729499999, 1.15430437835, 1.1696993848599999, 1.1869488960800001, 1.20122564741, 1.2141587142000001, 1.2257708751700001, 1.2411522805399999, 1.2560045466400001, 1.27446251035, 1.2841952131300001, 1.2982208578200001, 1.3182157576, 1.3298159782600001, 1.3424136029, 1.3604328317200001, 1.3767068167600001, 1.39749108045, 1.4148267830400001, 1.43982412632, 1.45450195158, 1.47070553463, 1.4842104270200001, 1.5036094415600001, 1.5196111004899999, 1.5427837280000001, 1.56874118822, 1.59012806749, 1.6156339281200001, 1.6415259814800001, 1.6627342303899999, 1.68678597138, 1.7123700775899999, 1.7355941341300001, 1.7575287234700001, 1.77549370303, 1.8023242212999999, 1.8306364744700001, 1.86843117775, 1.89616140233, 1.92693168508, 1.94653908551, 1.9674301249699999, 2.0023775987399999, 2.0410970809600002, 2.0712419181500001, 2.1001298794399998, 2.1435551353000002, 2.18745519946, 2.2407411531300001, 2.2877176484300001, 2.3482386991299999, 2.3878544206000001, 2.4256485211599998, 2.4689746994299999, 2.54115707404, 2.6060044637200002, 2.6471446480799998, 2.7082778846300002, 2.7625848318599999, 2.8217618519399998, 2.8730281955899999, 2.94944935405, 2.9984511177900002, 3.06158326156, 3.1477109402800001, 3.2264457052400002, 3.3135370713699999, 3.3913116560900001, 3.46766561982, 3.5469306652600001, 3.6270133483599998, 3.7196516111200002, 3.8300128499600001, 3.9706856961599999, 4.0624593885399998, 4.16862605645, 4.32355081595, 4.4582130280000003, 4.5901068198399999, 4.7253251831799998, 4.8713623347399997, 5.0670691161099999, 5.2375849693000003, 5.3887073546400002, 5.6495635870200003, 5.8884178613599998, 6.1407571599699997, 6.3858608976199998, 6.6661948102800004, 7.0439049067599999, 7.3559915120800001, 7.73009363221, 8.2262361691900008, 8.8019442355600006, 9.2680434525499997, 9.7743200198599993, 10.6920252267, 11.3785733059, 12.170137853, 13.036613519199999, 14.486048819000001, 16.028067222499999, 17.977721620600001, 20.963719555200001, 25.110074835700001, 32.315204575999999, 51.776266767099997, 108.063764331, 0.0, 0.074209559522700003, 0.108008052641, 0.12807119272199999, 0.145696860505, 0.15949782790200001, 0.17030767784699999, 0.181856162219, 0.194359775116, 0.206545451204, 0.216886655718, 0.227597454714, 0.239520822277, 0.24975972163499999, 0.26174800391699998, 0.27515156150300002, 0.28928260960800001, 0.30056007218699998, 0.31177038148300001, 0.32223273686999998, 0.33233709398299999, 0.34226863585799999, 0.35054033371600002, 0.36272022538900001, 0.37265758299599999, 0.38450845354800001, 0.392952528902, 0.40280374789700002, 0.41239163517100003, 0.42225057636800001, 0.43390677896199997, 0.44589553585300001, 0.456357880291, 0.46605928183400003, 0.47533877800199997, 0.485109944056, 0.49754601794199999, 0.50792030114300002, 0.51923692407099997, 0.52864927728800004, 0.53777407420400003, 0.54790751383199998, 0.55673983995999998, 0.56698607143699997, 0.57670367642800002, 0.58667471005899996, 0.596751819495, 0.60570130209100004, 0.61498993393199997, 0.62532916186599996, 0.63421809777399996, 0.643945582415, 0.652131236, 0.66037342159400003, 0.66984241853199999, 0.68013004284099998, 0.68891506562500004, 0.69795858717600001, 0.70724072355500001, 0.71773910407499997, 0.72600456224599996, 0.73529066837299994, 0.74465581544199999, 0.75311728489600005, 0.76285052475299997, 0.77230557399699995, 0.78194921514500004, 0.79213459741699999, 0.80258535964699995, 0.81396443458699996, 0.82267338024400005, 0.83206771620599995, 0.83984893131100002, 0.85244698240700001, 0.860212067124, 0.87121284808199995, 0.88206426743400002, 0.893602624377, 0.90550090295300001, 0.91868520951400001, 0.92977380346299998, 0.94206318246999998, 0.95246633238900003, 0.96670282891199999, 0.97605982209599995, 0.98559747736000003, 0.99585577432700001, 1.00707064259, 1.01710690075, 1.02898182166, 1.04428034784, 1.0538694818500001, 1.06500309695, 1.0756346263800001, 1.08768054822, 1.0986564112699999, 1.11056517658, 1.1222492032, 1.13556072341, 1.1472841566, 1.16118311944, 1.17259765348, 1.1861421571199999, 1.1985894798400001, 1.20980222263, 1.2233664048399999, 1.2385002300500001, 1.2516226459299999, 1.2669008712400001, 1.2794959423800001, 1.2958611531299999, 1.31116706463, 1.32857407312, 1.34365731571, 1.35879876289, 1.3767427480700001, 1.3927745273200001, 1.41141387435, 1.4296441628400001, 1.4469934928999999, 1.46603314043, 1.4837471764900001, 1.5016602720400001, 1.51855715617, 1.5372635274499999, 1.55585749083, 1.5776110083899999, 1.59566951462, 1.62476079488, 1.6471928626000001, 1.6678247338300001, 1.6864094001200001, 1.7115934443700001, 1.7389659531499999, 1.76721239977, 1.78849994105, 1.81312786502, 1.8365295582100001, 1.8646738456900001, 1.8978807795199999, 1.9240405234, 1.9549490789899999, 1.98972377392, 2.0200230888899999, 2.0589141742399999, 2.10302415543, 2.14058485254, 2.1818536127199999, 2.2299519963300001, 2.2712959938699999, 2.3135445986500001, 2.3566542270399999, 2.3959056922599999, 2.4446333513399998, 2.4952439185199999, 2.5492654399200001, 2.6106037504100001, 2.6602865229799999, 2.7105208912299998, 2.7745671455899998, 2.8333797499900002, 2.9008461857499999, 2.96494326499, 3.0289889630300002, 3.10234506861, 3.1725169557099999, 3.2548023935399999, 3.3312575634499999, 3.41501385226, 3.5077691502100001, 3.6109139158899999, 3.70736489466, 3.8078795299400001, 3.9399935880500001, 4.0729162849399998, 4.1754315477999997, 4.32871701963, 4.4670420558400004, 4.6172360869400002, 4.7801353008799996, 4.9685158392900002, 5.1787521224099997, 5.3659561809799996, 5.5579867362700002, 5.80647069765, 6.0770936171800001, 6.3474439077599998, 6.62582338065, 6.9727248909400004, 7.3991913842899999, 7.8834449215399998, 8.5166144845100007, 9.2030546325000007, 9.88020733826, 10.866036106699999, 12.0758777085, 14.18128042, 16.712052750600002, 20.430876708300001, 27.2913398323, 198.831343334, 0.0, 0.069244384700200001, 0.088432101515100003, 0.10716305206, 0.12503845091900001, 0.140404065533, 0.15732758095900001, 0.17026163426999999, 0.181554153262, 0.19229104097999999, 0.20063488720700001, 0.20918075219000001, 0.22448851398700001, 0.23329259600999999, 0.243417838223, 0.25098683398999999, 0.26086665715599999, 0.26722012921400001, 0.27447102517700001, 0.28549280903099999, 0.29370514330199998, 0.30435794709199998, 0.31171401890299999, 0.32079725821600003, 0.33073290586199999, 0.340392028515, 0.35038726600499998, 0.35811690266399998, 0.36447411653700001, 0.37185544116399999, 0.381082348721, 0.390780214455, 0.39830952785200002, 0.40748168602500001, 0.41488373765499997, 0.42543510561100001, 0.43158160961199998, 0.44002625662900002, 0.44926347686599999, 0.45776432919799998, 0.468022411503, 0.47664440380200002, 0.48258490950499999, 0.48896171374500003, 0.496491820137, 0.50698509859999996, 0.51452015906199999, 0.52068937139100002, 0.52946408477100004, 0.53880448153799998, 0.548801791313, 0.555995027759, 0.56369511933200001, 0.57026213611200005, 0.57917412801400003, 0.58903117523000004, 0.59960305490099997, 0.60673607228299997, 0.61394249280099999, 0.62335872512500001, 0.62950473092000003, 0.63564906077100003, 0.64370653836500002, 0.65068290176499999, 0.65692425783200004, 0.66660140937199996, 0.67467287438699997, 0.68340267482299999, 0.69234704669500002, 0.70022548729900003, 0.70878108772100001, 0.71517132508000003, 0.72483344563800001, 0.73510369684400001, 0.74464179844099998, 0.75114169742299997, 0.75948786098200005, 0.76927896632399995, 0.780181603981, 0.79038397953499995, 0.79658809158499999, 0.80565180419899995, 0.81340080992999997, 0.82502676166900002, 0.83237961296700003, 0.84110268556400003, 0.85232968998699998, 0.86273446105600005, 0.87069963084699997, 0.88137854582999997, 0.89128913714400004, 0.90061058757400003, 0.90609412190700001, 0.91504032505999999, 0.92415693050900005, 0.93648983181699996, 0.94349116139300004, 0.95300702282700001, 0.96521719153999996, 0.97733292798399996, 0.98974230043699996, 1.0028012640199999, 1.01236890773, 1.0253034214500001, 1.0345343165800001, 1.0429324387700001, 1.0534672371, 1.06628868009, 1.07468795352, 1.08633326882, 1.09933424957, 1.1068518163600001, 1.12106242894, 1.13430375102, 1.1497669909499999, 1.16355554605, 1.1741333470999999, 1.1865602471200001, 1.19552264974, 1.20964466299, 1.2206552660600001, 1.2334735428900001, 1.2446193507100001, 1.26228052188, 1.2733668809500001, 1.2862487980799999, 1.29915564596, 1.31311637923, 1.3325804596099999, 1.34251302023, 1.3591003659500001, 1.377169549, 1.3924811167, 1.40750771045, 1.4232614989300001, 1.4396669344899999, 1.4651287187599999, 1.4899491085200001, 1.50816578923, 1.5249813512099999, 1.5484316629499999, 1.56552035633, 1.58626075727, 1.60321824898, 1.6254795315799999, 1.64592427713, 1.6680292001699999, 1.6929771865600001, 1.71641044875, 1.73825985627, 1.7655221754799999, 1.7903694698399999, 1.8124234588000001, 1.83919765728, 1.86770929471, 1.9001015000199999, 1.9321267789500001, 1.95584199638, 1.99690811411, 2.0217444230499999, 2.05376297292, 2.0929451083099999, 2.12301731176, 2.1526232798299998, 2.19298807375, 2.2255018723100002, 2.2689246505599998, 2.3179026897699999, 2.3644121098699999, 2.4221039841300001, 2.4838688069799999, 2.53466998697, 2.6042919607999999, 2.6812450073999998, 2.7654172146999998, 2.8309204248399999, 2.9094078948100002, 2.9876772553499999, 3.0748530970700001, 3.1622064731699999, 3.24147451246, 3.32558384886, 3.4422202342600001, 3.5775338240400001, 3.7141610497599999, 3.87173250803, 4.0663966875900002, 4.29308118297, 4.4781034155099997, 4.7041054642700004, 5.0488522514199996, 5.3311777928700002, 5.6656935490200002, 6.1539089237400004, 6.8843836607600002, 7.4347424954000001, 8.2978267417500007, 9.6243020157500005, 11.369168954199999, 15.540639672399999, 76.1760172643, 0.0, 0.049706365699999998, 0.0666592682662, 0.088322065368899999, 0.104536859611, 0.11923256786399999, 0.127291144238, 0.13502577832400001, 0.140820543469, 0.15139945632400001, 0.16099717066999999, 0.16793664804899999, 0.179770597659, 0.18534480911599999, 0.19437588065, 0.20501796081000001, 0.21442507195499999, 0.223638661722, 0.235448046864, 0.24069837603999999, 0.249796619168, 0.2569021037, 0.26571241794099998, 0.273484835112, 0.28264031867099998, 0.29203238294299999, 0.30128506578199998, 0.30890798204499997, 0.31400372247300001, 0.32085907990500001, 0.33018590514200002, 0.33434813763600002, 0.34099138695100001, 0.34839419218399997, 0.36043796979300002, 0.366921197137, 0.374978179395, 0.380142953738, 0.38497527854699998, 0.39412431397300002, 0.40294224279800001, 0.41036947119900002, 0.42097414080500001, 0.426696154529, 0.43405547629300001, 0.438076390323, 0.44626941882600002, 0.45209988855099997, 0.46025667702299999, 0.46751534699899999, 0.47569740786199999, 0.48648925341600002, 0.49365845173799999, 0.50062076512099996, 0.50762099689399998, 0.51599561488599999, 0.52069070294499997, 0.52771734894599998, 0.53507770527700005, 0.53957262010100004, 0.54687563426600005, 0.55882733756900005, 0.56778279961099998, 0.57581367970300001, 0.58169558514099995, 0.589416835832, 0.59799990574399997, 0.60309451416000004, 0.60776585343300005, 0.61113211528400002, 0.620751519689, 0.63049668177200002, 0.64186111209399999, 0.649049389792, 0.65881032984999999, 0.667603399933, 0.67500088551600002, 0.68058962597299999, 0.68475592303099997, 0.69020553863599998, 0.69297641552300004, 0.69919890922799999, 0.70692564551500003, 0.71223085652100004, 0.72213575435900001, 0.730079802251, 0.73971307206199999, 0.74754515744299999, 0.75906245692899998, 0.76535806436599996, 0.768435170424, 0.77936645084, 0.78371319966099995, 0.793548757173, 0.79992665980300004, 0.80669075308100002, 0.813805390164, 0.82073219292800004, 0.82530292600499999, 0.83254418888299997, 0.84023227490600005, 0.84610269681500005, 0.850974506809, 0.85604916181199997, 0.86800267070000003, 0.87548269182500005, 0.88170746226899999, 0.89168104316600005, 0.89886785180600004, 0.90941660694899995, 0.92091095976000004, 0.92713708903799996, 0.93255472954399998, 0.94075570205600001, 0.95405981205900003, 0.96338844277799995, 0.97402552055400005, 0.98526481076200001, 0.99808150342699997, 1.00881814468, 1.0181152037700001, 1.02462072395, 1.0362614133200001, 1.0501057383200001, 1.05573829434, 1.0663375241399999, 1.0815544234900001, 1.0920197863400001, 1.10280835408, 1.1180455459900001, 1.1302349147199999, 1.14338393376, 1.1517784771899999, 1.16459044846, 1.17843359548, 1.1909602731, 1.2038564818399999, 1.2161138792399999, 1.22899884794, 1.24167619324, 1.25804220029, 1.26669854112, 1.28319750286, 1.29839920006, 1.31138545902, 1.3222317000599999, 1.34185918055, 1.3547619368999999, 1.3711217067000001, 1.3874485756199999, 1.4017178245899999, 1.4176863825099999, 1.43525875504, 1.4513358921899999, 1.4669285814799999, 1.49058059786, 1.51243917885, 1.5343601628600001, 1.5519685841999999, 1.5858246281799999, 1.6052702545799999, 1.6255288476200001, 1.645511371, 1.67744979518, 1.7003145979100001, 1.7236176675199999, 1.74467645265, 1.7809151811699999, 1.8104241704099999, 1.85100020932, 1.8902605480300001, 1.9127629589099999, 1.94264465956, 1.98831619403, 2.0462312106199998, 2.1088091964400002, 2.1589111550700002, 2.19880416124, 2.2551363689100001, 2.32115689321, 2.3900112406699998, 2.4355086734200002, 2.53167527975, 2.5574390199299999, 2.69075228193, 2.80722131929, 2.8827815963000001, 3.0169724035100001, 3.1020365340699998, 3.2877647668300001, 3.4186314330799998, 3.55711527829, 3.7777833577900002, 4.0940063095600001, 4.35113022089, 4.7722176832300001, 5.4945754250499999, 6.0600360065499999, 6.7983858917699997, 9.1234186672500002, 40.009378980599998, 0.0, 0.067895952064799994, 0.084300078749299998, 0.095052432169299997, 0.102638659398, 0.112117784904, 0.11826939027900001, 0.12549932636300001, 0.12979818836900001, 0.14651996704600001, 0.15100212390600001, 0.161663165759, 0.16954870848299999, 0.177081348221, 0.18018558524200001, 0.18303580819699999, 0.19216015759300001, 0.19761816342399999, 0.20405892001000001, 0.208512677383, 0.2121909193, 0.219201257102, 0.226866968867, 0.23794276716900001, 0.24987132195699999, 0.25465170763400002, 0.26099785587800001, 0.26730559655899999, 0.28331961066, 0.29096521670800002, 0.29624967979200001, 0.29829805930100001, 0.30951316035100002, 0.31770754811700003, 0.32720886553700002, 0.33647444911699997, 0.34198895204000002, 0.35025569471500001, 0.35723583674800002, 0.36574792956399999, 0.37381139126899998, 0.38799391889500001, 0.39067031169299998, 0.39620024782899999, 0.40020907354500002, 0.406629782376, 0.41587001647900002, 0.42064605710199998, 0.427983894024, 0.43880340547500002, 0.446223080223, 0.450449340882, 0.45558651616200002, 0.46105934588699998, 0.46416526610600001, 0.47234232416100003, 0.47838800081799998, 0.48398364517499998, 0.49028214090200001, 0.499284532015, 0.50451360745100005, 0.509733914146, 0.51534943972199998, 0.51694525305200001, 0.52351544417600004, 0.52741635274900001, 0.53030801158100005, 0.54039249319000005, 0.543358519993, 0.55090831684899999, 0.56351528162800002, 0.57109497028699996, 0.57678495336900004, 0.58431894816300001, 0.59453107257500004, 0.60337885959000004, 0.61000337793399995, 0.61727383516599998, 0.62371645808300002, 0.629855469291, 0.64046230499599999, 0.64338774420900002, 0.64928236111199999, 0.65253922932700004, 0.65630438988100004, 0.66542800844200001, 0.67245369789099996, 0.67689678974900003, 0.68490163471400001, 0.697879548796, 0.70321721042899998, 0.70825620560000002, 0.71214130965099998, 0.71606229576000002, 0.72849739743399999, 0.72997690491599998, 0.73496304621899999, 0.74722916204000001, 0.75461055645599995, 0.76049922669799996, 0.76492250952399998, 0.77219537422499995, 0.77615043430200004, 0.78272629883699996, 0.78806707738399995, 0.803877101727, 0.81237050231600005, 0.82231101211000002, 0.82643891219300003, 0.82994343368199996, 0.84104036655799996, 0.85001450139900003, 0.85722719700299999, 0.86813520497600005, 0.87634807207999998, 0.87849406127499996, 0.88626760274000005, 0.89464524886600005, 0.89854680515700003, 0.90579336081200001, 0.90937836218900003, 0.92263809143499997, 0.92671709472899999, 0.93140291302300005, 0.93889838636400003, 0.94817473635500005, 0.95134624523199995, 0.95948566447500006, 0.96931430537899999, 0.97827519300099997, 0.98284090499800003, 0.98853660864199999, 0.99999303088000002, 1.00933104878, 1.02227252775, 1.0339923686800001, 1.03840687036, 1.04500879737, 1.05122171927, 1.06723984471, 1.07953686403, 1.09113807067, 1.10417487551, 1.11446546637, 1.1254220105599999, 1.1353940360999999, 1.16144655068, 1.1695186521200001, 1.1831819617599999, 1.2096151764900001, 1.2368935164299999, 1.2456266675500001, 1.25296303964, 1.26564891435, 1.2701959942000001, 1.28466851306, 1.29873724956, 1.31966389347, 1.3313272542500001, 1.34786430325, 1.3621826611400001, 1.3720433831700001, 1.3971090305, 1.4043458957999999, 1.4238434153299999, 1.4590867995000001, 1.4854743821, 1.5153253015599999, 1.54813838085, 1.57329724758, 1.6116532666100001, 1.62277970085, 1.63219947245, 1.6666665269000001, 1.73127681763, 1.7492774307700001, 1.80557771894, 1.8267234865099999, 1.88934211181, 1.9203963709, 1.99466093314, 2.0230718376899999, 2.0628543274000002, 2.1367073224899999, 2.1821320160500002, 2.22093938088, 2.3072520016700002, 2.3621845025599999, 2.44517002578, 2.5015913727800001, 2.5975738754100002, 2.7045052724200001, 2.8865631109500001, 3.1260959842, 3.39849260601, 3.6254807685400001, 4.0097191798100003, 4.5724242129699997, 5.4143250544999999, 6.3272292972399997, 17.5560575511, 0.0, 0.085458258148600003, 0.098622234580399995, 0.106568524017, 0.108057180859, 0.1107805041, 0.11464013028599999, 0.13602438252499999, 0.14300574817799999, 0.146684159845, 0.15122598984999999, 0.154733085331, 0.161754974932, 0.17723910406000001, 0.18032389045700001, 0.18658548177699999, 0.18746673820000001, 0.19896129970099999, 0.209234599805, 0.21980562614900001, 0.228062016284, 0.23711187915099999, 0.23869840689499999, 0.240361816358, 0.27144033681000002, 0.27327373169399999, 0.27458858408600001, 0.28007177711800002, 0.28248298888899998, 0.28387767697499999, 0.287453003343, 0.292023090998, 0.29519223190999999, 0.31407066578100001, 0.32033662902100002, 0.32377361486099998, 0.33791304018399998, 0.340145093994, 0.34355792125200002, 0.35986952431000002, 0.36278049873099999, 0.36565591999199998, 0.36887445402199998, 0.37307785833099999, 0.37522358431500002, 0.38644599385299999, 0.38905873533300001, 0.39011760635100001, 0.39429900482899999, 0.40016937602000002, 0.40636267913899998, 0.408103464438, 0.411985395905, 0.42002274379400001, 0.42424580987299998, 0.42889507706199997, 0.43431096613499998, 0.43634598755999998, 0.44074601502999999, 0.44833586654099999, 0.44981411452999998, 0.45139144803199999, 0.45825414352600002, 0.465858692219, 0.46971239089400002, 0.48073097106200002, 0.49008253400700003, 0.49019267044199999, 0.49421178442399999, 0.49592401222499999, 0.51649450538700004, 0.52148438326400004, 0.52450649919199999, 0.52875492868700003, 0.53851929926099995, 0.55522500190799995, 0.56567545616600001, 0.57500972364500003, 0.575413910571, 0.577492611263, 0.58282093829299997, 0.5882333891, 0.59178334343399996, 0.59490514439200004, 0.59707926005599998, 0.60398628531999998, 0.61018821270699997, 0.62788446277499999, 0.62845001268199996, 0.63245592828700004, 0.64203220116600002, 0.64960047364600004, 0.65218235923199996, 0.65302094855500004, 0.65709800478699998, 0.66525750618900004, 0.66772838617499997, 0.66931616078599998, 0.67398981338899999, 0.67995566798200002, 0.69261712558099997, 0.69323176238100004, 0.70328807748099997, 0.70817581305300004, 0.71362676385000001, 0.72122326659400005, 0.72982093594899999, 0.73501610749799995, 0.74418077769299995, 0.74740381350899998, 0.75972971198000006, 0.76542085452499997, 0.77293727748999996, 0.77569521588599999, 0.79040702133899998, 0.79124143409100001, 0.79674835901600005, 0.801314329913, 0.80761727105100001, 0.81334526814800001, 0.82599153547399995, 0.835753037664, 0.84010997734000004, 0.84324537731399996, 0.84524994337100001, 0.852251511771, 0.85726585936199995, 0.86776513236499997, 0.87321839355800002, 0.88257634312599997, 0.88885223178899997, 0.89462277052799999, 0.89929289721500005, 0.91054077473399997, 0.91235045283799998, 0.91859506476800001, 0.92379410344599999, 0.92778311003299996, 0.95200833907100002, 0.96058777907100001, 0.96275379136000006, 0.96711989399800002, 0.98158423342400003, 0.99959381644599998, 1.0158547410300001, 1.0257344455099999, 1.0386164152999999, 1.05829394823, 1.0652432737599999, 1.06870005665, 1.0850122523800001, 1.08895555924, 1.1035938848, 1.1079237802499999, 1.14480878564, 1.1555554675299999, 1.1789854119500001, 1.21604495077, 1.21944541763, 1.2255115895799999, 1.2349135122299999, 1.2574900653700001, 1.2756099428300001, 1.27830965632, 1.29563470054, 1.33511311013, 1.37879372829, 1.4104141532900001, 1.42999159888, 1.4340564609599999, 1.4404309370999999, 1.45125639917, 1.4753290649999999, 1.50104361326, 1.5067651051299999, 1.56173064277, 1.5867665737000001, 1.6529842751699999, 1.68573957888, 1.6981474139899999, 1.7544189081799999, 1.79075077468, 1.8606238073600001, 1.9675939468600001, 1.99649367583, 2.0088494420599998, 2.0624960910299999, 2.1345821995000001, 2.25477797389, 2.4129377727399999, 2.4947352830499998, 2.6183637912700002, 3.0074794112299998, 3.1791961046799999, 3.4293356642399999, 3.8514844690699999, 4.2517228191100003, 4.9637069833399998, 6.0765632038800002, 6.7603904355099997, 10.3173126473, 0.0, 0.078613919986899997, 0.086706257325800007, 0.086706257325800007, 0.114789651673, 0.12273957318299999, 0.127062920365, 0.128484790396, 0.13578225807899999, 0.13578225807899999, 0.14730174056500001, 0.14730174056500001, 0.15501754607599999, 0.17160764402600001, 0.17160764402600001, 0.17716597523700001, 0.19318889167600001, 0.201064059002, 0.20544566915199999, 0.208662339522, 0.208662339522, 0.209070783313, 0.217981911645, 0.21984720431800001, 0.22959168302800001, 0.22959168302800001, 0.22979925938500001, 0.23023398217900001, 0.23282324285100001, 0.23847389001200001, 0.24981772981200001, 0.24981772981200001, 0.251976912788, 0.26484603340399998, 0.267063574626, 0.276065116128, 0.27955725551999999, 0.27955725551999999, 0.29253129065099998, 0.29257984585899999, 0.29426519135099999, 0.29991973517600001, 0.29991973517600001, 0.300865581125, 0.30629956382500001, 0.33189640078299998, 0.33193362117300002, 0.332892715999, 0.332892715999, 0.33786995917700002, 0.34286355479300001, 0.35037131399499999, 0.36538777844499998, 0.36538777844499998, 0.39533598300400002, 0.40761459269400002, 0.43071349334699999, 0.44611156073300001, 0.44821302280300002, 0.44821302280300002, 0.45970379461999999, 0.479322648149, 0.49927725766600001, 0.50856338644599997, 0.50856338644599997, 0.51381349247600006, 0.52312377414900002, 0.52365255460899995, 0.524357535308, 0.52449511360300005, 0.53246792168500001, 0.53246792168500001, 0.53406269761799996, 0.54066543759600005, 0.54165597718199998, 0.54165597718199998, 0.54286979560399995, 0.54565296744199998, 0.54680412639599996, 0.55924698793600003, 0.55948804920899997, 0.55948804920899997, 0.56237285913900004, 0.61191574840100005, 0.61803286518099998, 0.62621800263899996, 0.62894744300399996, 0.62894744300399996, 0.64175065233299999, 0.64274226864700001, 0.643141090937, 0.64957757771299995, 0.64957757771299995, 0.65462416615899999, 0.65508592379599995, 0.65577214273499995, 0.65867533793400002, 0.65966257080699997, 0.65966257080699997, 0.67002637381200003, 0.6862767676, 0.68775204324200001, 0.68935688154399999, 0.68935688154399999, 0.68958321519599997, 0.69489243672400003, 0.69799974598299996, 0.70085954020999996, 0.70570470911100003, 0.70570470911100003, 0.71529355939600003, 0.71529355939600003, 0.73061672396900001, 0.73147192102699998, 0.73147192102699998, 0.73172502367900005, 0.74705904753800001, 0.75069245931200002, 0.76171481537700003, 0.78431047228100004, 0.78431047228100004, 0.79589062785700004, 0.79985244088700003, 0.80739451523600003, 0.80995278660199999, 0.80995278660199999, 0.818149271693, 0.81876691441600002, 0.82187704197599998, 0.82398018051199995, 0.83061310912300002, 0.83061310912300002, 0.841520560606, 0.84283988029500001, 0.845286826815, 0.85635186159599996, 0.88301536060399999, 0.88301536060399999, 0.89457113891100004, 0.90319721159599997, 0.91110728614600001, 0.920115781518, 0.920115781518, 0.924752016362, 0.93270708632099997, 0.93634613579199999, 0.93668785307699998, 0.938056933654, 0.938056933654, 0.963093301648, 0.97003534928799995, 0.97433733039600001, 0.98296990885400004, 0.98296990885400004, 0.99165891962800001, 0.99363899328700001, 1.00411505522, 1.0082220608200001, 1.04142653436, 1.04142653436, 1.05299960148, 1.0584566497800001, 1.0631344471799999, 1.0702232139000001, 1.0702232139000001, 1.0745255061000001, 1.07801171048, 1.09546502235, 1.1130150782399999, 1.1212890952400001, 1.1453294864700001, 1.1453294864700001, 1.14683578271, 1.14912419314, 1.1868862875699999, 1.1868862875699999, 1.2135111146399999, 1.2764048086199999, 1.3014758897300001, 1.33521824385, 1.3586680634799999, 1.3586680634799999, 1.39549136126, 1.4365610253900001, 1.4568919919400001, 1.5925258819899999, 1.67910648307, 1.67910648307, 1.7175836223800001, 1.8595366530499999, 2.22804691293, 2.4236335095200001, 2.4236335095200001, 2.5444902152200002, 2.7565764210300001, 3.0002289122299999, 3.2770080283, 6.1761254131100003, 6.1761254131100003, 9.0448113096899991, 9.0448113096899991, 0.0, 0.0, 0.084719549076999995, 0.084719549076999995, 0.162771060016, 0.162771060016, 0.162771060016, 0.174797101293, 0.174797101293, 0.19337957316099999, 0.19634700654600001, 0.19634700654600001, 0.19634700654600001, 0.19634700654600001, 0.19855375347500001, 0.19855375347500001, 0.19855375347500001, 0.200626535691, 0.200626535691, 0.20443169045699999, 0.20443169045699999, 0.20546703844700001, 0.20546703844700001, 0.20546703844700001, 0.22648266447400001, 0.22648266447400001, 0.240550688555, 0.240550688555, 0.240550688555, 0.25396349222699999, 0.26176107887200001, 0.26176107887200001, 0.26176107887200001, 0.26176107887200001, 0.27888116985299999, 0.27888116985299999, 0.29428424249599999, 0.29428424249599999, 0.29428424249599999, 0.299788951114, 0.299788951114, 0.31720186969399999, 0.31720186969399999, 0.31720186969399999, 0.35285717429300001, 0.35285717429300001, 0.35967187727099997, 0.35967187727099997, 0.35967187727099997, 0.36425099049600002, 0.37144632312499998, 0.37144632312499998, 0.37144632312499998, 0.37144632312499998, 0.393647946528, 0.393647946528, 0.40432582434100001, 0.40432582434100001, 0.40432582434100001, 0.41409827036399999, 0.41409827036399999, 0.42605819547399998, 0.42605819547399998, 0.438201525694, 0.438201525694, 0.438201525694, 0.52412206191900002, 0.52412206191900002, 0.53036211888999996, 0.53036211888999996, 0.53947846940699995, 0.53947846940699995, 0.53947846940699995, 0.54022582851800005, 0.54022582851800005, 0.54022582851800005, 0.55304014916499999, 0.55304014916499999, 0.58228935374099999, 0.58228935374099999, 0.58228935374099999, 0.60596028174500005, 0.60596028174500005, 0.61041536468199997, 0.61041536468199997, 0.61041536468199997, 0.65478363743500001, 0.65478363743500001, 0.67732197187900001, 0.67732197187900001, 0.69170398708900005, 0.69170398708900005, 0.69170398708900005, 0.71778169588399998, 0.71778169588399998, 0.71778169588399998, 0.724448255762, 0.724448255762, 0.73445742378500001, 0.73445742378500001, 0.73445742378500001, 0.74008547261299995, 0.74008547261299995, 0.74881364436599995, 0.74881364436599995, 0.77742926704699999, 0.77742926704699999, 0.77742926704699999, 0.80214410030399996, 0.80214410030399996, 0.80237181021399995, 0.80237181021399995, 0.80237181021399995, 0.80480889025799995, 0.80480889025799995, 0.81567228496599997, 0.81567228496599997, 0.81567228496599997, 0.82045939538299995, 0.82045939538299995, 0.82352724851000003, 0.82352724851000003, 0.82352724851000003, 0.832308451359, 0.832308451359, 0.85064319551300005, 0.85064319551300005, 0.85064319551300005, 0.86707524700500005, 0.86707524700500005, 0.87113615998799998, 0.87113615998799998, 0.87113615998799998, 0.893480617719, 0.893480617719, 0.91025084198899997, 0.91025084198899997, 0.91025084198899997, 0.92945707303699998, 0.92945707303699998, 0.94367179870100004, 0.94367179870100004, 0.96249504634000005, 0.96249504634000005, 0.96249504634000005, 1.04851239622, 1.04851239622, 1.05472835341, 1.05472835341, 1.05472835341, 1.0571022668900001, 1.0571022668900001, 1.0795501896999999, 1.0795501896999999, 1.0795501896999999, 1.08606295202, 1.08606295202, 1.1610428489, 1.1610428489, 1.1610428489, 1.1737862567099999, 1.1737862567099999, 1.19233887401, 1.19233887401, 1.19233887401, 1.23499695024, 1.23499695024, 1.32872584115, 1.32872584115, 1.32872584115, 1.4875655673799999, 1.4875655673799999, 1.7768916535799999, 1.7768916535799999, 1.7768916535799999, 1.90484127934, 1.90484127934, 1.9108413266499999, 1.9108413266499999, 1.9108413266499999, 2.0007729910999998, 2.0007729910999998, 2.3382342441700001, 2.3382342441700001, 2.5987544026, 2.5987544026, 2.5987544026, 2.6082788293000001, 2.6082788293000001, 2.6082788293000001, 2.8392763735900002, 2.8392763735900002, 3.3819024131300002, 3.3819024131300002, 3.7018275480299998, 3.7018275480299998, 3.7018275480299998, 4.72930160618, 4.72930160618, 4.72930160618, 4.72930160618] diff --git a/Muon/MuonID/python/MuonID/M_2008_def_distb.py b/Muon/MuonID/python/MuonID/M_2008_def_distb.py index 9f23b6bf121..a148cba6c01 100644 --- a/Muon/MuonID/python/MuonID/M_2008_def_distb.py +++ b/Muon/MuonID/python/MuonID/M_2008_def_distb.py @@ -1 +1,11 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### M_2008_def_distb = [0.0, 0.56094372606762677, 0.7748555093433106, 0.95310767752176617, 1.1906079835411554, 1.4135063615181933, 1.5469706087575439, 1.717637715444549, 1.9078084450312611, 2.078830865302939, 2.3673694393209286, 2.5652916154906422, 2.719176314163422, 2.9143350583182777, 3.0556867288035465, 3.3314071492430846, 3.5309373944964433, 3.7198259542235506, 3.9746173222307726, 4.1716075147757152, 4.3331714146492013, 4.5010791980770231, 4.7010753304750965, 4.8936058791922381, 5.1037597147293932, 5.2592473096915198, 5.4933808099586612, 5.6277238343814533, 5.8620859412865522, 6.1059450539869653, 6.3120134479962893, 6.5830830775944706, 6.8200926493441481, 7.0702834736372564, 7.3483462204604635, 7.6264067744909951, 7.8372782469612465, 8.0617780685477705, 8.3995622657866384, 8.7403882283600378, 9.0992605207420993, 9.3705162889778926, 9.75889880418889, 10.194686638374007, 10.438514323942188, 10.726873592781514, 11.069318434988878, 11.396569108340843, 11.801419844938572, 12.128206841266881, 12.485948104637052, 12.756299870388832, 13.076944452763826, 13.458692068837927, 13.824717813822369, 14.316393196413889, 14.621905587891465, 14.888480073624264, 15.335930506891625, 15.609627342322275, 16.191900883034002, 16.54381609680534, 17.147813194052553, 17.468929751742763, 17.940480341162086, 18.345046931400908, 18.601290104964175, 19.011371018239437, 19.335036342308854, 19.740516156682062, 20.13447317647455, 20.462447938558235, 21.091090849462493, 21.556877958704259, 21.823267014913611, 22.208749180717806, 22.786099855049944, 23.371401551338806, 23.73315353587088, 24.31738397233147, 24.625223648727555, 25.069412618036147, 25.928099135972015, 26.497110723217201, 27.085968731165757, 27.631123699960334, 28.187584878982072, 28.991619387322526, 29.353231676085986, 30.083376143103514, 30.880607280324416, 31.435216510900492, 32.392330109783813, 32.921554836523583, 33.514110805447565, 34.303809151243847, 35.456294459561711, 36.280791683627093, 36.940252784295062, 37.717899566227963, 38.457688239199655, 39.596732893642503, 40.36400419560065, 40.945135884536548, 41.797758649637814, 42.487275414278201, 43.921777494122409, 44.874273975496472, 45.67446232320151, 46.727212320012811, 47.45119952715492, 48.639858771576726, 49.370473491276989, 50.528638968567975, 51.389834372987714, 52.582079342007546, 53.589199085657242, 54.585243505081834, 55.622223351244195, 56.936556831025484, 58.385520290381457, 59.451232373507203, 60.588566421499443, 62.401492617291595, 63.88804064081846, 65.599157033995837, 67.204436723739235, 69.4912133287594, 71.622345320740351, 73.103725049112015, 75.089813374922841, 76.884823802108912, 78.275061550352873, 80.357326438684495, 83.305006897820235, 85.400732831032357, 87.218868459052473, 89.130072489534143, 91.252783666141042, 92.815637585979999, 95.739391170148252, 98.435092605981637, 100.31960869294872, 102.50286766025864, 105.48705400852423, 108.82295714914468, 111.39204546177986, 114.62248349802513, 117.87687880992867, 119.40484241859349, 122.7734081083525, 125.26971884287919, 128.55177396728385, 131.66269963489299, 136.57359107720188, 140.51816667169177, 144.16804544736863, 150.35987039520109, 154.72466658210519, 160.54109480247283, 164.18861964598716, 170.24309324015738, 175.29889321042558, 183.11630724838597, 189.01683118972002, 196.90975774880297, 204.49263459337524, 213.04893801936598, 219.75869942751646, 228.19907555440614, 239.44926809073948, 248.20168822805923, 259.25320106736922, 265.44318466962994, 277.32312416782054, 288.56952434288797, 298.64263419554209, 315.25981209742378, 331.89024853535398, 342.74298087821637, 360.77964203727674, 378.48547030119011, 392.5550051422876, 405.31614074355014, 421.74150173342304, 441.4412304371254, 457.82211257306926, 480.45566322885566, 513.45774433642032, 555.4000490334372, 605.92811073979146, 652.49495125201292, 704.61385101258315, 786.33845891481292, 874.04643470496728, 1012.3600088462719, 1159.4774300577808, 1379.2669821003758, 1756.1106436012778, 2357.4547208831491, 217148.93534056327, 0.0, 0.46532971898727915, 0.68496949409616426, 0.94645340397600952, 1.102736193185504, 1.312453009792369, 1.4867727436472011, 1.6340240974064906, 1.8260512349059785, 1.9700706984768943, 2.1040893787044128, 2.2333135236192967, 2.3880111121966587, 2.5520785579949155, 2.6739841145948597, 2.8075636832160806, 2.9039966303754365, 3.0345967971695451, 3.2102417439344437, 3.3137856992787351, 3.4376002808848787, 3.5571277890563819, 3.6898499180667237, 3.799063723671626, 3.94997555574531, 4.0925736583580976, 4.2086028832412561, 4.3390635740171728, 4.4761244808887941, 4.6023420572801266, 4.7263227277876512, 4.8591547764014482, 5.0957595508246589, 5.30514679884981, 5.4401600222425195, 5.5717535777959721, 5.7003644346866409, 5.8768488839999593, 5.991691304228997, 6.1771150398732244, 6.3465048845874961, 6.4948860632013519, 6.6772230060948159, 6.8030943590107249, 6.9813191429783039, 7.165284199966873, 7.3873559281058423, 7.5948269266966975, 7.801592658633016, 7.9955249125214145, 8.1905643672046686, 8.3270830680818655, 8.5054910750061179, 8.7225666260180663, 8.9368113184240965, 9.1376808053645888, 9.3633428615533649, 9.5990825604962264, 9.7364383724201087, 9.9186955590691088, 10.124746714296, 10.40687565362729, 10.737648017833138, 11.012188237958963, 11.214102933586581, 11.45440355061357, 11.736264046084917, 12.026226014607102, 12.245762888886343, 12.541549269023777, 12.756641375192153, 12.98360561266394, 13.288306417225625, 13.526164571303489, 13.75503655409527, 14.117128492708087, 14.374029807073448, 14.712173108685258, 14.981897180990096, 15.344366904559326, 15.600391910392348, 16.020999494977502, 16.300440442407332, 16.606309936976054, 16.902143272482817, 17.159816580240875, 17.461774805635738, 17.781122815339479, 18.119654210560597, 18.48063214553467, 18.820102897217541, 19.161710076244763, 19.479832189525602, 19.848403979835609, 20.122299299121863, 20.43004460334555, 20.753188532047265, 21.116860477662346, 21.534773567291243, 22.137744141529421, 22.45219966811996, 22.843712755485114, 23.327127510714419, 23.801219885543535, 24.400068243422009, 24.859199781454677, 25.249212813218318, 25.681597611963909, 26.218124149559316, 26.865624109857663, 27.476273115575268, 28.003316090112232, 28.465744086402083, 29.114406317582951, 29.863184721251695, 30.645923853117178, 31.411221663197541, 32.083675244596449, 32.623907125336849, 33.542071438820663, 34.423855107765, 35.090015994189059, 35.83529395578082, 36.739635743840758, 37.456669272617518, 38.267335328548761, 39.333029993613607, 40.288484522728531, 41.508400903755643, 42.819861162087363, 43.639905039190687, 44.572666361081048, 45.821482473822918, 46.862153416881057, 48.147392790601714, 49.404082667631819, 50.527705863342902, 52.004399737632923, 53.494784474459131, 54.714589396642559, 55.67232429415796, 56.793224205114853, 58.007050364060461, 59.680200263089169, 61.232876696778597, 62.427428818562269, 63.973042504689445, 65.632536988952083, 67.347413597855891, 69.065640807296859, 70.464693299553076, 72.418849794356461, 74.105138155507049, 75.662376323980538, 77.872835649845626, 79.967351057764517, 81.928379445805646, 84.034972341121062, 86.103344705230924, 88.477411000229537, 90.312287755291578, 92.507210044700187, 95.060608477240947, 97.679889639836844, 100.54820722011901, 104.05860073649033, 106.9975903165883, 110.72495391129446, 114.47278880860986, 118.67332903577829, 122.47362728985475, 127.29751063199502, 131.9947396665213, 137.58105901899614, 143.2436551636288, 148.62549462778085, 155.59863941964065, 162.63324375828105, 168.58328521973854, 176.47623591935073, 187.10110318413911, 194.1945607895322, 205.76585363429373, 218.54795010442368, 224.54362476449748, 231.28500418937108, 243.28574251055934, 254.11346183370961, 270.37086108698531, 283.71979921314824, 298.26484833307381, 309.41788972573079, 335.8183191815636, 361.8565261478937, 398.47210782079094, 453.94084657359673, 537.44153147414909, 644.04067764548461, 779.41712961885173, 1047.3517440661496, 32924.039482636828, 0.0, 0.44937757329633327, 0.61250349172115959, 0.7863111534649565, 0.88962062078461757, 1.0382238515645796, 1.1737343879099387, 1.3675367911897895, 1.4812885968395111, 1.6632187662691276, 1.8341758133782387, 1.9619748247014435, 2.0552125983628433, 2.1703209170187905, 2.2961317300880717, 2.3982858575534443, 2.4969661855862513, 2.6039206933082872, 2.7154863269399461, 2.7935806808717341, 2.9157144052335742, 3.0304254455360686, 3.1804609723019346, 3.2662231643163544, 3.3535831040758928, 3.4593860912217078, 3.5730577882484265, 3.6829046499090672, 3.7926322745010292, 3.918389650507887, 4.0461615056476345, 4.1688075178063455, 4.261935760927039, 4.3872821403468514, 4.4849226816074195, 4.5815647915521316, 4.7329622842326859, 4.8333438381787959, 4.9751149870072844, 5.1439939747359258, 5.2679283122041474, 5.3979939515818964, 5.4986148492629514, 5.5833034840702549, 5.7762491544651375, 5.8901795208691912, 6.0406044947405793, 6.1414968907338547, 6.3109595855296661, 6.4702277997994733, 6.6084310395612746, 6.7478047002924155, 6.8791042308295953, 6.9969768325569115, 7.1196791826285173, 7.2490813954518822, 7.4130615395895152, 7.6062113466901806, 7.7506437587572199, 7.8830685300393055, 8.0353926744476123, 8.1996939525956183, 8.4142220833085606, 8.5808330010701201, 8.7445310419872921, 8.9841822249357115, 9.181432418740652, 9.3539737653904709, 9.5793187725543287, 9.7462277892814431, 9.9098280489576762, 10.04079373626851, 10.211734359829405, 10.501564944142677, 10.710373784142686, 10.886736785556671, 11.066921822136326, 11.235485714770356, 11.437646009474888, 11.67346914949365, 11.83325542414009, 12.036493633448316, 12.32938637637468, 12.554138183666348, 12.743210513050011, 12.983810120622046, 13.174204038774839, 13.3680862872507, 13.620942224242304, 13.890272176459577, 14.165385082423146, 14.413231848006964, 14.724376594252243, 14.977328826245193, 15.231234613500565, 15.55914351677969, 15.781820608210545, 16.091194364415028, 16.347431974296502, 16.596030336748036, 16.887891775703359, 17.178071227425107, 17.48876537215957, 17.802979490086393, 18.167601675413529, 18.451234059983907, 18.773722324177371, 19.095678793499459, 19.393224208627331, 19.892470444495725, 20.360431028492791, 20.714816695587093, 21.109538106861837, 21.528542624887123, 21.903763658847744, 22.32752745556132, 22.932277869765915, 23.443859045149278, 24.010482595441839, 24.454443667170533, 24.893590041546005, 25.519805040678591, 25.948341902144293, 26.521018356962905, 27.203480036460771, 27.923098995772133, 28.875462789782972, 29.551018023069748, 29.950704440314354, 30.476114881076313, 31.046996042296136, 31.828920785208862, 32.724644642398538, 33.519807747032317, 34.207784670738299, 34.978220277672911, 35.82880248810423, 36.674526307149222, 37.539567643195326, 38.598050079089823, 39.461587691403167, 40.326650088153748, 41.3817881768775, 42.413485151973958, 43.434107971290473, 44.327692773369833, 45.281573404128643, 46.623500435435595, 47.845340004545946, 48.925490779005997, 50.099817716244445, 51.130922527278209, 52.52201636244277, 54.171384212197573, 56.251402930866988, 57.343667697555219, 59.060037223666868, 60.886212298901022, 62.282534857812919, 63.86965941245365, 65.907528655065505, 68.060546344496487, 69.886943517625568, 72.15339782090426, 74.790861312079699, 76.921991723046403, 79.835163669975174, 82.098620972009513, 84.019415664127024, 87.941587866072609, 90.308304219949349, 93.475153751625228, 96.866828921040394, 99.559133387387135, 103.13311038199714, 107.13838078377783, 111.61641909521742, 116.39540365181381, 122.02402340139254, 126.12078269274167, 131.70138789081315, 136.7872837632539, 142.28439193970823, 147.89576596130524, 152.23255441740992, 157.7226413282819, 164.37241204310453, 173.15971613514671, 180.11295998936518, 188.48112308463158, 202.36800846564165, 217.16809097558243, 229.45603073021095, 243.95331007710857, 267.19713077328231, 291.31657906696654, 319.83880240534251, 369.84715199786609, 456.83736037240828, 563.36551513987104, 1212.4845181047338, 0.0, 0.39299523597374442, 0.57756602839919102, 0.74933717643467546, 0.84798806113800529, 0.98808387915300122, 1.0731681865898071, 1.1904878246948769, 1.3296105353290197, 1.4470486564441511, 1.6132307202687894, 1.7334018816456787, 1.8405138120116515, 1.9401180825384614, 2.0206956222611518, 2.088323294417457, 2.1965858893088366, 2.2678507808547295, 2.3513510591465976, 2.452940588067142, 2.5244403869314138, 2.6111507000688201, 2.686185953440015, 2.7762991589505912, 2.8623591840837115, 2.9644501753879853, 3.0534304377734371, 3.1183306038752914, 3.2022029138736583, 3.3578682900076662, 3.4578586494674859, 3.5567846506796079, 3.6352803762683252, 3.7653628446367353, 3.8440117447262629, 3.9584732534380351, 4.0302646502503574, 4.1218781156084869, 4.211981828454741, 4.3396760587886405, 4.4201415569911395, 4.5235887459809963, 4.6307469822655509, 4.7731054586827728, 4.8838280863806549, 4.9937362132930252, 5.1605178704372632, 5.2560966186259481, 5.3556600842824587, 5.4678635206702646, 5.5973168757166114, 5.7048755075035276, 5.8878433771286218, 6.0190112054897522, 6.118844708522011, 6.2719026695437989, 6.3725565545753042, 6.4738742707717662, 6.5961657370971558, 6.6863432232288851, 6.8285306029142401, 6.9529888304791623, 7.0345923470005971, 7.153050087371815, 7.23828648460319, 7.3488613350575518, 7.5297259666276082, 7.665228962415263, 7.814513809818397, 7.9676729944874758, 8.0965767962005515, 8.258619388928004, 8.4038000906770929, 8.5498166593706451, 8.6979091856223683, 8.8099783579444786, 8.9513067459030502, 9.1237502030553657, 9.3482831702262139, 9.5044967504159725, 9.6593366065001636, 9.82253449013227, 9.9874115529723486, 10.137506876476476, 10.289126599046901, 10.444223952502876, 10.599915162622709, 10.734363441288647, 10.917595405084366, 11.108460594133211, 11.352160340302392, 11.607842306499339, 11.798599260283471, 12.009365871239995, 12.251934875461144, 12.49314138461267, 12.815528078713546, 13.078160801731713, 13.367979668775682, 13.61963788461563, 13.830407348960653, 14.134759793056256, 14.406222062237235, 14.719108048702839, 15.039806819372597, 15.357959034733886, 15.742708764682598, 16.038031868942646, 16.342061974077719, 16.619014591659234, 16.995469066261826, 17.440245060531616, 17.749017033014272, 18.105417999557947, 18.521262453800805, 18.847635914656443, 19.422978973137425, 19.69919609219999, 20.085099945021412, 20.537864119839881, 21.008059900732494, 21.532289222273434, 22.054776673981362, 22.335014932602295, 22.916014727566228, 23.337139989662067, 23.720719036927843, 24.388060450004911, 24.84313177402456, 25.486862832547693, 26.168604409957322, 26.702984764635431, 27.287480741291404, 27.801078630394546, 28.269720592443107, 28.926401527988713, 29.605430975118843, 30.330319669354552, 31.30134009465884, 31.993708205209099, 32.73067706792078, 33.486394058985752, 34.167581724784604, 35.401930848802451, 36.065974473699839, 36.896350829985813, 37.7813927333629, 38.921309661559299, 39.97516998571502, 40.789572211691727, 42.125840794801142, 43.644711500275349, 44.85355032164108, 45.812829425455917, 47.046058315709615, 48.449631897327926, 49.622408318720304, 51.04144247927352, 53.201024346560494, 54.577940901359469, 55.974500547503887, 57.300272604946706, 58.935437915672885, 61.253114155133289, 63.821740538824884, 65.624318697869271, 67.454483508361619, 69.123018783403808, 71.210354296257066, 74.567150230165254, 76.23070335468914, 78.271987515678816, 81.071827225516031, 83.453646862710841, 86.529339530495577, 89.958680391197973, 92.139227178417912, 95.452626979151631, 98.96652527128883, 102.73989810547134, 106.50759157615551, 111.64659346669681, 115.90393310434297, 120.92459723788905, 125.40052719866213, 129.67134907792868, 135.46294701412262, 142.5538801102015, 151.30070681491432, 157.84567716877518, 169.5170423411827, 178.87680934745092, 193.39884029816415, 208.14234715671577, 235.5424670602799, 259.89890359594898, 295.34858783034383, 334.33861915695468, 435.37594838703143, 500.4258992515953, 26136.224608103177, 0.0, 0.39973293565211121, 0.54970468651962101, 0.69428019898164828, 0.80416896659170267, 0.97256228280721502, 1.0741947545845139, 1.1635254227187484, 1.2659631876378288, 1.3822232353331732, 1.4871416503290158, 1.6059691148096156, 1.7314193523743162, 1.8189928465042873, 1.9334458898159075, 2.0377516716510327, 2.1075833274228066, 2.217744079961764, 2.2892931053076637, 2.370399790641895, 2.4612447561840849, 2.5289316577717074, 2.6468319175582824, 2.7635584974075624, 2.8487982858984613, 2.960003647452937, 3.040264995484101, 3.1340583717433561, 3.235843360825664, 3.3184989258906628, 3.3887498944054912, 3.4742665307996607, 3.5562981091035697, 3.6417013733235564, 3.7311047300627127, 3.8872996993864741, 3.9804799011541103, 4.0534756404067585, 4.1363024053202926, 4.2208974321794877, 4.2861111457481496, 4.3766112965174155, 4.4823314746332565, 4.5480736492020721, 4.6140282594933879, 4.6927572802426791, 4.7950758075336255, 4.8965365095798212, 5.0072589054206107, 5.0975160269495143, 5.2362442989591846, 5.3289517016526302, 5.4178449031775839, 5.5118563643244292, 5.5991786537930563, 5.7292585294169509, 5.8455520624288511, 5.9835086379946096, 6.1056860394816654, 6.2159830829296503, 6.3853574209981945, 6.4974583447731833, 6.6378799857782989, 6.7643189783177879, 6.9331608618050389, 7.0563877476272356, 7.1597694820310664, 7.2747575984770805, 7.4061511602581902, 7.566805332709456, 7.7166738418404099, 7.8275904312086375, 7.9656564706412034, 8.1244717048328159, 8.3128776945349419, 8.4492226274061721, 8.6026791744357034, 8.7913701590231152, 8.9674862747079285, 9.203292738543686, 9.4039626926929181, 9.5311545009803265, 9.7551708743344214, 9.9026582594455501, 10.022592104276631, 10.254556398686347, 10.441547514468155, 10.55911902240299, 10.753522809241019, 10.926077226400229, 11.111675067184086, 11.282496796620391, 11.542358714530458, 11.747566119524583, 12.063275519031006, 12.341240623919091, 12.652985756993917, 12.911635251767006, 13.185612347682703, 13.397850815278218, 13.510168018667791, 13.823974357607668, 14.079700135326661, 14.319520604253412, 14.516982034078424, 14.715852185550794, 14.964361234520684, 15.243919353703765, 15.434116248837348, 15.848964391761008, 16.086776522206492, 16.492027051516569, 16.795026784147762, 17.200208653485955, 17.498774119010612, 17.697568539728877, 17.989065229745375, 18.378303894171673, 18.701677957394676, 19.000050086953262, 19.305072306272276, 19.640223854343546, 20.148513190788542, 20.571031137831589, 20.950263329212515, 21.493452145932224, 21.900647991805542, 22.368835386038555, 22.757466417332257, 23.266697302860564, 23.748918186455164, 24.013428277953601, 24.436060444302342, 24.839469583056065, 25.343925184450622, 25.873641504196087, 26.482510119485095, 27.117741302188946, 28.028030125009568, 28.67264931970686, 29.423325760610378, 29.889992195728581, 30.465443031984776, 31.309530466130287, 31.901260500752073, 32.799551692053072, 33.541476679668996, 34.443620232941036, 35.302557206918429, 36.095895295724823, 36.967344523130116, 37.972365673128152, 39.113785970733069, 40.183225976540719, 41.415014418976391, 42.519519437606419, 43.877982190483891, 45.274268146469012, 46.598258997931197, 47.577075478663595, 49.30474498506122, 50.820118338226344, 52.111331702490496, 53.410484924257844, 54.902819374535113, 56.280708096832775, 57.753628438949818, 58.879346286077769, 59.968520735732298, 60.999746067677791, 62.753450775062085, 64.030882243935793, 65.729557300284014, 67.561576034705098, 69.665957842633134, 71.539525862837877, 73.715255033933218, 76.042333108418404, 79.197194154406716, 82.16221890263013, 85.299196384291619, 89.066358132689487, 91.826772968117325, 96.091493878155831, 101.23287053213269, 106.50298553112719, 109.91541659247912, 113.35584144711426, 119.43260281154497, 126.01710530963756, 135.83275402928408, 143.34767183967989, 153.86665354982301, 165.32615555272824, 178.67838621083195, 195.7780863511025, 213.10059234298109, 235.43734867679117, 282.56546879749584, 344.49428452558914, 1032.3156481054148, 0.0, 0.28542906758282582, 0.44835957796562231, 0.62651997706725926, 0.72080554472755054, 0.85153448889118422, 1.0135203835548705, 1.1497401649165981, 1.249689630633253, 1.3399789001967404, 1.4564959287102479, 1.5525185391245844, 1.645337296328182, 1.7029587642670561, 1.7998807148268574, 1.8818193335491449, 1.9378684814241007, 2.0045089255406014, 2.0748139436457822, 2.1773066185618797, 2.2832712158697772, 2.3883600529626685, 2.51854086329767, 2.6082969305879526, 2.6653570235348072, 2.7353083692676279, 2.8357637619195271, 2.949800063298929, 3.0384811951680373, 3.1078994075124524, 3.2335260889505033, 3.2990419647626399, 3.3727668828240933, 3.4799226620744226, 3.5425893742655994, 3.602653782843948, 3.6809307822931201, 3.7636220805378935, 3.8356481276880539, 3.9348563402662586, 4.0173932529537133, 4.1063926031921367, 4.1717702846007647, 4.2630914745857496, 4.3776816586639553, 4.4711604153944746, 4.5898411942902397, 4.6529598063193873, 4.7594223012672128, 4.859397400196225, 4.9911351337934935, 5.0565770304775857, 5.1225454425221839, 5.2210476830787913, 5.3162453599135313, 5.4019041740602542, 5.4940746055002112, 5.6136974622961269, 5.7781825322921838, 5.8753555715066135, 5.9710447043669799, 6.0693550815356012, 6.2210987536494446, 6.3057281942751633, 6.4213140942100821, 6.5389008456679329, 6.6598814572271587, 6.7667995850353684, 6.8447945703412136, 6.9638166797290806, 7.089919065426475, 7.2063358053191635, 7.352017914006157, 7.4537565287326801, 7.582581434309609, 7.7515979917104838, 7.922857945264326, 8.1036189902911531, 8.3020028506929222, 8.4634925955724825, 8.6391711422358544, 8.7635395423761935, 8.8992877245899145, 9.0893279549043093, 9.3039711595273165, 9.4509385898117682, 9.5886214810203292, 9.7390698728931344, 9.9541876691465312, 10.169584740152244, 10.408818535856438, 10.659936222779091, 10.885872639294179, 11.234872889392312, 11.380004892188218, 11.630544911322611, 11.842161705728255, 12.145847767420936, 12.330853164469056, 12.583698055254121, 12.816494298528724, 13.030768267855716, 13.340667906325312, 13.590963465427643, 13.838270526487388, 14.074223027757553, 14.348879588563831, 14.623052429806279, 14.889780883997153, 15.16693031574218, 15.627987742305928, 15.886715102647821, 16.122720491922152, 16.370043221512347, 16.698521062776425, 17.014791424541087, 17.277243625151677, 17.630298905505015, 17.922468720470825, 18.149957595022286, 18.504105261759602, 18.795720406240982, 19.18862905514699, 19.475658613972989, 19.718119783763974, 20.003625971835866, 20.315035816376586, 20.769230895348553, 21.215197103344, 21.721451002558126, 22.141375933409783, 22.495823827116208, 22.862304058851613, 23.305091172097715, 23.849319624238138, 24.24364699835543, 24.720699200556524, 25.085626207841511, 25.638589513652505, 26.154907865789191, 26.464735192229831, 26.827306144197109, 27.546994095945028, 28.177135131091795, 28.63885753555148, 29.495195057633349, 29.842693161801382, 30.377067174788916, 30.875858140539503, 31.744346334559026, 32.758933651918937, 33.726942266387887, 34.215890876186286, 35.205804764096222, 36.335678040868849, 37.11614771455158, 37.941465739425929, 38.859334633575578, 39.928208407832223, 40.699477662771486, 41.819209837420011, 43.215290220738062, 43.752358355431525, 44.477418638451525, 45.544939322383215, 46.640235116349203, 47.579833058320212, 49.08201798196896, 50.659250361498124, 51.765930922941273, 53.63059431256552, 55.1000160675475, 56.73201493619726, 58.246215912516156, 59.40623788602521, 61.827647106103718, 64.49842649472086, 66.976553190431929, 70.198059650548117, 73.471061518231679, 75.97093457032166, 78.702576395464334, 81.611672320767141, 83.584533696176564, 89.483719245164707, 95.503007633435587, 99.897758416618558, 104.5780094282018, 111.60694946504658, 117.51568863458957, 127.92288436293775, 136.29858810722959, 147.30418079416475, 162.5922919611979, 173.4980042718681, 184.44721960771685, 206.66903439286079, 235.60943993849668, 279.42538519180954, 395.73590980190897, 767.7437697537913, 0.0, 0.36374037786845004, 0.55995190555689123, 0.68730867176589694, 0.8050753739354829, 0.92714388919158952, 1.0175094347724474, 1.0720068922506483, 1.1785486021612082, 1.2657419124971916, 1.4035727483941891, 1.4650786245458309, 1.5545465660549713, 1.650599565868383, 1.6933702592952453, 1.7732804777571083, 1.8838172082592433, 1.954950718947722, 2.0048840780203179, 2.0683672686827492, 2.1645078261391331, 2.2612520597106451, 2.3359440089385646, 2.3981343988484136, 2.4476156886612883, 2.5691159773482495, 2.6084450349000678, 2.6658038289568791, 2.802053890520781, 2.8561183704950697, 2.9543741961709769, 3.0135138877978185, 3.0505910337969002, 3.129399027027457, 3.1984302483970564, 3.3186190937914195, 3.4057540256655323, 3.4777981689415913, 3.5184191917833267, 3.5975803130944266, 3.6588848905491038, 3.8130976291367, 3.8802414294541254, 3.957222730170348, 4.0900593899149893, 4.1986310350360245, 4.3311490651060334, 4.4373460503609401, 4.5587919710581124, 4.6277536709616927, 4.6884807290574564, 4.7843280503620607, 4.8638283249690355, 4.948337773654341, 5.1040636578149838, 5.1795964194464377, 5.2973077144211338, 5.3522785288725707, 5.4939098011676935, 5.6180430790090652, 5.7470634587269451, 5.8397056876634732, 5.9561260760004444, 6.0433823634687371, 6.1235992948872031, 6.2504421209611483, 6.4113950981142374, 6.5516323124086711, 6.7244564776287783, 6.8618195100648141, 6.9505641642794975, 7.0916813413393385, 7.2272991950515504, 7.3163089878854173, 7.4623335136659801, 7.6110387010371117, 7.7791913595037805, 7.936641896374983, 8.0878941913267184, 8.2595490578730129, 8.385431944546335, 8.5207274071897672, 8.6857803464137824, 8.8101649975015821, 8.9536744831786148, 9.0600596564391367, 9.2078447326702051, 9.3228888631291884, 9.4666810933090737, 9.5842181319219488, 9.7117679522558404, 9.8364937741290674, 9.9578885988719605, 10.050258999773828, 10.222935957512945, 10.316390929540351, 10.475548798393795, 10.645698388425439, 10.784281041251679, 10.948840474245644, 11.18619695562867, 11.391007009711993, 11.567902525938473, 11.71609814428081, 11.986239831997279, 12.114994517734564, 12.299234012158884, 12.519873907814063, 12.863454387962484, 13.071436848150757, 13.401814698265529, 13.616665965772345, 13.917822552439985, 14.188207378128368, 14.392249303363604, 14.565292790891043, 14.8227217543752, 15.082488535254081, 15.353996053129002, 15.71970041593713, 16.055798117141507, 16.350541959618788, 16.59026542651214, 16.985800718119268, 17.454849654596948, 17.727304029707067, 18.074448871862273, 18.657077244754035, 19.113484525377181, 19.562570052919153, 20.051208287923327, 20.510845671810618, 20.868530774744045, 21.265799148848728, 21.905779229740901, 22.253576842522836, 22.93054457765145, 23.206345747345235, 23.442698316367355, 23.819566588138276, 24.284074517836409, 24.787572758168594, 25.29135993018971, 25.702149605001754, 26.244235212381223, 26.972918611793055, 27.497687861234269, 27.803253080067293, 28.455954373351648, 28.799808431536636, 29.848012115835569, 30.659490646833433, 31.278494629826003, 31.986230266586109, 32.844426473455414, 33.467758528183403, 34.226128209009545, 35.361957028401591, 36.258109649477035, 36.936669242532219, 37.818365857787754, 38.696285651145452, 40.081917650133853, 40.64346996992446, 41.711711592656641, 42.702888952548854, 43.463449958527363, 44.933303891653537, 46.280030045429775, 46.884828739246672, 47.9164412951895, 48.816783602198043, 51.059938151143868, 52.990341731171874, 55.149664388125281, 56.632548806783447, 59.744429378935919, 61.750152716933627, 64.13446025245527, 65.894498123950655, 68.469194455591804, 72.127321506278804, 75.510184634367306, 79.070343457944233, 82.83698071207391, 86.213350717712743, 91.263841459235479, 96.251898067968696, 100.97702206389322, 110.24223086163732, 122.08402559600439, 133.28649360785434, 143.88249756506781, 165.37750731198261, 172.54296243585648, 184.52345636646612, 205.19933792261477, 225.68130093091153, 254.48608422209975, 356.13158711494771, 667.13884179705951, 0.0, 0.26354229304624982, 0.38447836652746359, 0.47827776444151504, 0.57102745980500924, 0.66953353299980622, 0.7418659221489563, 0.83156847070200968, 0.90459644576835174, 1.0010729921508612, 1.0747030979707302, 1.1266171474464457, 1.2074942519793959, 1.2865431026365461, 1.3473439404701553, 1.4202020302877516, 1.4768893225494599, 1.5313969774675775, 1.5909847654923739, 1.6475355098467457, 1.6997939412324161, 1.7637752265692834, 1.8242615872864518, 1.8898188947673684, 1.9509538324144411, 2.0098808061983942, 2.0640737132115903, 2.1250621349491174, 2.1880199036006234, 2.2482335097460373, 2.3224687338799601, 2.3810854640962966, 2.4539462471917695, 2.5205389108480092, 2.5736335433800064, 2.6351983220648534, 2.7117894124038844, 2.7769524741702436, 2.8358464472920151, 2.8923290609616985, 2.952869124430904, 3.019886501351988, 3.0890122216294262, 3.1640429065297679, 3.230928687772761, 3.2871518048094348, 3.3658272937032447, 3.4150577541035902, 3.5021039779235932, 3.5747695852696721, 3.6487836281519805, 3.7241574101269204, 3.8142260058409829, 3.889886219446729, 3.959556232893171, 4.0356800011365941, 4.1057394274812147, 4.1980461864106902, 4.309452131909552, 4.3828331762835537, 4.4695204020316721, 4.5367508600967223, 4.6233009941728263, 4.723559288314422, 4.8418135782046221, 4.9493007712556114, 5.0770358904447308, 5.1638022761303857, 5.258523659828418, 5.355344510356554, 5.4603287604488076, 5.5379537810288211, 5.6249248142354942, 5.7220275089216761, 5.838923475249886, 5.9497212657328467, 6.0583843755738309, 6.1867532212460965, 6.3064698765052771, 6.4319591322171776, 6.5483864027049101, 6.6488785338577285, 6.7665965268891011, 6.9052017507528056, 7.045854866965354, 7.2014256979466307, 7.330485956308558, 7.4487327302385404, 7.5665345877761823, 7.6547168896849138, 7.8054455606559943, 7.9504829122596341, 8.0783042696456278, 8.2122962977826681, 8.3879105778396355, 8.5583569201645879, 8.7283836649546007, 8.883891378612029, 9.0083786843632403, 9.1761351492455319, 9.3638324400389497, 9.5907615887485385, 9.7594846934193047, 10.010833472510898, 10.185621904747663, 10.346951216302086, 10.520062141237078, 10.706681377384809, 10.967233078599998, 11.138591663326494, 11.336327609263476, 11.538065870352529, 11.780969742764785, 12.040396856930878, 12.278033460635026, 12.572587972604635, 12.836717579047866, 13.112528685175548, 13.349919258349592, 13.711232799022634, 13.952743864796032, 14.173739895596908, 14.465060589666624, 14.731797503743392, 14.982825032585207, 15.26649112996823, 15.569851389101043, 15.807990176918581, 16.100384923714998, 16.357766493568764, 16.777677977704688, 17.171170485060028, 17.439164114500958, 17.753339594991331, 18.098780157602537, 18.506119482642575, 18.872634818431685, 19.158220809140616, 19.460619214965231, 19.861854966350609, 20.194551637195691, 20.572956591632238, 20.928294578986577, 21.344426709478942, 21.66166937542549, 22.240766877718343, 22.565729819049889, 23.044323591163653, 23.475228287516739, 23.932777693805892, 24.431735905582023, 24.9753478724361, 25.444631767712121, 26.034501673986167, 26.793728332827442, 27.366686796047183, 27.957289531847202, 28.628949210391269, 29.141828609314189, 29.719739181851036, 30.30594251575133, 30.960727844584873, 32.027496656930069, 32.974018472252368, 33.863248797022031, 34.561629815364022, 35.481873500994837, 36.425956905396923, 37.348331262937052, 38.205344049967586, 39.198221653394434, 40.278372389201685, 41.677786414811592, 43.065418693400801, 44.574973160850661, 46.276760954798682, 47.637500721436417, 49.306031705719278, 51.89715331335065, 54.021647205722303, 56.568849685307754, 58.260272125967838, 61.01559773170208, 63.460178968983008, 66.681062849099575, 70.419627156287063, 73.920166575505235, 77.213692861072445, 81.815040784668199, 85.962566683415389, 91.041503329412507, 95.177144795049969, 99.955722087200343, 108.58955753524259, 117.80784071631163, 130.37475347981882, 147.21446326393803, 169.18325814487829, 205.95766196129654, 265.65512151989378, 87848.280391018183, 0.0, 0.19490317513848199, 0.31818006814142752, 0.44431328428917849, 0.51127610159630021, 0.60383086895704507, 0.66138230429826461, 0.71265972318194859, 0.76129462676019677, 0.83795014966870063, 0.89283607223616412, 0.94121780304322211, 0.99883776020744297, 1.0583181972227838, 1.1082428211928517, 1.1713208117143756, 1.2148024624665414, 1.2609968601390287, 1.3328682001354739, 1.3925492252792258, 1.4667867999704067, 1.514482258913509, 1.5743932825824867, 1.6055483247197799, 1.6735799139620093, 1.7242981980275145, 1.7695095310430997, 1.8260039068052139, 1.8847715885877299, 1.9197993080657989, 1.9744731923762646, 2.0311915914165062, 2.1097644028458769, 2.1664244086126137, 2.2431869595868097, 2.2837360345225766, 2.3556313195570087, 2.405430036905444, 2.4505170860355792, 2.4989854383785239, 2.5407069198492236, 2.5973895600257899, 2.6662262216343775, 2.7003533281249101, 2.7540559919851004, 2.8059856736986672, 2.8744094871135686, 2.9296784011089727, 2.9987201241218648, 3.060603076649417, 3.149353771093593, 3.2335250198149148, 3.2987481250279922, 3.3813159530575105, 3.420245321649098, 3.4667630445198467, 3.5404207818987037, 3.6319368958518181, 3.7059200378072354, 3.7740034108713001, 3.8372038077261137, 3.9197610988151039, 3.9886257099364339, 4.0660495867193172, 4.138300196794412, 4.2257097559547683, 4.3260432863760752, 4.4121971145250116, 4.5042890038890597, 4.5643129623079091, 4.6632837420436948, 4.760388268790428, 4.8656859399723364, 4.9325603768335293, 5.0342194443918942, 5.1201176332551412, 5.2068094592308221, 5.2861985755361616, 5.3619402279344657, 5.4488952829979578, 5.5661630444890307, 5.6302459604039878, 5.7251570645424943, 5.8265289703090026, 5.9757197595129812, 6.0745229648833075, 6.1917517048051831, 6.2953470395796423, 6.403259690218019, 6.4917627633704118, 6.6358190501534073, 6.7679316573810269, 6.8686794099073571, 6.951123042441683, 7.0714773931514774, 7.1876874501549377, 7.2851841541363633, 7.4277247272769777, 7.545118161206557, 7.6796631181823791, 7.8167880642937018, 7.9566071237538072, 8.0603936878360543, 8.1832039873181959, 8.3115755716587163, 8.4320844813486833, 8.5902802761521784, 8.7221702888496431, 8.8514060135926869, 9.0332345688234028, 9.1963706908372931, 9.3367587179861236, 9.497006030540005, 9.6427753811526102, 9.8532189063800164, 10.050461242163172, 10.168236220470268, 10.348527513241617, 10.531791667580992, 10.703985943887844, 10.93278400032537, 11.15334897515447, 11.279161608656203, 11.493658887982159, 11.629213658946661, 11.813149108077441, 12.148329929207353, 12.428225959361159, 12.590673999087862, 12.794134333415222, 13.002054595845699, 13.29166579030848, 13.555249875763497, 13.805021300146676, 14.163857718369647, 14.396612581875223, 14.68307313946254, 14.923008872428863, 15.32205455142778, 15.692053745001203, 16.016016291617053, 16.269176030476242, 16.559936897997712, 16.907361798334914, 17.258247430228977, 17.522507804773419, 17.819739257247601, 18.300494526840033, 18.61675208077844, 18.901401014716043, 19.417022408557258, 19.797904233478242, 20.228015085729147, 20.637954339218549, 21.183210911355513, 21.771881557448339, 22.21773210897102, 22.779612813526374, 23.276529546096842, 23.849594764724543, 24.446921593531446, 25.015101229550464, 25.658559396356374, 26.282199605420455, 27.105386636499361, 27.676243476410885, 28.419439927324717, 29.184424065828914, 29.883208551297241, 30.862499878001806, 31.713413996846523, 32.826935291082727, 33.72406490654123, 34.680776796431886, 35.528359794461842, 36.670845950707843, 37.969249977719763, 39.273981900912467, 40.244728926237393, 41.483302822400162, 43.211405024691217, 44.630074152677139, 46.308911078822682, 48.422856008629161, 49.774586644602294, 51.781332900742051, 53.252372889554401, 55.257436943999878, 57.314324693762337, 60.134437476839075, 64.643054466595004, 67.805529413896068, 72.960204750804039, 78.548035565623934, 86.612578466349305, 95.851443874433429, 105.43467161328387, 123.71872542791084, 144.47153346382115, 176.91525388308472, 309.16164265953068, 0.0, 0.093398210950316154, 0.1964204104101267, 0.28305640434431101, 0.37579074941364743, 0.43376997866650091, 0.49429543879132976, 0.53862866326746572, 0.58159097219579325, 0.61215633846525852, 0.66489866088651661, 0.71376871279852483, 0.76604518711445135, 0.80762780660631495, 0.86702460155016359, 0.92578293211375118, 0.96655278458941574, 1.012408711382466, 1.0389370892326379, 1.0979094469421704, 1.1360967828124768, 1.1843998812376955, 1.2121765466487182, 1.2356656356376803, 1.269517337829088, 1.3064220440414478, 1.3456604109067491, 1.3847455871539975, 1.4433510659744919, 1.4787246262422706, 1.5290320752062629, 1.5562124703009197, 1.6073426914107938, 1.6404681580522233, 1.6702244973685063, 1.73063179859356, 1.7750006715499509, 1.8279516044521678, 1.859195201800822, 1.9053170452940513, 1.9280767671566097, 1.9902516035810496, 2.0186760912468551, 2.092657238098997, 2.1474948054253384, 2.1871961512096565, 2.2317816251782281, 2.2907742739410164, 2.3359180870369833, 2.3869816483688759, 2.4529856457177273, 2.4909203390683849, 2.5537529934964778, 2.6292032978804851, 2.6784202619777213, 2.7190242328666847, 2.7592501032192169, 2.8141411237425067, 2.8832878890394928, 2.9253711343109838, 2.9954526684612648, 3.0483400308079833, 3.1195790079290284, 3.1882923341376097, 3.2475133828248954, 3.3082893597110878, 3.3998621255091428, 3.47762860298067, 3.5504403144136871, 3.6091991238429708, 3.6617110799009782, 3.747352642356359, 3.7869413127021954, 3.8494017410196837, 3.9492065318655385, 4.0178432318231367, 4.1459135647020364, 4.2117067391482745, 4.2819404568634685, 4.3483465566680453, 4.4244779495490469, 4.4626585143965478, 4.529665123797245, 4.590443570999347, 4.6959724608287416, 4.7546121047868048, 4.8565039814092676, 4.9526895878521771, 5.0443764740864374, 5.1192000512767368, 5.2222704461323, 5.3679136440586834, 5.44561515189495, 5.573881356101074, 5.6587732114410647, 5.7456859581229036, 5.8285056653676959, 5.9249388997940375, 6.0008874169591815, 6.1408249280378238, 6.1925479765893821, 6.257597707865, 6.3482665820132933, 6.4362617657783012, 6.5018677743421236, 6.5990992264693222, 6.7059841755319676, 6.8408659416578956, 6.9783602936172588, 7.0768404883339144, 7.275512674657814, 7.3760305080718176, 7.4852630022878435, 7.5558323048134834, 7.6469369887215128, 7.7796586853873126, 7.8927874437708638, 7.9917930786552116, 8.1024563434454961, 8.2999865668501034, 8.4506558762494599, 8.5965995871403145, 8.8639775066208841, 8.963955758417768, 9.1445204978480277, 9.3391048111935557, 9.4789266524635813, 9.6269538620278485, 9.798523665360058, 9.9267454692157209, 10.135523291360611, 10.266903541690644, 10.45005203381487, 10.715778409248584, 10.96464567850493, 11.083463676843031, 11.256660301260217, 11.500996192642983, 11.687974340512826, 11.903229343489697, 12.133709181931877, 12.310998874748263, 12.750272219083747, 13.056147482613222, 13.253490555112993, 13.675145968268881, 13.924230477174909, 14.217574079767886, 14.571236022596374, 14.939288725850155, 15.314551253615292, 15.575987515584663, 15.833645863054313, 16.200485384427974, 16.477465196601848, 16.843241153808755, 17.272849032588312, 17.796542227272955, 18.154946140541519, 18.42280855377696, 18.768141850732011, 19.187362345680633, 19.591309885228171, 19.89722345376024, 20.702595711695711, 21.128564543818339, 21.527729127045859, 21.98660526945358, 22.521671536797641, 23.024367946134102, 23.561848505072032, 24.014992900974836, 24.436576472708754, 25.503186568685322, 26.610835772872736, 27.151442239196715, 27.70328225888667, 28.806039995726948, 29.627287233320377, 30.315284533811624, 31.327683853768139, 32.147834022257314, 32.92691659425568, 34.04201415685305, 35.413352753610873, 36.221826443150817, 37.977707465427912, 39.36878752355473, 40.951879054950432, 42.365682197246947, 44.629804117764586, 46.795396750300675, 49.67533805194968, 54.589345174300426, 59.129570664612665, 65.197403972300108, 72.17408937465612, 82.574762345786382, 93.478082113773723, 137.00082761546682, 199.8118228761337, 0.0, 0.10986207372166874, 0.14872621306540318, 0.19845064349132605, 0.23956108970357301, 0.27567089124994565, 0.30377868213388104, 0.33708359499769869, 0.36673053244321807, 0.39912993308020295, 0.426779015978206, 0.44779438158941426, 0.47517643738476034, 0.50286573074575236, 0.52693060971954953, 0.55098158547076637, 0.58123019985394664, 0.60493909669532997, 0.63389774238520347, 0.67186606098347501, 0.69617002023919206, 0.72425525288091774, 0.74131268328835165, 0.75822441587657952, 0.78496504186460769, 0.81439669478023768, 0.83597937513562759, 0.86590383841807772, 0.8832207398905233, 0.9128885288784947, 0.93278832232658382, 0.9712970144945392, 0.98805434822469451, 1.017363705614581, 1.0437582087199948, 1.0718487411987458, 1.1004250896437773, 1.1194711959360109, 1.1437610856843738, 1.1703135770105868, 1.2056434217949175, 1.2338045789280789, 1.2543783796951538, 1.2881091828814166, 1.3112986519959224, 1.3412713397963407, 1.3643779221604135, 1.3915419763427743, 1.4135745730894449, 1.4437349779195308, 1.4780368538634174, 1.5059249898934794, 1.5377824779923701, 1.5720832254223982, 1.6052142651949446, 1.6359894194069291, 1.6698249679324384, 1.7010194250562272, 1.7272294927445859, 1.7640864928040065, 1.8021508917193763, 1.836941181297739, 1.8572858792099074, 1.8790413654272671, 1.9118884108245098, 1.942073490357896, 1.9694860799879985, 2.0015645272239428, 2.0522149106625998, 2.0912660589444134, 2.1247257810064668, 2.1749093251088301, 2.2217650563723126, 2.2797139028050473, 2.3273351675369698, 2.3662520837977135, 2.4085161957373407, 2.44842259128407, 2.4966048731591064, 2.5293551875388931, 2.5632601598410365, 2.6058201417068219, 2.6332894599197223, 2.6736218730705206, 2.7182676740160878, 2.7675212194433909, 2.812780412941005, 2.851379316835152, 2.8952580472277556, 2.9324664002449192, 2.9730447751871556, 3.0227975296309393, 3.0615273198990827, 3.1268021698603428, 3.174893627551298, 3.2193684712802222, 3.2683746695506959, 3.3223129099795639, 3.373078633435032, 3.436781965208882, 3.4965341709413189, 3.5485636123343998, 3.6258706424876941, 3.6600532837001367, 3.70560155555301, 3.7650593373841739, 3.8358507676461393, 3.9084549757206171, 3.9708021023524647, 4.0212671115382888, 4.0946288617889595, 4.1394244422887896, 4.2188351505187107, 4.2823861107092336, 4.345215736329938, 4.4124531199132271, 4.4715502537649803, 4.5793747033075158, 4.6772348615589658, 4.7793135998354499, 4.8587348255519132, 4.9729544448725447, 5.0694000105385566, 5.1648687512296263, 5.2375026757215011, 5.3107689102038451, 5.3918869300439356, 5.4798227286901664, 5.5404131589193328, 5.648241044217758, 5.7449977826195706, 5.8598429438509489, 5.9784308800284593, 6.0724910376893559, 6.2240939885017204, 6.3418997607004348, 6.4869662152984544, 6.6005309624044228, 6.7321547133945252, 6.8313273194562418, 6.9553827276444107, 7.0978539209087161, 7.2385617409417087, 7.4083545257663301, 7.5207064390014864, 7.6784562087734116, 7.8094272468662487, 7.9694720845049609, 8.1498776347751605, 8.3017112945801781, 8.5266505277166349, 8.6503142671472784, 8.9054272928070564, 9.1373026527777839, 9.3315715528110896, 9.5401595700260877, 9.7597048968193185, 9.9666371700161704, 10.22144069326451, 10.408114251683418, 10.676084943208242, 10.908036087339795, 11.20436716656776, 11.477519824720831, 11.808217307144476, 12.095306359268855, 12.384349218033464, 12.685309460589796, 12.923557637527606, 13.204138344604788, 13.616900691559191, 13.979656973992922, 14.606515576714788, 14.962258652534821, 15.314510650339031, 15.724483559731054, 16.382829228207918, 17.009132961353529, 17.366569031693889, 17.900210603831621, 18.648573105414446, 19.363994023453447, 20.143558523165193, 20.828002130195308, 21.73898624871266, 22.409876982562661, 23.415203632804776, 24.355119676733135, 25.938175172718896, 27.639017238717773, 29.341494300849057, 30.595119225694788, 32.714674098003904, 35.49272152410154, 37.928565199883295, 43.491713440727274, 47.581292491927705, 57.969627624865709, 63.340294577285306, 80.397876878853367, 1699.4418298669216, 0.0, 0.057563746961587628, 0.072111582138628103, 0.08953965473080569, 0.096680126595439592, 0.11426458268489206, 0.12297408594046662, 0.13531860413261979, 0.14452962166237915, 0.18495685986529226, 0.19550850903207695, 0.22061034782875669, 0.24758609568932677, 0.2612060900760057, 0.26777787436395784, 0.27913993724767144, 0.29698064960443493, 0.31244925057107031, 0.32122508788845933, 0.33311366430341305, 0.34236037155250942, 0.35256380627730061, 0.35729858105022982, 0.36206918848814695, 0.36696792159332803, 0.37634614206748435, 0.38534850898782269, 0.3894744547332164, 0.40001857990165496, 0.40628143701841141, 0.41257543810712505, 0.42792024247708083, 0.43741390937376029, 0.44679385424881979, 0.45338668180597402, 0.45852917891908479, 0.46847035670602488, 0.47881191760237773, 0.48636454017775488, 0.49953494697176376, 0.50860731875951681, 0.51485110540295576, 0.52109982877729388, 0.52856828716304816, 0.53396501041075717, 0.54519067350690764, 0.55087030570382234, 0.56120787950497175, 0.56947875574614748, 0.57879694500782908, 0.59045771217758214, 0.60020074472460661, 0.61356581621742379, 0.62339692092995469, 0.62921777922324307, 0.63757958596122966, 0.64566282308710643, 0.65337163144903077, 0.65757954743934188, 0.66731107005984081, 0.68506693378151473, 0.69407449975565316, 0.71475464833393743, 0.71919154363460669, 0.72854121818321049, 0.73768805533929283, 0.74964936797719572, 0.77319064552644212, 0.78475208628536974, 0.79568283458133116, 0.80765736770217855, 0.81877434008276662, 0.82795271525666825, 0.83973491168326087, 0.84972560110746476, 0.85639470621002023, 0.8647134858775507, 0.88244802261826683, 0.89985271988240045, 0.92340768696765485, 0.93788541450428287, 0.94792835531188524, 0.96027918757802155, 0.96921149562521636, 0.97952213604373195, 0.98854957689191614, 0.99970116951294496, 1.00882043327571, 1.0201870773908586, 1.041349919759516, 1.0556530343908901, 1.0756585260782074, 1.088223830319788, 1.0958784727426483, 1.1149995386526934, 1.1304796415226661, 1.1446063542280724, 1.1638356180596499, 1.1745794869462154, 1.193511657405055, 1.2182391405087374, 1.2382096317106388, 1.2472982421708765, 1.2622218704529613, 1.2744400683695623, 1.2908221594923039, 1.305167165044943, 1.3252374721898401, 1.3384679854994657, 1.3542873322844842, 1.3724563152241775, 1.3892962190041085, 1.4109408775708268, 1.419655422200014, 1.4315263030154188, 1.4527276892177177, 1.4683378048771656, 1.4867165057343337, 1.516076453749051, 1.5433792065946024, 1.5553543482759045, 1.5609831318052232, 1.5806764726673499, 1.6041131847991026, 1.6344144243726575, 1.6710888016711845, 1.7061932731840148, 1.7354452179890347, 1.7630243267926291, 1.7975788676407549, 1.814028785525206, 1.8281150670319055, 1.8550087441605427, 1.8737649522280617, 1.8856226040366797, 1.9079304881331332, 1.9442107218496263, 1.9659920408787115, 1.9983699901526899, 2.0223202139688512, 2.0401740051464592, 2.0748888988742027, 2.1149914291249212, 2.1360608521646109, 2.1565833101041338, 2.1693334907915234, 2.207376721598215, 2.2255919603217067, 2.272629194554781, 2.3279774087392666, 2.3517585387327471, 2.3910765083557908, 2.4703248547335415, 2.5208338119493607, 2.5806226807785433, 2.6402836153572076, 2.7185362598168772, 2.7677835795641461, 2.8180997959029526, 2.8326345693021624, 2.8701055927549652, 2.9318268717765115, 3.0139842815042615, 3.0571236539047622, 3.1734047661118234, 3.2297672388561938, 3.3059073464928148, 3.3897975561487925, 3.4745601523423382, 3.5452181551689357, 3.6265670674665991, 3.7050473014775043, 3.8309245560041219, 3.9372996837644192, 4.0716930145722978, 4.212857083996437, 4.2692123731220972, 4.46591990841738, 4.5523023767467139, 4.6548916677892533, 4.7758394764018659, 4.9758326990027228, 5.2769985200911247, 5.5486096014042028, 5.7245726086000337, 6.0102407093754762, 6.1426829331257933, 6.287333950013684, 6.5928811370882103, 6.9367730409204489, 7.0646691460119388, 7.2083448239980932, 7.5049899728910674, 8.1901484843386374, 8.6011704867597345, 9.304469886954676, 10.665731252277961, 11.88866301597937, 13.361123901157045, 18.497872676781789, 25.178694947474682] diff --git a/Muon/MuonID/python/MuonID/M_2008_def_dists.py b/Muon/MuonID/python/MuonID/M_2008_def_dists.py index e42ae235e03..395419edde2 100644 --- a/Muon/MuonID/python/MuonID/M_2008_def_dists.py +++ b/Muon/MuonID/python/MuonID/M_2008_def_dists.py @@ -1 +1,11 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### M_2008_def_dists = [0.0, 0.057628562576303784, 0.091878457821655726, 0.1132900806480715, 0.16850875337211296, 0.23480972950916859, 0.25538164963671517, 0.31559279249314726, 0.3709861971858377, 0.39525547000677452, 0.48512586717169626, 0.50506908796001859, 0.57765035525262631, 0.62148541152837633, 0.64263863444579483, 0.69882483312164267, 0.7161545153916149, 0.80411890720042356, 0.8805970872918405, 0.95906879172041093, 0.9964168954980418, 1.0467630571651532, 1.0811313132957849, 1.107613450320283, 1.1414327414809755, 1.200680497698831, 1.2258265309284444, 1.3292666112945957, 1.3827312359018287, 1.4123188606803245, 1.5512850653633397, 1.6356584995938095, 1.6731651325192813, 1.7284734590792767, 1.7492218434041287, 1.7668984797381611, 1.859839254768237, 1.8915873446892628, 1.906971142493358, 1.9739012545347705, 2.0042595869827151, 2.0404670643203007, 2.0801334669349569, 2.1361786545358559, 2.1800889828349126, 2.2526723098806514, 2.4615221000598324, 2.522133895087689, 2.5349568672753051, 2.6130589764080723, 2.7500027760987162, 2.8562937139926889, 2.9119263033764744, 3.0019158345608132, 3.075603035061484, 3.1141526815876208, 3.1813265812952172, 3.3676587418240587, 3.554323576839598, 3.6496213142048179, 3.6874293716075122, 3.7856923728140917, 3.8474310667342051, 3.9949344157172133, 4.125555286661946, 4.3290913548691856, 4.4952013654404812, 4.556343784992352, 4.639912221981799, 4.7146391204010234, 4.8227084013441566, 4.9863406697764292, 5.1842339785740776, 5.3023803998521304, 5.4750202011939866, 5.54048973773856, 5.6494197613846904, 6.031189352625824, 6.1768307442788197, 6.2620964668403225, 6.4351623085815, 6.7265466116268859, 6.7915288820461273, 6.858752135722245, 7.0391175979404581, 7.1234944848067601, 7.3258340038478451, 7.6012540830071256, 7.8610379546027023, 8.1407339356122499, 8.6344134454714787, 8.7180144432721391, 9.0978762948485237, 9.2738466401608814, 9.3278635864048827, 9.4424890946840847, 9.6030189615224657, 9.7486413490900201, 9.9120876012927628, 10.0634236132968, 10.415298132107214, 10.522058512873633, 10.613299539059163, 10.777003890057323, 11.19134404322137, 11.263117192375013, 11.498561061679176, 12.21806762702662, 12.483196087543357, 13.54470365954359, 13.849619017840872, 14.123084642390928, 14.398832659078749, 14.566089250066417, 14.807446823406554, 14.954042474253805, 15.017632122375311, 15.534486588862363, 16.087579752773408, 16.335273051167704, 16.59865583486215, 16.787365784531143, 16.930772808747413, 16.978230896616772, 17.45341757723757, 17.54161801859598, 17.670822982069833, 18.057953137339432, 18.349411130934708, 18.874645742669262, 19.811500245302732, 20.617053831744901, 21.425708785184192, 22.13342945397601, 22.514800015329385, 22.600876120356858, 22.995926973030485, 23.562574109846953, 24.294710403256879, 24.710775959864485, 25.735807637080889, 26.538055293359648, 27.290028726831821, 27.773430106003083, 29.668208899311839, 29.767759573249858, 30.328136166047656, 31.494086670497492, 31.717352094096093, 32.525981982450979, 33.265585384845679, 33.751316746168612, 34.201802003064067, 36.899918838933765, 38.096479462365799, 39.516017768346714, 39.989735840240321, 41.194468318352641, 43.299364753871842, 43.400612046669139, 44.217051933181644, 45.224566778084622, 46.422304247376758, 46.960808813383558, 48.299557096246531, 49.543362472280329, 52.100735352804534, 53.655447353773283, 55.960391277909508, 59.70514539293125, 61.843693253111184, 68.081331605587849, 71.540166073226146, 73.270793327751335, 76.171347038456744, 76.713947935814872, 79.452578223589953, 81.242818023980888, 85.253618574552505, 90.576557423795492, 92.997247053710012, 95.821107577619216, 106.64500479999833, 120.18058037798956, 126.50923215826064, 131.32814912989315, 147.1399472964454, 167.43638431036157, 192.68604805851697, 214.74959666043176, 236.90417250922937, 270.13811088102972, 311.13617202210634, 348.43212870989748, 397.49279405192692, 418.52939500887197, 490.05308025042825, 601.26449991098229, 943.69926165035622, 2272.151119348498, 2272.151119348498, 0.0, 0.068201728466174436, 0.11237783313391692, 0.12830033204755303, 0.14738276605539258, 0.17452595819420164, 0.18740679497876259, 0.22092788589298604, 0.24698157312934674, 0.26321755681186182, 0.278982404063846, 0.29425614113597565, 0.30386598141884186, 0.33348471684689712, 0.35448258891286477, 0.38416466052319098, 0.41799061907192603, 0.43332985148006498, 0.46022545438188606, 0.46720029992587914, 0.4834191580769957, 0.49135304898180576, 0.50065137294598305, 0.54116902167600822, 0.56502516934264901, 0.58383186711851243, 0.59988283878047788, 0.61745037135253056, 0.64851934211375817, 0.65771446388077714, 0.68201656335208749, 0.69501882934571635, 0.70859407070539537, 0.76811748190181783, 0.785547174693628, 0.80584170571483826, 0.80977921469642378, 0.84983656800224905, 0.87762202858938831, 0.89989293732657549, 0.92737970573962192, 0.94822275849814597, 0.97010634169397159, 1.0004701361644599, 1.027252813486935, 1.0516264427778705, 1.085865795301199, 1.1039829998101676, 1.1231421375848933, 1.1351908524310048, 1.1870327649828589, 1.2108652899633887, 1.2418615536907456, 1.2620878726057261, 1.2831955088252662, 1.306480565141986, 1.3214819027067988, 1.3819750197102438, 1.3964962886754628, 1.4416267404974048, 1.4723276588556404, 1.5102821076425617, 1.5397500825876973, 1.5614284610319382, 1.6110339651345407, 1.6433416553385205, 1.6728829936173992, 1.6999366415445392, 1.7240699041761254, 1.7508519958752469, 1.7969849629216739, 1.8430561905053708, 1.8717904098493616, 1.9063368309633759, 1.9506003143418458, 2.0298196868542142, 2.0991713956674101, 2.1633526448161282, 2.2629929459851224, 2.29081267396016, 2.3416198215358914, 2.3573314548287789, 2.4218587714491338, 2.4993355473824033, 2.5384325382544848, 2.6491004992037666, 2.7210651339892107, 2.8237246255258426, 2.8700824362814488, 2.9188785020766925, 2.9635962519687955, 3.0154773635321317, 3.1026722776260538, 3.1782308010920812, 3.2642539873638139, 3.322125355058692, 3.3714861504441376, 3.4218839487759731, 3.5144951962763513, 3.5765944072239031, 3.6273675925681212, 3.7247691072149096, 3.8232379391542128, 3.8893216636307564, 3.9288057496282955, 4.0390899251352117, 4.1600948751312279, 4.1871263152018612, 4.2621860547974828, 4.3500604627307435, 4.5436519743962078, 4.5849723086596628, 4.729044783865576, 4.8683804704143165, 4.9563493866144599, 5.0241568504440179, 5.1468726623856105, 5.1949999782992462, 5.3140299451508861, 5.4879645142694358, 5.7223471643025841, 5.8380855647564118, 5.953449532130346, 6.0187020640170728, 6.2108553226358252, 6.3916059248644403, 6.4913362763076323, 6.6031140372618351, 6.6636491589809301, 6.9509407634766989, 7.1531488937141772, 7.2409474401975658, 7.4303919093490327, 7.5669382679335202, 7.7441286658925934, 7.9000616206163423, 8.0724648473816156, 8.2412216959472371, 8.4137214458024516, 8.6069007301001861, 8.7736666850099372, 8.9890876982826367, 9.155130462775519, 9.3411611417176861, 9.4866270624314577, 9.5872328045423547, 9.8527914805110655, 9.9514305967967953, 10.292405041584022, 10.75673026860011, 11.169289189746417, 11.46807997463821, 11.689766834399332, 11.966027273630296, 12.351431387718186, 12.727667430393458, 13.119586645059071, 13.424611040389257, 13.786397020277862, 13.968352336123267, 14.21068016740667, 14.453408188853816, 15.461180267394132, 15.895481313307476, 16.317601512617198, 16.780792483093965, 17.624171385239844, 18.139839382922045, 18.594772196087924, 20.516375547145831, 21.567448512929186, 21.977404088239552, 23.299471636450161, 24.278490139740818, 24.993212131783924, 26.592135163847711, 27.623113931391885, 28.865470012834731, 29.227604875711496, 31.101999334866235, 31.57497302654869, 32.684647994128909, 33.375146403972977, 37.692891082911196, 39.851813023596023, 41.523584144387264, 46.008072429817098, 49.647884975691284, 52.784847459347759, 54.294626625518887, 63.228644431972903, 69.726924033194564, 74.015904215742552, 86.164937892726826, 100.73311845118887, 112.18515642738907, 135.19609351797098, 176.61381022152227, 242.73583361720463, 308.26543522152377, 513.52205453065437, 0.0, 0.064681645397600726, 0.097055786527166205, 0.11671616479466058, 0.14904699771147067, 0.1812546389613125, 0.20555172420798953, 0.2183799557562153, 0.24037810467237944, 0.25036231174093732, 0.26632542829596018, 0.2738878158208915, 0.28695869973365634, 0.30912145801504926, 0.32069346660692333, 0.32716841268857905, 0.33921112396795472, 0.35411605334840923, 0.36992181322350265, 0.37555978900730691, 0.39245722745804307, 0.40098714822474785, 0.40795369226674527, 0.4172218451215533, 0.42679459853118645, 0.45012838868569222, 0.46395657933185602, 0.47588120991692906, 0.4859429317025537, 0.5012486174834101, 0.51554915854539141, 0.52673766504363306, 0.54037167562839805, 0.55386824464727247, 0.56986151348392444, 0.58441413430603695, 0.59504137541093982, 0.60183139418849574, 0.6097548033252651, 0.61636145539533693, 0.63729376685379835, 0.65492235590733228, 0.66704610998785618, 0.700953708734812, 0.7190525585629578, 0.73579423752153761, 0.74901914818208437, 0.7639095729012253, 0.78507593810209142, 0.7991677445398635, 0.82057225160808045, 0.83874577852045251, 0.8514279150065982, 0.86730722882820255, 0.890038058955962, 0.90572082476051208, 0.93235631316890322, 0.95142142918059724, 0.969384366562271, 0.99218758210384461, 1.00299637932868, 1.0092887025882542, 1.0324830139871306, 1.0486654108510693, 1.0641141875260127, 1.0835468393653898, 1.1071616076049358, 1.1168131966461825, 1.1456586118817482, 1.1644419001186364, 1.1774811339270124, 1.2092190407790164, 1.2384799339065578, 1.2616903228237686, 1.2889294434698533, 1.3164843722957189, 1.3568929832436432, 1.3789685995582368, 1.4016262455149839, 1.4303108283460788, 1.4487819999160492, 1.48021838699676, 1.5050773691689014, 1.5354136497221011, 1.5761026989532505, 1.5976227134137739, 1.6180255352377244, 1.6461488070064747, 1.6754933786486672, 1.7043391941827599, 1.7436653784542346, 1.7574238222395258, 1.8083751761401707, 1.8364695449180659, 1.8853960408395598, 1.9209489973470637, 1.9614779158767812, 1.9837030977196592, 2.0254456515521015, 2.06356755784513, 2.1061669436995003, 2.1608319242443135, 2.176533829184859, 2.2139646657342289, 2.2418326677035214, 2.2819602869499667, 2.3275988135789891, 2.355439289035997, 2.4108423085380779, 2.4436348968031414, 2.5031234860019178, 2.5439256045997136, 2.5773599788744934, 2.6327828846554593, 2.6997266593235456, 2.7317169496478648, 2.8033821298933836, 2.872746199477366, 2.911616529815233, 2.9546022533503957, 3.0081446390299069, 3.0894107259868058, 3.1461648060150367, 3.2073093130678618, 3.2707390207274067, 3.3815481629909145, 3.4779532042245807, 3.4955043576213232, 3.5757478436815138, 3.6322878543855621, 3.7796644436769657, 3.8151756075230678, 3.8802551661883786, 4.0289839922041422, 4.1279506765446614, 4.1958722575439298, 4.2681132445184655, 4.3694161532010058, 4.4793716338291727, 4.5714087303580433, 4.6493194432085412, 4.7141095620043281, 4.8655065654352976, 4.9733934483219935, 5.038859603913723, 5.1120453856118537, 5.2240263349175526, 5.326857227285414, 5.4452851717228903, 5.6191948437507619, 5.8251247312267305, 6.0364763774143135, 6.1085463321063269, 6.2898990925768432, 6.4181400947195311, 6.6210137015645536, 6.7263257016206106, 6.8855750366072552, 7.1232383189565454, 7.4007790575336729, 7.5183445501556623, 7.6542486054829189, 7.7796080000079355, 8.0776151677243515, 8.4160158721268967, 8.6283072431350387, 9.0099513745919317, 9.1985032179916839, 9.3715895144040058, 9.689097239085406, 9.9747151298520151, 10.162420972781135, 10.525043005039576, 10.9348593423718, 11.220406152599313, 11.472292936429914, 12.331513581808927, 12.99141401636353, 13.792445320126436, 14.159631387529567, 14.898875104642451, 15.391013071702499, 16.58446392489617, 17.397044111420918, 18.246693100142146, 19.539678557308235, 21.894007859929044, 23.769625964542684, 25.674579790101415, 28.595587316047272, 30.020256306881702, 33.276780738700346, 35.817076665002631, 42.110340471763912, 48.790270781601912, 54.046938187573666, 67.878422664921544, 86.808719614124982, 106.08957126365338, 212.6174296424627, 530.67951165916725, 0.0, 0.066200047903027276, 0.083721669217692474, 0.097716651445752478, 0.11022140255760769, 0.12682667647071302, 0.1310312002419774, 0.14174741060946225, 0.15012768070557803, 0.16322364512908868, 0.18204188144428807, 0.1932509011687073, 0.20736566877237284, 0.21677471984321531, 0.22208330716146871, 0.2368478044903545, 0.24800109075566285, 0.26042292583219756, 0.27071259593706476, 0.28654565496167866, 0.29337837365624814, 0.30198842285047178, 0.30844586201328328, 0.3149470593102916, 0.32463921048140526, 0.33612661364720992, 0.34538798562234241, 0.35362965043869748, 0.36471294151406786, 0.37175950729075813, 0.38160665904037616, 0.38574106898579719, 0.39688874219887516, 0.40205350235521997, 0.41084581512509888, 0.4190808913198204, 0.43544148967863316, 0.44346612867974777, 0.45227198826541537, 0.46661118452309958, 0.47567354802653689, 0.49123378069289259, 0.5026379690695526, 0.51145199410264641, 0.5230420844440421, 0.53633757129515192, 0.55323199501557874, 0.5709327471747897, 0.57668332951826085, 0.58661731761735014, 0.60316797340939221, 0.61231767919746716, 0.62173743546202065, 0.63367739150206992, 0.64417081791316222, 0.650588306867667, 0.66136245644028779, 0.67194367164364066, 0.68483211499577568, 0.69390170098605697, 0.70978541298372555, 0.71733880725642318, 0.72982716816440152, 0.744382107200665, 0.75464756880526096, 0.76971757975591903, 0.79092500924780884, 0.80139259706827826, 0.82007493231551376, 0.83636749901593976, 0.85607123696181142, 0.87178377197180712, 0.89028508898771552, 0.90709689710063435, 0.92105845964996935, 0.94062127053830347, 0.95072473335636265, 0.96303055939494286, 0.97648251804695785, 0.99369926534400232, 1.0090186828881174, 1.0418114909215104, 1.0698515568115963, 1.0781642613654208, 1.0953662056922651, 1.1107307176100356, 1.1257267330935268, 1.1471842785819382, 1.1676817560236403, 1.1877943080225843, 1.216398240925453, 1.2316053787491037, 1.2474229964718553, 1.269525880355836, 1.3019912398706039, 1.3277002379637455, 1.3443466595361551, 1.3685810866232899, 1.3984804559046911, 1.4355750324517496, 1.460852572211057, 1.4948996531027956, 1.5268570238239529, 1.5522940777876273, 1.5719325888893447, 1.6024193084645637, 1.633598364214381, 1.6528693309141695, 1.6741744069714672, 1.7003470022341649, 1.735298179037982, 1.7582063751832995, 1.7909792627750754, 1.8300707159778025, 1.8684354743589122, 1.9062901732716007, 1.9304116745252333, 1.9651822643793164, 2.0028643201051111, 2.0355079559039346, 2.0677432834609206, 2.0974741272119317, 2.1477636951029404, 2.1758324097429544, 2.2038264839493977, 2.2387897181326624, 2.2799150775007226, 2.3116834558621813, 2.3770756042717061, 2.4423912978053499, 2.5043639857858704, 2.6183935138202945, 2.6651645510870448, 2.6996454559378718, 2.7642312413471197, 2.8501819058526374, 2.8874618455541339, 2.9299786710240685, 2.9902882140860028, 3.0106036707675705, 3.0721304018549587, 3.1161855866638852, 3.2369909410932256, 3.2937695851357418, 3.3415607515486019, 3.4135640311960804, 3.4863864701809169, 3.5495511431068625, 3.6258591972624328, 3.6947502192132147, 3.7950739251414829, 3.8952813228916106, 4.0427476635565807, 4.0982562136044365, 4.2381714903602026, 4.325585224629334, 4.460333473236096, 4.5891338691369086, 4.6893335143109196, 4.7853618220189347, 4.8500011901031046, 4.9499390325888388, 5.0651986930646391, 5.1906420764523, 5.3052661921332698, 5.3795959386387144, 5.4884702877024898, 5.6251182444238585, 5.736009877510825, 5.8235819678819309, 6.0452731168242577, 6.1535182776969091, 6.4223906871159802, 6.7828263511308, 6.9787759843247965, 7.2868999104783532, 7.604505778440271, 7.9090260134516059, 8.4851413606010251, 8.6965137695221202, 9.0770837937907398, 9.3896211096143869, 9.7704946596107849, 10.142102955347768, 10.870897424798827, 11.627557560059024, 12.487371659037647, 13.393741745878474, 14.080823719400907, 15.608105497185557, 16.823724341129342, 18.261126223618554, 19.636996869210478, 20.562702661180669, 21.601610993499339, 23.839730158552172, 27.477708564377878, 33.318576554469637, 49.103081020159834, 73.345872444192949, 106.52935418648646, 0.0, 0.049394419396927715, 0.064736734696013376, 0.079308002177416376, 0.087959980883483738, 0.10194236904560904, 0.11008607182951631, 0.11465366805246813, 0.12715531070407432, 0.13166809405389251, 0.13847247629313228, 0.14384864573811881, 0.15002396002358567, 0.15562720051884482, 0.16116827009383153, 0.16632968738513401, 0.17136648014616976, 0.17900086203665841, 0.18694008640938087, 0.19702916534694626, 0.20392975208968295, 0.21361422240935368, 0.22042948071555513, 0.23063300033673573, 0.23966278802965957, 0.24711447349179011, 0.25303301261186184, 0.25579240638304279, 0.26267170853506805, 0.26750482270286108, 0.27493473053623635, 0.28258910182162267, 0.28822901265050227, 0.29608647684984479, 0.30214524820456018, 0.30864368126348923, 0.31508865166237593, 0.32124032165523375, 0.33011261444903611, 0.33703483646960708, 0.34733723809596734, 0.35691769635678916, 0.36690708933320493, 0.37128928317734283, 0.37755689980492391, 0.38701609409764459, 0.39302164725609023, 0.40331084641477311, 0.41072208837025759, 0.41852937501544424, 0.42932124920083142, 0.43324849767497853, 0.43993900664314145, 0.44761176101936301, 0.45202419082248341, 0.45529173163984443, 0.46653702581395917, 0.47399725820611593, 0.48198881472501576, 0.48708257057534343, 0.49302150180651805, 0.49978383605626248, 0.51339894682816312, 0.52160424774706593, 0.52748289873084886, 0.53676595811893124, 0.5455171486636371, 0.5534396873141485, 0.56241263737675429, 0.56973323223537264, 0.57574914723880954, 0.58234713319994302, 0.59066240355655708, 0.60510984788748057, 0.61807462013879144, 0.62637623226295402, 0.63542696189453973, 0.64701799464926024, 0.65882045306679504, 0.67141179273787532, 0.67909380683392095, 0.68707873750652504, 0.69640315687854726, 0.70807547488547196, 0.71771853550219356, 0.73309718820363279, 0.74214506352540133, 0.75177033126786774, 0.76943956404912883, 0.79020165814710741, 0.80781062970338047, 0.81634889994531135, 0.82618810526895436, 0.84005098189915028, 0.86666756102772669, 0.87735918829690207, 0.88554074010562978, 0.90240999323032145, 0.91632635431957332, 0.92982256792581119, 0.93859572806129865, 0.95740797855505955, 0.97317410516930258, 0.98783906755984918, 1.0108980555570175, 1.0284511401075709, 1.0482594431498151, 1.0611613677510832, 1.0784870131371229, 1.0919180174352818, 1.1135514694962279, 1.125494491992268, 1.1410712650872479, 1.1674352256776539, 1.184785119317356, 1.2096294450605212, 1.2323778220867625, 1.2549931419768594, 1.2806924911813222, 1.3081961580241186, 1.3320238796794894, 1.3534172327636966, 1.3807267144923916, 1.4001500408447822, 1.4316269135391197, 1.449518126496226, 1.4807942237706289, 1.4996141554775, 1.51697171202322, 1.5501818193618728, 1.5774423949301954, 1.6090796134626164, 1.6337740770081619, 1.6692908417512815, 1.6961331386742853, 1.7261310689460392, 1.7616614368687207, 1.7805522635031978, 1.8048113834777242, 1.8629871128198423, 1.9197945215709944, 1.9552472287743048, 2.006402075733154, 2.0427474979249962, 2.074496897491799, 2.1328916089262004, 2.1753943657622523, 2.2401831220855666, 2.270693018282933, 2.3105641384054061, 2.3945586906581622, 2.4399768881846882, 2.5000049081492532, 2.5621934580643706, 2.6392295124107816, 2.7208587148102463, 2.8097139724064282, 2.8701110813681128, 2.9862082469647095, 3.0488516638446339, 3.1242308091436368, 3.243153466201278, 3.3051260648856364, 3.4863819457159302, 3.5505875681994588, 3.7448427188152658, 3.8463429990501901, 3.9838928478843263, 4.1238239879386667, 4.2490672817706532, 4.3599387844761468, 4.473253957654526, 4.6690383558822228, 4.8383638550300123, 5.0032896939841258, 5.1925150031279994, 5.4083749056768973, 5.8187938054935762, 6.1416785529469493, 6.5966499906173439, 6.9452175432435155, 7.3694350201120091, 7.6611410187916773, 8.1962221951718313, 8.3985520655394108, 8.954871482916916, 9.5555811691967367, 10.075581787179221, 10.666984624254228, 11.269430893231096, 12.244383827267271, 13.43327333120301, 15.035950482663642, 16.932372656888262, 19.087843838164819, 21.876507647307918, 24.329735267714369, 32.551612521357441, 42.817333269075768, 80.868741705532841, 263.02173214876871, 0.0, 0.039467746129120185, 0.051824916097853023, 0.061771901689009187, 0.071565972010870144, 0.076518802143588971, 0.085618493830758285, 0.093725626920029337, 0.10393841275774901, 0.11413580827974683, 0.12152641148533293, 0.12627525292174707, 0.12968718206917149, 0.13855089010953145, 0.14242136361586646, 0.14961341703535569, 0.15878848104707796, 0.16821185149526602, 0.17193496653825602, 0.18370817507532361, 0.19347902698219727, 0.20136482066552064, 0.20583838921300673, 0.21305461768025999, 0.22181194102152516, 0.22504305621818932, 0.23406898010225857, 0.2398853548764919, 0.24436856459787337, 0.25265341913397688, 0.26007714837241541, 0.26691829493661323, 0.26931297477030441, 0.27726914154785853, 0.28210711764692858, 0.2859614857691346, 0.29125186385881313, 0.29881267745856349, 0.30375673974281647, 0.30854811947856214, 0.31656603656425492, 0.32546607312581727, 0.33113501361486541, 0.33582693482769788, 0.34276150289703894, 0.35127805306418919, 0.35845367388296762, 0.36558831277905995, 0.36979924962746219, 0.37578338456878752, 0.38327703665171509, 0.38743278300825934, 0.3933947408991858, 0.40090502054506943, 0.41078320064762447, 0.41434452765896151, 0.42079409894287106, 0.4255673661624485, 0.43408043802357538, 0.43842453852669183, 0.44479957009297705, 0.44911932255159215, 0.46075892982346434, 0.47136693037959077, 0.47672759686825411, 0.48530543752076094, 0.49072973814548543, 0.49757125712438277, 0.50205891056941676, 0.50989707552295971, 0.52048634390291548, 0.52487724594117247, 0.53197428010086045, 0.54193181090656062, 0.54669601892015796, 0.55199308212187415, 0.56177797788147832, 0.57397840735843453, 0.58305121749436828, 0.58875829816518199, 0.60014475586825022, 0.61146976460798996, 0.62147757074967558, 0.62937535472116102, 0.63521150679693283, 0.6443683639844624, 0.65570350537151256, 0.66248422346281488, 0.67431167007929649, 0.68081103970994383, 0.70070897539479826, 0.70949394177954128, 0.72368744374810079, 0.73324494948980001, 0.74442385396599853, 0.75726956491948028, 0.76814002853040864, 0.78549563545170853, 0.79690455102462399, 0.80911780465283023, 0.8217559489409707, 0.83736881584366574, 0.84769382359635626, 0.86418498778599284, 0.88747705639947372, 0.90131822030096298, 0.91456928681735306, 0.926248872898779, 0.94662179325634455, 0.95246146300701406, 0.96865365604621834, 0.98601045426396106, 1.004370843669373, 1.0278846153106977, 1.044847701668429, 1.0629345673978381, 1.0786014914723667, 1.0929756602733387, 1.1261078972699916, 1.1512164532678049, 1.1694773456967209, 1.2047879047450252, 1.2191337268903064, 1.2371236242769537, 1.2604030750182345, 1.2728991082384753, 1.3021733465601504, 1.3366400801240468, 1.3669786453201016, 1.3893263316106292, 1.4142311210562548, 1.4371089884829913, 1.4735470017754577, 1.520014037615578, 1.5362080843085604, 1.57308131482694, 1.6005512179859467, 1.6311466151664402, 1.6766677965478609, 1.702427114649556, 1.7358113192351368, 1.7589620076466705, 1.8122197381889422, 1.8371172353927989, 1.8839698049061866, 1.9368978033833055, 1.9859165193893249, 2.0266473776917446, 2.0435418938412577, 2.0904755804619093, 2.137008395650732, 2.2105679265040039, 2.2912315391120952, 2.3171846492564172, 2.3789143587376254, 2.4392413643504884, 2.4804720034966028, 2.5405224136745002, 2.5964604917467198, 2.6705999263123781, 2.7251943964162413, 2.772341712266535, 2.8651026212603763, 2.9882335264110305, 3.0505642000004207, 3.1879882564475781, 3.2713189106502325, 3.3340572644275901, 3.3973177283139346, 3.5111941452660176, 3.6432762400676104, 3.7893397930271497, 3.8962740628195554, 4.0871617267378353, 4.2202691837388713, 4.3774443034324424, 4.4936111350115695, 4.7506236842341369, 5.0112340217497193, 5.3496875229084306, 5.5766544089000956, 5.8287954513602722, 6.3423620558230542, 6.7899919751160516, 7.1981726869941802, 7.7399452080885132, 8.3342259680123636, 9.1990412068218603, 9.6467855088846335, 10.137584353746163, 10.89364428926409, 11.552396435112094, 13.030143614298112, 14.095239648815568, 16.252904088875191, 20.637122578101994, 25.04746535648458, 29.349607631916427, 39.069463698724505, 53.341542218906731, 131.24704840076191, 0.0, 0.032884942472054493, 0.044042928317071753, 0.051717952097554462, 0.058447068850037934, 0.068821794240992967, 0.076446506641690143, 0.083331576500669718, 0.090983634325567123, 0.097188602723129819, 0.1088593709111567, 0.11459623029540639, 0.11844837313630252, 0.12384168852201749, 0.12684488135204505, 0.13447015956640213, 0.1391542676007054, 0.14625472031000056, 0.15200345906187301, 0.15688159917859762, 0.16356525869840099, 0.16595293381775883, 0.17208869146003852, 0.17708137414161021, 0.18245018966878032, 0.18979132041734897, 0.19637969400495253, 0.2032346071402627, 0.20694798677484283, 0.21265331651833888, 0.21882977443215981, 0.22494202116978182, 0.23178859272489064, 0.23787915511551139, 0.24313950482755242, 0.24682307808790133, 0.24943612844036106, 0.25577269021993287, 0.26291464226288852, 0.26970943169082667, 0.2725648028979728, 0.28144606977956577, 0.28556551666434349, 0.29091966470999592, 0.29709027671048366, 0.30175232279695008, 0.30845384710365537, 0.31297498910818361, 0.3160194068150165, 0.31918148875981589, 0.32331388150265972, 0.32927405147803945, 0.33377069470184595, 0.33894412800963025, 0.34522709990281475, 0.35123488575457434, 0.3558821207267826, 0.36144785378066896, 0.37019315147158249, 0.37724004091309249, 0.3829924502040804, 0.38790812361879717, 0.39588105871510798, 0.40044226663641691, 0.40836868589232361, 0.41402643554261809, 0.41875667916369519, 0.42450774070868258, 0.43229589405318924, 0.43734997488844168, 0.44538394823457816, 0.45353980762093016, 0.45851077590488476, 0.46383676125545098, 0.47059046215711398, 0.4762006151939136, 0.48431439285713834, 0.49389826855702679, 0.49974442650636974, 0.50732118012468475, 0.51342129390440416, 0.52297582923711328, 0.53288748131056163, 0.54544803680941312, 0.55056947454571459, 0.5630440930673537, 0.57647988095569747, 0.58254891183837865, 0.59122845087621589, 0.5957914205706567, 0.60314265091258978, 0.61908921631667679, 0.62247554745711642, 0.63329981498300048, 0.64301069689433055, 0.64989657369654952, 0.65888445152749431, 0.66647227612873217, 0.67668838768171136, 0.68893091987254185, 0.7025879217168467, 0.71826561462270089, 0.72771455488965531, 0.7391009553915564, 0.75223783989741744, 0.76166485140694018, 0.77084000065236591, 0.79065365493321382, 0.804383247442233, 0.81683812596185346, 0.82843493554640024, 0.84246759604107702, 0.86350701623054671, 0.88180313041705505, 0.90376335449490075, 0.91286915972557914, 0.92036986380455399, 0.9291438387362384, 0.95352040422537032, 0.96809418471522612, 0.9828969762772849, 0.99701637984191405, 1.0053920653287929, 1.0224322964595809, 1.0436497009914834, 1.0616070630675405, 1.0802764748267883, 1.0951850173844457, 1.1193411761447549, 1.1379681972224709, 1.1599468248342446, 1.1886340506700033, 1.2148385191461482, 1.2481418152125123, 1.2792573174668869, 1.3154615262708993, 1.342394558445551, 1.3629899838283757, 1.3761143300434635, 1.4093858037430134, 1.4522804850005502, 1.4748979300612479, 1.5306210379322103, 1.5495843761095305, 1.584244002737959, 1.6126131532613874, 1.6604506166505426, 1.6921120149154147, 1.7126738210319639, 1.7396125064233854, 1.785135464734434, 1.824889085813346, 1.8829431177071814, 1.9343935926685978, 1.9916768565010168, 2.0267961688503453, 2.0766377474824029, 2.1330899777256795, 2.1848037174415449, 2.2801579583808342, 2.3579957571857286, 2.4501358388830012, 2.5153457412512981, 2.582374390832427, 2.633575300083673, 2.7077686567647499, 2.7684316125814457, 2.8476458237947857, 2.9627792222491238, 3.0403520366260612, 3.1093550063736379, 3.2559496906005565, 3.384456584459806, 3.5451252896822063, 3.658802669941331, 3.8535789702629515, 4.1036627374662622, 4.3847833011124493, 4.5324017993862, 4.6567473442819232, 4.8795997539612124, 5.0351805245400989, 5.4071167044869721, 5.8112812324471728, 6.387968909517352, 6.6133968886491754, 6.9446864587547097, 7.5543017399007653, 8.3092309621502434, 8.9855329925540648, 9.7607248945108189, 10.562225389927731, 11.547524333694614, 13.042152628954279, 15.066816239535164, 16.843645091885804, 22.29298319668764, 27.78918358142127, 36.15482791135674, 48.467620573432804, 150.75527930067238, 0.0, 0.030475436329936944, 0.041455577211803325, 0.050587167936695224, 0.058798726126600857, 0.065119327951945208, 0.073499955494061478, 0.07885113088345877, 0.085143786389228412, 0.08965572615115161, 0.094178377769283547, 0.098501280404947864, 0.1030958981377707, 0.10869385918561442, 0.11297670615452211, 0.11689141102215121, 0.1214840331703515, 0.12584718500031158, 0.12987214864837779, 0.13468557220683824, 0.13924503288786391, 0.14386351348014154, 0.1493340912759876, 0.15399302445531154, 0.15891197422219733, 0.16342430790220985, 0.16862541478716603, 0.17284449028563825, 0.17822842307181602, 0.1820267480405092, 0.18688153961477047, 0.1927267317388851, 0.1970428163553993, 0.20121205502603673, 0.20565232504914904, 0.20898176045815323, 0.21456701344386478, 0.2193381728343505, 0.2241310071800133, 0.22817700334024027, 0.23233337863145165, 0.23720906624202601, 0.24191353394033271, 0.24708942468474382, 0.25285280260759901, 0.25671572324736464, 0.26213421506917656, 0.26638683139162828, 0.27152578772723279, 0.2762872026065426, 0.28128390667450365, 0.28593911283892171, 0.29087431204884701, 0.29557087416205607, 0.30019592182315891, 0.30513806758216755, 0.31016793114986319, 0.31616724797260032, 0.32041768091414635, 0.32514136402938837, 0.330175514469844, 0.33510934856577768, 0.34052636062698755, 0.34595494789256998, 0.35149217534601079, 0.35744012588115681, 0.36163975663483183, 0.36600266939188625, 0.3715301308425546, 0.37731624495426341, 0.38179171447482013, 0.38695470344853578, 0.39172315899130233, 0.39614948723382537, 0.3998385857290081, 0.40528704514340191, 0.4113906789211898, 0.41723754661044737, 0.42330595508586388, 0.4298295205380972, 0.43639003733749093, 0.44294781550179985, 0.45031606698625348, 0.45589276061599149, 0.4637504954853186, 0.46972702984856168, 0.47691662036234045, 0.48515870923762039, 0.49260277947704278, 0.50180009274783677, 0.50899844136237671, 0.51521773387918002, 0.52259062361544673, 0.53071416140395877, 0.53996499482812654, 0.54675197629336969, 0.55561683421554353, 0.56353596314369636, 0.57266468438633022, 0.57882534017246046, 0.5879193586669369, 0.59795376910115772, 0.60910017566901453, 0.62152501089463474, 0.62899125612273621, 0.63944993844645304, 0.65079039292032037, 0.65990599756610113, 0.67267050134312967, 0.6811396504155568, 0.69102170908780658, 0.70572381661063954, 0.71917690416970415, 0.73053302980642632, 0.74479922749569372, 0.75660131757288107, 0.76966460911714163, 0.78382775044111574, 0.79890547769142994, 0.81316878697223616, 0.82632592595142507, 0.84038976545168742, 0.85889454588180414, 0.87584528603730916, 0.88938215721139913, 0.90647622547342221, 0.92517109894543503, 0.9420929353690477, 0.95887351889851813, 0.97485760015251421, 0.99539728475785438, 1.0168269490191464, 1.0321969253945085, 1.0509239949366704, 1.0749039195763974, 1.0954893550189169, 1.1204402411184233, 1.1460855159498731, 1.1725936611440071, 1.1991674830298438, 1.223355141542398, 1.2503166821062022, 1.2755553790294463, 1.2974083183962621, 1.3271479307498393, 1.3598997679834393, 1.3966740129081683, 1.4270275926175096, 1.4608948615990871, 1.4952195611664525, 1.5313585561683203, 1.5640142535985393, 1.5994377044435546, 1.638305110435522, 1.6786361340413112, 1.7240031947949774, 1.7621335157109532, 1.8101134128648371, 1.8620922391744734, 1.9224643921259204, 1.9710346661166867, 2.0344533242374103, 2.0831877260508893, 2.1372551671286524, 2.2034358794278646, 2.2716335521446531, 2.3429160177345003, 2.4104357266981919, 2.480935437184201, 2.5343673042490624, 2.6084557648811311, 2.7199516996724253, 2.8338987909810287, 2.9216428190030639, 3.0360484810989852, 3.1500945673097052, 3.270619104044989, 3.4227068074159761, 3.5665311638055055, 3.7247617410661675, 3.925297648069769, 4.1375118576391934, 4.3398004727933692, 4.5346219219569655, 4.7447780176553112, 5.0148304110646036, 5.3334608060172872, 5.7276260586600891, 6.1890543526613122, 6.6801902478700868, 7.2800631153055209, 7.8835838788384223, 8.6803326930194569, 9.7122609465184322, 10.941190698085899, 12.542472669018284, 14.627074477598748, 17.832826769519468, 22.898509435438054, 33.157382047966806, 268.8200344237456, 0.0, 0.028898274302596512, 0.040633940377108956, 0.047933728659069468, 0.054523381031400885, 0.06011329230279238, 0.065188383675028702, 0.071626919796562605, 0.077168570402807349, 0.083037174267918165, 0.08755686111436492, 0.092118428080118928, 0.096425123862060327, 0.10043552253883403, 0.10554902051980319, 0.11009718665642487, 0.11326275217950955, 0.11698509676168573, 0.12080022735318345, 0.12517509152109374, 0.13013769328680053, 0.13345882034603812, 0.13747142162715098, 0.14150064959740938, 0.14442943761896229, 0.14941148229826645, 0.15440519818373027, 0.15783715568801643, 0.16265630037450993, 0.16672946241207018, 0.17011132508732738, 0.17420920933779047, 0.1787571250538082, 0.18406358630263245, 0.18924049544452431, 0.19306320330392984, 0.19641759705419837, 0.20044589719386452, 0.20365259207914921, 0.20746114210240005, 0.21178663359554398, 0.21561802968012542, 0.2201648522340745, 0.22394901627082189, 0.22890960512700576, 0.23288763477408511, 0.23799769247855981, 0.24277846906856382, 0.24620220114345401, 0.25085581063453694, 0.2547852657654528, 0.2584622001605798, 0.26226644168550362, 0.26587748056735006, 0.27001206297540875, 0.27333957150348165, 0.27844160533530171, 0.28262027978412785, 0.28651353733567758, 0.29232034746442948, 0.29580376680146625, 0.29935090999568476, 0.30309728324775276, 0.30715090410428514, 0.31201121511000857, 0.31571249520502215, 0.31981978170465836, 0.32351704294037775, 0.32816906538652812, 0.33260532162929424, 0.3375253795185012, 0.34227658789873155, 0.34672628630214691, 0.35173264439552276, 0.35642244422141933, 0.36316985109331051, 0.36811409230691677, 0.3739818336331292, 0.37900422010827939, 0.38371686137179334, 0.38830090222693142, 0.39314672036266179, 0.39750505605076314, 0.40399586297398238, 0.40779084214158268, 0.41471724442253388, 0.419908928474307, 0.42527068506941523, 0.43082110702825382, 0.43546343483577804, 0.44058928875209435, 0.4501165160939869, 0.455800248584872, 0.46250910353077601, 0.4679792550227716, 0.4771052601340332, 0.48317268060065444, 0.49024307149325064, 0.49795121259530739, 0.50489713934710001, 0.51144292478572784, 0.52042454216218859, 0.52715808936571795, 0.53458634795400084, 0.54336964463015824, 0.55167313602281232, 0.55895482076372938, 0.56755092529864581, 0.5767512365389893, 0.58757892054706506, 0.59812779085356993, 0.60674604159456691, 0.61595140194035713, 0.62390929987658528, 0.63464413788738838, 0.64205470333131864, 0.64919687404877857, 0.66358361675173039, 0.67457487585108067, 0.68565375079097346, 0.69515353663280854, 0.70835712049313537, 0.71637388222414811, 0.72810587108889246, 0.74259519148707775, 0.75505940962506923, 0.76533718705099252, 0.77978770960457156, 0.79277034764412091, 0.81042776509929326, 0.8252185957527518, 0.84081567710998861, 0.85591239426333621, 0.87366392436831841, 0.8906804437761574, 0.90431935636817162, 0.92374870367862294, 0.9403922748286605, 0.96024005012655089, 0.9834409532310171, 1.0063612444728725, 1.0237103083075751, 1.0406894015881631, 1.0646614938416241, 1.0953872473777502, 1.1182073342474079, 1.1431128152282664, 1.1700990970833274, 1.1937825903128636, 1.2194906544605457, 1.2510699786546229, 1.2724440268105714, 1.3012328136568787, 1.3306077291828782, 1.3661125359622348, 1.4057121542663247, 1.438874003521625, 1.4852719546886077, 1.53160091645302, 1.5835611112903651, 1.6195792978908965, 1.6633225682365109, 1.7092772469624007, 1.7547058942561764, 1.7983361923251511, 1.8554877739779563, 1.9046272406631959, 1.9419569456472263, 2.007485115392952, 2.0766613504192311, 2.1363921756522712, 2.2042343314393218, 2.2881456308297792, 2.3461181458892382, 2.4247974852833076, 2.5226066296330565, 2.6287822381475663, 2.7093614689581362, 2.8121552403853838, 2.9431246632384611, 3.0643163534914351, 3.196540002859162, 3.3476671295609703, 3.578795801196712, 3.7570824917749248, 3.956586592960103, 4.1768360199630372, 4.472267971856815, 4.7565859357335603, 4.9434439507675787, 5.3520609425930763, 5.8616989500167476, 6.4670935400506355, 7.1530922193648818, 7.7821104509969494, 8.8151940771286945, 9.7442668096522507, 11.579039475678208, 14.881052320293959, 23.3134974983852, 162.64936699836366, 0.0, 0.024602282011824184, 0.033143590712601562, 0.04010112014507021, 0.047902150582693877, 0.053593751494366668, 0.062881795990017086, 0.069817105932830248, 0.074260939707892284, 0.078749877606011834, 0.081760044924091488, 0.084762821011376818, 0.089159093597265968, 0.094139760178390847, 0.097396291127248735, 0.10077623786944703, 0.10375890948969808, 0.10775393339205297, 0.11107421600652036, 0.11454249675077989, 0.11920949455998719, 0.12303922825017929, 0.12645066727981549, 0.13048462720436904, 0.1341988563625206, 0.13791508807970299, 0.14051821878738302, 0.14390700642876164, 0.14729815411578639, 0.15116482000305284, 0.15414159957761076, 0.15804245202080439, 0.16172156388894671, 0.16616763697232559, 0.17065475263188637, 0.17483972650814011, 0.17834701051598184, 0.18178605513225987, 0.18596570995349604, 0.19037643524106021, 0.19362400150613118, 0.19718898681246891, 0.2022368611342357, 0.20627559864432171, 0.21047667837856643, 0.21441293730751429, 0.21798145949842526, 0.22269174316657275, 0.22805839010378598, 0.23142809067166253, 0.23544682877794354, 0.23918263561370051, 0.24332300301909804, 0.24826906410872435, 0.25329675001124591, 0.25742137093006096, 0.26143472523908162, 0.26537197580924371, 0.26880822609496718, 0.27325053108693759, 0.27801599017393808, 0.28185455264796982, 0.28551898655760571, 0.28969797468999514, 0.29469614849601827, 0.29819033120752614, 0.30227519353061394, 0.30780461335572351, 0.31237611153645817, 0.31627202746095395, 0.31963567780659174, 0.32237740964523504, 0.32589638801542542, 0.3305286646674907, 0.33420221321848032, 0.33989663227054645, 0.34416327912283068, 0.35034447837510441, 0.35498972403807633, 0.35855091882620921, 0.36327633213491833, 0.36753998247607372, 0.3729367659785795, 0.37985192360779313, 0.38437016760352599, 0.39005755502373884, 0.39482572425216256, 0.4001927093622929, 0.40602742972788325, 0.41233512801313243, 0.41899152804988438, 0.42337530114761357, 0.42792125565896905, 0.43382026465554158, 0.44268614546944335, 0.44830619792220222, 0.45415410061721351, 0.46167530106933863, 0.46895550041529654, 0.47530473993436245, 0.48211460809658874, 0.48857483722379846, 0.49668510358579077, 0.502197066237135, 0.50751626698891095, 0.51264907367868728, 0.51969473148215983, 0.52818547378333625, 0.5349708260232352, 0.54112734609955404, 0.54811112287301356, 0.55616647069377034, 0.56629653003164915, 0.57402173658393196, 0.58265287411054412, 0.5936899552780841, 0.60345904162633524, 0.61533841077412088, 0.6228300863754348, 0.63457632801607111, 0.64512830577873503, 0.65448141887048117, 0.66218373436088196, 0.67678504831115915, 0.68732881229737786, 0.69861201377323079, 0.70832408210492892, 0.72121539173424809, 0.7359553436177424, 0.7531392829935406, 0.76543733074434961, 0.77710358182478712, 0.79485555672259334, 0.81224713754094657, 0.82988361758294238, 0.84792677249400605, 0.86258822924608003, 0.88223434681999902, 0.8944425527153399, 0.90955292927291309, 0.92359168030991856, 0.94256546540532238, 0.96434694242106067, 0.98312881507572292, 1.0032438887848716, 1.0221149781502081, 1.051983899991995, 1.0734774915118375, 1.099530441789152, 1.127960244545553, 1.1534134957090025, 1.1740889749056131, 1.2012742900536555, 1.2342300186242645, 1.2639939024901934, 1.2928179180773745, 1.3208800657063657, 1.3529947499482198, 1.3990112708325715, 1.4319941184494371, 1.4710663063309652, 1.5244700765754542, 1.5635439274849725, 1.5954367199073531, 1.6323134541541804, 1.6724715064169311, 1.7158054453195073, 1.7557217613084009, 1.8048129564898812, 1.8315787027457608, 1.8815354841358516, 1.9566650167344006, 2.0217329340053252, 2.0871078895617967, 2.174040010957027, 2.2381267311291735, 2.3160142472723693, 2.4147723365413021, 2.5376474031182616, 2.6272818671259373, 2.7401975123216742, 2.8684444249229628, 3.0130575018172316, 3.1604260734920331, 3.2962359526985634, 3.4644518032671439, 3.6844961008964079, 3.869097249632687, 4.0583540650809953, 4.2786209475461598, 4.5240194654211052, 4.822566531353826, 5.2714477848841934, 5.9366668833227134, 6.6736260326271726, 7.4551267397319529, 8.3647745090344028, 9.8450415285668225, 13.306780281265262, 17.423150761794336, 35.674610410451407, 0.0, 0.026072158368489466, 0.036900224781724264, 0.045624066076788504, 0.051368104055365224, 0.057774560304207197, 0.063146496944509634, 0.067588098405070435, 0.071805619462746537, 0.07613539155227117, 0.080103152511407455, 0.083942709652846864, 0.087666574981076481, 0.091817280544786176, 0.095686966687175301, 0.099145626961583258, 0.10201499654232103, 0.10517988601597632, 0.10903765629410936, 0.11233875871599709, 0.11536415976301187, 0.11841077260641984, 0.12163826850713737, 0.12514181216632086, 0.12858606228948036, 0.13177179631102987, 0.13482024094190459, 0.13784834878294833, 0.14173344180612701, 0.1443921643498963, 0.14823517008509296, 0.15145826578672161, 0.15493735233574032, 0.157933736355726, 0.16144421044205534, 0.16496481804605914, 0.16826466934931564, 0.17176157430765859, 0.17500874461399182, 0.17804879932812664, 0.18119742226991276, 0.18460902834327048, 0.18841699006227006, 0.19203375816854248, 0.19532030848596255, 0.19938169412343268, 0.20296708531160809, 0.20618735671870392, 0.21005410851308523, 0.21234742151711827, 0.21601167034217333, 0.2193383757310533, 0.222820615737646, 0.22619381050579929, 0.23003091052614577, 0.23415565946236791, 0.23843514043598069, 0.24127671289852604, 0.24517794764409234, 0.24860194155386806, 0.25245137707720106, 0.25637962117578617, 0.26045765403062382, 0.26378413560952962, 0.26727514960402926, 0.27133464777153365, 0.27484241340019733, 0.27916743423061174, 0.28346759202211091, 0.28803025780779556, 0.29103424057548449, 0.2948369270235498, 0.29857003211993777, 0.30250669156367849, 0.30693020880140259, 0.31089496342193434, 0.31523727395296902, 0.31963281400208449, 0.32299918409538603, 0.32683085030433912, 0.33075648000217506, 0.33471837712211988, 0.33909222602081823, 0.34276815018760209, 0.34765709135230655, 0.35209532653578884, 0.35661461412974371, 0.36104303543672206, 0.36462562668761184, 0.36940962892850221, 0.37390697111571997, 0.37904116253667841, 0.38404481300200927, 0.38891575774564258, 0.39360053923178462, 0.39785365298982145, 0.40294361388219591, 0.40892518527823574, 0.41407469140496583, 0.41971691479383916, 0.42599384924960337, 0.43117256502009815, 0.4364633576555077, 0.4415508493771485, 0.44655303590621287, 0.45317266402900153, 0.45915054065776795, 0.46466311475985489, 0.47082285538337654, 0.47636350784519593, 0.48258249873987841, 0.48865756797890558, 0.49554799425562435, 0.50243188982979481, 0.51091693503362012, 0.51956374319976362, 0.52657472160011631, 0.53391907857488219, 0.54231740014001373, 0.55062127393281413, 0.55819389427687915, 0.56684075835760694, 0.57623528957134074, 0.5852137336415546, 0.59460081643291185, 0.60431695479865122, 0.61470640426964351, 0.62697542247017701, 0.63629726675946074, 0.64618052793061942, 0.65666316630386357, 0.66697229921408963, 0.67607240691087234, 0.68567631485065328, 0.69828642365744309, 0.70939742170743159, 0.71984730245856587, 0.73335327137205786, 0.7491983752217467, 0.76288874208982593, 0.77518238687845964, 0.78603287042076431, 0.79995968268653628, 0.81111128891867956, 0.82484474830527166, 0.83982849255420589, 0.8570889681002567, 0.87095612444570292, 0.88896785472177609, 0.90333809106860474, 0.92310933391162042, 0.9405629243797472, 0.95692109407032377, 0.97963547072788137, 1.0004217317748421, 1.0236926463114733, 1.0479024684311415, 1.0736587494567686, 1.1029019665569759, 1.12906516845161, 1.1535229840512065, 1.183650543141433, 1.2145616634515819, 1.2433817141554775, 1.2742936392427719, 1.3109612706104625, 1.3449613279449495, 1.3823759584622277, 1.4151051032327249, 1.4538354777949225, 1.4970878314012157, 1.544365849864396, 1.5852559389906491, 1.6289127182967043, 1.6763419507458905, 1.7346054874616406, 1.7874905505861236, 1.8348302383376642, 1.8883747008525986, 1.9710178297482999, 2.0327376391000698, 2.1131140769950014, 2.1969238514695641, 2.2946506914354945, 2.3927630404203812, 2.4890825215958983, 2.6207165719985688, 2.7919843701169169, 2.9728330577394462, 3.1407377025361027, 3.3485082966286388, 3.5810252651374039, 3.793190415760634, 4.1676272347122065, 4.4916169379050928, 4.8904487124863456, 5.4391848217865677, 6.2263879924626009, 7.5489807356158831, 9.9553179387792401, 36.574431675278419, 0.0, 0.028921816660492792, 0.038476208480468108, 0.045737177892749226, 0.050347326935298052, 0.054427244640566273, 0.059679563902977878, 0.062901418988622379, 0.065683103076441055, 0.069075624012220505, 0.073207759498264968, 0.075280554146869794, 0.079462144204613699, 0.083297706495367232, 0.086394086487673827, 0.088903479078186923, 0.09243845286973873, 0.094364478720997277, 0.096709129954935052, 0.099600772001187554, 0.10194958435962591, 0.10513809510421018, 0.10794208190913103, 0.11150222159681712, 0.1142579134971833, 0.11634657875634755, 0.11969047101715455, 0.12161519787344191, 0.12385053356930883, 0.12634084519901401, 0.1291305476386892, 0.13156417910210463, 0.13417493406967573, 0.13679964962661262, 0.13945990964839527, 0.14181342525248586, 0.14549282281256487, 0.14783340369717113, 0.14958856732057474, 0.15255382916645896, 0.15544319048994837, 0.1591542931569995, 0.16119409443564187, 0.16370574506975646, 0.16653288283113751, 0.16902699557221748, 0.1717260132509677, 0.17468466981937897, 0.1779552731592591, 0.18111140017332697, 0.18333071563005016, 0.18636531857836564, 0.19016088025525124, 0.19209155599903649, 0.19565401433448046, 0.19789779372738567, 0.20022629670546713, 0.20335515738656165, 0.20665614531626331, 0.20885428273616122, 0.21207980049406244, 0.21443174939028406, 0.2181358361099921, 0.2214704825023979, 0.22450859729188807, 0.22759981694087877, 0.23010697985919781, 0.23328733118479639, 0.23565035124699107, 0.23875228245044389, 0.24183177104791836, 0.2447595964898302, 0.24820098427265322, 0.25154143481035013, 0.25581771326492664, 0.26013522490314944, 0.26367297455136646, 0.26617604776659792, 0.26987259220624055, 0.27275363634505095, 0.27623705412540422, 0.27871993911088333, 0.28203251770501186, 0.28491073583870125, 0.28814332922843749, 0.29094277059610124, 0.2938064288488651, 0.2969815313602166, 0.30045527623320389, 0.30317724130982737, 0.30666702944803848, 0.30970778832795376, 0.31259577673706118, 0.31539427764199768, 0.31988050312274674, 0.32178656835758568, 0.32443980138047129, 0.3277688075192623, 0.33195003313090921, 0.33561880003007449, 0.33962945622215918, 0.34377428459224846, 0.349067132730848, 0.35295036042250361, 0.35729246702459938, 0.36187726953066712, 0.36506622168141156, 0.36986324059850173, 0.37569852555383199, 0.37905100286460758, 0.38294669891233701, 0.3866300329330194, 0.39204361455678038, 0.3962317851808338, 0.4030804475511377, 0.40814046916968216, 0.4119865334190676, 0.41817342893503151, 0.42349477228870891, 0.42867287716554325, 0.43313666513603649, 0.43739315237997622, 0.44219051331195619, 0.44643158583414966, 0.4513416019103979, 0.45705935192419134, 0.46264308628398765, 0.46825247944091547, 0.47465420547020648, 0.48174758431700188, 0.48788633445295398, 0.49349388643954339, 0.49865197511805071, 0.50773384443998426, 0.51541046681270575, 0.52255860785575936, 0.5356310077627463, 0.5406463000317947, 0.55076304278607535, 0.55854776590405919, 0.56582581731679704, 0.57267437404735588, 0.58175877378359275, 0.59034691980596277, 0.59823264051739911, 0.60957442271674445, 0.6194670575252732, 0.6294844755918888, 0.63775217112429661, 0.65038656712647513, 0.66556623318671948, 0.67830398239462752, 0.68857340585147719, 0.70637124241783045, 0.72004520953233619, 0.73226719735392387, 0.7457490295034942, 0.76151155409015303, 0.7788125970268942, 0.79515932542339285, 0.81254279994519929, 0.82700166070107894, 0.84377746720044, 0.8616801611253373, 0.87312979926600642, 0.89306244383302025, 0.91157949941262495, 0.93649830671061973, 0.96045815324208017, 0.98026017538300847, 1.0032275044690475, 1.0223665747906359, 1.0503696830959937, 1.0755078532636331, 1.101139306224127, 1.1388797172799137, 1.1665602377614628, 1.1971228830372136, 1.2429765744431311, 1.27151817897234, 1.3196059857459572, 1.3607077146634539, 1.4080100832014402, 1.4436105483598447, 1.5062656999309187, 1.5705018855286448, 1.6196741040179319, 1.7017546419225014, 1.7817219551686443, 1.8729498330391841, 2.006473698316642, 2.0957964833521063, 2.2485598216783145, 2.423609185843191, 2.626008839643847, 2.9939990973758333, 3.246795944923798, 3.6373053766092713, 4.1523041564312617, 5.165408952511334, 14.439408507928594, 0.0, 0.018339072203810237, 0.02329902841443731, 0.028894088769264126, 0.033732536832338969, 0.039118065252253129, 0.043508833467363728, 0.047063221143802791, 0.051667831189905436, 0.055471945442740714, 0.059563400199632022, 0.063407265987904318, 0.067563772217917817, 0.070562077753977034, 0.072564969601282711, 0.075957653960410501, 0.079471937233580703, 0.081610948505659406, 0.084336182277764543, 0.085729555024764481, 0.087912606080814831, 0.090426742471708968, 0.092226052618394103, 0.095203088495300195, 0.097507441529407504, 0.09931583216850505, 0.10098213901865467, 0.10362977207550068, 0.106536499498979, 0.10886405033186211, 0.11088891781357048, 0.11328699495935905, 0.11540087510304135, 0.11799931027470408, 0.12050531073316835, 0.12242779955312402, 0.12514823721707605, 0.12721735558212802, 0.12933447430330011, 0.13203036634017445, 0.13417276652072574, 0.13682939156923718, 0.13887038216932518, 0.14017857392699531, 0.14260782990365448, 0.14507059221307408, 0.14695417225791405, 0.1497654226781093, 0.15138564492801476, 0.15472639458976323, 0.15772367683889396, 0.16045043223988531, 0.16195088977448327, 0.1653371285663317, 0.16739293400606811, 0.16902564888868615, 0.17135686517783991, 0.17417715392414423, 0.17596450913872053, 0.17803129891730965, 0.1805883516853817, 0.1825060880502859, 0.1838873485985828, 0.18554056668826283, 0.18688214127303718, 0.19034439134742612, 0.19315414674660081, 0.19515118537205678, 0.19721801513205642, 0.19995735714435001, 0.202946145175666, 0.20558544474904342, 0.20755322999229742, 0.20900643222762244, 0.21121684498145538, 0.2141429261516028, 0.21798646354299808, 0.22017242536159604, 0.22218023639013998, 0.22376317029676776, 0.22537433505677418, 0.22809119148663043, 0.23139281037580572, 0.23480276077988851, 0.23684629676326219, 0.23958019092042915, 0.24220286199703944, 0.24366569953375267, 0.24625074936964272, 0.24915921270974223, 0.25224407083384365, 0.2538581843802209, 0.25651702169266016, 0.26003397601516304, 0.26243381994538789, 0.26573203122069483, 0.26815769894861019, 0.27071592524571436, 0.27210161216348083, 0.27479515468230203, 0.27748117382633419, 0.280031855760834, 0.28299682369589024, 0.28524892290169052, 0.28898573042967923, 0.29228482183314008, 0.29504239920787978, 0.29806595908916128, 0.30100912736728097, 0.30284142122993929, 0.30711397725763068, 0.30933508238145735, 0.31253352531706291, 0.31451417053860403, 0.31873834499509557, 0.32074973819730013, 0.3227054052696956, 0.32713499329815404, 0.32974764249150712, 0.33492335792956868, 0.33718040901799218, 0.3445901607353572, 0.34780889710624885, 0.35093774887440915, 0.35623622197550575, 0.36041747761865661, 0.3642024692932514, 0.36810814698209304, 0.37267235846192165, 0.37479086986451726, 0.37861500834946049, 0.38309681552259905, 0.38664479850030559, 0.39090235429868447, 0.39557988601615102, 0.40024979955036705, 0.40474065571274853, 0.41182223255228778, 0.41565261202748732, 0.41888281162295166, 0.42393582615245412, 0.42822578404852624, 0.43294724828815934, 0.43951811737015356, 0.44722396323185154, 0.456459221718371, 0.46045447756416902, 0.46515308472591632, 0.46794991783126505, 0.47105981062684799, 0.47694020659007907, 0.48566640347419093, 0.4925745593913089, 0.49834783552581607, 0.50583387303211413, 0.51446464375101153, 0.52037516362506031, 0.53000380193173813, 0.5385532513944602, 0.54874910866185223, 0.557812399599245, 0.56788840989487577, 0.57980243654512897, 0.59369025108432061, 0.60559961256557782, 0.61889472781609867, 0.62969186089776408, 0.63837174738104929, 0.65949504499792255, 0.67141801254799327, 0.68600870858985674, 0.70043252145572876, 0.71339160274800251, 0.73333888359098232, 0.7460716086234207, 0.77171882001476177, 0.79223386524767436, 0.80514904996463144, 0.83016666521645444, 0.85350687238710088, 0.87938142652533746, 0.90714316395586614, 0.94541747300904144, 0.96712639337790818, 1.0077289627906116, 1.0578436059764642, 1.0814656481052898, 1.1213085582112645, 1.1519192766424888, 1.2067063531674953, 1.2531782152469926, 1.3107295260357585, 1.3724083852801383, 1.4468184839518206, 1.5305694103262035, 1.6312349936217583, 1.756018052127331, 1.8367605970857828, 2.1866989616417953, 2.6254576951184867, 6.6659216112228403, 0.0, 0.022907607978118902, 0.029821550682582357, 0.041345273775706924, 0.047618453577416696, 0.050555949727830833, 0.051530800253982594, 0.054552378113468664, 0.057086940000512496, 0.060602812091659256, 0.062248198918549692, 0.064804482413347478, 0.068044804113331997, 0.068908259193016616, 0.071132441977344307, 0.072933767937089555, 0.074986799025957215, 0.077263304695632015, 0.077976304453341666, 0.080549007965029493, 0.082270832598215493, 0.085046708133008728, 0.087447299482588489, 0.088756661262206285, 0.089943943671740606, 0.091007938101520788, 0.094928097449594656, 0.099174513732067163, 0.10225836726704171, 0.10576989225044739, 0.10833249442743473, 0.11038664233579089, 0.11189318059686042, 0.11482544288738511, 0.11669347663279424, 0.11877928264418412, 0.12047520194953332, 0.12165567868304332, 0.12370102433239426, 0.12612018039059264, 0.12684700576746685, 0.12878646240712111, 0.13057121120289508, 0.13306734076172619, 0.13372880707703153, 0.13736038992044558, 0.13881715097710293, 0.14064884529964838, 0.14124573991521217, 0.14311942643715578, 0.14513581305673817, 0.14595784685930299, 0.14716393061676503, 0.14885367705639466, 0.15050993397888962, 0.15162964533831316, 0.15369975683678072, 0.15435469959388012, 0.15577759046058082, 0.15668226730841731, 0.1584071432356994, 0.16082946927662081, 0.16239265698907479, 0.16531349295331907, 0.16703861065645129, 0.16929110758385099, 0.17070372367338077, 0.17240081949003247, 0.17401929655089876, 0.17549939813262669, 0.17701318273239205, 0.17868149692193935, 0.18147990984218215, 0.18481043739856384, 0.18569720961339536, 0.18665041599964075, 0.18938007981684934, 0.19112692772630277, 0.19315708801010689, 0.19508059108287254, 0.19644468311306196, 0.19883785512746996, 0.1996477292940389, 0.20328799229092981, 0.20659034076463945, 0.20796810335371782, 0.20983542523783127, 0.2115840603792295, 0.21255804907160578, 0.21431203105213031, 0.21628777053004405, 0.21896636799431354, 0.21986294549536606, 0.22078232590253416, 0.22179327232323751, 0.22426607190724099, 0.22774633679825707, 0.22885586498217825, 0.23208931497029114, 0.23445635314933294, 0.23554916368095241, 0.23985598287746046, 0.24076111746584605, 0.24198970919459603, 0.24456695954672134, 0.24539417383496825, 0.24905154968712961, 0.25090707777222615, 0.25130106870142177, 0.25451533183987707, 0.25566996933756181, 0.25867328796775041, 0.26064956359600089, 0.26093120395291297, 0.26335008874127647, 0.26856790047127449, 0.27254893327198854, 0.27567782840817318, 0.28124267210164966, 0.28247854937130817, 0.28625114431857379, 0.29082925078376376, 0.29320605506152064, 0.29647487884551421, 0.29850592855711272, 0.30094246795171609, 0.30299611653537667, 0.30732808774918102, 0.30921735043703502, 0.31232747522186072, 0.31576319709815054, 0.31898849977118987, 0.32108644244395629, 0.32447138047106261, 0.3276024319651058, 0.33168278635557902, 0.33493496691600139, 0.33845815307623212, 0.34437679545267702, 0.34822020725155695, 0.35388817414966195, 0.35700939815500266, 0.36137972027986198, 0.36735725529631541, 0.37122673740911644, 0.37736118189762147, 0.38121463316019755, 0.38546836603235024, 0.38836897993416342, 0.39553820461710354, 0.40116462511742196, 0.40279764229171539, 0.40785429136994455, 0.4120631734290916, 0.41819001160031855, 0.4234655903840544, 0.43068989317940309, 0.4331178277657271, 0.43638042629268897, 0.44171464739442051, 0.44829733628879731, 0.45755514155993304, 0.46339964109942611, 0.47692651434693667, 0.48203233568420067, 0.49140553703676787, 0.50067617538535925, 0.50624500029535147, 0.509762509086366, 0.52599740110606863, 0.53670458159003154, 0.54068269935836055, 0.54513452026347542, 0.55442379727646218, 0.5804414969611561, 0.58740464650794555, 0.59797187392502571, 0.60955631740740246, 0.62001210363745418, 0.62794424312588415, 0.64232876391400828, 0.65803432767723335, 0.67702143179047414, 0.69561200182704575, 0.70599633378133608, 0.73591608002676656, 0.75513253846758877, 0.78397996641105416, 0.80710202421052646, 0.84525049120784146, 0.9052678157224523, 0.9490825408336746, 1.016326214794693, 1.0596533647480635, 1.1401329656445862, 1.2775775816110475, 1.3755053508861865, 1.4769805157017351, 1.6399119604908177, 2.1348657056627016, 3.1990537574230995, 0.0, 0.037229647806545842, 0.042899747607156292, 0.04852625796660219, 0.053427828682963238, 0.057846043814273482, 0.058789366804777823, 0.059894670960058481, 0.061806496819415593, 0.06288357937563871, 0.063705491238154652, 0.064624564349766864, 0.066539564546213181, 0.068117644205825445, 0.069689987448183402, 0.072973810118958204, 0.075029578028714114, 0.076090220871986247, 0.078275623933525537, 0.080159770792154389, 0.081406116039587209, 0.08164553964490695, 0.083593049530192948, 0.084590953870938804, 0.086465834117303964, 0.08822532572632788, 0.089186854619600464, 0.089886020317945056, 0.092572749202295607, 0.093694972932557227, 0.094937834404926119, 0.097040224291640623, 0.097667138521545876, 0.099969968038602502, 0.10417048484174087, 0.10780079213283225, 0.10889375095854625, 0.10903938989013479, 0.11128176917618536, 0.11257507660636565, 0.11326518811097527, 0.11352509387853861, 0.11567847555302868, 0.11768952386243653, 0.1204905958236033, 0.12232339630742434, 0.12313609921978132, 0.12415844929489957, 0.12496470498144355, 0.1256037537020967, 0.12639939557206845, 0.12838761114223329, 0.13077332351034465, 0.13313785622768695, 0.13467524077070694, 0.13767775043346175, 0.1395173441181872, 0.14023356529287612, 0.14136086842893428, 0.14571034508839201, 0.1469532644277852, 0.14759361899260168, 0.14842017101772531, 0.15242521256839886, 0.15426856023023913, 0.15672970714335024, 0.15841699106659399, 0.16004962219962768, 0.16049659367868152, 0.16157625338408105, 0.16342153321263841, 0.16532114637213219, 0.16564588513427789, 0.16769053519184424, 0.16854825098054121, 0.17028923250134065, 0.17081950396614154, 0.17342913449829525, 0.17419644038376433, 0.17653031453657719, 0.17786246650019316, 0.17958041035624855, 0.18003570826506662, 0.18432275493254124, 0.18459458761615619, 0.18561588691792064, 0.18819478610235629, 0.18893514209622653, 0.19095535469625224, 0.19170408021332064, 0.19567600800094345, 0.19999780259216959, 0.20284315225727748, 0.20373012583225134, 0.20456046242286197, 0.20898756476926456, 0.2100591678518928, 0.21318265146979337, 0.21479341720286452, 0.21493894958991802, 0.21552884148320978, 0.21678370295180605, 0.22005390213330656, 0.2208750353533499, 0.22231160974944153, 0.22547606652116448, 0.22883502427842192, 0.23247314084489223, 0.23365595384777041, 0.23970523046509304, 0.24138410146972589, 0.24522137341984301, 0.24570522451863233, 0.24780703706547635, 0.24933355507759977, 0.25284652657486378, 0.25514210353592087, 0.26026745358900111, 0.26128019347213516, 0.26202930456238355, 0.2653982496052657, 0.27065798701145305, 0.27463053229655843, 0.27595152381920862, 0.27800957551439981, 0.27890303616529488, 0.28289551881522107, 0.28379888321436764, 0.28474455516979619, 0.28548889806913502, 0.28851856129741399, 0.28925469033111689, 0.28955788894271245, 0.29350305977266933, 0.29609872122681807, 0.30241998726464192, 0.30382080452923382, 0.30448438898977698, 0.30631757913135704, 0.30916236790296231, 0.31205028913580696, 0.31313738153954629, 0.31539404590186959, 0.32210740953492534, 0.32318384166541836, 0.32403796494592974, 0.32464341580886236, 0.32818473413596672, 0.33067902264725552, 0.33203810229003639, 0.33962444057763569, 0.34073403626495863, 0.34374538688334105, 0.34554821131082758, 0.34684735903657665, 0.34836578284950859, 0.35197282198795432, 0.35911745218986346, 0.36040424548108152, 0.36271817789575339, 0.36453208838267026, 0.3722041874594319, 0.3850959970374066, 0.3967374853148608, 0.41083356110814401, 0.41558974094228335, 0.41984747597880934, 0.42851282447107242, 0.44033883814796876, 0.44769850108485965, 0.45485476695336086, 0.45517769344815051, 0.46988589941579539, 0.47336234940402983, 0.48228476100040185, 0.4963129125170842, 0.52496401740850696, 0.54174268466224507, 0.56778264213285756, 0.59947949441738635, 0.61618637620027639, 0.62469990851376267, 0.63559373655292239, 0.64028148402424645, 0.6417944978527288, 0.66120751834923108, 0.67230387905415456, 0.68549918126957876, 0.73574140945002686, 0.76189058824857092, 0.78177211477759978, 0.78478497130854397, 0.81183845339312055, 0.92595133931696894, 1.0420074377189543, 1.1184834461004387, 1.1868475850375335, 1.3795391514935433, 1.6690912806799729, 3.620579386400943, 4.4069707474488888, 0.0, 0.030864281125046841, 0.03669053240718801, 0.03669053240718801, 0.039541803469962257, 0.039755585819827695, 0.041911399040835309, 0.044531607387296508, 0.046731484997993428, 0.046731484997993428, 0.06192300563276, 0.06192300563276, 0.066085275241882221, 0.067880636244234044, 0.067880636244234044, 0.069612626096000677, 0.071396391336907949, 0.074309967475605268, 0.078162954961568054, 0.079768809149418779, 0.079768809149418779, 0.081322012057796628, 0.081579918597752932, 0.081965289512041781, 0.082670774423793988, 0.082670774423793988, 0.083676047986424987, 0.083826394915856112, 0.085375798643674658, 0.085510183074035503, 0.088324648985544513, 0.088324648985544513, 0.089066018619338688, 0.089523451445578398, 0.092390560807742189, 0.10166676719934153, 0.10195388252236594, 0.10195388252236594, 0.10528536390229394, 0.10679858905504509, 0.10764192688172415, 0.11227193635040114, 0.11227193635040114, 0.11244606922440568, 0.1136218868259553, 0.11451053199472827, 0.11659577642426923, 0.11691086289458787, 0.11691086289458787, 0.1173211686698568, 0.11960461186081611, 0.12046430069545827, 0.12256846680870316, 0.12256846680870316, 0.12280198926010166, 0.1257225389684917, 0.13059187471398534, 0.13073228193993355, 0.13136136021211561, 0.13136136021211561, 0.13233380712258788, 0.13614938779187713, 0.14007489771345971, 0.14560628646680376, 0.14560628646680376, 0.14756930951437783, 0.14916144609305121, 0.14922882591595366, 0.15191188357115223, 0.15579801420071124, 0.15610306654452089, 0.15610306654452089, 0.15875192987335729, 0.16047737283948593, 0.16705380313003848, 0.16705380313003848, 0.168016882808462, 0.17068350389171213, 0.17282355855710782, 0.17412526193089098, 0.17681813754652775, 0.17681813754652775, 0.17715999760351636, 0.17756752055286806, 0.17871040321678122, 0.18018603591927709, 0.18070221855952068, 0.18070221855952068, 0.18495477280536446, 0.18580464561947918, 0.18637382093258065, 0.18739559121993163, 0.18739559121993163, 0.18989848932672079, 0.1902906960015, 0.19079530690057658, 0.19139358210577725, 0.1938767861484369, 0.1938767861484369, 0.19812320558888927, 0.19864349781538035, 0.20096245867613949, 0.20739126731129648, 0.20739126731129648, 0.20890608427242904, 0.21005835424486638, 0.21737774907061119, 0.21854346896037202, 0.22284661457281491, 0.22284661457281491, 0.23203519715709653, 0.23203519715709653, 0.23558872825006388, 0.23602589936541735, 0.23602589936541735, 0.23638998760967109, 0.23703292133804643, 0.24047672111025759, 0.24232933889648617, 0.24387144046296869, 0.24387144046296869, 0.24388260654882868, 0.24896631802503422, 0.25046853137361336, 0.25166045673406662, 0.25166045673406662, 0.25359663196242094, 0.25498419205566342, 0.25901909865108758, 0.26243633410773498, 0.26917225709613957, 0.26917225709613957, 0.27179969406100962, 0.27215636119935699, 0.27269960957360972, 0.27295835182412659, 0.27444977275651289, 0.27444977275651289, 0.274486965108864, 0.27757442781989727, 0.28007367094306918, 0.28306039462916666, 0.28306039462916666, 0.29022692808414607, 0.29319016306643131, 0.2953248123792146, 0.29727012315484735, 0.30055429636041897, 0.30055429636041897, 0.30274018734482672, 0.30371328246605706, 0.31089484427626424, 0.31222083890057561, 0.31222083890057561, 0.31342334287374385, 0.31360922339798514, 0.31781375837493059, 0.32086597698136354, 0.32397526199152671, 0.32397526199152671, 0.3252274384988707, 0.32557079328326183, 0.33071479846211244, 0.33213366103834452, 0.33213366103834452, 0.33806274054259133, 0.34060768522908541, 0.34066725641268175, 0.35070821312772565, 0.35281117830908848, 0.36022367837676228, 0.36022367837676228, 0.36359476452865169, 0.36867343874662684, 0.37500703454904866, 0.37500703454904866, 0.37559552094037618, 0.37776360565050465, 0.37911941464036175, 0.38043414821366556, 0.38673933256135501, 0.38673933256135501, 0.41493531465793626, 0.42545225470978032, 0.43335020944353286, 0.45946584864513479, 0.47934271794544625, 0.47934271794544625, 0.4835397584082895, 0.507001135566851, 0.53670698552411766, 0.62709022030658668, 0.62709022030658668, 0.6307562723487633, 0.6978337089986677, 0.96104664619258018, 0.97932419086538236, 1.3786097683148981, 1.3786097683148981, 2.1383436514004277, 2.1383436514004277, 0.0, 0.0, 0.040258951562044121, 0.040258951562044121, 0.04337227036223338, 0.04337227036223338, 0.04337227036223338, 0.056733258526878674, 0.056733258526878674, 0.059895656757221916, 0.063352892119378321, 0.063352892119378321, 0.063352892119378321, 0.063352892119378321, 0.063460760236515132, 0.063460760236515132, 0.063460760236515132, 0.064176771962993165, 0.064176771962993165, 0.069374734097819607, 0.069374734097819607, 0.069941635924431284, 0.069941635924431284, 0.069941635924431284, 0.07441063086446581, 0.07441063086446581, 0.090038436293935278, 0.090038436293935278, 0.090038436293935278, 0.093919282982153851, 0.098259451815303545, 0.098259451815303545, 0.098259451815303545, 0.098259451815303545, 0.11221645527330414, 0.11221645527330414, 0.11464109406455952, 0.11464109406455952, 0.11464109406455952, 0.11504122558884447, 0.11504122558884447, 0.11661461574279566, 0.11661461574279566, 0.11661461574279566, 0.11694434342186813, 0.11694434342186813, 0.12361989892840071, 0.12361989892840071, 0.12361989892840071, 0.12731915639699826, 0.13338496267239372, 0.13338496267239372, 0.13338496267239372, 0.13338496267239372, 0.14060738795616895, 0.14060738795616895, 0.14577369503859991, 0.14577369503859991, 0.14577369503859991, 0.15154574744822344, 0.15154574744822344, 0.15338029980440129, 0.15338029980440129, 0.155704785287297, 0.155704785287297, 0.155704785287297, 0.16408818329459646, 0.16408818329459646, 0.16611008928152352, 0.16611008928152352, 0.16793010863802235, 0.16793010863802235, 0.16793010863802235, 0.17350035363146732, 0.17350035363146732, 0.17350035363146732, 0.17720670978465847, 0.17720670978465847, 0.18778273599380949, 0.18778273599380949, 0.18778273599380949, 0.1956978506206099, 0.1956978506206099, 0.20618188353800229, 0.20618188353800229, 0.20618188353800229, 0.20667910131294201, 0.20667910131294201, 0.20897230394199579, 0.20897230394199579, 0.21603929997442067, 0.21603929997442067, 0.21603929997442067, 0.21750678346847724, 0.21750678346847724, 0.21750678346847724, 0.22319258104633796, 0.22319258104633796, 0.22577633029393052, 0.22577633029393052, 0.22577633029393052, 0.22835066066328252, 0.22835066066328252, 0.23127950794349347, 0.23127950794349347, 0.2335912050904361, 0.2335912050904361, 0.2335912050904361, 0.23855651821128016, 0.23855651821128016, 0.2403910894270215, 0.2403910894270215, 0.2403910894270215, 0.24693892553945757, 0.24693892553945757, 0.25144395559134397, 0.25144395559134397, 0.25144395559134397, 0.26144207730435715, 0.26144207730435715, 0.26316375812762322, 0.26316375812762322, 0.26316375812762322, 0.269250257528246, 0.269250257528246, 0.26976356545845359, 0.26976356545845359, 0.26976356545845359, 0.27207502394872296, 0.27207502394872296, 0.2722348959852619, 0.2722348959852619, 0.2722348959852619, 0.27399949932593481, 0.27399949932593481, 0.28525376986066708, 0.28525376986066708, 0.28525376986066708, 0.28581273013248543, 0.28581273013248543, 0.28581555874501124, 0.28581555874501124, 0.28725787127206887, 0.28725787127206887, 0.28725787127206887, 0.29182201476670522, 0.29182201476670522, 0.29774917483412067, 0.29774917483412067, 0.29774917483412067, 0.3221172335419677, 0.3221172335419677, 0.32286123906893716, 0.32286123906893716, 0.32286123906893716, 0.32784329797451783, 0.32784329797451783, 0.39859714532471063, 0.39859714532471063, 0.39859714532471063, 0.40861269762703839, 0.40861269762703839, 0.43492497337962299, 0.43492497337962299, 0.43492497337962299, 0.45154247181726737, 0.45154247181726737, 0.47903191315956584, 0.47903191315956584, 0.47903191315956584, 0.48764413130617162, 0.48764413130617162, 0.55753055427216291, 0.55753055427216291, 0.55753055427216291, 0.59950889251110473, 0.59950889251110473, 0.62302532522821363, 0.62302532522821363, 0.62302532522821363, 0.70821265192750071, 0.70821265192750071, 0.78923825478405685, 0.78923825478405685, 0.80991304315555079, 0.80991304315555079, 0.80991304315555079, 0.88217017561019562, 0.88217017561019562, 0.88217017561019562, 0.90564207937415331, 0.90564207937415331, 0.92743264762046396, 0.92743264762046396, 1.0496487600196804, 1.0496487600196804, 1.0496487600196804, 1.2152980938033116, 1.2152980938033116, 1.2152980938033116, 1.2152980938033116] diff --git a/Muon/MuonID/python/MuonID/M_2008_def_gamoms.py b/Muon/MuonID/python/MuonID/M_2008_def_gamoms.py index b1398c706fd..faf0f87ecdb 100644 --- a/Muon/MuonID/python/MuonID/M_2008_def_gamoms.py +++ b/Muon/MuonID/python/MuonID/M_2008_def_gamoms.py @@ -1 +1,11 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### M_2008_def_gamoms = [0, 350.0, 1050.0, 1750.0, 2450.0, 3150.0, 3850.0, 4550.0, 5250.0, 5950.0, 6650.0, 7350.0, 8050.0, 8750.0, 9450.0, 10150.0, 10850.0, 11550.0, 12250.0, 12950.0, 13650.0, 14350.0, 15050.0, 15750.0, 16450.0, 17150.0, 17850.0, 18550.0, 19250.0, 19950.0, 20650.0, 21350.0, 22050.0, 22750.0, 23450.0, 24150.0, 24850.0, 25550.0, 26250.0, 26950.0, 27650.0, 28350.0, 29050.0, 29750.0, 30450.0, 31150.0, 31850.0, 32550.0, 33250.0, 33950.0, 34650.0, 35350.0, 36050.0, 36750.0, 37450.0, 38150.0, 38850.0, 39550.0, 40250.0, 40950.0, 41650.0, 42350.0, 43050.0, 43750.0, 44450.0, 45150.0, 45850.0, 46550.0, 47250.0, 47950.0, 48650.0, 49350.0, 50050.0, 50750.0, 51450.0, 52150.0, 52850.0, 53550.0, 54250.0, 54950.0] diff --git a/Muon/MuonID/python/MuonID/M_2008_def_gaprobs.py b/Muon/MuonID/python/MuonID/M_2008_def_gaprobs.py index 79a734de867..3464490e01c 100644 --- a/Muon/MuonID/python/MuonID/M_2008_def_gaprobs.py +++ b/Muon/MuonID/python/MuonID/M_2008_def_gaprobs.py @@ -1 +1,11 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### M_2008_def_gaprobs = [0, 0.0, 0.0, 0.0, 0.91489362716699996, 0.95692306757000001, 0.98613864183400002, 0.99072849750500003, 0.98903292417499999, 0.98952460288999999, 0.99774098396300004, 0.99152541160600005, 0.99343830347100004, 0.99500310421000004, 0.99360203742999997, 0.99673414230299995, 0.99803018569900004, 0.99857753515199998, 0.99271136522299996, 0.993197262287, 0.997596144676, 0.99408286809900004, 0.99648505449299996, 0.99720668792699996, 0.99559080600700001, 0.99696666002300005, 0.99382078647600003, 0.99571734666800005, 0.99760192632699995, 0.99768519401599998, 0.99423962831500001, 0.99749684333800004, 0.99865412712099999, 0.99725276231799997, 0.99565845727900004, 1.0, 0.995768666267, 0.99697428941699995, 0.99658703804000004, 0.995065808296, 0.998257815838, 0.99835252761799997, 0.99401199817700003, 1.0, 0.99435025453600001, 0.99797159433399996, 0.99582463502899998, 0.99365752935399998, 0.99794661998699996, 0.99550563097, 0.99768519401599998, 0.99052131176000002, 0.99722993373900004, 0.99507391452799998, 0.98961037397399998, 0.99184781312900006, 0.98863637447399999, 0.99135446548499995, 0.99723756313300005, 0.99006623029700003, 0.99099099636099997, 0.99672132730499996, 0.992857158184, 1.0, 1.0, 1.0, 0.98947370052299999, 0.99640285968800002, 0.99641579389599999, 0.98892986774400005, 0.984126985073, 0.99591839313499997, 0.98765432834599998, 0.98712444305400004, 0.99523806571999995, 0.98076921701399999, 1.0, 1.0, 1.0, 1.0, 0, 0.0, 0.0, 0.0, 0.031914893537799999, 0.68923074006999996, 0.94653463363599999, 0.97483444213899995, 0.98404783010499997, 0.98952460288999999, 0.99397587776200003, 0.99022161960599997, 0.99081367254300001, 0.99312931299200002, 0.99488162994399998, 0.99738734960599995, 0.99606043100399999, 0.99431008100499996, 0.99562680721300001, 0.99546486139299994, 0.997596144676, 0.99408286809900004, 0.99648505449299996, 0.996275603771, 0.99823635816599998, 0.99494439363499998, 0.99485069513299995, 0.99678802490200002, 0.99520385265400002, 0.99884259700800004, 0.99539172649399998, 0.99374216795000003, 0.99730819463700005, 0.99450546503100001, 0.99565845727900004, 1.0, 0.99435824155800001, 0.99546140432399999, 0.99488055706, 0.99342107772800003, 0.99651569127999995, 0.99670511484099999, 0.99401199817700003, 0.99616122245799998, 0.99811673164400005, 0.99594318866700005, 0.99791228771200002, 0.99154335260399995, 0.99794661998699996, 0.99775278568299997, 0.99768519401599998, 0.99289101362200005, 0.99722993373900004, 0.99014776945100003, 0.98961037397399998, 0.99728262424500003, 0.98863637447399999, 0.98559075593900003, 0.99447512626599999, 0.98675495386099998, 0.98798799514799995, 0.99672132730499996, 0.98571425676299995, 0.99662160873399996, 1.0, 1.0, 0.98947370052299999, 0.99640285968800002, 0.99641579389599999, 0.98892986774400005, 0.99603176116900005, 0.99591839313499997, 0.99588477611500004, 0.99570816755299996, 0.99523806571999995, 0.98076921701399999, 1.0, 0.99545454978900005, 0.98958331346499995, 1.0, 0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.31881189346299998, 0.88344371318799997, 0.95014953613300002, 0.97824335098299997, 0.97515058517499997, 0.98370271921200003, 0.98556429147699998, 0.99250465631499996, 0.99168264865900002, 0.99281513690900003, 0.99409061670300003, 0.99217641353599995, 0.99271136522299996, 0.99168556928600005, 0.99439102411299995, 0.99492812156699995, 0.99384886026399999, 0.99720668792699996, 0.99029982090000002, 0.99089992046399999, 0.99382078647600003, 0.99571734666800005, 0.99040764570200002, 0.99884259700800004, 0.98847925663000002, 0.99624532461199999, 0.99327051639599995, 0.99450546503100001, 0.99710565805399998, 0.99855905771300002, 0.99012696742999995, 0.99546140432399999, 0.99317407607999997, 0.99013155698800004, 1.0, 0.99341022968299997, 0.99201595783200003, 0.99808061122900005, 0.99811673164400005, 0.99594318866700005, 0.99791228771200002, 0.98308670520800001, 0.99794661998699996, 0.99775278568299997, 1.0, 0.99052131176000002, 0.99445980787300003, 0.99014776945100003, 0.984415590763, 0.98913043737399997, 0.98579543829000005, 0.97982710599900003, 0.98895025253299995, 0.98675495386099998, 0.98798799514799995, 0.99672132730499996, 0.98928570747400002, 0.99662160873399996, 0.98207885026899999, 0.99658703804000004, 0.98596489429500001, 0.98920863866800002, 0.99641579389599999, 0.98154979944200005, 0.98809522390399995, 0.99591839313499997, 0.99176955223100005, 0.982832610607, 0.98571425676299995, 0.98076921701399999, 1.0, 0.99545454978900005, 0.99479168653500005, 1.0, 0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.00198019808158, 0.076821193098999999, 0.595214366913, 0.90491539239899998, 0.95858430862400001, 0.96870923042299995, 0.98556429147699998, 0.98750782012899996, 0.98784387111700001, 0.98889613151599998, 0.99146419763600002, 0.99359887838399996, 0.98833817243599997, 0.993197262287, 0.99038463830900003, 0.99492812156699995, 0.99384886026399999, 0.99720668792699996, 0.99206346273400003, 0.99494439363499998, 0.99176108837099997, 0.99357599019999998, 0.99040764570200002, 0.99652779102300004, 0.98732721805599999, 0.99374216795000003, 0.99327051639599995, 0.99587911367399995, 0.99565845727900004, 0.99711817503, 0.99294781684900002, 0.98940998315799999, 0.98634815216100002, 0.991776287556, 0.99477350711800006, 0.99341022968299997, 0.98602795600899995, 0.99232244491599997, 0.99811673164400005, 0.993914783001, 0.99791228771200002, 0.98520082235299999, 0.99794661998699996, 0.99775278568299997, 0.99768519401599998, 0.98815166950199995, 0.99445980787300003, 0.99261081218699998, 0.98701298236799995, 0.99184781312900006, 0.991477251053, 0.97694522142399998, 0.99171268940000001, 0.98344373702999999, 0.98498499393500005, 0.99344259500499998, 0.98928570747400002, 0.99324321746800004, 0.98924732208300004, 0.99658703804000004, 0.98596489429500001, 0.98561149835600004, 0.98207885026899999, 0.985239863396, 0.98809522390399995, 0.98775511980099995, 0.99588477611500004, 0.98712444305400004, 0.98095238208799995, 0.97596156597100003, 0.99512195587200003, 0.99090909957899997, 0.98958331346499995, 1.0] diff --git a/Muon/MuonID/python/MuonID/M_2009_def_chi2b.py b/Muon/MuonID/python/MuonID/M_2009_def_chi2b.py index 7d41eedd041..d949e482d2c 100644 --- a/Muon/MuonID/python/MuonID/M_2009_def_chi2b.py +++ b/Muon/MuonID/python/MuonID/M_2009_def_chi2b.py @@ -1 +1,11 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### M_2009_def_chi2b = [0.0, 1.19643536295, 1.7799429438800001, 2.5000897208500001, 3.0593132287299998, 3.4839286608000002, 3.9982294568999999, 4.4402913862600002, 4.8147369692600002, 5.3054432104, 5.8105717909600001, 6.1370968299099999, 6.7475810144699997, 7.3015792720599997, 7.6896019690199999, 8.13938977856, 8.4515096605100002, 8.9879216562900002, 9.4927671192999998, 10.085788064899999, 10.625255410199999, 11.0026891093, 11.3895870178, 11.843719932200001, 12.253271789299999, 12.767614137500001, 13.262427498099999, 13.786048882799999, 14.16595075, 14.643883369899999, 15.146539539600001, 15.7813472808, 16.280656373900001, 16.655646821400001, 17.114459585199999, 17.598615494000001, 18.184936752399999, 18.740805828900001, 19.248318706700001, 19.9296167205, 20.463100761100002, 21.2124495216, 21.626706539400001, 22.210655822100001, 22.700941956400001, 23.302821910599999, 23.920510033900001, 24.580456784700001, 25.2569820073, 25.959142340700001, 26.512265281099999, 27.196530728900001, 27.733216163200002, 28.478633239299999, 29.299270036500001, 30.256722160100001, 30.986221208, 31.737877171200001, 32.3960443243, 33.105226859200002, 33.767065963699999, 34.404378731100003, 34.924274373000003, 35.644436068099999, 36.564111572900003, 37.417350414600001, 38.238436024899997, 38.799991177199999, 39.436095377800001, 40.277347542100003, 41.016879076899997, 41.908435708699997, 42.819594709699999, 43.738915136400003, 44.846693151399997, 45.536023954699999, 46.546157932100002, 47.460643921100001, 48.624537354399997, 49.4055755953, 50.186510797700002, 51.175277055499997, 52.089204297199998, 53.122068163400002, 54.127727041100002, 54.940780204399999, 56.114554909900001, 57.0656839854, 57.894406169100002, 59.009235477799997, 60.0914392866, 61.208045864900001, 62.2858241466, 63.543350702799998, 64.856196127700002, 66.682225449399994, 68.209557105800002, 69.742463108799996, 71.750057073999997, 73.414467924899995, 75.307815587799993, 77.118795934299996, 78.812379695000004, 80.355455134600007, 81.877925440300004, 83.662200974800001, 85.224686517899997, 86.615321828199995, 88.267510348100004, 89.802469557099997, 91.374895675700003, 93.408025320799993, 95.336052711299999, 97.395921625599996, 98.859486409499993, 100.657442178, 102.99984774399999, 105.41734144900001, 107.273191485, 109.044242849, 110.937136356, 113.583166593, 115.56257233300001, 117.846911268, 120.681655831, 122.799469999, 124.375415383, 126.97394391900001, 129.436815795, 132.49568735599999, 135.98857834699999, 138.09223868300001, 141.65649987800001, 146.09086464500001, 149.16576952099999, 152.208770273, 155.187653896, 157.43246798000001, 160.43301280700001, 162.84002901100001, 166.77052560600001, 169.29494600500001, 172.91801473500001, 176.654293306, 180.23478114700001, 183.296380473, 186.73903581499999, 190.86755789399999, 195.654394298, 199.69558299600001, 203.92254700699999, 208.397049907, 213.10008202399999, 217.93095747000001, 222.20188235800001, 227.07325009499999, 230.860699883, 237.97819378299999, 245.85743037500001, 252.73101680400001, 258.89556405000002, 268.60486464500002, 276.47499798699999, 282.03633185400003, 289.17078451600003, 302.06749436299998, 312.57905513100002, 322.60452264899999, 331.014610371, 341.75075497, 350.173888159, 361.88637575400003, 371.61412230500002, 385.17435225200001, 400.72319405799999, 411.753441162, 422.75058281299999, 437.11037701999999, 453.45288953800002, 474.420871385, 488.318616894, 512.11653910200005, 535.54182501000003, 555.56166528300002, 573.43505104999997, 593.13241480700003, 614.79560775100003, 649.435414896, 688.17560751799999, 721.87795355000003, 773.415382937, 813.66800489900004, 877.39648314099998, 964.732528602, 1069.40860047, 1223.88660858, 1424.4787858300001, 1674.8315303500001, 1977.7544173799999, 2651.83993319, 200410.392804, 0.0, 1.1584312650099999, 1.8096405876999999, 2.08809545024, 2.39759603108, 2.8210825374900002, 3.2262415616500002, 3.6767261063199999, 4.0712643350700004, 4.3358305431000002, 4.6961593196700004, 5.0048297457600004, 5.3979863436900004, 5.8290699240099997, 6.1960232764300001, 6.5088252292500002, 6.8948342983900002, 7.2696660689300003, 7.5399291096800001, 8.01313726329, 8.3889381116700008, 8.8151563879800001, 9.3221845714700002, 9.7919081310700005, 10.197322679699999, 10.690667428799999, 11.1669675994, 11.439377929899999, 11.6674844277, 12.008682137099999, 12.4556500154, 12.8218557119, 13.3281486992, 13.7095661165, 14.2163312161, 14.836869545500001, 15.3589870134, 15.8272834403, 16.238276813700001, 16.5883025266, 17.023074348600002, 17.414160002799999, 17.848152475399999, 18.247715569499999, 18.664561518999999, 19.075395695600001, 19.486374441700001, 19.973916476399999, 20.5269080381, 21.020846655300002, 21.507367194299999, 22.0135312996, 22.461208124300001, 23.036281720800002, 23.480764591, 23.9941998794, 24.413118882100001, 24.9392923634, 25.478485752899999, 26.086617298499998, 26.6809648813, 27.1950947449, 28.074728258899999, 28.720521756, 29.3654350726, 30.087513917199999, 30.702053779700002, 31.306689242899999, 31.780186689299999, 32.4753156827, 33.135143889299997, 33.888469867399998, 34.645545953000003, 35.367533057599999, 36.110020627200001, 36.758678629099997, 37.497664023799999, 38.081984167100003, 38.997417122999998, 39.672472603700001, 40.429274192199998, 41.295854716299999, 41.954930876799999, 42.5972412096, 43.276950597999999, 44.159449579799997, 45.025165711200003, 45.821814644200003, 46.555175562499997, 47.583311010599999, 48.589989172199999, 49.510833894599998, 50.257035760699999, 51.092289456800003, 52.258119141000002, 52.938195970499997, 53.804888863800002, 54.8416712187, 55.960279943899998, 57.006686652699997, 58.274563175499999, 59.3790074307, 60.283128322000003, 61.549512813600003, 62.4978155636, 63.834912981700001, 64.904107601199996, 66.223931861400004, 67.086972593499993, 68.397576571800002, 69.942186175000003, 71.207027708799998, 72.602512277200006, 73.560342838699995, 74.967359775099993, 76.577240733500005, 78.057764533799997, 79.513502422499997, 81.078073566599997, 82.165643638800006, 83.719127560900006, 85.148667228299999, 86.337704861199995, 87.860157790000002, 89.431109054900006, 90.980131378099998, 92.433634234400003, 94.226038238300006, 95.621501725399995, 97.080958997099998, 99.134428385800007, 101.04854586800001, 102.97657310699999, 105.139486026, 107.602665034, 109.70147691299999, 112.05021857600001, 114.125549412, 116.61722458, 118.189314409, 120.82322130999999, 123.127890034, 125.47513250999999, 127.848312975, 130.41431036200001, 133.57317560600001, 136.49161050999999, 140.74286875799999, 143.71689255300001, 146.67120050400001, 149.59581133399999, 152.22756825499999, 156.533766931, 160.06017973100001, 165.11262847200001, 169.23166942399999, 175.315765167, 179.524732857, 183.40525104400001, 188.17945511100001, 191.82963235400001, 197.202013322, 202.34316464599999, 207.99698327900001, 215.67824328500001, 224.47764356499999, 230.63417344199999, 236.60643002699999, 242.61055810900001, 251.77410247, 259.46544586200002, 268.047248459, 276.79107524199998, 286.15718497099999, 295.84758942399998, 305.58034509200002, 314.60780894999999, 325.34498936799997, 338.27578485100003, 348.53507352600002, 362.42239857200002, 375.083278597, 389.444337389, 407.52083932199997, 423.996775576, 439.86516896699999, 461.74456199100001, 481.21447879099998, 506.20652181600002, 531.64557102599997, 563.79744206400005, 601.85836871599997, 633.07763874900002, 693.45668289599996, 762.28141866299995, 852.11407475700003, 985.769367053, 1195.0785449099999, 1389.62431328, 2042.8647050500001, 78636.810297999997, 0.0, 1.0297464516799999, 1.60346935644, 2.0630353810100002, 2.4007054222700002, 2.7231158619300002, 3.0845870231900001, 3.3825315783100001, 3.7827559602099998, 4.1271402089200002, 4.4667826236700003, 4.7067760450099998, 5.1713770843100004, 5.53668279583, 5.74764546799, 6.1299980556899998, 6.3496742207699999, 6.6781045773500001, 7.12938206889, 7.39578341085, 7.7627325807999998, 8.0843024355399997, 8.3430476893299996, 8.7253588764300005, 9.0323780076000002, 9.3251680266000001, 9.7700665673099998, 10.103065082900001, 10.4121667828, 10.792220887399999, 11.114426525200001, 11.3987065041, 11.7259278942, 12.148971416, 12.454565579200001, 12.7910859418, 13.0925963376, 13.4917267129, 13.8568357546, 14.099344370200001, 14.466338023, 14.773502690999999, 15.1559213702, 15.4627289245, 15.735248281500001, 16.264394708800001, 16.624779056400001, 17.059591039099999, 17.366603691200002, 17.645800374, 18.074841360299999, 18.3713457528, 18.6782869727, 19.1657010441, 19.623227022799998, 20.045230785600001, 20.669991472, 21.181226625299999, 21.496046951899999, 22.092489347299999, 22.5203682028, 22.913515129299999, 23.382882170199998, 23.760241867400001, 24.103618211899999, 24.540791235699999, 25.0420139973, 25.4305135832, 26.0666776578, 26.564557883900001, 27.273553850399999, 27.7820097687, 28.3303665601, 28.745443715499999, 29.332968781000002, 30.009561780399999, 30.6135990386, 31.065902801899998, 31.520776554800001, 32.034559784499997, 32.646134072499997, 33.136621810400001, 34.091020344699999, 34.492997237600001, 34.960981709999999, 35.534538623400003, 36.397290535000003, 36.973557298199999, 37.496289196399999, 38.275574691300001, 39.132056666700002, 39.940285424599999, 40.663404855499998, 41.192514081399999, 41.940303401100003, 42.428268793400001, 43.002423862000001, 43.754682545599998, 44.392160792200002, 45.226295550300001, 45.955474380200002, 46.6701829171, 47.223011101499999, 47.870306336100001, 49.055475024800003, 49.870096181000001, 50.573112358800003, 51.511936900599999, 52.294025013499997, 52.962422501100001, 54.0366510279, 54.7208861318, 55.623480251799997, 56.401930573599998, 57.257184440700001, 58.072153872400001, 58.874410881099998, 60.104082592799998, 61.246007962100002, 62.248201307400002, 63.333179544099998, 64.4524632575, 65.680454143800006, 66.683104472400004, 67.860077341099995, 68.838786806399995, 69.8305645449, 71.030064286699997, 72.106640080299996, 73.718568832599999, 74.8928190476, 76.122150548999997, 77.8978499384, 79.078046305800001, 80.938626385199996, 82.707864462499998, 84.409564379399995, 85.580444997300006, 87.015983902800002, 88.433916929199995, 90.027633876400003, 91.989641288499996, 94.085497345299999, 97.019197389300004, 98.948948656499994, 101.110113046, 102.857621045, 104.948948472, 107.370061428, 110.309341836, 113.069785897, 115.334911873, 118.811007467, 121.8903905, 124.534635235, 127.237679828, 130.822044406, 133.95795785600001, 137.088601866, 141.331942336, 144.39698896600001, 148.46879151300001, 151.54049203599999, 156.010435457, 159.23907638899999, 163.84405742499999, 167.20574813600001, 171.571248282, 175.307565178, 180.898544257, 188.209642444, 192.88951267100001, 199.07961470500001, 204.98453083699999, 210.87189762099999, 217.37683173400001, 226.04598215600001, 233.03168449699999, 241.629711085, 246.946999901, 257.88334712900001, 264.42034237600001, 275.808770686, 285.32670270400001, 296.425658236, 311.66211481800002, 325.77524805600001, 339.41158178199998, 359.89737101100002, 378.89288395099999, 407.45313021999999, 430.825250423, 463.86767345999999, 495.964419029, 532.31966564899994, 589.85183477299995, 656.18178811200005, 784.26433017099998, 943.24503690999995, 1302.9980653, 102139.29543300001, 0.0, 0.86743237287200003, 1.3552076122000001, 1.74882176592, 2.1568118435899999, 2.5442077510700001, 2.7836243977500001, 3.00643655951, 3.2689355412999999, 3.5104534629600002, 3.8022522251600002, 4.0581864022299996, 4.3187967801799996, 4.5167601174499996, 4.8300373207899998, 5.1908096910400001, 5.4523307194299999, 5.7058518279000001, 6.0398043860700001, 6.3374641220700001, 6.6584016957400003, 6.8846773738299998, 7.1723016125100001, 7.48248963179, 7.7608348148299999, 8.0287909583299992, 8.3818549816299992, 8.7220174560999997, 9.0911091549999998, 9.35929759333, 9.6835960622500004, 9.9959322308900003, 10.3919770948, 10.747496464799999, 11.051538298500001, 11.316949795799999, 11.6183662131, 11.847164556699999, 12.1264569509, 12.437037774, 12.678519424999999, 13.016651663899999, 13.442219338399999, 13.7024184299, 14.0640518316, 14.3690724623, 14.6322090714, 15.003935011899999, 15.4618156875, 15.691396925499999, 16.018873943599999, 16.325083680199999, 16.72412623, 17.1800229961, 17.565089287999999, 17.955333696, 18.350394168699999, 18.662332183499998, 19.055520775400002, 19.3243741866, 19.697736269300002, 20.1598827376, 20.587558148399999, 20.947803652899999, 21.377289620700001, 21.7382160949, 22.148445907799999, 22.538187253499999, 22.969405032299999, 23.3515975378, 23.7868814409, 24.248895708799999, 24.763958241200001, 25.1997621694, 25.508926166199998, 25.958095899700002, 26.333188731500002, 26.824658796200001, 27.2155445271, 27.6568308628, 28.003116157499999, 28.541185737399999, 29.063342253199998, 29.560897612200002, 30.089418954599999, 30.597578276299998, 31.089081956699999, 31.4765648224, 31.894925652200001, 32.457647031999997, 33.030174841600001, 33.487885595199998, 34.018036955900001, 34.729723770100001, 35.271537205000001, 35.835399970200001, 36.307941559900001, 37.035916915500003, 37.561814357099998, 38.147376215199998, 38.7343663929, 39.318444863700002, 40.219249623899998, 40.878162636200003, 41.4384018103, 42.125905574999997, 42.975687067999999, 43.8669515737, 44.7165019555, 45.320383934500001, 46.290441078699999, 47.103139229999996, 47.737629462800001, 48.481018605400003, 49.4000519043, 50.130121766099997, 51.236341089200003, 52.022103237400003, 53.121350018199998, 54.3133505427, 55.198931289699999, 56.1880323006, 57.196115179099998, 58.388588195399997, 59.017601707799997, 60.191491397699998, 61.1785764937, 62.150011268, 63.062827775300001, 64.255070623099996, 65.725583058799998, 67.146069528200002, 68.855182272500002, 70.625039886400003, 72.517402771500002, 74.012329769800004, 75.142684897799995, 77.263163371999994, 78.970113074099999, 81.015664056600002, 82.952470754299995, 84.358247795500006, 86.345419452399994, 87.398236220800001, 88.877403817100003, 91.486012660200004, 93.475534618099999, 95.836579746699996, 99.517911350299997, 102.47972814000001, 104.56502959399999, 106.80315385900001, 109.427661664, 112.172083348, 114.752710729, 117.319711297, 120.332179395, 122.523137369, 125.80426376699999, 128.152192243, 130.68223203400001, 135.03565554799999, 138.836718018, 142.72321670599999, 145.83471307600001, 148.23894481900001, 150.940455676, 155.45888045199999, 160.45763036100001, 165.78439021700001, 170.10783283399999, 176.981973885, 182.24637161699999, 187.99729957, 193.341158584, 201.153499485, 209.89557814400001, 215.512255272, 222.916166694, 234.63262219500001, 242.24162438799999, 250.84387633899999, 264.39217630600001, 286.10701643599998, 294.863916168, 309.35324268800002, 326.01462315399999, 343.064113615, 361.99177679500002, 387.72006495800002, 407.06863126899998, 432.93714764600003, 471.081198336, 512.23599568500003, 547.44287580900004, 597.93801741300001, 672.97299630600003, 816.76871595199998, 996.88891773900002, 1291.9070935100001, 161358.74421500001, 0.0, 0.99453276649300004, 1.34957440998, 1.80040223325, 2.1674828403999999, 2.48530115303, 2.78071282241, 3.0627252072600002, 3.2784701121599999, 3.5719852163999999, 3.9766675073700002, 4.1919498196699996, 4.4401116787000001, 4.7010850741399999, 4.8325546723099997, 4.9905503588400002, 5.2121802011499998, 5.4487589889699999, 5.7199962258500001, 5.9713598443100002, 6.2934525916500004, 6.5164568592299998, 6.7356095053300002, 6.9021306576599999, 7.1721655965900002, 7.3281530158799999, 7.5914585431999999, 7.8254960779699996, 7.9993083693299996, 8.2012397418000003, 8.3720004276700006, 8.6300188092199992, 8.9217519372599998, 9.3077081475300005, 9.6043493889500002, 9.8964144834100001, 10.211666127200001, 10.4213008992, 10.788691589500001, 11.051012050900001, 11.344200771000001, 11.725614780600001, 11.9588900773, 12.2827247511, 12.637968324099999, 12.966823288900001, 13.168992016800001, 13.4745396448, 13.785583859500001, 14.036187573499999, 14.3890843198, 14.7328997316, 15.1242120858, 15.3426967014, 15.6612958042, 15.9789841683, 16.360263102400001, 16.772235545499999, 17.216064751899999, 17.589241161899999, 17.8572448364, 18.1950328878, 18.559156973699999, 18.792157978999999, 19.092364930399999, 19.509183897500002, 19.8903785993, 20.395241299399999, 20.715609197399999, 21.129151485000001, 21.4384474457, 21.8051370373, 22.0983151782, 22.589355123800001, 22.923955315299999, 23.293660984199999, 23.8073499164, 24.164663172499999, 24.468464225200002, 24.9136660319, 25.292481224799999, 25.704244781, 26.122315593700002, 26.745139958900001, 27.142677224500002, 27.678661556600002, 28.172552657800001, 28.7004617023, 29.254574122400001, 29.9576316134, 30.320919945, 30.8651150524, 31.535303165799998, 32.0284025188, 32.4595794536, 32.939819047199997, 33.536005820299998, 34.287543194800001, 34.940091845399998, 35.379675577999997, 36.122305638999997, 36.623643357600002, 37.258982358499999, 37.645211866499999, 38.348043171800001, 39.121822204899999, 39.903193717900002, 40.5501905506, 41.172201017399999, 41.965871158399999, 42.633532572999997, 43.135795547100003, 43.854137299599998, 44.859996618799997, 45.622113159199998, 46.6849616684, 47.678221519899999, 48.843464619499997, 49.8146602526, 50.688647234999998, 51.583461331899997, 52.591197556700003, 53.717957165400001, 55.506732086500001, 56.662175622500001, 58.167854235900002, 59.062885457699998, 60.411246125200002, 61.391033951200001, 62.368874448500002, 63.688858420800003, 64.888271486199997, 66.635858121799998, 67.817878363199995, 68.880671285700004, 70.095051569500001, 71.501848303100005, 72.775151774600005, 74.558541465199994, 76.409518135499994, 77.761688797700003, 79.005647183500002, 80.295269079099995, 82.4136017931, 84.613797778800006, 86.016896733899998, 87.430508335200003, 88.670983118500004, 90.231433799300007, 91.891509509399995, 94.498776834500006, 97.249232232899999, 98.623021338599997, 101.238294708, 102.87975996900001, 105.291018643, 107.24435443199999, 109.666596011, 113.098272596, 115.61031488, 119.614780612, 123.287443794, 126.249115391, 128.58356817500001, 131.775900138, 135.290949961, 139.29796378500001, 146.262327629, 150.00976835200001, 154.61572367400001, 160.255070652, 165.26334147099999, 170.16736670500001, 173.77829739699999, 179.56132179599999, 184.561922764, 190.69775108499999, 196.65891324699999, 203.521908177, 211.093916154, 221.47514707299999, 231.47529352399999, 237.75562241, 244.883786829, 253.30171895399999, 261.76505171600002, 278.98552843200002, 292.60068635200003, 311.55099943599998, 325.88771172899999, 343.19537559700001, 365.551962753, 393.39248336999998, 422.56973752499999, 461.27635287499999, 502.54248837599999, 563.31345992700005, 636.33864636400006, 803.18510591400002, 1017.18613565, 2073.8933950400001, 0.0, 0.84882448919599995, 1.1297295603899999, 1.43790054577, 1.8034031745600001, 2.1567378511699999, 2.46200691124, 2.7164909210600001, 2.9725139778099998, 3.3258460814699999, 3.51565620581, 3.6829072744900002, 3.8503255597599999, 4.0960101060699996, 4.3195587197099998, 4.5180080510099998, 4.7208657011600001, 4.9188747051200004, 5.0822519781400004, 5.2471047837700002, 5.4397152562800004, 5.6442757923500002, 5.94422558704, 6.2491652156599997, 6.5158366836499999, 6.6694208713499998, 6.9618320371699998, 7.0954639576199998, 7.3925975604899996, 7.6671833348599998, 8.0270911346999991, 8.2155617499000009, 8.3810446408000008, 8.6728270830500005, 8.9919564023300005, 9.1979666478599995, 9.4613822654199993, 9.8638159812400001, 10.064467502699999, 10.300861637400001, 10.5922395715, 10.898994478100001, 11.2204623911, 11.462764891000001, 11.827261590299999, 12.083868714099999, 12.386429319099999, 12.6393019529, 12.853547404, 13.1367142199, 13.3487410123, 13.656895326200001, 14.024084867899999, 14.2305895378, 14.537063637599999, 14.7677980479, 14.983400628, 15.254355192, 15.4728650747, 15.7833358443, 16.258317366699998, 16.591420611899999, 16.7968951537, 17.321484078699999, 17.688159546000001, 17.9917501318, 18.4264735655, 18.751733764800001, 19.0344300858, 19.372343152500001, 19.740307887699998, 20.051092925599999, 20.305765000400001, 20.618187255599999, 20.819816596500001, 21.0782135131, 21.397939723499999, 21.854582025799999, 22.2881163357, 22.6506377304, 22.877000473599999, 23.384389492899999, 23.836418588899999, 24.222254926800002, 24.655197791999999, 25.022161849, 25.444878252500001, 26.053606325400001, 26.614004877900001, 27.0211182404, 27.401244503200001, 27.7850805052, 28.159129948299999, 28.6603675532, 29.200278675, 29.671973053799999, 30.210222716600001, 30.961837351900002, 31.650008409800002, 32.094382395700002, 32.843304519299998, 33.577328693699997, 34.237700249100001, 34.801256214399999, 35.485455770500003, 35.9765981579, 36.670725593599997, 37.170285661000001, 37.990796691500002, 38.642774190700003, 39.528303337300002, 39.978645888499997, 40.8020907732, 41.489481081900003, 42.4638964743, 43.139901183799999, 44.090235702199998, 45.199560705499998, 45.817027413600002, 47.017044573200003, 48.262105780699997, 49.1479688362, 50.425156699799999, 51.855557858499999, 52.673049050499998, 53.828962193300001, 54.706265736600002, 55.754088218, 56.6875216169, 57.802232958300003, 59.077269420699999, 59.802668045799997, 60.803463371600003, 62.277143198700003, 63.318223359400001, 64.249051654799999, 65.723438296400005, 66.690473547300002, 67.987683240400003, 69.312005970800001, 70.335791722799996, 71.525547407700003, 73.2296426005, 74.761566365899995, 76.401961372800002, 78.083813237900003, 79.959478159499994, 81.411397194700001, 83.907706583600003, 85.130641549399996, 86.564841115600004, 88.151400025100003, 90.839542183500001, 93.404373994799997, 95.237850676600004, 96.510747774899997, 98.111723876599996, 100.59771252100001, 103.473781565, 106.22999075200001, 109.035110547, 111.514197384, 114.660071867, 117.91431810100001, 120.95989149899999, 125.315578238, 127.97488147200001, 131.55766028400001, 133.79550634099999, 136.780043667, 143.37105514300001, 147.41143759799999, 152.70084909799999, 158.68963683999999, 163.480470784, 168.40748618699999, 176.23576411799999, 181.51714572399999, 188.435573998, 193.69868358400001, 201.866252981, 209.69486823, 221.66246932499999, 231.771152277, 245.05347127900001, 258.89263676799999, 273.73973170099998, 290.43652293600002, 304.91784651400002, 317.71453254800002, 345.81680795, 370.51493599600002, 396.34922032399999, 427.34649876600002, 472.648184012, 548.811516697, 616.97696803199995, 698.58074685700001, 921.70016827699999, 1351.93476429, 4555.3138270099998, 0.0, 1.05775845422, 1.30722302885, 1.6550836259599999, 2.0164548998499998, 2.22264762997, 2.4339426832900002, 2.63987900941, 2.8474331698999999, 3.1394413773199998, 3.3488811388099999, 3.5845593259999999, 3.7278526245200001, 3.89707499961, 4.0930076946499998, 4.2667403322500004, 4.4444123281100003, 4.7057346005499996, 4.8776095749700001, 5.0766543427900004, 5.2576254422700002, 5.4227043983799996, 5.5565800836300001, 5.6921444728099999, 5.8967927912900002, 6.0520540232300002, 6.18092403149, 6.4448963355100002, 6.6606765375799997, 6.8569177525900002, 6.9871721176600001, 7.1997752419300003, 7.4790143792799997, 7.6433232341600004, 7.8838845337299999, 8.0362724982000007, 8.2491173118100001, 8.4854912803700007, 8.7981272976200007, 8.98771466078, 9.2672797478700009, 9.4910127015200008, 9.7196918691600001, 9.9958458284499994, 10.2946220832, 10.5192779153, 10.7367739562, 11.0486241079, 11.264306749099999, 11.610683487999999, 11.8590324631, 12.102995508599999, 12.274140378, 12.5626984562, 12.777400244300001, 13.0071767612, 13.3075190692, 13.506522563900001, 13.7736133375, 14.034237147500001, 14.3718879313, 14.704450492399999, 15.006497291000001, 15.4860321302, 15.8250864202, 16.068562412599999, 16.366417189700002, 16.791695786399998, 17.1963988083, 17.692784723599999, 17.9889456748, 18.250281237599999, 18.540758284100001, 19.105488743399999, 19.3676116446, 19.9057967233, 20.372155027400002, 20.617865943399998, 21.0056881543, 21.3998014925, 21.886629124399999, 22.301586328599999, 22.8157840378, 23.1577773249, 23.562675140700001, 23.9908312801, 24.371709623200001, 24.853048289, 25.321527433499998, 25.817410943100001, 26.333798079699999, 26.743897014000002, 27.404019467800001, 27.750455412299999, 28.245307990099999, 28.8302203846, 29.238499632700002, 29.908395497000001, 30.222815192500001, 30.759701009099999, 31.296847612400001, 31.809133106099999, 32.3396270004, 33.065629932, 33.614025315299997, 34.269816387299997, 35.012311410899997, 35.852750563500003, 36.404141805499997, 36.8294660038, 37.935726292200002, 38.368785425900001, 39.1826087245, 40.008409596500002, 40.726090274800001, 41.337873114600001, 42.209034503799998, 43.359563836100001, 44.113217655, 44.844831191300003, 45.6845486769, 46.347966789700003, 47.331044909100001, 48.2533342455, 49.162487231599997, 50.1543142202, 50.931869310099998, 51.636126617899997, 52.181963144800001, 53.396775668799997, 55.032301978100001, 55.596427951899997, 56.5791496927, 57.542454919599997, 58.554653988799998, 59.636429710999998, 61.407241399900002, 62.509754862100003, 63.601590468700003, 64.824312135300005, 66.386878043999999, 67.693732305799998, 69.365119204300001, 71.025400599899996, 72.653909433799996, 74.395827576000002, 75.769964444999999, 77.234020831500004, 78.433715899099994, 81.101681241799994, 83.076307199300004, 84.5988995469, 86.376895072899998, 88.194960597199994, 90.441746414899995, 92.189595910199998, 93.440994131400004, 95.435247487400005, 99.0558885879, 101.49204924999999, 104.088533635, 106.181199298, 109.219007221, 112.61624315100001, 116.029069048, 119.96844246400001, 124.344004768, 127.91969076300001, 132.149553927, 135.922055457, 140.068507211, 144.15378361399999, 148.60536720600001, 153.82589839900001, 158.576947158, 165.555672257, 171.63158056899999, 176.33047682, 181.08906739299999, 186.793582875, 192.534521512, 203.56027511299999, 211.12137373499999, 218.32402486300001, 227.271126122, 239.72295971400001, 255.439273482, 266.59600377999999, 284.21895951499999, 302.86802943499998, 319.3660428, 335.96299544999999, 371.29655514500001, 386.65083379800001, 434.96311705400001, 521.05039447499996, 574.39597849699999, 643.38261744700003, 749.10677599899998, 937.47346937500004, 2164.74350723, 0.0, 0.87216036854099999, 1.1731523662100001, 1.4528318226800001, 1.7506036653599999, 1.95830274355, 2.1933454622299999, 2.4315041290299999, 2.6097449606700001, 2.8143037344300001, 2.98234250898, 3.14296097174, 3.28163067285, 3.4197130756399998, 3.5577964282300001, 3.7192315259700002, 3.8806453857499998, 4.0848607038400004, 4.27058822443, 4.4259870320300001, 4.6202853710799996, 4.8079818422300002, 4.9703096793699997, 5.1771997283899998, 5.32208420074, 5.4736064223099996, 5.6716933713, 5.7948310020399996, 5.9616974056899998, 6.1294408520800001, 6.3200579482499997, 6.5465172585299998, 6.7046238334500003, 6.8696070854100002, 7.0421250211300004, 7.21408035417, 7.3666599903499996, 7.5629677715200003, 7.7854370727999997, 8.0250690670800005, 8.2018499794099995, 8.4165599450900004, 8.6205648003099995, 8.8020739087200006, 8.9976602698800008, 9.2090483824400007, 9.40554714598, 9.6268466056699999, 9.8387845757699992, 10.063513496600001, 10.3066855573, 10.5490401104, 10.760759543200001, 11.0190557159, 11.247083638299999, 11.487903512700001, 11.690503747999999, 11.9163331257, 12.1540624086, 12.3754681949, 12.6225724062, 12.8298548017, 13.105360490300001, 13.352707515200001, 13.600565291800001, 13.8363089384, 14.081226945299999, 14.370552543500001, 14.6854081396, 14.959606431799999, 15.238257795699999, 15.488877516500001, 15.783357724, 16.059268546999999, 16.371064702799998, 16.635482564899998, 16.926054678500002, 17.2595416636, 17.558429913600001, 17.873233837699999, 18.1713476396, 18.437921946300001, 18.808552489299998, 19.094615129400001, 19.521706635899999, 19.8753230885, 20.298514125000001, 20.622495869000002, 20.9353854017, 21.4098244692, 21.829437198099999, 22.259602406999999, 22.672559352, 23.1204515296, 23.483853294300001, 23.9484201462, 24.3248985436, 24.847141378100002, 25.2522052389, 25.681308357599999, 26.205337182699999, 26.576187536300001, 27.078663830899998, 27.677873063900002, 28.2381539971, 28.8023214868, 29.3993510241, 29.912833547399998, 30.573666294900001, 31.104430988600001, 31.796146883399999, 32.497170738500003, 33.279496414699999, 34.098064962599999, 34.843216272900001, 35.542133214099998, 36.276287779500002, 36.975928357500003, 37.504257990799999, 38.314777833900003, 39.177430845000004, 39.819717746400002, 40.407911670099999, 41.120240020300002, 41.978665155199998, 42.866256983200003, 43.496257352299999, 44.207718886199999, 44.967775733800003, 45.845529661199997, 46.8316582737, 47.606961498799997, 48.454226783199999, 49.675775014400003, 50.5811434361, 51.543186701800003, 52.633751532200002, 53.929547364699999, 55.037714174199998, 56.301767675000001, 57.451158926300003, 58.714248343199998, 59.628151489899999, 60.807000845600001, 62.156996127799999, 63.456997649599998, 65.008915114800004, 66.386142722499997, 67.978491519900004, 69.422238847200006, 70.791592380799997, 72.011370736700002, 73.522117942199998, 75.359756207299995, 77.030728253800007, 78.893995033400003, 80.530957561600005, 81.946598575099998, 84.055736077199995, 86.177382717599997, 88.231077799399998, 90.830107187099998, 93.291203665799998, 96.842991020100001, 99.738754614200005, 102.822309851, 106.472937214, 109.712921572, 112.28819169, 115.383539528, 118.33937052500001, 121.6283803, 126.21758780099999, 130.559458404, 135.25935161000001, 139.64966053500001, 144.08321394399999, 149.81024360000001, 155.95824547500001, 160.54965979900001, 165.74901272299999, 173.07092800300001, 181.971265612, 190.12184997899999, 199.140874, 208.94440364799999, 219.692760295, 231.41654560800001, 244.813734337, 260.64934893600002, 276.86471985399999, 297.854074072, 327.675880581, 363.64694161300002, 395.28587648799999, 430.29646448199998, 476.771927382, 552.10628605099998, 688.09209059399996, 965.66929444699997, 5512.1265341500002, 0.0, 0.62589083024600001, 1.0089155589900001, 1.2669403239100001, 1.4930834132099999, 1.6647456778, 1.86494432327, 2.0537877508200002, 2.25391444537, 2.4255788848600002, 2.5625113900800001, 2.70119472848, 2.8053232942299999, 2.92720031662, 3.1007147687100001, 3.2394799841499999, 3.39215368186, 3.5920914079299999, 3.74416489544, 3.8829579282000002, 4.0121750001200001, 4.1604435034699998, 4.2969491096299999, 4.4303864671199999, 4.5829179833699998, 4.7183684166099997, 4.8667168998800001, 4.9825970049999997, 5.1443596513600003, 5.29642331298, 5.5116304645699996, 5.6662601962099997, 5.8151835779100001, 5.9375451382, 6.1570517624500001, 6.3131151288699998, 6.52398099929, 6.6722523007500003, 6.86154545663, 7.0599193283100004, 7.3129107271700002, 7.5490299843899997, 7.7172198221199997, 7.8648526311499998, 8.0837370196799991, 8.2593266698099992, 8.4613117407199994, 8.6884386074200002, 8.8745901890700001, 9.1116656074600009, 9.3126467721299999, 9.5071399643899994, 9.7151605657500006, 9.9551889093600003, 10.149609288200001, 10.3401891662, 10.621445531099999, 10.8426697409, 11.0272843935, 11.270829726400001, 11.4694723487, 11.6178469386, 11.821109029700001, 12.021790796499999, 12.3252449453, 12.5092794759, 12.818332850699999, 13.020756306899999, 13.310810976799999, 13.5124599496, 13.767115336, 14.0644181972, 14.332859790200001, 14.5607314245, 14.9082657073, 15.125302185800001, 15.3715537263, 15.670518073, 16.0341797918, 16.263188094, 16.565119653299998, 16.768979356500001, 17.107996179400001, 17.3155602187, 17.633055544099999, 17.978850956799999, 18.239306430100001, 18.603581283899999, 18.890651686000002, 19.2448822751, 19.6097734435, 19.926314503299999, 20.1586253842, 20.499346128900001, 20.763220895300002, 21.214468897100001, 21.6883372251, 21.932186764800001, 22.421734858200001, 22.8480131942, 23.3200873278, 23.594830171000002, 24.038195447900002, 24.408468226699998, 24.92649372, 25.442113401899999, 25.8447679595, 26.3726873799, 26.812905815000001, 27.122537899899999, 27.7422113077, 28.078738693199998, 28.5723682014, 29.0944195565, 29.5634253395, 30.1247268702, 30.983710482300001, 31.826570418700001, 32.3620827385, 33.029481950899999, 33.566683207600001, 34.288337869199999, 34.942294123800004, 35.546860066900003, 36.362485731600003, 37.2408130333, 38.058683128600002, 38.750745497600001, 39.428888690199997, 40.115263124599998, 40.901282995400003, 41.4018687274, 42.138788071800001, 43.018359615500003, 44.106243223500002, 45.093539481699999, 45.8411771739, 46.570250118399997, 47.841644068400001, 49.303024838200002, 50.464239790100002, 51.234103358299997, 52.317696309799999, 53.0996279724, 54.369256693700002, 55.965980526800003, 57.287395203700001, 58.636793195099997, 60.683809927200002, 62.106524762100001, 63.455965556400002, 64.508962315299996, 65.830030819000001, 67.3272861871, 68.485336924099997, 69.962539390399996, 71.3643490332, 73.207148927299997, 75.267417445500001, 77.636856277999996, 79.567969825700004, 81.887922453399995, 84.409393872699994, 86.252385378499994, 89.609195726400003, 92.058129085499999, 94.237863167399993, 97.130241311000006, 99.337287984200003, 102.785121426, 105.16684627799999, 108.155644287, 111.12424827, 114.20309084500001, 118.25567124200001, 120.63906266799999, 126.769351089, 131.30368792600001, 135.35008283600001, 140.167179914, 146.276635801, 154.69830296500001, 162.097699463, 168.49842445199999, 174.39338381300001, 183.839663489, 194.04584716900001, 205.199824904, 216.99026627999999, 226.397941844, 239.11086462599999, 257.98370514300001, 272.68513598700002, 294.38470478199997, 317.32579381900001, 352.86648779500001, 396.000885729, 447.65133356299998, 552.83482503000005, 744.96290114700003, 7762.8570038400003, 0.0, 0.36214416262600002, 0.60004394504000003, 0.87269790764999999, 1.0816835608199999, 1.1769418756600001, 1.3339406513100001, 1.5379932977899999, 1.64092011303, 1.8114937983699999, 1.92478153605, 2.0791194022399999, 2.18522431294, 2.3239286241100001, 2.4474903603299998, 2.56875405118, 2.6706112235399999, 2.7868128103399998, 2.89962589709, 3.0247650187300001, 3.1799188214799998, 3.3163269799299999, 3.4326557716099999, 3.5761530940699999, 3.6698664516599999, 3.8395536775700001, 3.9742173052399998, 4.0666621486399999, 4.1860672163199997, 4.2677782405900002, 4.39398556059, 4.5599359743100001, 4.7182993929599997, 4.8549576225899997, 4.9793340551199998, 5.1106161380800001, 5.22653369925, 5.3697032505699998, 5.5502664604199996, 5.6901435710500001, 5.81186063054, 5.9447132463900001, 6.05627291431, 6.16844943146, 6.3088485415099997, 6.5158703652999996, 6.6663173981500004, 6.7889778856399996, 6.92685753591, 7.05832274623, 7.2113778586999997, 7.3735471867099998, 7.4967882360999996, 7.67708191997, 7.8383618689299999, 8.0007809638400005, 8.2598039090000004, 8.4646047196400005, 8.6068680876200006, 8.7919284529800006, 8.9449623581599997, 9.1615349379200008, 9.3168642346000006, 9.4680652743600007, 9.7295350278099999, 9.9208554836600005, 10.0769753157, 10.1731120514, 10.3276036073, 10.6154476322, 10.8889357781, 11.016681222400001, 11.166106582099999, 11.3010656278, 11.460114477099999, 11.6049507496, 11.754826317499999, 12.128326894900001, 12.393725440500001, 12.601959282999999, 12.929220557000001, 13.2033834409, 13.496651655100001, 13.6720510495, 14.0106799329, 14.2715969553, 14.4738353905, 14.887431385199999, 15.0448999294, 15.3053817024, 15.6545606815, 15.9636364194, 16.322553926800001, 16.694194434500002, 17.030383725899998, 17.430560569699999, 17.700358551699999, 18.117532589300001, 18.425291790799999, 18.722525176000001, 19.151242618000001, 19.5588949566, 19.985716502399999, 20.4476355348, 20.9045258441, 21.276626095099999, 21.575188439600002, 22.0493676255, 22.446726857400002, 22.7039434454, 23.13535392, 23.679737149400001, 24.0913996564, 24.592582522600001, 24.846344199699999, 25.1692127267, 25.707613397399999, 26.060921460599999, 26.402713800499999, 26.7672555555, 27.323489971800001, 28.1384294904, 28.886585523400001, 29.625952655700001, 30.049929096700001, 30.912490141700001, 31.7116329208, 32.432935618400002, 33.0836818525, 33.756748210399998, 34.448977073899997, 34.967596885500001, 35.526411413300004, 36.153337627600003, 37.193655335499997, 37.865997652899999, 38.746337718900001, 39.2502404719, 39.9758412025, 40.513914754399998, 41.377973330099998, 42.134772359599999, 42.670801806599997, 43.359820479100001, 44.8475078349, 45.403055004400002, 46.8336235847, 47.7113874912, 48.6941028253, 49.650345725199998, 50.665570570200003, 51.724056971300001, 53.992577544, 55.575370979100001, 57.251984441700003, 58.745608337299998, 60.1648035049, 61.246203909800002, 62.419975842699998, 63.422574513400001, 64.876159087000005, 66.885247274500003, 68.391010214800005, 69.915828121700002, 72.4871931144, 74.172952607699997, 75.652527461199995, 78.468287273000001, 80.721637548800004, 83.956121732200003, 87.163249777199994, 88.897109974100005, 91.2752939664, 93.173034590599997, 95.435791827200006, 100.344464677, 104.832073959, 109.276679528, 112.578422989, 114.53132503400001, 119.746495774, 124.493025184, 129.95658998100001, 134.31216815799999, 137.89688887400001, 140.67569338600001, 147.559990177, 157.91491644199999, 164.60831501999999, 171.84101301800001, 186.69105907299999, 195.42122663699999, 208.16940782099999, 238.53526263200001, 245.87424240300001, 268.33659908499999, 292.616848678, 312.784421705, 376.69900637799998, 486.40594854400001, 909.54311207000001, 0.0, 0.29947032321799999, 0.52334873310399999, 0.68115226771299997, 0.86995042995600003, 0.98257819082099995, 1.1046843742300001, 1.1768999986299999, 1.2647418797800001, 1.36884910987, 1.4645619499, 1.5759885725, 1.6653002782099999, 1.75269298364, 1.87728664641, 1.9895373943000001, 2.0546833007099998, 2.1563717716299999, 2.2189233742900001, 2.3098127374300002, 2.4206150527000001, 2.4845079548800002, 2.6079748566799998, 2.6769284875300001, 2.7907616607699999, 2.8700892704999998, 2.93034323954, 2.9963469551599999, 3.06834808782, 3.1480022766900002, 3.2256769408800001, 3.30379140374, 3.3884221330000002, 3.4570332483000001, 3.54002670756, 3.6248614990800001, 3.7101075382699999, 3.7687182426899999, 3.8163207208699998, 3.89049827354, 3.9685665546200002, 4.0278252280400002, 4.1485435748499997, 4.2118118690999999, 4.2767713334400002, 4.3538326518200003, 4.4579713825800003, 4.5508743169399999, 4.6676333956900002, 4.74653167618, 4.8197525947199997, 4.9241035310900001, 5.0189077614800004, 5.1005151570300002, 5.2006018753400003, 5.2927488243700003, 5.4001527926900001, 5.4768772282700002, 5.5890430439100003, 5.7009271960400003, 5.80755356372, 5.9548448325700001, 6.0994726695899999, 6.25645276871, 6.3819964031299996, 6.4711966493400004, 6.5880414298299996, 6.7348102011000002, 6.8307196477099996, 6.9337887910999996, 7.1040524671199998, 7.2069620188099996, 7.3301993509400001, 7.4527574858900003, 7.5532437966600003, 7.6852803779599999, 7.8640635376499999, 8.0318076099900004, 8.1796189996499997, 8.3642059418999999, 8.5050041495500004, 8.6533583034700001, 8.7675089334600003, 8.90401831396, 9.0651446520400008, 9.2032868451700001, 9.3704603805200009, 9.5586269002000002, 9.7223680241999997, 9.9347655253599996, 10.098260913100001, 10.255212992300001, 10.4208240003, 10.5811816078, 10.765906323299999, 10.957390713400001, 11.087388472400001, 11.328556388399999, 11.528238631900001, 11.7872480683, 11.915456216899999, 12.1248574875, 12.422258492999999, 12.630647267100001, 12.8227992595, 13.1516423519, 13.4269728621, 13.7263917941, 13.910454382299999, 14.1519663254, 14.338029858300001, 14.560423425, 14.770007548300001, 14.9841095141, 15.334444082699999, 15.4948694147, 15.855824070500001, 16.241262736900001, 16.5489680156, 16.821966605299998, 17.034108685700001, 17.2704823658, 17.5373816422, 17.870520279099999, 18.260020296, 18.612564062099999, 18.852361614399999, 19.4196515169, 19.842134040099999, 20.208065711, 20.730183175899999, 21.211762532200002, 21.724835097900002, 22.113935455899998, 22.527518860600001, 22.952535640800001, 23.578085247400001, 24.165234135199999, 24.660451264300001, 25.101613714700001, 25.726113937200001, 26.0893457106, 26.669907244299999, 27.169577979900001, 27.596626516000001, 28.329601780800001, 28.779048282000002, 29.224608145400001, 29.781331889800001, 30.432540589399999, 31.415359296199998, 31.9605897486, 32.492956216000003, 33.285631429200002, 34.070187818800001, 35.060381063199998, 35.680990641100003, 36.895345624699999, 37.869889303100003, 38.7151898057, 39.673959652199997, 40.7449007739, 42.072602957599997, 43.253042370099998, 44.872848970500002, 46.556160648899997, 48.1796820673, 49.545397762699999, 51.074845857200003, 52.800367472799998, 54.781904047099999, 56.6419800444, 58.294167776899997, 59.890254052499998, 62.933262895200002, 64.383209257600001, 66.273695300300005, 68.879466623300004, 71.737383912400006, 73.694424811299996, 76.676559064200006, 79.509307012099995, 82.2830341003, 85.991392160700002, 90.717177404200001, 94.429171780900006, 97.473571158699997, 102.467911147, 107.546301419, 114.342831581, 121.31476895, 126.05533253199999, 137.91440966299999, 144.79876003499999, 163.923571595, 181.508527445, 213.04454604899999, 245.38055141000001, 301.25496328499997, 332.04731076600001, 25328.083268499999, 0.0, 0.16960710904000001, 0.24797331543600001, 0.30236896744000002, 0.34361899401099999, 0.40999983457, 0.48890969043100002, 0.54342837436299996, 0.60861265194400005, 0.64673129635399995, 0.69004038945699997, 0.73679534547199999, 0.77536960959000001, 0.82841780807499998, 0.90256777434299995, 0.93909860962199998, 1.00410024985, 1.0408385717899999, 1.11535670052, 1.14711502865, 1.15928977273, 1.18798598113, 1.2274534778099999, 1.26769475616, 1.3002205824799999, 1.3310033753199999, 1.3446656342200001, 1.3760840745, 1.39081400794, 1.4505341583, 1.4632661604999999, 1.4984860150399999, 1.5529767251, 1.57864986714, 1.6173517424399999, 1.67533252068, 1.70471580487, 1.7278608476799999, 1.7811033034399999, 1.82818139122, 1.86555208204, 1.8941511847700001, 1.92488230379, 1.95851626987, 1.99363516305, 2.0170055272299998, 2.0586483531600002, 2.0850970425700002, 2.1085030088000001, 2.1283137664099998, 2.16603036339, 2.19060342065, 2.2345184857999998, 2.2714847812799999, 2.2993152139899999, 2.3222064716699999, 2.3498083965699998, 2.3879408831800002, 2.4133674625900001, 2.45645766658, 2.5043169972600001, 2.5332218388799999, 2.5860056276300001, 2.6092200429700001, 2.6593928409799998, 2.7167476183999999, 2.7528966109600002, 2.8165365213600002, 2.8466368258900001, 2.8966874532100002, 2.9315763405099999, 2.9602961735200002, 2.9944957343700001, 3.0486180954200002, 3.1054310960799998, 3.17422308542, 3.22876924922, 3.2476266926499999, 3.2895811744699999, 3.33758062866, 3.3814007836000002, 3.4235448060599998, 3.49735659195, 3.5619485828699999, 3.61508084496, 3.6882879176299999, 3.7441381326799998, 3.8290921697, 3.87138230506, 3.9399367140599999, 3.9855674425799998, 4.03423244708, 4.1224800094800003, 4.1617950069500003, 4.2098466376400001, 4.2671599100500002, 4.3072566201600004, 4.3243450788600004, 4.3957664746200003, 4.4519812552699998, 4.4969306764399999, 4.5152175579399998, 4.56732663911, 4.6752821882199997, 4.7424836408799997, 4.8540575522499996, 4.9112049708600001, 4.9863832664899999, 5.0723492115899997, 5.1341872206300003, 5.1757472919899996, 5.2672883329999998, 5.3193278175799996, 5.3545440009799998, 5.3662639863299999, 5.4478164688200001, 5.51018935901, 5.6222469255899998, 5.7031572715200003, 5.78511780914, 5.87666466639, 6.0267396241600002, 6.1198844067399998, 6.1979622858300001, 6.28159827041, 6.3904158104600004, 6.4453162825900003, 6.5218544413200004, 6.6086381632900002, 6.6725993210399999, 6.8163144940900002, 6.97804495911, 7.0227642352400004, 7.1626846845100003, 7.3423024204600003, 7.5327362668799998, 7.6978310374000003, 7.7611027450999996, 7.88016729875, 7.9472676633599999, 8.1244228188799994, 8.2399482591299993, 8.3372351004799992, 8.5151888904599993, 8.5980587770099994, 8.7064795243800006, 8.9028549639799994, 9.1412099458099991, 9.2928218155500009, 9.5260445012799995, 9.7243731171600007, 9.9194989507500004, 10.158387747800001, 10.358305334700001, 10.8456897256, 11.0126503317, 11.1397484418, 11.3568231431, 11.725070023000001, 11.952829343599999, 12.355631104, 12.741115586999999, 12.9604116418, 13.0782774906, 13.386035293300001, 13.7586242928, 14.065910686100001, 14.481276965199999, 14.8428342578, 15.0857067332, 15.5610363036, 15.9877621903, 16.564935242699999, 17.222646941699999, 17.705236311899998, 18.2065490938, 18.6451801326, 19.1223591105, 19.606893553199999, 20.1404072423, 20.653286086600001, 21.431578720299999, 21.979215851300001, 23.048094735900001, 23.846359740299999, 24.3529984143, 24.985293486700002, 25.965109587899999, 26.669072074799999, 27.831042996200001, 29.685768165100001, 30.986492906100001, 32.7579031852, 34.704015628800001, 39.043339889599999, 43.627269160300003, 50.063241984299999, 55.522634061300003, 63.83632205, 80.274312648399999, 121.666396689] diff --git a/Muon/MuonID/python/MuonID/M_2009_def_chi2s.py b/Muon/MuonID/python/MuonID/M_2009_def_chi2s.py index 882109bad73..b369c902168 100644 --- a/Muon/MuonID/python/MuonID/M_2009_def_chi2s.py +++ b/Muon/MuonID/python/MuonID/M_2009_def_chi2s.py @@ -1 +1,11 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### M_2009_def_chi2s = [0.0, 0.14444029837799999, 0.22835657018399999, 0.34413732731800001, 0.46587804732900001, 0.65270096936599997, 0.81143218193800004, 1.00226438356, 1.03788125951, 1.24257294992, 1.32793236661, 1.34635418779, 1.4371572854100001, 1.5191327005499999, 1.54602854301, 1.7046681136999999, 1.87758836483, 1.9813264417300001, 2.1146974377399999, 2.1938492694299998, 2.4097221919699998, 2.5070571186900001, 2.6311171881000002, 2.7328195551999999, 2.7736899606000001, 3.0227873463499999, 3.10803398473, 3.1824676694599998, 3.3138417252000001, 3.4291812515900002, 3.50419808407, 3.7101281572199998, 3.8432672208200001, 3.8796565679100001, 3.9915562540499998, 4.0723303682700003, 4.2029321661800001, 4.3768188648899997, 4.4816827669199997, 4.6990199258800001, 4.8084875822399997, 4.8365914296700003, 5.0590152661600003, 5.1248841813699997, 5.1771937064899998, 5.4889247870900002, 5.57813871862, 5.6972377675899999, 5.8456278064799996, 6.06915586574, 6.1204251477299998, 6.17699599008, 6.3172684659999998, 6.4192197959800001, 6.52383433373, 6.6186618180399996, 6.7251587769999999, 6.7866374808999996, 6.8276218028500004, 6.9188765840600004, 7.1331898582499997, 7.2065701539399996, 7.3244993804199998, 7.36483433106, 7.5193634033699999, 7.7822629874100002, 8.2222416265000007, 8.4497457766200004, 8.5930318077999992, 8.7570172042000003, 8.9696132883900006, 9.1272011085100004, 9.4333510895299995, 9.5278688390900008, 9.8002379139299993, 10.062964643999999, 10.572141176200001, 10.796071421700001, 10.9985214683, 11.3182197168, 11.660606036000001, 11.847287044, 12.432752901300001, 12.5532808679, 12.920547884299999, 13.715431382, 13.9427496484, 14.252177361499999, 14.3846625264, 14.6017942841, 14.867988867399999, 15.211408408800001, 15.4524408633, 15.8995520183, 16.278660079800002, 16.607110122000002, 17.2812107494, 17.425166927999999, 17.6847110579, 17.924433366199999, 18.107368758, 18.486488274799999, 18.675113313000001, 18.821461450800001, 19.392315572800001, 20.026821224999999, 21.515140794000001, 22.458730085300001, 22.563704860600001, 23.2879347571, 23.969079893499998, 24.336542956300001, 24.499336477500002, 25.0036717642, 25.774135368900001, 26.0929925969, 26.934629466499999, 27.458541006800001, 27.8422100246, 28.5518247111, 28.965082549800002, 30.702632564599998, 31.123950922300001, 31.264305230000002, 31.965843641500001, 32.212378185600002, 34.283698532999999, 35.219561660799997, 36.755695116600002, 37.138783892900001, 37.986001245399997, 38.621250490999998, 38.9481443707, 39.3726060041, 40.276085332900003, 41.898719000699998, 42.396709494500001, 43.749429257499997, 44.676029422900001, 46.364739487400001, 47.275528738799999, 47.869005850699999, 48.490202586899997, 49.788875049200001, 50.404381347099999, 52.2209766649, 52.7548497923, 53.758555342299999, 56.144346903600002, 58.857197224499998, 61.218540911200002, 62.083264127200003, 62.809329462100003, 64.673596130899995, 70.530443844700002, 71.037859097099997, 74.956651292000004, 75.479775530200001, 77.970753225099998, 78.784135755700007, 83.634030189599997, 87.631048698900003, 89.682360645100005, 91.657671611699996, 93.431100026199999, 96.871787694199995, 98.904758199400007, 100.903126246, 104.97935501800001, 117.211912426, 118.593299874, 123.983293097, 126.40072390500001, 132.90804449300001, 135.77425614000001, 145.645663189, 150.462714554, 154.135665945, 158.670439012, 161.11217567599999, 165.74332436700001, 168.951515621, 173.84826456100001, 184.64661891700001, 188.990674536, 195.25008580400001, 200.52870912200001, 208.31911763799999, 223.21659264900001, 234.232880967, 297.24728825900002, 321.93167475199999, 332.08151963699999, 346.34478154800001, 377.30757977899998, 403.47421662800002, 425.16143535399999, 572.37340253299999, 766.55659324999999, 1611.5984637199999, 1611.5984637199999, 0.0, 0.083813974438700006, 0.31831933895699999, 0.34638794272399998, 0.46455080305099999, 0.49519963016099999, 0.54548279077600004, 0.56403794228199999, 0.60837298377799998, 0.68118756294600002, 0.70071771432399999, 0.78976831924699997, 0.81703862518199999, 0.83363911177799999, 0.89857941080399995, 0.94493515463400002, 0.99107239417899995, 1.0238060094799999, 1.0799844142199999, 1.11400208909, 1.1685453374400001, 1.18519938288, 1.22148339123, 1.2645577512499999, 1.3045626778799999, 1.3391777624900001, 1.3826642013199999, 1.4644506572, 1.5099094374299999, 1.5888224991, 1.62182558706, 1.65137395874, 1.6991401368100001, 1.7758428480799999, 1.8277920540999999, 1.9017455410199999, 1.9705532488599999, 2.0324665469399998, 2.0752937413999999, 2.1185145273899999, 2.1611322415299998, 2.1917842756499999, 2.22729976286, 2.2777275853000001, 2.32665524011, 2.3543342053699998, 2.3935181153, 2.44446825618, 2.50093820286, 2.5844026906000002, 2.6884797637600002, 2.78657713546, 2.81180130111, 2.84116667305, 2.9014197632199998, 2.9952091375399998, 3.0386348574599999, 3.0956021427799998, 3.1328046143999999, 3.1631373405500001, 3.2039828237700001, 3.29405069373, 3.3496993056400002, 3.4055971771900002, 3.5073893196000001, 3.5755835925800001, 3.6580199126399999, 3.7782186004999998, 3.8741030635099998, 3.9119985650200002, 3.9699909851999999, 4.0132311662099998, 4.07009700397, 4.1555761906299997, 4.2241691161799997, 4.3896744175800002, 4.5146783570400002, 4.6155145535499997, 4.7783116523600002, 4.8822447657900003, 4.9863031398300004, 5.0556875698599999, 5.13217451548, 5.1928716528900001, 5.2987216440799996, 5.4584561742300002, 5.6054585689499996, 5.7579579032500003, 5.8452201175000003, 5.9593969184300004, 6.1479798348300001, 6.2484864308999999, 6.3722452057199996, 6.5705963806599996, 6.6811287682699998, 6.7311130873599998, 6.7864435351600001, 6.9196277988999997, 7.1929613935300001, 7.3441277346099998, 7.3800960628999999, 7.4749874111999999, 7.6512577099200003, 7.77153906732, 7.9243829575799998, 8.2024869676600005, 8.2599528374899993, 8.4119253626999999, 8.5469992409900009, 8.9001784810399993, 9.2121022677299997, 9.2412472507699999, 9.4431345314800001, 9.6680036066100001, 9.7816077025699997, 9.9566055535700002, 10.359764716899999, 10.506972293900001, 10.7808329052, 11.3592743902, 11.7111644662, 11.8605742172, 12.291120808400001, 12.5270770795, 12.7952635728, 12.9362140074, 13.4529548967, 13.5501939602, 13.8515392309, 14.251817031, 14.6798102809, 14.9162575219, 15.3044645221, 15.963210610899999, 16.293018033300001, 16.528628889099998, 16.769307273999999, 17.050491132000001, 17.233636284700001, 17.435953831300001, 18.114197076100002, 18.209546654099999, 18.677206457099999, 18.876676305499998, 19.277115787700001, 19.603010971100002, 20.061147162099999, 20.558554522000001, 21.1117685004, 22.012839372799998, 22.378322630900001, 22.859288315200001, 23.142180705200001, 24.245079698800001, 25.9020405244, 26.507190805699999, 27.4739929789, 27.988361249099999, 28.8421369677, 29.731031435799999, 31.265395005199998, 31.947761314699999, 32.3600162185, 33.960158921500003, 35.2205479892, 37.329919228900003, 38.591860211300002, 39.653380662899998, 40.416668255899999, 41.847439486799999, 42.946435578200003, 44.555593529500001, 46.195425314700003, 48.272380437999999, 50.7171113769, 54.108838268299998, 57.192427144600003, 60.232285910500003, 61.154227242799998, 66.058563735700005, 68.912059708300006, 72.377827169900002, 74.8258152975, 76.523326659299997, 80.2223354204, 83.911959833699996, 89.242198798399997, 91.759192939900004, 100.917764795, 108.556622026, 117.397361636, 128.654564397, 132.220775344, 146.851921275, 158.21656178999999, 195.59053564300001, 220.40862631100001, 243.67073925299999, 279.44509449999998, 385.39670284599998, 2229.5014584, 0.0, 0.134568667089, 0.22096714722800001, 0.241982365309, 0.282582147299, 0.30887973543699998, 0.35848485966299998, 0.41670345418499999, 0.45274913222000002, 0.49984586837299999, 0.54693631356799999, 0.57642906524899995, 0.60428947073799999, 0.64551627763399999, 0.67184177451600002, 0.70559205139299996, 0.73195413388499997, 0.75941154288699997, 0.79316878417600001, 0.82828163530300003, 0.84996727554600005, 0.86244322276499996, 0.884092879818, 0.90053656979100005, 0.92189301683699998, 0.937781050186, 0.958448778068, 0.975518145216, 0.99972035165499995, 1.01410165008, 1.0561167276200001, 1.07137630702, 1.0888616342999999, 1.1214366313199999, 1.14842012372, 1.16675344893, 1.1928671069600001, 1.21185202445, 1.2444492257999999, 1.26555362339, 1.3020670717, 1.33144019427, 1.3700782606599999, 1.3922490459600001, 1.4214195703900001, 1.4412309995599999, 1.4713854851299999, 1.4981194360000001, 1.5156807782599999, 1.5353937789600001, 1.58193085489, 1.6363825813699999, 1.6679066542700001, 1.6953948491199999, 1.7432788369000001, 1.7757706818400001, 1.81420953428, 1.8369562966299999, 1.86603816317, 1.9079331429399999, 1.93559913056, 1.96441828434, 2.0090532694099998, 2.0388004444800001, 2.0592603576499999, 2.0856426528799998, 2.1175114071599999, 2.1825469443399999, 2.2474604253599999, 2.2749390467700001, 2.3121411416000002, 2.37177298826, 2.4274122023400002, 2.5181769644699998, 2.5418057541599999, 2.6434630075899999, 2.6747329533199999, 2.7266999242900001, 2.7654445970700001, 2.8140457094300002, 2.8559643406999999, 2.9061498475100001, 2.9702744923500002, 3.0318004993800001, 3.0771937025499998, 3.1682821350100001, 3.21259901675, 3.2495167992399998, 3.2811541713699999, 3.3233868123799999, 3.3736627766299998, 3.4058671494200001, 3.4805577671700001, 3.5668223714799998, 3.6084238266100002, 3.6537321290999998, 3.7175778126500001, 3.7450147871700001, 3.86111106714, 3.9410134870100002, 4.0067546356400001, 4.1423679617299998, 4.2024818847300001, 4.2596486695399998, 4.3063451426699997, 4.3689910892499997, 4.4722054954099999, 4.5632364049399996, 4.6512485022599996, 4.6978386313799998, 4.7798445058399999, 4.8531420455600003, 4.9717578546299999, 5.0417112146500003, 5.17081749886, 5.3019735577100002, 5.3705152383400003, 5.5084455462199999, 5.6182818515299999, 5.70571954448, 5.8223915078699999, 5.9441571869700001, 6.0647963728700001, 6.27675467201, 6.3795693788000003, 6.4992010115000003, 6.7279283143099997, 6.83719902118, 6.9670805423799997, 7.1376257228400002, 7.3185795684699997, 7.4174379003000004, 7.6252542819300002, 7.7560876076699996, 7.97791101428, 8.1287972523200001, 8.2935032606900005, 8.4263936568899993, 8.7299676982999994, 8.9000309257799994, 9.2106417444800002, 9.4067341973099996, 9.6877599453100007, 9.8288098032200004, 10.1462267898, 10.4430670065, 10.7710082101, 10.9083004672, 11.0537899029, 11.351140496499999, 11.538958771800001, 11.919288993, 12.375346950699999, 12.6154005045, 12.9524855025, 13.285189669299999, 13.649405117900001, 13.802655147899999, 14.3746878025, 14.8989750379, 15.0686452095, 15.44874785, 15.955460911599999, 16.199894288199999, 17.0458946378, 17.5301252159, 18.4112497281, 18.916626085899999, 19.3485479418, 19.9851877306, 20.604288900899999, 20.943333255799999, 22.112819051599999, 22.959668231999999, 23.9954402314, 25.035153965599999, 25.796351962900001, 26.3445116589, 27.598244108500001, 29.492678119099999, 31.494753701, 33.570886100899997, 35.411126519100002, 38.343129207700002, 40.297936357899999, 43.269089215000001, 46.554746459699999, 50.1438786354, 55.452409753200001, 63.874460149000001, 67.985459050900005, 72.783745624700003, 78.750906101200002, 87.178006099399994, 99.277342007100003, 112.32447045000001, 150.08323985000001, 191.04328713300001, 243.74940976799999, 298.61209890999999, 610.57351237299997, 0.0, 0.14365451929100001, 0.18957677402299999, 0.22199376087, 0.23947365917300001, 0.27923813419900001, 0.30376922239699999, 0.34130260137399998, 0.37018363348299999, 0.39852502592, 0.42043849640699998, 0.449086279049, 0.48566461460900001, 0.51522238701900003, 0.53527463838099998, 0.55878126111399995, 0.57558991560799999, 0.60170381902000003, 0.61440597833099997, 0.62492627680099999, 0.64456984690600005, 0.66038800753100002, 0.67204091430099999, 0.68713981404900004, 0.69934187376699997, 0.71638006601299997, 0.73072718468300002, 0.75753415419600001, 0.76939140872400003, 0.79364917250900002, 0.811751128298, 0.82030423753799997, 0.84036478778699997, 0.85629058780800005, 0.88242755870699996, 0.90879942564799998, 0.92603904590499997, 0.93855599609700002, 0.95967573616799995, 0.96617694541400001, 0.98792001044, 1.00156976046, 1.01153057626, 1.0353518346699999, 1.05486723045, 1.07085911512, 1.09910531917, 1.11522376431, 1.1305179753100001, 1.1546508204399999, 1.1781173432600001, 1.19157394455, 1.2190490331999999, 1.24787505864, 1.27361506734, 1.2980636222699999, 1.31518378894, 1.3450052218399999, 1.3740854471799999, 1.39558556012, 1.41519699656, 1.4321123741399999, 1.45909622379, 1.4759330072700001, 1.4910300726400001, 1.51232373124, 1.5490811046699999, 1.5782570548899999, 1.6116668459000001, 1.62617849191, 1.6591646731, 1.69383967991, 1.72149942318, 1.74810559857, 1.7978507557100001, 1.8196064275499999, 1.8439294053699999, 1.85951442745, 1.89107086338, 1.93673967856, 1.96033355989, 1.99524000334, 2.0280809922900001, 2.0465420455199999, 2.0660751500700001, 2.1082666292100001, 2.1419500113600001, 2.1692545932899998, 2.1918809811900002, 2.2313430406800001, 2.2895699616299998, 2.3198331260499998, 2.3513058338000001, 2.4080887408899998, 2.4815537977800002, 2.50851999576, 2.5617387306700001, 2.6055769623199998, 2.6324085179700001, 2.6961178878899998, 2.7413602155099999, 2.7712317948799998, 2.8112071562300001, 2.8581867699200001, 2.9190632974400001, 2.9439800057899999, 3.0104094840100002, 3.05330503281, 3.10048262834, 3.17539590266, 3.24511619487, 3.3056217356499999, 3.3894902835899998, 3.4335423889599999, 3.4854372314700002, 3.5606476568300001, 3.6043560751500001, 3.66406156029, 3.7660563649099998, 3.82560813033, 3.9466078971199998, 4.0283572412000002, 4.07714877006, 4.1552108679300002, 4.2392816813699996, 4.3147199438200001, 4.3721369730999999, 4.4555652323799997, 4.5860495006899997, 4.6665459593199996, 4.7624381582100002, 4.8488614634399996, 4.97179759557, 5.0150206490000002, 5.1053040689999998, 5.2812791639799999, 5.3716757235900001, 5.5829288018599996, 5.6518465465299998, 5.7620823724100001, 5.8560109031899996, 6.0128804814499999, 6.1465396667499999, 6.2414128574400003, 6.3854761500099997, 6.5447042531899999, 6.7541882725000004, 6.9854005143200002, 7.1367012840399999, 7.3218030112200001, 7.49946696682, 7.6472229734199999, 7.8443990144000004, 7.99745891313, 8.1776134189099992, 8.3773452967500006, 8.5328760252000002, 8.7514477358700002, 9.0436490880000004, 9.2332685611399992, 9.5356141275600006, 9.7666024864200001, 9.94823040132, 10.300958636400001, 10.771366926100001, 11.085233969500001, 11.3324457523, 11.7174375167, 12.143472104400001, 12.303553276000001, 12.6481061467, 12.833583689599999, 13.203659956699999, 13.5986055699, 14.043362878, 14.626177334199999, 15.0760755417, 15.580834984399999, 16.312841933200001, 16.9821347018, 17.9935383499, 19.206358017199999, 19.9097935496, 20.7049210144, 21.193393770899998, 22.4118111278, 23.293576085200002, 24.460751301199998, 27.218111206700002, 28.9534668252, 31.141828193399999, 33.063105836200002, 36.594408596199997, 41.9655259134, 50.634196787, 57.4170436749, 66.004841056100005, 79.707781310800002, 93.567004987600001, 129.369356154, 263.52530093899998, 0.0, 0.099110105290900002, 0.152330008962, 0.19277005116400001, 0.21849998202900001, 0.23666692719999999, 0.257596221751, 0.27451854288499999, 0.29857050680000002, 0.31354284220099998, 0.33022769626800003, 0.33745039990999998, 0.34950560680999998, 0.36896880619099998, 0.38855134185000001, 0.41755081359899998, 0.425150061144, 0.44306593384300003, 0.45497931754199999, 0.480210732157, 0.49961199725900002, 0.52519732628100002, 0.54104302118299996, 0.55456165182600003, 0.57645288194699995, 0.58830880718699996, 0.61047699977699998, 0.62243525124499999, 0.64059305866600003, 0.64864591793299997, 0.66076567911499995, 0.67269456457499999, 0.69062452712199995, 0.70930687903199996, 0.72584855411399996, 0.74121377368600005, 0.75125743091999997, 0.77150265368000004, 0.78324441542400003, 0.79888631364700002, 0.81247216458500005, 0.83204971232799996, 0.84425730939599997, 0.85740264943900002, 0.87520806795200001, 0.88821997325500002, 0.90285273820699996, 0.918029579805, 0.92615377290000001, 0.944808560001, 0.95843032520799998, 0.96908459648199996, 0.98091068958799998, 0.99546224846599995, 1.0114143418099999, 1.0370041029999999, 1.05163455603, 1.06941917585, 1.0849323260699999, 1.09786891934, 1.1200484481799999, 1.1401856044400001, 1.1614766378400001, 1.1779927836999999, 1.18794131464, 1.19800995642, 1.2153169910399999, 1.23620743467, 1.2464006441, 1.28309014464, 1.30117129963, 1.3139480025800001, 1.32973840183, 1.34585218726, 1.36483113807, 1.3880086518200001, 1.4038694678400001, 1.4269838991299999, 1.4531887240500001, 1.4761551228100001, 1.49140958787, 1.50497619744, 1.51748249595, 1.54755568638, 1.56624981363, 1.5996976922199999, 1.6270535823300001, 1.64604277857, 1.66675355419, 1.69387124571, 1.7124303672300001, 1.7402106696399999, 1.7770409733200001, 1.79456862305, 1.8202531872000001, 1.84460821986, 1.86760077894, 1.89650572807, 1.9192579590500001, 1.95188224797, 1.96482546943, 1.9921085106, 2.0131483132499999, 2.05544343578, 2.0827595529899998, 2.1347983483699999, 2.16760564415, 2.2014516721900002, 2.2315870739900001, 2.2636169272100002, 2.30995438871, 2.3374033408299999, 2.3738865256000001, 2.3951038330599999, 2.4431717219700002, 2.4826850222400001, 2.5185317615099998, 2.5638428795100001, 2.6284306548999998, 2.66623660644, 2.7096591116400002, 2.7586335740300001, 2.8025663346699998, 2.8401708445299998, 2.8783352938300002, 2.9063543000399998, 2.9593598772399998, 2.9957288325500002, 3.0605506942799998, 3.10955011278, 3.1789052606700001, 3.2428513432099999, 3.3274186461299999, 3.4074444667899999, 3.4504525115, 3.52884017973, 3.5708077150699999, 3.6772565091299998, 3.7474521798599998, 3.8121617114599999, 3.9240511321899998, 4.02413852901, 4.0815085453500002, 4.1825546762599997, 4.2751667515599996, 4.3741820336400004, 4.4834872676200002, 4.5686814128700002, 4.6358562892300004, 4.8094489254399999, 4.9654168327999999, 5.1314477165500003, 5.25148158988, 5.4403573194500003, 5.6010313900300002, 5.7161651882199997, 5.8958565355000001, 6.0361890974200003, 6.16740467168, 6.3041850958600003, 6.44114745164, 6.60541649452, 6.7974616801999996, 6.97815602873, 7.1388403799600004, 7.4314686713300002, 7.8384931901600003, 8.2177028271400001, 8.6453372183900008, 9.1543142843100007, 9.3764541677899995, 9.7962854173, 10.1633267175, 10.574689812400001, 11.0937462194, 11.4000754819, 11.9914359538, 12.3258902671, 12.7457696507, 13.361289611, 14.0129741907, 14.632251501600001, 15.099323370900001, 16.134748603599999, 16.802461663300001, 17.854647673100001, 18.834756072000001, 20.042735115799999, 21.573609706300001, 22.868457402400001, 24.574192288399999, 26.8474848352, 30.083792871499998, 34.499075183899997, 38.6709205943, 44.689686852000001, 52.857340428500002, 72.813133754999996, 91.564507002300005, 158.818628891, 939.11373358000003, 0.0, 0.071205885244299993, 0.099254028698600005, 0.14849104281600001, 0.17292354310999999, 0.20032666224500001, 0.226406277543, 0.23815469487599999, 0.26703405121599999, 0.28197072629300002, 0.296082146193, 0.31125854952699999, 0.32554466413499999, 0.33804933218900002, 0.35118970952299999, 0.371085578114, 0.39491385706400001, 0.413740038782, 0.42221028600999999, 0.44225862765200002, 0.458189520006, 0.48022475118199998, 0.49685298807599998, 0.51500317491299996, 0.53482118753700003, 0.55247938228399995, 0.57330658115499999, 0.58475963165199996, 0.60106501656199995, 0.62413217304400004, 0.63793653903699998, 0.65128873183500002, 0.66636704386000001, 0.67951755835000005, 0.68956025540200006, 0.70245093627400002, 0.71504184012600003, 0.73014210840100002, 0.74713784886300005, 0.75935155136999999, 0.77523714645700004, 0.78405425336400003, 0.79615963931099998, 0.81110455864499997, 0.82545864838799998, 0.83566202986100002, 0.85063666826600004, 0.87077765663700002, 0.88045508705099995, 0.89294081845100004, 0.90498155226699994, 0.91781500438800001, 0.93111410315300003, 0.94545406555199996, 0.95838819225799998, 0.96877608392100001, 0.98476526685599997, 1.0010342642000001, 1.0119849276699999, 1.03464783319, 1.05455213715, 1.0711504321800001, 1.08010453195, 1.1004877825999999, 1.10818262538, 1.1246761488799999, 1.13470825936, 1.14750678231, 1.1632448283100001, 1.18449169262, 1.2011657527599999, 1.2152811055699999, 1.2364506326, 1.24964319272, 1.2661037937899999, 1.2785791013300001, 1.2962377117699999, 1.3138558072099999, 1.3362693854300001, 1.34951663893, 1.3637686600700001, 1.37717976853, 1.3942209300999999, 1.4185816293, 1.43866597309, 1.45276157482, 1.48127714521, 1.5023296186499999, 1.52673585641, 1.5503318122600001, 1.5888091586999999, 1.6062719352799999, 1.6295964377400001, 1.6612388523299999, 1.6812256221899999, 1.70508917316, 1.72112188896, 1.74686294045, 1.7609156044800001, 1.7888509017400001, 1.8132839677799999, 1.8432731273, 1.8705117570000001, 1.89982085224, 1.9362197326199999, 1.96069015259, 1.9880007387600001, 2.0201535914000002, 2.0573265057399999, 2.0987964366999998, 2.13211771373, 2.1622274845799998, 2.1903685766800001, 2.22533347206, 2.26089786499, 2.3105003291199999, 2.33786317109, 2.37516129651, 2.4193923972300002, 2.4579148222399998, 2.5029183158800001, 2.53381912593, 2.5677307283899999, 2.6162502017999998, 2.6750579269800001, 2.7203789138199999, 2.7458139153899999, 2.8254724574300001, 2.8565396273200001, 2.9040559269499999, 2.9651085310499998, 3.0196812095999999, 3.0843657504699999, 3.1558869808600001, 3.2223894339400001, 3.2603729802400001, 3.3614620894799998, 3.4362647479800001, 3.53920130259, 3.5756943688499998, 3.64101261846, 3.7233677998300001, 3.8016940916299999, 3.9106972227400001, 3.9990351336300001, 4.0897762814999998, 4.1774051907800001, 4.2798115401099999, 4.3711459042799996, 4.4838086749199997, 4.5942578656300004, 4.69725646861, 4.8356147641699998, 4.9568908200199999, 5.0559387430399996, 5.1307907403700002, 5.29064241813, 5.4495402731300002, 5.5692069479899997, 5.8023798879999999, 5.9217137438199998, 6.1545111640699997, 6.2686946022500001, 6.4619248209700002, 6.6102067457500002, 6.8760747683199996, 7.1590374621899997, 7.31422994403, 7.6196963320300002, 7.9330981866299997, 8.3005559691100004, 8.5080589881200002, 8.9030525835399992, 9.3843270585099994, 9.88649146809, 10.279354769599999, 10.603107312100001, 11.1118716186, 11.4784714402, 12.035536117199999, 12.847959552400001, 13.415735074900001, 14.1791106731, 15.0355747631, 16.9356357166, 17.805067612999999, 19.342641049299999, 21.009071134500001, 23.1764543914, 25.379614414799999, 27.885782949300001, 29.619482312399999, 33.254904224999997, 36.867160964200004, 40.4774911481, 50.2787838733, 62.180321216899998, 80.798575822199993, 94.584243390899999, 131.07441246799999, 532.11553542800004, 0.0, 0.066750493128400007, 0.10229228903, 0.14064849221799999, 0.16816604212, 0.185917820027, 0.21145207109799999, 0.22637409875299999, 0.23827441847700001, 0.25325002214100001, 0.282002121386, 0.29459754431500002, 0.309921025947, 0.32256024829399998, 0.33607649321799998, 0.35308583886400002, 0.366974488228, 0.38834215578600001, 0.407453141593, 0.42152609543199998, 0.44240079751299999, 0.45519187153599999, 0.46297707882400002, 0.47982221228700001, 0.49667630123599998, 0.508498258634, 0.51689250307900003, 0.53635170713299996, 0.55035959890200004, 0.56783201126299998, 0.58585694882899997, 0.59530161133699999, 0.60864863465700003, 0.61872677583699998, 0.63314266869000002, 0.64227626695200002, 0.66366778123400005, 0.67270302950299998, 0.68420389566899997, 0.69282668375900003, 0.70143224682899996, 0.71443579991700001, 0.72615598912400003, 0.73642045277699997, 0.74797476862599999, 0.75717018072300002, 0.76798353829599997, 0.77486375038599997, 0.79414765885500005, 0.80854204945800001, 0.82112865231700005, 0.83235531435499999, 0.84902111566299998, 0.85542717883200003, 0.85897397230799999, 0.87704088496099997, 0.89151271520300002, 0.90700102609599997, 0.920719450271, 0.92891160690200003, 0.938857619857, 0.94825684266300003, 0.95986000285999995, 0.96960811962399995, 0.989941122374, 1.00360008757, 1.02107596077, 1.03643638202, 1.0502377328700001, 1.0717680324100001, 1.0865864964900001, 1.0954103929900001, 1.10647648545, 1.11919554073, 1.1348944810799999, 1.1478893503600001, 1.1583683144100001, 1.17725367471, 1.1977476949200001, 1.2115494448899999, 1.2227006682499999, 1.23641648061, 1.2453807854500001, 1.2593987794899999, 1.26998244399, 1.2869142286699999, 1.30049557207, 1.31446944898, 1.3295110779099999, 1.3446024810899999, 1.3719517782999999, 1.3907558123199999, 1.40705250973, 1.4264556633200001, 1.4396767485499999, 1.46991083644, 1.4987499147300001, 1.51363764814, 1.5369634294400001, 1.55497159429, 1.58019513401, 1.58671558905, 1.6122642631099999, 1.6513557926, 1.68400062899, 1.7089437540000001, 1.72753924255, 1.7453552720800001, 1.7758454361, 1.7994335997999999, 1.82770292952, 1.84731671466, 1.8985423459799999, 1.9145465641699999, 1.9448048626000001, 1.9916997561000001, 2.0178550764300001, 2.0361698775099999, 2.0577739526799999, 2.0831203668899998, 2.1103632127899998, 2.1537354568799998, 2.1788561526999999, 2.2045213341899998, 2.2224788538400002, 2.2635629295799999, 2.3165276562799999, 2.34821085414, 2.3981207218199998, 2.4198916383700002, 2.4597388271499998, 2.5017065354999999, 2.56256913084, 2.60073239413, 2.6306494736500001, 2.6860626220700001, 2.7343736190899999, 2.8116594856499999, 2.8637335040699998, 2.9264728333900001, 2.9955476839699999, 3.05285386085, 3.1356878770200001, 3.2072182033300001, 3.26764142152, 3.3485823077900001, 3.4312097504199999, 3.4816563758900001, 3.5584231314100001, 3.6375811375099998, 3.7335599506700001, 3.8014008857100001, 3.8705553019300001, 3.9806979118000001, 4.0971698101299996, 4.1749168167999997, 4.3083366103599996, 4.38165849577, 4.5310804208600004, 4.6613092856899998, 4.7803056653900002, 4.9095209439899996, 5.0546229367600004, 5.2110820221100003, 5.3463510691199998, 5.52429734599, 5.6756130707899999, 5.9685799046800003, 6.1860199186999996, 6.3195153450500001, 6.6566660244499998, 6.9673972764899998, 7.26908683037, 7.6488825007600001, 7.8611350773700002, 8.2320652147600004, 8.4210908255200003, 8.9496041073600008, 9.5584199425000005, 10.1439245514, 10.6423118073, 11.0791716855, 11.838823182500001, 12.7106408238, 14.1580993885, 15.148907718, 15.904843132, 17.434395016500002, 18.518727628800001, 20.121463138599999, 22.7076019362, 24.3760430058, 27.247058263300001, 30.661631466599999, 33.079547519400002, 39.127879890599999, 48.943565214800003, 59.4575606151, 91.335874697400001, 141.45432793200001, 411.661489776, 0.0, 0.069952231864699996, 0.103404633578, 0.125014068162, 0.146010270449, 0.16359155444599999, 0.178864568833, 0.19599840432599999, 0.21261593381499999, 0.22711972642700001, 0.243111674684, 0.25767461785399998, 0.27180823360799999, 0.28563106170000002, 0.30065227522400001, 0.31466033367599999, 0.32740274431499999, 0.34144162964000002, 0.35392977821499999, 0.36739586603699997, 0.37668601825699999, 0.38997906091099999, 0.40341912954199999, 0.416373727157, 0.426895908682, 0.43977830899800002, 0.45258671966300001, 0.466514605217, 0.477389064152, 0.48977333283500002, 0.50163197604999998, 0.51199626571900003, 0.52444304417700005, 0.535756267392, 0.54517617178599997, 0.556723976482, 0.56923743022399997, 0.58148013003300003, 0.59338244193300005, 0.60349023988499995, 0.61844448197599999, 0.63082462731599998, 0.64077938591500005, 0.65387489192500003, 0.66469357132100004, 0.67819373925399995, 0.68727074573400004, 0.69848718075600003, 0.71043795726600001, 0.71961915177299995, 0.72969713364300004, 0.74107602282600005, 0.75606721670699994, 0.76643518425500001, 0.77845497049099999, 0.78839543992500005, 0.80132022172700001, 0.81246877456, 0.82543482006900004, 0.835142423425, 0.84674802068300004, 0.85967143818799996, 0.87125300477599998, 0.88408451673499999, 0.89664194416599996, 0.91062205430599996, 0.92119895144599995, 0.93242997074199996, 0.94571219445300003, 0.96041450364400005, 0.97224013435699996, 0.98495533130900004, 0.99919196810900002, 1.0129236124100001, 1.02562802722, 1.0390578098300001, 1.05327349462, 1.06699289985, 1.08003878786, 1.0911503311699999, 1.10287478431, 1.11752324595, 1.1314149261899999, 1.1474113539199999, 1.1623424598800001, 1.1809099334199999, 1.19698636893, 1.21181796755, 1.22544671282, 1.24244196167, 1.25768137753, 1.2753336486, 1.29073541071, 1.3028499501799999, 1.3187969502100001, 1.33382177937, 1.35329432786, 1.3654396608399999, 1.3831852898699999, 1.4053731868899999, 1.4244601671899999, 1.4458595538900001, 1.4624828517299999, 1.48424757851, 1.50258889287, 1.5267644454, 1.54442727619, 1.56845111196, 1.5867698647199999, 1.60842558029, 1.6313088751, 1.6534369558899999, 1.6753389600899999, 1.69620207473, 1.7204189063699999, 1.7419530680599999, 1.76805842778, 1.7922030172000001, 1.8188034212699999, 1.85148643519, 1.8773786266000001, 1.90256305862, 1.9386203775399999, 1.9687813707199999, 1.9981566611499999, 2.0245303042499998, 2.0584208427499999, 2.0946946719900001, 2.1348120365500001, 2.1791471443199999, 2.2224520832399999, 2.2595687931800001, 2.3106923875200001, 2.3553963857400002, 2.3983286546599998, 2.4436515071799998, 2.4865189620699999, 2.5405446707500001, 2.59421388661, 2.64091695706, 2.6996385735900001, 2.7473734419100002, 2.8035977565799999, 2.8535299568900001, 2.91542786179, 2.9893281334399999, 3.0516305485699999, 3.1163028661999999, 3.1947678399299999, 3.2663049222699998, 3.3339853805400002, 3.40237096205, 3.4768322926400002, 3.5806851899900001, 3.6801840510099999, 3.7872722453700001, 3.8916915748699998, 3.9917050980400002, 4.0940578914500003, 4.19602458524, 4.3323371208100001, 4.4338250448399998, 4.5732353526800003, 4.7071896650899996, 4.8371637819700002, 4.9861306159599996, 5.1247005951200002, 5.2989900989100001, 5.4331191858299999, 5.5988276453600001, 5.8197641223699996, 6.0307234869500004, 6.2629671258800004, 6.4723292924600004, 6.73373305351, 7.0011281823499996, 7.2896172889599997, 7.6282663585300003, 7.9822597848400001, 8.4459703825899997, 8.8384469969099992, 9.2101115074000006, 9.73610634934, 10.3512776241, 10.917239822399999, 11.6235706159, 12.2958078571, 12.939563854899999, 14.2324201348, 15.485703747200001, 16.9857809226, 18.432059703, 20.321399149499999, 22.561711453099999, 25.531954585200001, 29.543395520299999, 34.331229479900003, 42.111056517599998, 54.231741921900003, 88.569928594700002, 402.90323270200003, 0.0, 0.063832780404899994, 0.097778217097499995, 0.12370909607, 0.150339924072, 0.16482266304000001, 0.17990570626399999, 0.190646713912, 0.20163809948600001, 0.216830757348, 0.22812951506500001, 0.24021891326399999, 0.25541866841600003, 0.269018368043, 0.28049226030899999, 0.29164957411100001, 0.30229091825999999, 0.31343659256900003, 0.327727185596, 0.33950733116499998, 0.35546334505900001, 0.36812325794200002, 0.38133767715299999, 0.394597620963, 0.404978263841, 0.41815375781000003, 0.42864653293400001, 0.444894300819, 0.454376903331, 0.46341028375999999, 0.47599157488299998, 0.48560628028199998, 0.49777311032799998, 0.508833944353, 0.52141721957599996, 0.53079993862899999, 0.54083525487700002, 0.55116155918099996, 0.56028981112599996, 0.571200303066, 0.58044683485600002, 0.58839931947599999, 0.59900193670599999, 0.60844513668900002, 0.61984074999700001, 0.630706376051, 0.64055060618699999, 0.65022883648700003, 0.65969805240099999, 0.67173860230299998, 0.683039145269, 0.69151743825699996, 0.70492328902000001, 0.71497674644599996, 0.72455754197800004, 0.73626892393499999, 0.74666068393600005, 0.75711837954399996, 0.76917986479, 0.78031391817899998, 0.79003646883199996, 0.80178135233600001, 0.81294330929500003, 0.82479240642999996, 0.83793294590599998, 0.84856051750299999, 0.857727050288, 0.867523080562, 0.87989898293299995, 0.88810730552100003, 0.89899588869799996, 0.90918788036700005, 0.92161182284099996, 0.93310880618299996, 0.94666983786799996, 0.95950586438800001, 0.96954717752200004, 0.98183054360800004, 0.99327109762300003, 1.0071871810099999, 1.0199396023, 1.0299591745400001, 1.0433590956800001, 1.0579526586200001, 1.0722037652, 1.0856825564000001, 1.10062275455, 1.11366547931, 1.12553109294, 1.1369984132099999, 1.1497029036699999, 1.16306292312, 1.17522255584, 1.1892082610600001, 1.2041212236300001, 1.22190050707, 1.2347118934600001, 1.2504314859500001, 1.2629302579599999, 1.2791680786099999, 1.29405735901, 1.3107720617700001, 1.32643387797, 1.3415152129300001, 1.3620274129300001, 1.3823476697499999, 1.40444011877, 1.42173569526, 1.4364703857500001, 1.45484612731, 1.47972134044, 1.49655634371, 1.5141380044499999, 1.53379025535, 1.5555036580899999, 1.5714663036600001, 1.59647294538, 1.6138151759899999, 1.6380127097199999, 1.6594163419300001, 1.6820072233800001, 1.7019879011500001, 1.7246555912899999, 1.75616951171, 1.7809849497500001, 1.8095401046899999, 1.83533696471, 1.8573176551099999, 1.88542875324, 1.92090178934, 1.9505618811500001, 1.9774596313099999, 2.0068544301600002, 2.0350921018900001, 2.0643959097, 2.1062800026400001, 2.1347376230699999, 2.1742676793900002, 2.2104098855299998, 2.2514941680099998, 2.2912348247100001, 2.3349554164100002, 2.3796253970099999, 2.41766195211, 2.4815347228200002, 2.5296861327400002, 2.57523096673, 2.6414826618, 2.6880090127099998, 2.7379395286100001, 2.7971131333199999, 2.8454615301600001, 2.9012187913899998, 2.9675790254000001, 3.04978866032, 3.12354871979, 3.2117080755199998, 3.3031992991200001, 3.3786495999400001, 3.4622786505200001, 3.5341733641599999, 3.5975451787299999, 3.7026608369999998, 3.82558431557, 3.9485708722999999, 4.0749917626799999, 4.2182278466299996, 4.3815530054699998, 4.5579379614200004, 4.7079073862299996, 4.8861754887000002, 5.0662849643500003, 5.2496674690900003, 5.4708584275999996, 5.6873944276300001, 5.9465154086899998, 6.10841977807, 6.32522045284, 6.6457452149499998, 6.8963618663700004, 7.1600629694100002, 7.4849075540900003, 7.8078159674899998, 8.1135987260599993, 8.6434490614699993, 9.3138777741999998, 9.9096943796500003, 10.5413045729, 11.158948712999999, 11.999104899500001, 12.8985733307, 13.9490047253, 15.518092394, 17.033131729600001, 18.432082803299998, 20.708613102099999, 23.123985660399999, 27.884421759599999, 36.561019225000003, 61.076641297099997, 468.04625970900003, 0.0, 0.067076529355799996, 0.097824586424400006, 0.12058047219699999, 0.135066352689, 0.15703805450399999, 0.16865220856099999, 0.18272153189500001, 0.19456107267299999, 0.20905544303500001, 0.22429021016199999, 0.23682684978499999, 0.24961005214199999, 0.26225295033399998, 0.27282432554800001, 0.283602099439, 0.29623312604699997, 0.30840842319700001, 0.31645548412699998, 0.33143452632300002, 0.343712260145, 0.35341928343099999, 0.36635377466399999, 0.37717670892999999, 0.39032523504299999, 0.40013045900700001, 0.41162395957300002, 0.42423155816699998, 0.43186283101, 0.44215015996599999, 0.45428937582200002, 0.46224971743999999, 0.47594444504299999, 0.48807023390400001, 0.49693964716900002, 0.51019137347099996, 0.52165237357899996, 0.53174150971800005, 0.54256492119300004, 0.55515020156399997, 0.56325486596700003, 0.57178372078899997, 0.57891384744999996, 0.58826455880299999, 0.59910449639800001, 0.60935191848000003, 0.61881052080400001, 0.62702569041300005, 0.63798126176500003, 0.64999626073299999, 0.66409842520700002, 0.67206511322700002, 0.68117655017099998, 0.69235691936599997, 0.70629027472700001, 0.71718753920199996, 0.72825030830899995, 0.73958277894699997, 0.74721313986399995, 0.75951044739999996, 0.77054717878099999, 0.78033716992000002, 0.791657009508, 0.80069783012999995, 0.81151864388700001, 0.82257967604500004, 0.83376565960100002, 0.84367481175100001, 0.85373445615999999, 0.86281664475599995, 0.87277267299399997, 0.88522150941099997, 0.895112829577, 0.90741716188900001, 0.91619554643300005, 0.92601655850499998, 0.93734361345600004, 0.94620041333000005, 0.95712672909899998, 0.96744573225499997, 0.98318977108299999, 0.99187947130599996, 1.00505446816, 1.0135141032699999, 1.02598410227, 1.0352951482399999, 1.0473143060900001, 1.0610104522899999, 1.07557548922, 1.0886540525699999, 1.1030302993000001, 1.1222000890499999, 1.1397653729499999, 1.15430437835, 1.1696993848599999, 1.1869488960800001, 1.20122564741, 1.2141587142000001, 1.2257708751700001, 1.2411522805399999, 1.2560045466400001, 1.27446251035, 1.2841952131300001, 1.2982208578200001, 1.3182157576, 1.3298159782600001, 1.3424136029, 1.3604328317200001, 1.3767068167600001, 1.39749108045, 1.4148267830400001, 1.43982412632, 1.45450195158, 1.47070553463, 1.4842104270200001, 1.5036094415600001, 1.5196111004899999, 1.5427837280000001, 1.56874118822, 1.59012806749, 1.6156339281200001, 1.6415259814800001, 1.6627342303899999, 1.68678597138, 1.7123700775899999, 1.7355941341300001, 1.7575287234700001, 1.77549370303, 1.8023242212999999, 1.8306364744700001, 1.86843117775, 1.89616140233, 1.92693168508, 1.94653908551, 1.9674301249699999, 2.0023775987399999, 2.0410970809600002, 2.0712419181500001, 2.1001298794399998, 2.1435551353000002, 2.18745519946, 2.2407411531300001, 2.2877176484300001, 2.3482386991299999, 2.3878544206000001, 2.4256485211599998, 2.4689746994299999, 2.54115707404, 2.6060044637200002, 2.6471446480799998, 2.7082778846300002, 2.7625848318599999, 2.8217618519399998, 2.8730281955899999, 2.94944935405, 2.9984511177900002, 3.06158326156, 3.1477109402800001, 3.2264457052400002, 3.3135370713699999, 3.3913116560900001, 3.46766561982, 3.5469306652600001, 3.6270133483599998, 3.7196516111200002, 3.8300128499600001, 3.9706856961599999, 4.0624593885399998, 4.16862605645, 4.32355081595, 4.4582130280000003, 4.5901068198399999, 4.7253251831799998, 4.8713623347399997, 5.0670691161099999, 5.2375849693000003, 5.3887073546400002, 5.6495635870200003, 5.8884178613599998, 6.1407571599699997, 6.3858608976199998, 6.6661948102800004, 7.0439049067599999, 7.3559915120800001, 7.73009363221, 8.2262361691900008, 8.8019442355600006, 9.2680434525499997, 9.7743200198599993, 10.6920252267, 11.3785733059, 12.170137853, 13.036613519199999, 14.486048819000001, 16.028067222499999, 17.977721620600001, 20.963719555200001, 25.110074835700001, 32.315204575999999, 51.776266767099997, 108.063764331, 0.0, 0.074209559522700003, 0.108008052641, 0.12807119272199999, 0.145696860505, 0.15949782790200001, 0.17030767784699999, 0.181856162219, 0.194359775116, 0.206545451204, 0.216886655718, 0.227597454714, 0.239520822277, 0.24975972163499999, 0.26174800391699998, 0.27515156150300002, 0.28928260960800001, 0.30056007218699998, 0.31177038148300001, 0.32223273686999998, 0.33233709398299999, 0.34226863585799999, 0.35054033371600002, 0.36272022538900001, 0.37265758299599999, 0.38450845354800001, 0.392952528902, 0.40280374789700002, 0.41239163517100003, 0.42225057636800001, 0.43390677896199997, 0.44589553585300001, 0.456357880291, 0.46605928183400003, 0.47533877800199997, 0.485109944056, 0.49754601794199999, 0.50792030114300002, 0.51923692407099997, 0.52864927728800004, 0.53777407420400003, 0.54790751383199998, 0.55673983995999998, 0.56698607143699997, 0.57670367642800002, 0.58667471005899996, 0.596751819495, 0.60570130209100004, 0.61498993393199997, 0.62532916186599996, 0.63421809777399996, 0.643945582415, 0.652131236, 0.66037342159400003, 0.66984241853199999, 0.68013004284099998, 0.68891506562500004, 0.69795858717600001, 0.70724072355500001, 0.71773910407499997, 0.72600456224599996, 0.73529066837299994, 0.74465581544199999, 0.75311728489600005, 0.76285052475299997, 0.77230557399699995, 0.78194921514500004, 0.79213459741699999, 0.80258535964699995, 0.81396443458699996, 0.82267338024400005, 0.83206771620599995, 0.83984893131100002, 0.85244698240700001, 0.860212067124, 0.87121284808199995, 0.88206426743400002, 0.893602624377, 0.90550090295300001, 0.91868520951400001, 0.92977380346299998, 0.94206318246999998, 0.95246633238900003, 0.96670282891199999, 0.97605982209599995, 0.98559747736000003, 0.99585577432700001, 1.00707064259, 1.01710690075, 1.02898182166, 1.04428034784, 1.0538694818500001, 1.06500309695, 1.0756346263800001, 1.08768054822, 1.0986564112699999, 1.11056517658, 1.1222492032, 1.13556072341, 1.1472841566, 1.16118311944, 1.17259765348, 1.1861421571199999, 1.1985894798400001, 1.20980222263, 1.2233664048399999, 1.2385002300500001, 1.2516226459299999, 1.2669008712400001, 1.2794959423800001, 1.2958611531299999, 1.31116706463, 1.32857407312, 1.34365731571, 1.35879876289, 1.3767427480700001, 1.3927745273200001, 1.41141387435, 1.4296441628400001, 1.4469934928999999, 1.46603314043, 1.4837471764900001, 1.5016602720400001, 1.51855715617, 1.5372635274499999, 1.55585749083, 1.5776110083899999, 1.59566951462, 1.62476079488, 1.6471928626000001, 1.6678247338300001, 1.6864094001200001, 1.7115934443700001, 1.7389659531499999, 1.76721239977, 1.78849994105, 1.81312786502, 1.8365295582100001, 1.8646738456900001, 1.8978807795199999, 1.9240405234, 1.9549490789899999, 1.98972377392, 2.0200230888899999, 2.0589141742399999, 2.10302415543, 2.14058485254, 2.1818536127199999, 2.2299519963300001, 2.2712959938699999, 2.3135445986500001, 2.3566542270399999, 2.3959056922599999, 2.4446333513399998, 2.4952439185199999, 2.5492654399200001, 2.6106037504100001, 2.6602865229799999, 2.7105208912299998, 2.7745671455899998, 2.8333797499900002, 2.9008461857499999, 2.96494326499, 3.0289889630300002, 3.10234506861, 3.1725169557099999, 3.2548023935399999, 3.3312575634499999, 3.41501385226, 3.5077691502100001, 3.6109139158899999, 3.70736489466, 3.8078795299400001, 3.9399935880500001, 4.0729162849399998, 4.1754315477999997, 4.32871701963, 4.4670420558400004, 4.6172360869400002, 4.7801353008799996, 4.9685158392900002, 5.1787521224099997, 5.3659561809799996, 5.5579867362700002, 5.80647069765, 6.0770936171800001, 6.3474439077599998, 6.62582338065, 6.9727248909400004, 7.3991913842899999, 7.8834449215399998, 8.5166144845100007, 9.2030546325000007, 9.88020733826, 10.866036106699999, 12.0758777085, 14.18128042, 16.712052750600002, 20.430876708300001, 27.2913398323, 198.831343334, 0.0, 0.069244384700200001, 0.088432101515100003, 0.10716305206, 0.12503845091900001, 0.140404065533, 0.15732758095900001, 0.17026163426999999, 0.181554153262, 0.19229104097999999, 0.20063488720700001, 0.20918075219000001, 0.22448851398700001, 0.23329259600999999, 0.243417838223, 0.25098683398999999, 0.26086665715599999, 0.26722012921400001, 0.27447102517700001, 0.28549280903099999, 0.29370514330199998, 0.30435794709199998, 0.31171401890299999, 0.32079725821600003, 0.33073290586199999, 0.340392028515, 0.35038726600499998, 0.35811690266399998, 0.36447411653700001, 0.37185544116399999, 0.381082348721, 0.390780214455, 0.39830952785200002, 0.40748168602500001, 0.41488373765499997, 0.42543510561100001, 0.43158160961199998, 0.44002625662900002, 0.44926347686599999, 0.45776432919799998, 0.468022411503, 0.47664440380200002, 0.48258490950499999, 0.48896171374500003, 0.496491820137, 0.50698509859999996, 0.51452015906199999, 0.52068937139100002, 0.52946408477100004, 0.53880448153799998, 0.548801791313, 0.555995027759, 0.56369511933200001, 0.57026213611200005, 0.57917412801400003, 0.58903117523000004, 0.59960305490099997, 0.60673607228299997, 0.61394249280099999, 0.62335872512500001, 0.62950473092000003, 0.63564906077100003, 0.64370653836500002, 0.65068290176499999, 0.65692425783200004, 0.66660140937199996, 0.67467287438699997, 0.68340267482299999, 0.69234704669500002, 0.70022548729900003, 0.70878108772100001, 0.71517132508000003, 0.72483344563800001, 0.73510369684400001, 0.74464179844099998, 0.75114169742299997, 0.75948786098200005, 0.76927896632399995, 0.780181603981, 0.79038397953499995, 0.79658809158499999, 0.80565180419899995, 0.81340080992999997, 0.82502676166900002, 0.83237961296700003, 0.84110268556400003, 0.85232968998699998, 0.86273446105600005, 0.87069963084699997, 0.88137854582999997, 0.89128913714400004, 0.90061058757400003, 0.90609412190700001, 0.91504032505999999, 0.92415693050900005, 0.93648983181699996, 0.94349116139300004, 0.95300702282700001, 0.96521719153999996, 0.97733292798399996, 0.98974230043699996, 1.0028012640199999, 1.01236890773, 1.0253034214500001, 1.0345343165800001, 1.0429324387700001, 1.0534672371, 1.06628868009, 1.07468795352, 1.08633326882, 1.09933424957, 1.1068518163600001, 1.12106242894, 1.13430375102, 1.1497669909499999, 1.16355554605, 1.1741333470999999, 1.1865602471200001, 1.19552264974, 1.20964466299, 1.2206552660600001, 1.2334735428900001, 1.2446193507100001, 1.26228052188, 1.2733668809500001, 1.2862487980799999, 1.29915564596, 1.31311637923, 1.3325804596099999, 1.34251302023, 1.3591003659500001, 1.377169549, 1.3924811167, 1.40750771045, 1.4232614989300001, 1.4396669344899999, 1.4651287187599999, 1.4899491085200001, 1.50816578923, 1.5249813512099999, 1.5484316629499999, 1.56552035633, 1.58626075727, 1.60321824898, 1.6254795315799999, 1.64592427713, 1.6680292001699999, 1.6929771865600001, 1.71641044875, 1.73825985627, 1.7655221754799999, 1.7903694698399999, 1.8124234588000001, 1.83919765728, 1.86770929471, 1.9001015000199999, 1.9321267789500001, 1.95584199638, 1.99690811411, 2.0217444230499999, 2.05376297292, 2.0929451083099999, 2.12301731176, 2.1526232798299998, 2.19298807375, 2.2255018723100002, 2.2689246505599998, 2.3179026897699999, 2.3644121098699999, 2.4221039841300001, 2.4838688069799999, 2.53466998697, 2.6042919607999999, 2.6812450073999998, 2.7654172146999998, 2.8309204248399999, 2.9094078948100002, 2.9876772553499999, 3.0748530970700001, 3.1622064731699999, 3.24147451246, 3.32558384886, 3.4422202342600001, 3.5775338240400001, 3.7141610497599999, 3.87173250803, 4.0663966875900002, 4.29308118297, 4.4781034155099997, 4.7041054642700004, 5.0488522514199996, 5.3311777928700002, 5.6656935490200002, 6.1539089237400004, 6.8843836607600002, 7.4347424954000001, 8.2978267417500007, 9.6243020157500005, 11.369168954199999, 15.540639672399999, 76.1760172643, 0.0, 0.049706365699999998, 0.0666592682662, 0.088322065368899999, 0.104536859611, 0.11923256786399999, 0.127291144238, 0.13502577832400001, 0.140820543469, 0.15139945632400001, 0.16099717066999999, 0.16793664804899999, 0.179770597659, 0.18534480911599999, 0.19437588065, 0.20501796081000001, 0.21442507195499999, 0.223638661722, 0.235448046864, 0.24069837603999999, 0.249796619168, 0.2569021037, 0.26571241794099998, 0.273484835112, 0.28264031867099998, 0.29203238294299999, 0.30128506578199998, 0.30890798204499997, 0.31400372247300001, 0.32085907990500001, 0.33018590514200002, 0.33434813763600002, 0.34099138695100001, 0.34839419218399997, 0.36043796979300002, 0.366921197137, 0.374978179395, 0.380142953738, 0.38497527854699998, 0.39412431397300002, 0.40294224279800001, 0.41036947119900002, 0.42097414080500001, 0.426696154529, 0.43405547629300001, 0.438076390323, 0.44626941882600002, 0.45209988855099997, 0.46025667702299999, 0.46751534699899999, 0.47569740786199999, 0.48648925341600002, 0.49365845173799999, 0.50062076512099996, 0.50762099689399998, 0.51599561488599999, 0.52069070294499997, 0.52771734894599998, 0.53507770527700005, 0.53957262010100004, 0.54687563426600005, 0.55882733756900005, 0.56778279961099998, 0.57581367970300001, 0.58169558514099995, 0.589416835832, 0.59799990574399997, 0.60309451416000004, 0.60776585343300005, 0.61113211528400002, 0.620751519689, 0.63049668177200002, 0.64186111209399999, 0.649049389792, 0.65881032984999999, 0.667603399933, 0.67500088551600002, 0.68058962597299999, 0.68475592303099997, 0.69020553863599998, 0.69297641552300004, 0.69919890922799999, 0.70692564551500003, 0.71223085652100004, 0.72213575435900001, 0.730079802251, 0.73971307206199999, 0.74754515744299999, 0.75906245692899998, 0.76535806436599996, 0.768435170424, 0.77936645084, 0.78371319966099995, 0.793548757173, 0.79992665980300004, 0.80669075308100002, 0.813805390164, 0.82073219292800004, 0.82530292600499999, 0.83254418888299997, 0.84023227490600005, 0.84610269681500005, 0.850974506809, 0.85604916181199997, 0.86800267070000003, 0.87548269182500005, 0.88170746226899999, 0.89168104316600005, 0.89886785180600004, 0.90941660694899995, 0.92091095976000004, 0.92713708903799996, 0.93255472954399998, 0.94075570205600001, 0.95405981205900003, 0.96338844277799995, 0.97402552055400005, 0.98526481076200001, 0.99808150342699997, 1.00881814468, 1.0181152037700001, 1.02462072395, 1.0362614133200001, 1.0501057383200001, 1.05573829434, 1.0663375241399999, 1.0815544234900001, 1.0920197863400001, 1.10280835408, 1.1180455459900001, 1.1302349147199999, 1.14338393376, 1.1517784771899999, 1.16459044846, 1.17843359548, 1.1909602731, 1.2038564818399999, 1.2161138792399999, 1.22899884794, 1.24167619324, 1.25804220029, 1.26669854112, 1.28319750286, 1.29839920006, 1.31138545902, 1.3222317000599999, 1.34185918055, 1.3547619368999999, 1.3711217067000001, 1.3874485756199999, 1.4017178245899999, 1.4176863825099999, 1.43525875504, 1.4513358921899999, 1.4669285814799999, 1.49058059786, 1.51243917885, 1.5343601628600001, 1.5519685841999999, 1.5858246281799999, 1.6052702545799999, 1.6255288476200001, 1.645511371, 1.67744979518, 1.7003145979100001, 1.7236176675199999, 1.74467645265, 1.7809151811699999, 1.8104241704099999, 1.85100020932, 1.8902605480300001, 1.9127629589099999, 1.94264465956, 1.98831619403, 2.0462312106199998, 2.1088091964400002, 2.1589111550700002, 2.19880416124, 2.2551363689100001, 2.32115689321, 2.3900112406699998, 2.4355086734200002, 2.53167527975, 2.5574390199299999, 2.69075228193, 2.80722131929, 2.8827815963000001, 3.0169724035100001, 3.1020365340699998, 3.2877647668300001, 3.4186314330799998, 3.55711527829, 3.7777833577900002, 4.0940063095600001, 4.35113022089, 4.7722176832300001, 5.4945754250499999, 6.0600360065499999, 6.7983858917699997, 9.1234186672500002, 40.009378980599998, 0.0, 0.067895952064799994, 0.084300078749299998, 0.095052432169299997, 0.102638659398, 0.112117784904, 0.11826939027900001, 0.12549932636300001, 0.12979818836900001, 0.14651996704600001, 0.15100212390600001, 0.161663165759, 0.16954870848299999, 0.177081348221, 0.18018558524200001, 0.18303580819699999, 0.19216015759300001, 0.19761816342399999, 0.20405892001000001, 0.208512677383, 0.2121909193, 0.219201257102, 0.226866968867, 0.23794276716900001, 0.24987132195699999, 0.25465170763400002, 0.26099785587800001, 0.26730559655899999, 0.28331961066, 0.29096521670800002, 0.29624967979200001, 0.29829805930100001, 0.30951316035100002, 0.31770754811700003, 0.32720886553700002, 0.33647444911699997, 0.34198895204000002, 0.35025569471500001, 0.35723583674800002, 0.36574792956399999, 0.37381139126899998, 0.38799391889500001, 0.39067031169299998, 0.39620024782899999, 0.40020907354500002, 0.406629782376, 0.41587001647900002, 0.42064605710199998, 0.427983894024, 0.43880340547500002, 0.446223080223, 0.450449340882, 0.45558651616200002, 0.46105934588699998, 0.46416526610600001, 0.47234232416100003, 0.47838800081799998, 0.48398364517499998, 0.49028214090200001, 0.499284532015, 0.50451360745100005, 0.509733914146, 0.51534943972199998, 0.51694525305200001, 0.52351544417600004, 0.52741635274900001, 0.53030801158100005, 0.54039249319000005, 0.543358519993, 0.55090831684899999, 0.56351528162800002, 0.57109497028699996, 0.57678495336900004, 0.58431894816300001, 0.59453107257500004, 0.60337885959000004, 0.61000337793399995, 0.61727383516599998, 0.62371645808300002, 0.629855469291, 0.64046230499599999, 0.64338774420900002, 0.64928236111199999, 0.65253922932700004, 0.65630438988100004, 0.66542800844200001, 0.67245369789099996, 0.67689678974900003, 0.68490163471400001, 0.697879548796, 0.70321721042899998, 0.70825620560000002, 0.71214130965099998, 0.71606229576000002, 0.72849739743399999, 0.72997690491599998, 0.73496304621899999, 0.74722916204000001, 0.75461055645599995, 0.76049922669799996, 0.76492250952399998, 0.77219537422499995, 0.77615043430200004, 0.78272629883699996, 0.78806707738399995, 0.803877101727, 0.81237050231600005, 0.82231101211000002, 0.82643891219300003, 0.82994343368199996, 0.84104036655799996, 0.85001450139900003, 0.85722719700299999, 0.86813520497600005, 0.87634807207999998, 0.87849406127499996, 0.88626760274000005, 0.89464524886600005, 0.89854680515700003, 0.90579336081200001, 0.90937836218900003, 0.92263809143499997, 0.92671709472899999, 0.93140291302300005, 0.93889838636400003, 0.94817473635500005, 0.95134624523199995, 0.95948566447500006, 0.96931430537899999, 0.97827519300099997, 0.98284090499800003, 0.98853660864199999, 0.99999303088000002, 1.00933104878, 1.02227252775, 1.0339923686800001, 1.03840687036, 1.04500879737, 1.05122171927, 1.06723984471, 1.07953686403, 1.09113807067, 1.10417487551, 1.11446546637, 1.1254220105599999, 1.1353940360999999, 1.16144655068, 1.1695186521200001, 1.1831819617599999, 1.2096151764900001, 1.2368935164299999, 1.2456266675500001, 1.25296303964, 1.26564891435, 1.2701959942000001, 1.28466851306, 1.29873724956, 1.31966389347, 1.3313272542500001, 1.34786430325, 1.3621826611400001, 1.3720433831700001, 1.3971090305, 1.4043458957999999, 1.4238434153299999, 1.4590867995000001, 1.4854743821, 1.5153253015599999, 1.54813838085, 1.57329724758, 1.6116532666100001, 1.62277970085, 1.63219947245, 1.6666665269000001, 1.73127681763, 1.7492774307700001, 1.80557771894, 1.8267234865099999, 1.88934211181, 1.9203963709, 1.99466093314, 2.0230718376899999, 2.0628543274000002, 2.1367073224899999, 2.1821320160500002, 2.22093938088, 2.3072520016700002, 2.3621845025599999, 2.44517002578, 2.5015913727800001, 2.5975738754100002, 2.7045052724200001, 2.8865631109500001, 3.1260959842, 3.39849260601, 3.6254807685400001, 4.0097191798100003, 4.5724242129699997, 5.4143250544999999, 6.3272292972399997, 17.5560575511, 0.0, 0.085458258148600003, 0.098622234580399995, 0.106568524017, 0.108057180859, 0.1107805041, 0.11464013028599999, 0.13602438252499999, 0.14300574817799999, 0.146684159845, 0.15122598984999999, 0.154733085331, 0.161754974932, 0.17723910406000001, 0.18032389045700001, 0.18658548177699999, 0.18746673820000001, 0.19896129970099999, 0.209234599805, 0.21980562614900001, 0.228062016284, 0.23711187915099999, 0.23869840689499999, 0.240361816358, 0.27144033681000002, 0.27327373169399999, 0.27458858408600001, 0.28007177711800002, 0.28248298888899998, 0.28387767697499999, 0.287453003343, 0.292023090998, 0.29519223190999999, 0.31407066578100001, 0.32033662902100002, 0.32377361486099998, 0.33791304018399998, 0.340145093994, 0.34355792125200002, 0.35986952431000002, 0.36278049873099999, 0.36565591999199998, 0.36887445402199998, 0.37307785833099999, 0.37522358431500002, 0.38644599385299999, 0.38905873533300001, 0.39011760635100001, 0.39429900482899999, 0.40016937602000002, 0.40636267913899998, 0.408103464438, 0.411985395905, 0.42002274379400001, 0.42424580987299998, 0.42889507706199997, 0.43431096613499998, 0.43634598755999998, 0.44074601502999999, 0.44833586654099999, 0.44981411452999998, 0.45139144803199999, 0.45825414352600002, 0.465858692219, 0.46971239089400002, 0.48073097106200002, 0.49008253400700003, 0.49019267044199999, 0.49421178442399999, 0.49592401222499999, 0.51649450538700004, 0.52148438326400004, 0.52450649919199999, 0.52875492868700003, 0.53851929926099995, 0.55522500190799995, 0.56567545616600001, 0.57500972364500003, 0.575413910571, 0.577492611263, 0.58282093829299997, 0.5882333891, 0.59178334343399996, 0.59490514439200004, 0.59707926005599998, 0.60398628531999998, 0.61018821270699997, 0.62788446277499999, 0.62845001268199996, 0.63245592828700004, 0.64203220116600002, 0.64960047364600004, 0.65218235923199996, 0.65302094855500004, 0.65709800478699998, 0.66525750618900004, 0.66772838617499997, 0.66931616078599998, 0.67398981338899999, 0.67995566798200002, 0.69261712558099997, 0.69323176238100004, 0.70328807748099997, 0.70817581305300004, 0.71362676385000001, 0.72122326659400005, 0.72982093594899999, 0.73501610749799995, 0.74418077769299995, 0.74740381350899998, 0.75972971198000006, 0.76542085452499997, 0.77293727748999996, 0.77569521588599999, 0.79040702133899998, 0.79124143409100001, 0.79674835901600005, 0.801314329913, 0.80761727105100001, 0.81334526814800001, 0.82599153547399995, 0.835753037664, 0.84010997734000004, 0.84324537731399996, 0.84524994337100001, 0.852251511771, 0.85726585936199995, 0.86776513236499997, 0.87321839355800002, 0.88257634312599997, 0.88885223178899997, 0.89462277052799999, 0.89929289721500005, 0.91054077473399997, 0.91235045283799998, 0.91859506476800001, 0.92379410344599999, 0.92778311003299996, 0.95200833907100002, 0.96058777907100001, 0.96275379136000006, 0.96711989399800002, 0.98158423342400003, 0.99959381644599998, 1.0158547410300001, 1.0257344455099999, 1.0386164152999999, 1.05829394823, 1.0652432737599999, 1.06870005665, 1.0850122523800001, 1.08895555924, 1.1035938848, 1.1079237802499999, 1.14480878564, 1.1555554675299999, 1.1789854119500001, 1.21604495077, 1.21944541763, 1.2255115895799999, 1.2349135122299999, 1.2574900653700001, 1.2756099428300001, 1.27830965632, 1.29563470054, 1.33511311013, 1.37879372829, 1.4104141532900001, 1.42999159888, 1.4340564609599999, 1.4404309370999999, 1.45125639917, 1.4753290649999999, 1.50104361326, 1.5067651051299999, 1.56173064277, 1.5867665737000001, 1.6529842751699999, 1.68573957888, 1.6981474139899999, 1.7544189081799999, 1.79075077468, 1.8606238073600001, 1.9675939468600001, 1.99649367583, 2.0088494420599998, 2.0624960910299999, 2.1345821995000001, 2.25477797389, 2.4129377727399999, 2.4947352830499998, 2.6183637912700002, 3.0074794112299998, 3.1791961046799999, 3.4293356642399999, 3.8514844690699999, 4.2517228191100003, 4.9637069833399998, 6.0765632038800002, 6.7603904355099997, 10.3173126473, 0.0, 0.078613919986899997, 0.086706257325800007, 0.086706257325800007, 0.114789651673, 0.12273957318299999, 0.127062920365, 0.128484790396, 0.13578225807899999, 0.13578225807899999, 0.14730174056500001, 0.14730174056500001, 0.15501754607599999, 0.17160764402600001, 0.17160764402600001, 0.17716597523700001, 0.19318889167600001, 0.201064059002, 0.20544566915199999, 0.208662339522, 0.208662339522, 0.209070783313, 0.217981911645, 0.21984720431800001, 0.22959168302800001, 0.22959168302800001, 0.22979925938500001, 0.23023398217900001, 0.23282324285100001, 0.23847389001200001, 0.24981772981200001, 0.24981772981200001, 0.251976912788, 0.26484603340399998, 0.267063574626, 0.276065116128, 0.27955725551999999, 0.27955725551999999, 0.29253129065099998, 0.29257984585899999, 0.29426519135099999, 0.29991973517600001, 0.29991973517600001, 0.300865581125, 0.30629956382500001, 0.33189640078299998, 0.33193362117300002, 0.332892715999, 0.332892715999, 0.33786995917700002, 0.34286355479300001, 0.35037131399499999, 0.36538777844499998, 0.36538777844499998, 0.39533598300400002, 0.40761459269400002, 0.43071349334699999, 0.44611156073300001, 0.44821302280300002, 0.44821302280300002, 0.45970379461999999, 0.479322648149, 0.49927725766600001, 0.50856338644599997, 0.50856338644599997, 0.51381349247600006, 0.52312377414900002, 0.52365255460899995, 0.524357535308, 0.52449511360300005, 0.53246792168500001, 0.53246792168500001, 0.53406269761799996, 0.54066543759600005, 0.54165597718199998, 0.54165597718199998, 0.54286979560399995, 0.54565296744199998, 0.54680412639599996, 0.55924698793600003, 0.55948804920899997, 0.55948804920899997, 0.56237285913900004, 0.61191574840100005, 0.61803286518099998, 0.62621800263899996, 0.62894744300399996, 0.62894744300399996, 0.64175065233299999, 0.64274226864700001, 0.643141090937, 0.64957757771299995, 0.64957757771299995, 0.65462416615899999, 0.65508592379599995, 0.65577214273499995, 0.65867533793400002, 0.65966257080699997, 0.65966257080699997, 0.67002637381200003, 0.6862767676, 0.68775204324200001, 0.68935688154399999, 0.68935688154399999, 0.68958321519599997, 0.69489243672400003, 0.69799974598299996, 0.70085954020999996, 0.70570470911100003, 0.70570470911100003, 0.71529355939600003, 0.71529355939600003, 0.73061672396900001, 0.73147192102699998, 0.73147192102699998, 0.73172502367900005, 0.74705904753800001, 0.75069245931200002, 0.76171481537700003, 0.78431047228100004, 0.78431047228100004, 0.79589062785700004, 0.79985244088700003, 0.80739451523600003, 0.80995278660199999, 0.80995278660199999, 0.818149271693, 0.81876691441600002, 0.82187704197599998, 0.82398018051199995, 0.83061310912300002, 0.83061310912300002, 0.841520560606, 0.84283988029500001, 0.845286826815, 0.85635186159599996, 0.88301536060399999, 0.88301536060399999, 0.89457113891100004, 0.90319721159599997, 0.91110728614600001, 0.920115781518, 0.920115781518, 0.924752016362, 0.93270708632099997, 0.93634613579199999, 0.93668785307699998, 0.938056933654, 0.938056933654, 0.963093301648, 0.97003534928799995, 0.97433733039600001, 0.98296990885400004, 0.98296990885400004, 0.99165891962800001, 0.99363899328700001, 1.00411505522, 1.0082220608200001, 1.04142653436, 1.04142653436, 1.05299960148, 1.0584566497800001, 1.0631344471799999, 1.0702232139000001, 1.0702232139000001, 1.0745255061000001, 1.07801171048, 1.09546502235, 1.1130150782399999, 1.1212890952400001, 1.1453294864700001, 1.1453294864700001, 1.14683578271, 1.14912419314, 1.1868862875699999, 1.1868862875699999, 1.2135111146399999, 1.2764048086199999, 1.3014758897300001, 1.33521824385, 1.3586680634799999, 1.3586680634799999, 1.39549136126, 1.4365610253900001, 1.4568919919400001, 1.5925258819899999, 1.67910648307, 1.67910648307, 1.7175836223800001, 1.8595366530499999, 2.22804691293, 2.4236335095200001, 2.4236335095200001, 2.5444902152200002, 2.7565764210300001, 3.0002289122299999, 3.2770080283, 6.1761254131100003, 6.1761254131100003, 9.0448113096899991, 9.0448113096899991, 0.0, 0.0, 0.084719549076999995, 0.084719549076999995, 0.162771060016, 0.162771060016, 0.162771060016, 0.174797101293, 0.174797101293, 0.19337957316099999, 0.19634700654600001, 0.19634700654600001, 0.19634700654600001, 0.19634700654600001, 0.19855375347500001, 0.19855375347500001, 0.19855375347500001, 0.200626535691, 0.200626535691, 0.20443169045699999, 0.20443169045699999, 0.20546703844700001, 0.20546703844700001, 0.20546703844700001, 0.22648266447400001, 0.22648266447400001, 0.240550688555, 0.240550688555, 0.240550688555, 0.25396349222699999, 0.26176107887200001, 0.26176107887200001, 0.26176107887200001, 0.26176107887200001, 0.27888116985299999, 0.27888116985299999, 0.29428424249599999, 0.29428424249599999, 0.29428424249599999, 0.299788951114, 0.299788951114, 0.31720186969399999, 0.31720186969399999, 0.31720186969399999, 0.35285717429300001, 0.35285717429300001, 0.35967187727099997, 0.35967187727099997, 0.35967187727099997, 0.36425099049600002, 0.37144632312499998, 0.37144632312499998, 0.37144632312499998, 0.37144632312499998, 0.393647946528, 0.393647946528, 0.40432582434100001, 0.40432582434100001, 0.40432582434100001, 0.41409827036399999, 0.41409827036399999, 0.42605819547399998, 0.42605819547399998, 0.438201525694, 0.438201525694, 0.438201525694, 0.52412206191900002, 0.52412206191900002, 0.53036211888999996, 0.53036211888999996, 0.53947846940699995, 0.53947846940699995, 0.53947846940699995, 0.54022582851800005, 0.54022582851800005, 0.54022582851800005, 0.55304014916499999, 0.55304014916499999, 0.58228935374099999, 0.58228935374099999, 0.58228935374099999, 0.60596028174500005, 0.60596028174500005, 0.61041536468199997, 0.61041536468199997, 0.61041536468199997, 0.65478363743500001, 0.65478363743500001, 0.67732197187900001, 0.67732197187900001, 0.69170398708900005, 0.69170398708900005, 0.69170398708900005, 0.71778169588399998, 0.71778169588399998, 0.71778169588399998, 0.724448255762, 0.724448255762, 0.73445742378500001, 0.73445742378500001, 0.73445742378500001, 0.74008547261299995, 0.74008547261299995, 0.74881364436599995, 0.74881364436599995, 0.77742926704699999, 0.77742926704699999, 0.77742926704699999, 0.80214410030399996, 0.80214410030399996, 0.80237181021399995, 0.80237181021399995, 0.80237181021399995, 0.80480889025799995, 0.80480889025799995, 0.81567228496599997, 0.81567228496599997, 0.81567228496599997, 0.82045939538299995, 0.82045939538299995, 0.82352724851000003, 0.82352724851000003, 0.82352724851000003, 0.832308451359, 0.832308451359, 0.85064319551300005, 0.85064319551300005, 0.85064319551300005, 0.86707524700500005, 0.86707524700500005, 0.87113615998799998, 0.87113615998799998, 0.87113615998799998, 0.893480617719, 0.893480617719, 0.91025084198899997, 0.91025084198899997, 0.91025084198899997, 0.92945707303699998, 0.92945707303699998, 0.94367179870100004, 0.94367179870100004, 0.96249504634000005, 0.96249504634000005, 0.96249504634000005, 1.04851239622, 1.04851239622, 1.05472835341, 1.05472835341, 1.05472835341, 1.0571022668900001, 1.0571022668900001, 1.0795501896999999, 1.0795501896999999, 1.0795501896999999, 1.08606295202, 1.08606295202, 1.1610428489, 1.1610428489, 1.1610428489, 1.1737862567099999, 1.1737862567099999, 1.19233887401, 1.19233887401, 1.19233887401, 1.23499695024, 1.23499695024, 1.32872584115, 1.32872584115, 1.32872584115, 1.4875655673799999, 1.4875655673799999, 1.7768916535799999, 1.7768916535799999, 1.7768916535799999, 1.90484127934, 1.90484127934, 1.9108413266499999, 1.9108413266499999, 1.9108413266499999, 2.0007729910999998, 2.0007729910999998, 2.3382342441700001, 2.3382342441700001, 2.5987544026, 2.5987544026, 2.5987544026, 2.6082788293000001, 2.6082788293000001, 2.6082788293000001, 2.8392763735900002, 2.8392763735900002, 3.3819024131300002, 3.3819024131300002, 3.7018275480299998, 3.7018275480299998, 3.7018275480299998, 4.72930160618, 4.72930160618, 4.72930160618, 4.72930160618] diff --git a/Muon/MuonID/python/MuonID/M_2009_def_distb.py b/Muon/MuonID/python/MuonID/M_2009_def_distb.py index 5c1f1d3c3dc..d8fc300b96b 100644 --- a/Muon/MuonID/python/MuonID/M_2009_def_distb.py +++ b/Muon/MuonID/python/MuonID/M_2009_def_distb.py @@ -1 +1,11 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### M_2009_def_distb = [0.0, 0.56094372606762677, 0.7748555093433106, 0.95310767752176617, 1.1906079835411554, 1.4135063615181933, 1.5469706087575439, 1.717637715444549, 1.9078084450312611, 2.078830865302939, 2.3673694393209286, 2.5652916154906422, 2.719176314163422, 2.9143350583182777, 3.0556867288035465, 3.3314071492430846, 3.5309373944964433, 3.7198259542235506, 3.9746173222307726, 4.1716075147757152, 4.3331714146492013, 4.5010791980770231, 4.7010753304750965, 4.8936058791922381, 5.1037597147293932, 5.2592473096915198, 5.4933808099586612, 5.6277238343814533, 5.8620859412865522, 6.1059450539869653, 6.3120134479962893, 6.5830830775944706, 6.8200926493441481, 7.0702834736372564, 7.3483462204604635, 7.6264067744909951, 7.8372782469612465, 8.0617780685477705, 8.3995622657866384, 8.7403882283600378, 9.0992605207420993, 9.3705162889778926, 9.75889880418889, 10.194686638374007, 10.438514323942188, 10.726873592781514, 11.069318434988878, 11.396569108340843, 11.801419844938572, 12.128206841266881, 12.485948104637052, 12.756299870388832, 13.076944452763826, 13.458692068837927, 13.824717813822369, 14.316393196413889, 14.621905587891465, 14.888480073624264, 15.335930506891625, 15.609627342322275, 16.191900883034002, 16.54381609680534, 17.147813194052553, 17.468929751742763, 17.940480341162086, 18.345046931400908, 18.601290104964175, 19.011371018239437, 19.335036342308854, 19.740516156682062, 20.13447317647455, 20.462447938558235, 21.091090849462493, 21.556877958704259, 21.823267014913611, 22.208749180717806, 22.786099855049944, 23.371401551338806, 23.73315353587088, 24.31738397233147, 24.625223648727555, 25.069412618036147, 25.928099135972015, 26.497110723217201, 27.085968731165757, 27.631123699960334, 28.187584878982072, 28.991619387322526, 29.353231676085986, 30.083376143103514, 30.880607280324416, 31.435216510900492, 32.392330109783813, 32.921554836523583, 33.514110805447565, 34.303809151243847, 35.456294459561711, 36.280791683627093, 36.940252784295062, 37.717899566227963, 38.457688239199655, 39.596732893642503, 40.36400419560065, 40.945135884536548, 41.797758649637814, 42.487275414278201, 43.921777494122409, 44.874273975496472, 45.67446232320151, 46.727212320012811, 47.45119952715492, 48.639858771576726, 49.370473491276989, 50.528638968567975, 51.389834372987714, 52.582079342007546, 53.589199085657242, 54.585243505081834, 55.622223351244195, 56.936556831025484, 58.385520290381457, 59.451232373507203, 60.588566421499443, 62.401492617291595, 63.88804064081846, 65.599157033995837, 67.204436723739235, 69.4912133287594, 71.622345320740351, 73.103725049112015, 75.089813374922841, 76.884823802108912, 78.275061550352873, 80.357326438684495, 83.305006897820235, 85.400732831032357, 87.218868459052473, 89.130072489534143, 91.252783666141042, 92.815637585979999, 95.739391170148252, 98.435092605981637, 100.31960869294872, 102.50286766025864, 105.48705400852423, 108.82295714914468, 111.39204546177986, 114.62248349802513, 117.87687880992867, 119.40484241859349, 122.7734081083525, 125.26971884287919, 128.55177396728385, 131.66269963489299, 136.57359107720188, 140.51816667169177, 144.16804544736863, 150.35987039520109, 154.72466658210519, 160.54109480247283, 164.18861964598716, 170.24309324015738, 175.29889321042558, 183.11630724838597, 189.01683118972002, 196.90975774880297, 204.49263459337524, 213.04893801936598, 219.75869942751646, 228.19907555440614, 239.44926809073948, 248.20168822805923, 259.25320106736922, 265.44318466962994, 277.32312416782054, 288.56952434288797, 298.64263419554209, 315.25981209742378, 331.89024853535398, 342.74298087821637, 360.77964203727674, 378.48547030119011, 392.5550051422876, 405.31614074355014, 421.74150173342304, 441.4412304371254, 457.82211257306926, 480.45566322885566, 513.45774433642032, 555.4000490334372, 605.92811073979146, 652.49495125201292, 704.61385101258315, 786.33845891481292, 874.04643470496728, 1012.3600088462719, 1159.4774300577808, 1379.2669821003758, 1756.1106436012778, 2357.4547208831491, 217148.93534056327, 0.0, 0.46532971898727915, 0.68496949409616426, 0.94645340397600952, 1.102736193185504, 1.312453009792369, 1.4867727436472011, 1.6340240974064906, 1.8260512349059785, 1.9700706984768943, 2.1040893787044128, 2.2333135236192967, 2.3880111121966587, 2.5520785579949155, 2.6739841145948597, 2.8075636832160806, 2.9039966303754365, 3.0345967971695451, 3.2102417439344437, 3.3137856992787351, 3.4376002808848787, 3.5571277890563819, 3.6898499180667237, 3.799063723671626, 3.94997555574531, 4.0925736583580976, 4.2086028832412561, 4.3390635740171728, 4.4761244808887941, 4.6023420572801266, 4.7263227277876512, 4.8591547764014482, 5.0957595508246589, 5.30514679884981, 5.4401600222425195, 5.5717535777959721, 5.7003644346866409, 5.8768488839999593, 5.991691304228997, 6.1771150398732244, 6.3465048845874961, 6.4948860632013519, 6.6772230060948159, 6.8030943590107249, 6.9813191429783039, 7.165284199966873, 7.3873559281058423, 7.5948269266966975, 7.801592658633016, 7.9955249125214145, 8.1905643672046686, 8.3270830680818655, 8.5054910750061179, 8.7225666260180663, 8.9368113184240965, 9.1376808053645888, 9.3633428615533649, 9.5990825604962264, 9.7364383724201087, 9.9186955590691088, 10.124746714296, 10.40687565362729, 10.737648017833138, 11.012188237958963, 11.214102933586581, 11.45440355061357, 11.736264046084917, 12.026226014607102, 12.245762888886343, 12.541549269023777, 12.756641375192153, 12.98360561266394, 13.288306417225625, 13.526164571303489, 13.75503655409527, 14.117128492708087, 14.374029807073448, 14.712173108685258, 14.981897180990096, 15.344366904559326, 15.600391910392348, 16.020999494977502, 16.300440442407332, 16.606309936976054, 16.902143272482817, 17.159816580240875, 17.461774805635738, 17.781122815339479, 18.119654210560597, 18.48063214553467, 18.820102897217541, 19.161710076244763, 19.479832189525602, 19.848403979835609, 20.122299299121863, 20.43004460334555, 20.753188532047265, 21.116860477662346, 21.534773567291243, 22.137744141529421, 22.45219966811996, 22.843712755485114, 23.327127510714419, 23.801219885543535, 24.400068243422009, 24.859199781454677, 25.249212813218318, 25.681597611963909, 26.218124149559316, 26.865624109857663, 27.476273115575268, 28.003316090112232, 28.465744086402083, 29.114406317582951, 29.863184721251695, 30.645923853117178, 31.411221663197541, 32.083675244596449, 32.623907125336849, 33.542071438820663, 34.423855107765, 35.090015994189059, 35.83529395578082, 36.739635743840758, 37.456669272617518, 38.267335328548761, 39.333029993613607, 40.288484522728531, 41.508400903755643, 42.819861162087363, 43.639905039190687, 44.572666361081048, 45.821482473822918, 46.862153416881057, 48.147392790601714, 49.404082667631819, 50.527705863342902, 52.004399737632923, 53.494784474459131, 54.714589396642559, 55.67232429415796, 56.793224205114853, 58.007050364060461, 59.680200263089169, 61.232876696778597, 62.427428818562269, 63.973042504689445, 65.632536988952083, 67.347413597855891, 69.065640807296859, 70.464693299553076, 72.418849794356461, 74.105138155507049, 75.662376323980538, 77.872835649845626, 79.967351057764517, 81.928379445805646, 84.034972341121062, 86.103344705230924, 88.477411000229537, 90.312287755291578, 92.507210044700187, 95.060608477240947, 97.679889639836844, 100.54820722011901, 104.05860073649033, 106.9975903165883, 110.72495391129446, 114.47278880860986, 118.67332903577829, 122.47362728985475, 127.29751063199502, 131.9947396665213, 137.58105901899614, 143.2436551636288, 148.62549462778085, 155.59863941964065, 162.63324375828105, 168.58328521973854, 176.47623591935073, 187.10110318413911, 194.1945607895322, 205.76585363429373, 218.54795010442368, 224.54362476449748, 231.28500418937108, 243.28574251055934, 254.11346183370961, 270.37086108698531, 283.71979921314824, 298.26484833307381, 309.41788972573079, 335.8183191815636, 361.8565261478937, 398.47210782079094, 453.94084657359673, 537.44153147414909, 644.04067764548461, 779.41712961885173, 1047.3517440661496, 32924.039482636828, 0.0, 0.44937757329633327, 0.61250349172115959, 0.7863111534649565, 0.88962062078461757, 1.0382238515645796, 1.1737343879099387, 1.3675367911897895, 1.4812885968395111, 1.6632187662691276, 1.8341758133782387, 1.9619748247014435, 2.0552125983628433, 2.1703209170187905, 2.2961317300880717, 2.3982858575534443, 2.4969661855862513, 2.6039206933082872, 2.7154863269399461, 2.7935806808717341, 2.9157144052335742, 3.0304254455360686, 3.1804609723019346, 3.2662231643163544, 3.3535831040758928, 3.4593860912217078, 3.5730577882484265, 3.6829046499090672, 3.7926322745010292, 3.918389650507887, 4.0461615056476345, 4.1688075178063455, 4.261935760927039, 4.3872821403468514, 4.4849226816074195, 4.5815647915521316, 4.7329622842326859, 4.8333438381787959, 4.9751149870072844, 5.1439939747359258, 5.2679283122041474, 5.3979939515818964, 5.4986148492629514, 5.5833034840702549, 5.7762491544651375, 5.8901795208691912, 6.0406044947405793, 6.1414968907338547, 6.3109595855296661, 6.4702277997994733, 6.6084310395612746, 6.7478047002924155, 6.8791042308295953, 6.9969768325569115, 7.1196791826285173, 7.2490813954518822, 7.4130615395895152, 7.6062113466901806, 7.7506437587572199, 7.8830685300393055, 8.0353926744476123, 8.1996939525956183, 8.4142220833085606, 8.5808330010701201, 8.7445310419872921, 8.9841822249357115, 9.181432418740652, 9.3539737653904709, 9.5793187725543287, 9.7462277892814431, 9.9098280489576762, 10.04079373626851, 10.211734359829405, 10.501564944142677, 10.710373784142686, 10.886736785556671, 11.066921822136326, 11.235485714770356, 11.437646009474888, 11.67346914949365, 11.83325542414009, 12.036493633448316, 12.32938637637468, 12.554138183666348, 12.743210513050011, 12.983810120622046, 13.174204038774839, 13.3680862872507, 13.620942224242304, 13.890272176459577, 14.165385082423146, 14.413231848006964, 14.724376594252243, 14.977328826245193, 15.231234613500565, 15.55914351677969, 15.781820608210545, 16.091194364415028, 16.347431974296502, 16.596030336748036, 16.887891775703359, 17.178071227425107, 17.48876537215957, 17.802979490086393, 18.167601675413529, 18.451234059983907, 18.773722324177371, 19.095678793499459, 19.393224208627331, 19.892470444495725, 20.360431028492791, 20.714816695587093, 21.109538106861837, 21.528542624887123, 21.903763658847744, 22.32752745556132, 22.932277869765915, 23.443859045149278, 24.010482595441839, 24.454443667170533, 24.893590041546005, 25.519805040678591, 25.948341902144293, 26.521018356962905, 27.203480036460771, 27.923098995772133, 28.875462789782972, 29.551018023069748, 29.950704440314354, 30.476114881076313, 31.046996042296136, 31.828920785208862, 32.724644642398538, 33.519807747032317, 34.207784670738299, 34.978220277672911, 35.82880248810423, 36.674526307149222, 37.539567643195326, 38.598050079089823, 39.461587691403167, 40.326650088153748, 41.3817881768775, 42.413485151973958, 43.434107971290473, 44.327692773369833, 45.281573404128643, 46.623500435435595, 47.845340004545946, 48.925490779005997, 50.099817716244445, 51.130922527278209, 52.52201636244277, 54.171384212197573, 56.251402930866988, 57.343667697555219, 59.060037223666868, 60.886212298901022, 62.282534857812919, 63.86965941245365, 65.907528655065505, 68.060546344496487, 69.886943517625568, 72.15339782090426, 74.790861312079699, 76.921991723046403, 79.835163669975174, 82.098620972009513, 84.019415664127024, 87.941587866072609, 90.308304219949349, 93.475153751625228, 96.866828921040394, 99.559133387387135, 103.13311038199714, 107.13838078377783, 111.61641909521742, 116.39540365181381, 122.02402340139254, 126.12078269274167, 131.70138789081315, 136.7872837632539, 142.28439193970823, 147.89576596130524, 152.23255441740992, 157.7226413282819, 164.37241204310453, 173.15971613514671, 180.11295998936518, 188.48112308463158, 202.36800846564165, 217.16809097558243, 229.45603073021095, 243.95331007710857, 267.19713077328231, 291.31657906696654, 319.83880240534251, 369.84715199786609, 456.83736037240828, 563.36551513987104, 1212.4845181047338, 0.0, 0.39299523597374442, 0.57756602839919102, 0.74933717643467546, 0.84798806113800529, 0.98808387915300122, 1.0731681865898071, 1.1904878246948769, 1.3296105353290197, 1.4470486564441511, 1.6132307202687894, 1.7334018816456787, 1.8405138120116515, 1.9401180825384614, 2.0206956222611518, 2.088323294417457, 2.1965858893088366, 2.2678507808547295, 2.3513510591465976, 2.452940588067142, 2.5244403869314138, 2.6111507000688201, 2.686185953440015, 2.7762991589505912, 2.8623591840837115, 2.9644501753879853, 3.0534304377734371, 3.1183306038752914, 3.2022029138736583, 3.3578682900076662, 3.4578586494674859, 3.5567846506796079, 3.6352803762683252, 3.7653628446367353, 3.8440117447262629, 3.9584732534380351, 4.0302646502503574, 4.1218781156084869, 4.211981828454741, 4.3396760587886405, 4.4201415569911395, 4.5235887459809963, 4.6307469822655509, 4.7731054586827728, 4.8838280863806549, 4.9937362132930252, 5.1605178704372632, 5.2560966186259481, 5.3556600842824587, 5.4678635206702646, 5.5973168757166114, 5.7048755075035276, 5.8878433771286218, 6.0190112054897522, 6.118844708522011, 6.2719026695437989, 6.3725565545753042, 6.4738742707717662, 6.5961657370971558, 6.6863432232288851, 6.8285306029142401, 6.9529888304791623, 7.0345923470005971, 7.153050087371815, 7.23828648460319, 7.3488613350575518, 7.5297259666276082, 7.665228962415263, 7.814513809818397, 7.9676729944874758, 8.0965767962005515, 8.258619388928004, 8.4038000906770929, 8.5498166593706451, 8.6979091856223683, 8.8099783579444786, 8.9513067459030502, 9.1237502030553657, 9.3482831702262139, 9.5044967504159725, 9.6593366065001636, 9.82253449013227, 9.9874115529723486, 10.137506876476476, 10.289126599046901, 10.444223952502876, 10.599915162622709, 10.734363441288647, 10.917595405084366, 11.108460594133211, 11.352160340302392, 11.607842306499339, 11.798599260283471, 12.009365871239995, 12.251934875461144, 12.49314138461267, 12.815528078713546, 13.078160801731713, 13.367979668775682, 13.61963788461563, 13.830407348960653, 14.134759793056256, 14.406222062237235, 14.719108048702839, 15.039806819372597, 15.357959034733886, 15.742708764682598, 16.038031868942646, 16.342061974077719, 16.619014591659234, 16.995469066261826, 17.440245060531616, 17.749017033014272, 18.105417999557947, 18.521262453800805, 18.847635914656443, 19.422978973137425, 19.69919609219999, 20.085099945021412, 20.537864119839881, 21.008059900732494, 21.532289222273434, 22.054776673981362, 22.335014932602295, 22.916014727566228, 23.337139989662067, 23.720719036927843, 24.388060450004911, 24.84313177402456, 25.486862832547693, 26.168604409957322, 26.702984764635431, 27.287480741291404, 27.801078630394546, 28.269720592443107, 28.926401527988713, 29.605430975118843, 30.330319669354552, 31.30134009465884, 31.993708205209099, 32.73067706792078, 33.486394058985752, 34.167581724784604, 35.401930848802451, 36.065974473699839, 36.896350829985813, 37.7813927333629, 38.921309661559299, 39.97516998571502, 40.789572211691727, 42.125840794801142, 43.644711500275349, 44.85355032164108, 45.812829425455917, 47.046058315709615, 48.449631897327926, 49.622408318720304, 51.04144247927352, 53.201024346560494, 54.577940901359469, 55.974500547503887, 57.300272604946706, 58.935437915672885, 61.253114155133289, 63.821740538824884, 65.624318697869271, 67.454483508361619, 69.123018783403808, 71.210354296257066, 74.567150230165254, 76.23070335468914, 78.271987515678816, 81.071827225516031, 83.453646862710841, 86.529339530495577, 89.958680391197973, 92.139227178417912, 95.452626979151631, 98.96652527128883, 102.73989810547134, 106.50759157615551, 111.64659346669681, 115.90393310434297, 120.92459723788905, 125.40052719866213, 129.67134907792868, 135.46294701412262, 142.5538801102015, 151.30070681491432, 157.84567716877518, 169.5170423411827, 178.87680934745092, 193.39884029816415, 208.14234715671577, 235.5424670602799, 259.89890359594898, 295.34858783034383, 334.33861915695468, 435.37594838703143, 500.4258992515953, 26136.224608103177, 0.0, 0.39973293565211121, 0.54970468651962101, 0.69428019898164828, 0.80416896659170267, 0.97256228280721502, 1.0741947545845139, 1.1635254227187484, 1.2659631876378288, 1.3822232353331732, 1.4871416503290158, 1.6059691148096156, 1.7314193523743162, 1.8189928465042873, 1.9334458898159075, 2.0377516716510327, 2.1075833274228066, 2.217744079961764, 2.2892931053076637, 2.370399790641895, 2.4612447561840849, 2.5289316577717074, 2.6468319175582824, 2.7635584974075624, 2.8487982858984613, 2.960003647452937, 3.040264995484101, 3.1340583717433561, 3.235843360825664, 3.3184989258906628, 3.3887498944054912, 3.4742665307996607, 3.5562981091035697, 3.6417013733235564, 3.7311047300627127, 3.8872996993864741, 3.9804799011541103, 4.0534756404067585, 4.1363024053202926, 4.2208974321794877, 4.2861111457481496, 4.3766112965174155, 4.4823314746332565, 4.5480736492020721, 4.6140282594933879, 4.6927572802426791, 4.7950758075336255, 4.8965365095798212, 5.0072589054206107, 5.0975160269495143, 5.2362442989591846, 5.3289517016526302, 5.4178449031775839, 5.5118563643244292, 5.5991786537930563, 5.7292585294169509, 5.8455520624288511, 5.9835086379946096, 6.1056860394816654, 6.2159830829296503, 6.3853574209981945, 6.4974583447731833, 6.6378799857782989, 6.7643189783177879, 6.9331608618050389, 7.0563877476272356, 7.1597694820310664, 7.2747575984770805, 7.4061511602581902, 7.566805332709456, 7.7166738418404099, 7.8275904312086375, 7.9656564706412034, 8.1244717048328159, 8.3128776945349419, 8.4492226274061721, 8.6026791744357034, 8.7913701590231152, 8.9674862747079285, 9.203292738543686, 9.4039626926929181, 9.5311545009803265, 9.7551708743344214, 9.9026582594455501, 10.022592104276631, 10.254556398686347, 10.441547514468155, 10.55911902240299, 10.753522809241019, 10.926077226400229, 11.111675067184086, 11.282496796620391, 11.542358714530458, 11.747566119524583, 12.063275519031006, 12.341240623919091, 12.652985756993917, 12.911635251767006, 13.185612347682703, 13.397850815278218, 13.510168018667791, 13.823974357607668, 14.079700135326661, 14.319520604253412, 14.516982034078424, 14.715852185550794, 14.964361234520684, 15.243919353703765, 15.434116248837348, 15.848964391761008, 16.086776522206492, 16.492027051516569, 16.795026784147762, 17.200208653485955, 17.498774119010612, 17.697568539728877, 17.989065229745375, 18.378303894171673, 18.701677957394676, 19.000050086953262, 19.305072306272276, 19.640223854343546, 20.148513190788542, 20.571031137831589, 20.950263329212515, 21.493452145932224, 21.900647991805542, 22.368835386038555, 22.757466417332257, 23.266697302860564, 23.748918186455164, 24.013428277953601, 24.436060444302342, 24.839469583056065, 25.343925184450622, 25.873641504196087, 26.482510119485095, 27.117741302188946, 28.028030125009568, 28.67264931970686, 29.423325760610378, 29.889992195728581, 30.465443031984776, 31.309530466130287, 31.901260500752073, 32.799551692053072, 33.541476679668996, 34.443620232941036, 35.302557206918429, 36.095895295724823, 36.967344523130116, 37.972365673128152, 39.113785970733069, 40.183225976540719, 41.415014418976391, 42.519519437606419, 43.877982190483891, 45.274268146469012, 46.598258997931197, 47.577075478663595, 49.30474498506122, 50.820118338226344, 52.111331702490496, 53.410484924257844, 54.902819374535113, 56.280708096832775, 57.753628438949818, 58.879346286077769, 59.968520735732298, 60.999746067677791, 62.753450775062085, 64.030882243935793, 65.729557300284014, 67.561576034705098, 69.665957842633134, 71.539525862837877, 73.715255033933218, 76.042333108418404, 79.197194154406716, 82.16221890263013, 85.299196384291619, 89.066358132689487, 91.826772968117325, 96.091493878155831, 101.23287053213269, 106.50298553112719, 109.91541659247912, 113.35584144711426, 119.43260281154497, 126.01710530963756, 135.83275402928408, 143.34767183967989, 153.86665354982301, 165.32615555272824, 178.67838621083195, 195.7780863511025, 213.10059234298109, 235.43734867679117, 282.56546879749584, 344.49428452558914, 1032.3156481054148, 0.0, 0.28542906758282582, 0.44835957796562231, 0.62651997706725926, 0.72080554472755054, 0.85153448889118422, 1.0135203835548705, 1.1497401649165981, 1.249689630633253, 1.3399789001967404, 1.4564959287102479, 1.5525185391245844, 1.645337296328182, 1.7029587642670561, 1.7998807148268574, 1.8818193335491449, 1.9378684814241007, 2.0045089255406014, 2.0748139436457822, 2.1773066185618797, 2.2832712158697772, 2.3883600529626685, 2.51854086329767, 2.6082969305879526, 2.6653570235348072, 2.7353083692676279, 2.8357637619195271, 2.949800063298929, 3.0384811951680373, 3.1078994075124524, 3.2335260889505033, 3.2990419647626399, 3.3727668828240933, 3.4799226620744226, 3.5425893742655994, 3.602653782843948, 3.6809307822931201, 3.7636220805378935, 3.8356481276880539, 3.9348563402662586, 4.0173932529537133, 4.1063926031921367, 4.1717702846007647, 4.2630914745857496, 4.3776816586639553, 4.4711604153944746, 4.5898411942902397, 4.6529598063193873, 4.7594223012672128, 4.859397400196225, 4.9911351337934935, 5.0565770304775857, 5.1225454425221839, 5.2210476830787913, 5.3162453599135313, 5.4019041740602542, 5.4940746055002112, 5.6136974622961269, 5.7781825322921838, 5.8753555715066135, 5.9710447043669799, 6.0693550815356012, 6.2210987536494446, 6.3057281942751633, 6.4213140942100821, 6.5389008456679329, 6.6598814572271587, 6.7667995850353684, 6.8447945703412136, 6.9638166797290806, 7.089919065426475, 7.2063358053191635, 7.352017914006157, 7.4537565287326801, 7.582581434309609, 7.7515979917104838, 7.922857945264326, 8.1036189902911531, 8.3020028506929222, 8.4634925955724825, 8.6391711422358544, 8.7635395423761935, 8.8992877245899145, 9.0893279549043093, 9.3039711595273165, 9.4509385898117682, 9.5886214810203292, 9.7390698728931344, 9.9541876691465312, 10.169584740152244, 10.408818535856438, 10.659936222779091, 10.885872639294179, 11.234872889392312, 11.380004892188218, 11.630544911322611, 11.842161705728255, 12.145847767420936, 12.330853164469056, 12.583698055254121, 12.816494298528724, 13.030768267855716, 13.340667906325312, 13.590963465427643, 13.838270526487388, 14.074223027757553, 14.348879588563831, 14.623052429806279, 14.889780883997153, 15.16693031574218, 15.627987742305928, 15.886715102647821, 16.122720491922152, 16.370043221512347, 16.698521062776425, 17.014791424541087, 17.277243625151677, 17.630298905505015, 17.922468720470825, 18.149957595022286, 18.504105261759602, 18.795720406240982, 19.18862905514699, 19.475658613972989, 19.718119783763974, 20.003625971835866, 20.315035816376586, 20.769230895348553, 21.215197103344, 21.721451002558126, 22.141375933409783, 22.495823827116208, 22.862304058851613, 23.305091172097715, 23.849319624238138, 24.24364699835543, 24.720699200556524, 25.085626207841511, 25.638589513652505, 26.154907865789191, 26.464735192229831, 26.827306144197109, 27.546994095945028, 28.177135131091795, 28.63885753555148, 29.495195057633349, 29.842693161801382, 30.377067174788916, 30.875858140539503, 31.744346334559026, 32.758933651918937, 33.726942266387887, 34.215890876186286, 35.205804764096222, 36.335678040868849, 37.11614771455158, 37.941465739425929, 38.859334633575578, 39.928208407832223, 40.699477662771486, 41.819209837420011, 43.215290220738062, 43.752358355431525, 44.477418638451525, 45.544939322383215, 46.640235116349203, 47.579833058320212, 49.08201798196896, 50.659250361498124, 51.765930922941273, 53.63059431256552, 55.1000160675475, 56.73201493619726, 58.246215912516156, 59.40623788602521, 61.827647106103718, 64.49842649472086, 66.976553190431929, 70.198059650548117, 73.471061518231679, 75.97093457032166, 78.702576395464334, 81.611672320767141, 83.584533696176564, 89.483719245164707, 95.503007633435587, 99.897758416618558, 104.5780094282018, 111.60694946504658, 117.51568863458957, 127.92288436293775, 136.29858810722959, 147.30418079416475, 162.5922919611979, 173.4980042718681, 184.44721960771685, 206.66903439286079, 235.60943993849668, 279.42538519180954, 395.73590980190897, 767.7437697537913, 0.0, 0.36374037786845004, 0.55995190555689123, 0.68730867176589694, 0.8050753739354829, 0.92714388919158952, 1.0175094347724474, 1.0720068922506483, 1.1785486021612082, 1.2657419124971916, 1.4035727483941891, 1.4650786245458309, 1.5545465660549713, 1.650599565868383, 1.6933702592952453, 1.7732804777571083, 1.8838172082592433, 1.954950718947722, 2.0048840780203179, 2.0683672686827492, 2.1645078261391331, 2.2612520597106451, 2.3359440089385646, 2.3981343988484136, 2.4476156886612883, 2.5691159773482495, 2.6084450349000678, 2.6658038289568791, 2.802053890520781, 2.8561183704950697, 2.9543741961709769, 3.0135138877978185, 3.0505910337969002, 3.129399027027457, 3.1984302483970564, 3.3186190937914195, 3.4057540256655323, 3.4777981689415913, 3.5184191917833267, 3.5975803130944266, 3.6588848905491038, 3.8130976291367, 3.8802414294541254, 3.957222730170348, 4.0900593899149893, 4.1986310350360245, 4.3311490651060334, 4.4373460503609401, 4.5587919710581124, 4.6277536709616927, 4.6884807290574564, 4.7843280503620607, 4.8638283249690355, 4.948337773654341, 5.1040636578149838, 5.1795964194464377, 5.2973077144211338, 5.3522785288725707, 5.4939098011676935, 5.6180430790090652, 5.7470634587269451, 5.8397056876634732, 5.9561260760004444, 6.0433823634687371, 6.1235992948872031, 6.2504421209611483, 6.4113950981142374, 6.5516323124086711, 6.7244564776287783, 6.8618195100648141, 6.9505641642794975, 7.0916813413393385, 7.2272991950515504, 7.3163089878854173, 7.4623335136659801, 7.6110387010371117, 7.7791913595037805, 7.936641896374983, 8.0878941913267184, 8.2595490578730129, 8.385431944546335, 8.5207274071897672, 8.6857803464137824, 8.8101649975015821, 8.9536744831786148, 9.0600596564391367, 9.2078447326702051, 9.3228888631291884, 9.4666810933090737, 9.5842181319219488, 9.7117679522558404, 9.8364937741290674, 9.9578885988719605, 10.050258999773828, 10.222935957512945, 10.316390929540351, 10.475548798393795, 10.645698388425439, 10.784281041251679, 10.948840474245644, 11.18619695562867, 11.391007009711993, 11.567902525938473, 11.71609814428081, 11.986239831997279, 12.114994517734564, 12.299234012158884, 12.519873907814063, 12.863454387962484, 13.071436848150757, 13.401814698265529, 13.616665965772345, 13.917822552439985, 14.188207378128368, 14.392249303363604, 14.565292790891043, 14.8227217543752, 15.082488535254081, 15.353996053129002, 15.71970041593713, 16.055798117141507, 16.350541959618788, 16.59026542651214, 16.985800718119268, 17.454849654596948, 17.727304029707067, 18.074448871862273, 18.657077244754035, 19.113484525377181, 19.562570052919153, 20.051208287923327, 20.510845671810618, 20.868530774744045, 21.265799148848728, 21.905779229740901, 22.253576842522836, 22.93054457765145, 23.206345747345235, 23.442698316367355, 23.819566588138276, 24.284074517836409, 24.787572758168594, 25.29135993018971, 25.702149605001754, 26.244235212381223, 26.972918611793055, 27.497687861234269, 27.803253080067293, 28.455954373351648, 28.799808431536636, 29.848012115835569, 30.659490646833433, 31.278494629826003, 31.986230266586109, 32.844426473455414, 33.467758528183403, 34.226128209009545, 35.361957028401591, 36.258109649477035, 36.936669242532219, 37.818365857787754, 38.696285651145452, 40.081917650133853, 40.64346996992446, 41.711711592656641, 42.702888952548854, 43.463449958527363, 44.933303891653537, 46.280030045429775, 46.884828739246672, 47.9164412951895, 48.816783602198043, 51.059938151143868, 52.990341731171874, 55.149664388125281, 56.632548806783447, 59.744429378935919, 61.750152716933627, 64.13446025245527, 65.894498123950655, 68.469194455591804, 72.127321506278804, 75.510184634367306, 79.070343457944233, 82.83698071207391, 86.213350717712743, 91.263841459235479, 96.251898067968696, 100.97702206389322, 110.24223086163732, 122.08402559600439, 133.28649360785434, 143.88249756506781, 165.37750731198261, 172.54296243585648, 184.52345636646612, 205.19933792261477, 225.68130093091153, 254.48608422209975, 356.13158711494771, 667.13884179705951, 0.0, 0.26354229304624982, 0.38447836652746359, 0.47827776444151504, 0.57102745980500924, 0.66953353299980622, 0.7418659221489563, 0.83156847070200968, 0.90459644576835174, 1.0010729921508612, 1.0747030979707302, 1.1266171474464457, 1.2074942519793959, 1.2865431026365461, 1.3473439404701553, 1.4202020302877516, 1.4768893225494599, 1.5313969774675775, 1.5909847654923739, 1.6475355098467457, 1.6997939412324161, 1.7637752265692834, 1.8242615872864518, 1.8898188947673684, 1.9509538324144411, 2.0098808061983942, 2.0640737132115903, 2.1250621349491174, 2.1880199036006234, 2.2482335097460373, 2.3224687338799601, 2.3810854640962966, 2.4539462471917695, 2.5205389108480092, 2.5736335433800064, 2.6351983220648534, 2.7117894124038844, 2.7769524741702436, 2.8358464472920151, 2.8923290609616985, 2.952869124430904, 3.019886501351988, 3.0890122216294262, 3.1640429065297679, 3.230928687772761, 3.2871518048094348, 3.3658272937032447, 3.4150577541035902, 3.5021039779235932, 3.5747695852696721, 3.6487836281519805, 3.7241574101269204, 3.8142260058409829, 3.889886219446729, 3.959556232893171, 4.0356800011365941, 4.1057394274812147, 4.1980461864106902, 4.309452131909552, 4.3828331762835537, 4.4695204020316721, 4.5367508600967223, 4.6233009941728263, 4.723559288314422, 4.8418135782046221, 4.9493007712556114, 5.0770358904447308, 5.1638022761303857, 5.258523659828418, 5.355344510356554, 5.4603287604488076, 5.5379537810288211, 5.6249248142354942, 5.7220275089216761, 5.838923475249886, 5.9497212657328467, 6.0583843755738309, 6.1867532212460965, 6.3064698765052771, 6.4319591322171776, 6.5483864027049101, 6.6488785338577285, 6.7665965268891011, 6.9052017507528056, 7.045854866965354, 7.2014256979466307, 7.330485956308558, 7.4487327302385404, 7.5665345877761823, 7.6547168896849138, 7.8054455606559943, 7.9504829122596341, 8.0783042696456278, 8.2122962977826681, 8.3879105778396355, 8.5583569201645879, 8.7283836649546007, 8.883891378612029, 9.0083786843632403, 9.1761351492455319, 9.3638324400389497, 9.5907615887485385, 9.7594846934193047, 10.010833472510898, 10.185621904747663, 10.346951216302086, 10.520062141237078, 10.706681377384809, 10.967233078599998, 11.138591663326494, 11.336327609263476, 11.538065870352529, 11.780969742764785, 12.040396856930878, 12.278033460635026, 12.572587972604635, 12.836717579047866, 13.112528685175548, 13.349919258349592, 13.711232799022634, 13.952743864796032, 14.173739895596908, 14.465060589666624, 14.731797503743392, 14.982825032585207, 15.26649112996823, 15.569851389101043, 15.807990176918581, 16.100384923714998, 16.357766493568764, 16.777677977704688, 17.171170485060028, 17.439164114500958, 17.753339594991331, 18.098780157602537, 18.506119482642575, 18.872634818431685, 19.158220809140616, 19.460619214965231, 19.861854966350609, 20.194551637195691, 20.572956591632238, 20.928294578986577, 21.344426709478942, 21.66166937542549, 22.240766877718343, 22.565729819049889, 23.044323591163653, 23.475228287516739, 23.932777693805892, 24.431735905582023, 24.9753478724361, 25.444631767712121, 26.034501673986167, 26.793728332827442, 27.366686796047183, 27.957289531847202, 28.628949210391269, 29.141828609314189, 29.719739181851036, 30.30594251575133, 30.960727844584873, 32.027496656930069, 32.974018472252368, 33.863248797022031, 34.561629815364022, 35.481873500994837, 36.425956905396923, 37.348331262937052, 38.205344049967586, 39.198221653394434, 40.278372389201685, 41.677786414811592, 43.065418693400801, 44.574973160850661, 46.276760954798682, 47.637500721436417, 49.306031705719278, 51.89715331335065, 54.021647205722303, 56.568849685307754, 58.260272125967838, 61.01559773170208, 63.460178968983008, 66.681062849099575, 70.419627156287063, 73.920166575505235, 77.213692861072445, 81.815040784668199, 85.962566683415389, 91.041503329412507, 95.177144795049969, 99.955722087200343, 108.58955753524259, 117.80784071631163, 130.37475347981882, 147.21446326393803, 169.18325814487829, 205.95766196129654, 265.65512151989378, 87848.280391018183, 0.0, 0.19490317513848199, 0.31818006814142752, 0.44431328428917849, 0.51127610159630021, 0.60383086895704507, 0.66138230429826461, 0.71265972318194859, 0.76129462676019677, 0.83795014966870063, 0.89283607223616412, 0.94121780304322211, 0.99883776020744297, 1.0583181972227838, 1.1082428211928517, 1.1713208117143756, 1.2148024624665414, 1.2609968601390287, 1.3328682001354739, 1.3925492252792258, 1.4667867999704067, 1.514482258913509, 1.5743932825824867, 1.6055483247197799, 1.6735799139620093, 1.7242981980275145, 1.7695095310430997, 1.8260039068052139, 1.8847715885877299, 1.9197993080657989, 1.9744731923762646, 2.0311915914165062, 2.1097644028458769, 2.1664244086126137, 2.2431869595868097, 2.2837360345225766, 2.3556313195570087, 2.405430036905444, 2.4505170860355792, 2.4989854383785239, 2.5407069198492236, 2.5973895600257899, 2.6662262216343775, 2.7003533281249101, 2.7540559919851004, 2.8059856736986672, 2.8744094871135686, 2.9296784011089727, 2.9987201241218648, 3.060603076649417, 3.149353771093593, 3.2335250198149148, 3.2987481250279922, 3.3813159530575105, 3.420245321649098, 3.4667630445198467, 3.5404207818987037, 3.6319368958518181, 3.7059200378072354, 3.7740034108713001, 3.8372038077261137, 3.9197610988151039, 3.9886257099364339, 4.0660495867193172, 4.138300196794412, 4.2257097559547683, 4.3260432863760752, 4.4121971145250116, 4.5042890038890597, 4.5643129623079091, 4.6632837420436948, 4.760388268790428, 4.8656859399723364, 4.9325603768335293, 5.0342194443918942, 5.1201176332551412, 5.2068094592308221, 5.2861985755361616, 5.3619402279344657, 5.4488952829979578, 5.5661630444890307, 5.6302459604039878, 5.7251570645424943, 5.8265289703090026, 5.9757197595129812, 6.0745229648833075, 6.1917517048051831, 6.2953470395796423, 6.403259690218019, 6.4917627633704118, 6.6358190501534073, 6.7679316573810269, 6.8686794099073571, 6.951123042441683, 7.0714773931514774, 7.1876874501549377, 7.2851841541363633, 7.4277247272769777, 7.545118161206557, 7.6796631181823791, 7.8167880642937018, 7.9566071237538072, 8.0603936878360543, 8.1832039873181959, 8.3115755716587163, 8.4320844813486833, 8.5902802761521784, 8.7221702888496431, 8.8514060135926869, 9.0332345688234028, 9.1963706908372931, 9.3367587179861236, 9.497006030540005, 9.6427753811526102, 9.8532189063800164, 10.050461242163172, 10.168236220470268, 10.348527513241617, 10.531791667580992, 10.703985943887844, 10.93278400032537, 11.15334897515447, 11.279161608656203, 11.493658887982159, 11.629213658946661, 11.813149108077441, 12.148329929207353, 12.428225959361159, 12.590673999087862, 12.794134333415222, 13.002054595845699, 13.29166579030848, 13.555249875763497, 13.805021300146676, 14.163857718369647, 14.396612581875223, 14.68307313946254, 14.923008872428863, 15.32205455142778, 15.692053745001203, 16.016016291617053, 16.269176030476242, 16.559936897997712, 16.907361798334914, 17.258247430228977, 17.522507804773419, 17.819739257247601, 18.300494526840033, 18.61675208077844, 18.901401014716043, 19.417022408557258, 19.797904233478242, 20.228015085729147, 20.637954339218549, 21.183210911355513, 21.771881557448339, 22.21773210897102, 22.779612813526374, 23.276529546096842, 23.849594764724543, 24.446921593531446, 25.015101229550464, 25.658559396356374, 26.282199605420455, 27.105386636499361, 27.676243476410885, 28.419439927324717, 29.184424065828914, 29.883208551297241, 30.862499878001806, 31.713413996846523, 32.826935291082727, 33.72406490654123, 34.680776796431886, 35.528359794461842, 36.670845950707843, 37.969249977719763, 39.273981900912467, 40.244728926237393, 41.483302822400162, 43.211405024691217, 44.630074152677139, 46.308911078822682, 48.422856008629161, 49.774586644602294, 51.781332900742051, 53.252372889554401, 55.257436943999878, 57.314324693762337, 60.134437476839075, 64.643054466595004, 67.805529413896068, 72.960204750804039, 78.548035565623934, 86.612578466349305, 95.851443874433429, 105.43467161328387, 123.71872542791084, 144.47153346382115, 176.91525388308472, 309.16164265953068, 0.0, 0.093398210950316154, 0.1964204104101267, 0.28305640434431101, 0.37579074941364743, 0.43376997866650091, 0.49429543879132976, 0.53862866326746572, 0.58159097219579325, 0.61215633846525852, 0.66489866088651661, 0.71376871279852483, 0.76604518711445135, 0.80762780660631495, 0.86702460155016359, 0.92578293211375118, 0.96655278458941574, 1.012408711382466, 1.0389370892326379, 1.0979094469421704, 1.1360967828124768, 1.1843998812376955, 1.2121765466487182, 1.2356656356376803, 1.269517337829088, 1.3064220440414478, 1.3456604109067491, 1.3847455871539975, 1.4433510659744919, 1.4787246262422706, 1.5290320752062629, 1.5562124703009197, 1.6073426914107938, 1.6404681580522233, 1.6702244973685063, 1.73063179859356, 1.7750006715499509, 1.8279516044521678, 1.859195201800822, 1.9053170452940513, 1.9280767671566097, 1.9902516035810496, 2.0186760912468551, 2.092657238098997, 2.1474948054253384, 2.1871961512096565, 2.2317816251782281, 2.2907742739410164, 2.3359180870369833, 2.3869816483688759, 2.4529856457177273, 2.4909203390683849, 2.5537529934964778, 2.6292032978804851, 2.6784202619777213, 2.7190242328666847, 2.7592501032192169, 2.8141411237425067, 2.8832878890394928, 2.9253711343109838, 2.9954526684612648, 3.0483400308079833, 3.1195790079290284, 3.1882923341376097, 3.2475133828248954, 3.3082893597110878, 3.3998621255091428, 3.47762860298067, 3.5504403144136871, 3.6091991238429708, 3.6617110799009782, 3.747352642356359, 3.7869413127021954, 3.8494017410196837, 3.9492065318655385, 4.0178432318231367, 4.1459135647020364, 4.2117067391482745, 4.2819404568634685, 4.3483465566680453, 4.4244779495490469, 4.4626585143965478, 4.529665123797245, 4.590443570999347, 4.6959724608287416, 4.7546121047868048, 4.8565039814092676, 4.9526895878521771, 5.0443764740864374, 5.1192000512767368, 5.2222704461323, 5.3679136440586834, 5.44561515189495, 5.573881356101074, 5.6587732114410647, 5.7456859581229036, 5.8285056653676959, 5.9249388997940375, 6.0008874169591815, 6.1408249280378238, 6.1925479765893821, 6.257597707865, 6.3482665820132933, 6.4362617657783012, 6.5018677743421236, 6.5990992264693222, 6.7059841755319676, 6.8408659416578956, 6.9783602936172588, 7.0768404883339144, 7.275512674657814, 7.3760305080718176, 7.4852630022878435, 7.5558323048134834, 7.6469369887215128, 7.7796586853873126, 7.8927874437708638, 7.9917930786552116, 8.1024563434454961, 8.2999865668501034, 8.4506558762494599, 8.5965995871403145, 8.8639775066208841, 8.963955758417768, 9.1445204978480277, 9.3391048111935557, 9.4789266524635813, 9.6269538620278485, 9.798523665360058, 9.9267454692157209, 10.135523291360611, 10.266903541690644, 10.45005203381487, 10.715778409248584, 10.96464567850493, 11.083463676843031, 11.256660301260217, 11.500996192642983, 11.687974340512826, 11.903229343489697, 12.133709181931877, 12.310998874748263, 12.750272219083747, 13.056147482613222, 13.253490555112993, 13.675145968268881, 13.924230477174909, 14.217574079767886, 14.571236022596374, 14.939288725850155, 15.314551253615292, 15.575987515584663, 15.833645863054313, 16.200485384427974, 16.477465196601848, 16.843241153808755, 17.272849032588312, 17.796542227272955, 18.154946140541519, 18.42280855377696, 18.768141850732011, 19.187362345680633, 19.591309885228171, 19.89722345376024, 20.702595711695711, 21.128564543818339, 21.527729127045859, 21.98660526945358, 22.521671536797641, 23.024367946134102, 23.561848505072032, 24.014992900974836, 24.436576472708754, 25.503186568685322, 26.610835772872736, 27.151442239196715, 27.70328225888667, 28.806039995726948, 29.627287233320377, 30.315284533811624, 31.327683853768139, 32.147834022257314, 32.92691659425568, 34.04201415685305, 35.413352753610873, 36.221826443150817, 37.977707465427912, 39.36878752355473, 40.951879054950432, 42.365682197246947, 44.629804117764586, 46.795396750300675, 49.67533805194968, 54.589345174300426, 59.129570664612665, 65.197403972300108, 72.17408937465612, 82.574762345786382, 93.478082113773723, 137.00082761546682, 199.8118228761337, 0.0, 0.10986207372166874, 0.14872621306540318, 0.19845064349132605, 0.23956108970357301, 0.27567089124994565, 0.30377868213388104, 0.33708359499769869, 0.36673053244321807, 0.39912993308020295, 0.426779015978206, 0.44779438158941426, 0.47517643738476034, 0.50286573074575236, 0.52693060971954953, 0.55098158547076637, 0.58123019985394664, 0.60493909669532997, 0.63389774238520347, 0.67186606098347501, 0.69617002023919206, 0.72425525288091774, 0.74131268328835165, 0.75822441587657952, 0.78496504186460769, 0.81439669478023768, 0.83597937513562759, 0.86590383841807772, 0.8832207398905233, 0.9128885288784947, 0.93278832232658382, 0.9712970144945392, 0.98805434822469451, 1.017363705614581, 1.0437582087199948, 1.0718487411987458, 1.1004250896437773, 1.1194711959360109, 1.1437610856843738, 1.1703135770105868, 1.2056434217949175, 1.2338045789280789, 1.2543783796951538, 1.2881091828814166, 1.3112986519959224, 1.3412713397963407, 1.3643779221604135, 1.3915419763427743, 1.4135745730894449, 1.4437349779195308, 1.4780368538634174, 1.5059249898934794, 1.5377824779923701, 1.5720832254223982, 1.6052142651949446, 1.6359894194069291, 1.6698249679324384, 1.7010194250562272, 1.7272294927445859, 1.7640864928040065, 1.8021508917193763, 1.836941181297739, 1.8572858792099074, 1.8790413654272671, 1.9118884108245098, 1.942073490357896, 1.9694860799879985, 2.0015645272239428, 2.0522149106625998, 2.0912660589444134, 2.1247257810064668, 2.1749093251088301, 2.2217650563723126, 2.2797139028050473, 2.3273351675369698, 2.3662520837977135, 2.4085161957373407, 2.44842259128407, 2.4966048731591064, 2.5293551875388931, 2.5632601598410365, 2.6058201417068219, 2.6332894599197223, 2.6736218730705206, 2.7182676740160878, 2.7675212194433909, 2.812780412941005, 2.851379316835152, 2.8952580472277556, 2.9324664002449192, 2.9730447751871556, 3.0227975296309393, 3.0615273198990827, 3.1268021698603428, 3.174893627551298, 3.2193684712802222, 3.2683746695506959, 3.3223129099795639, 3.373078633435032, 3.436781965208882, 3.4965341709413189, 3.5485636123343998, 3.6258706424876941, 3.6600532837001367, 3.70560155555301, 3.7650593373841739, 3.8358507676461393, 3.9084549757206171, 3.9708021023524647, 4.0212671115382888, 4.0946288617889595, 4.1394244422887896, 4.2188351505187107, 4.2823861107092336, 4.345215736329938, 4.4124531199132271, 4.4715502537649803, 4.5793747033075158, 4.6772348615589658, 4.7793135998354499, 4.8587348255519132, 4.9729544448725447, 5.0694000105385566, 5.1648687512296263, 5.2375026757215011, 5.3107689102038451, 5.3918869300439356, 5.4798227286901664, 5.5404131589193328, 5.648241044217758, 5.7449977826195706, 5.8598429438509489, 5.9784308800284593, 6.0724910376893559, 6.2240939885017204, 6.3418997607004348, 6.4869662152984544, 6.6005309624044228, 6.7321547133945252, 6.8313273194562418, 6.9553827276444107, 7.0978539209087161, 7.2385617409417087, 7.4083545257663301, 7.5207064390014864, 7.6784562087734116, 7.8094272468662487, 7.9694720845049609, 8.1498776347751605, 8.3017112945801781, 8.5266505277166349, 8.6503142671472784, 8.9054272928070564, 9.1373026527777839, 9.3315715528110896, 9.5401595700260877, 9.7597048968193185, 9.9666371700161704, 10.22144069326451, 10.408114251683418, 10.676084943208242, 10.908036087339795, 11.20436716656776, 11.477519824720831, 11.808217307144476, 12.095306359268855, 12.384349218033464, 12.685309460589796, 12.923557637527606, 13.204138344604788, 13.616900691559191, 13.979656973992922, 14.606515576714788, 14.962258652534821, 15.314510650339031, 15.724483559731054, 16.382829228207918, 17.009132961353529, 17.366569031693889, 17.900210603831621, 18.648573105414446, 19.363994023453447, 20.143558523165193, 20.828002130195308, 21.73898624871266, 22.409876982562661, 23.415203632804776, 24.355119676733135, 25.938175172718896, 27.639017238717773, 29.341494300849057, 30.595119225694788, 32.714674098003904, 35.49272152410154, 37.928565199883295, 43.491713440727274, 47.581292491927705, 57.969627624865709, 63.340294577285306, 80.397876878853367, 1699.4418298669216, 0.0, 0.057563746961587628, 0.072111582138628103, 0.08953965473080569, 0.096680126595439592, 0.11426458268489206, 0.12297408594046662, 0.13531860413261979, 0.14452962166237915, 0.18495685986529226, 0.19550850903207695, 0.22061034782875669, 0.24758609568932677, 0.2612060900760057, 0.26777787436395784, 0.27913993724767144, 0.29698064960443493, 0.31244925057107031, 0.32122508788845933, 0.33311366430341305, 0.34236037155250942, 0.35256380627730061, 0.35729858105022982, 0.36206918848814695, 0.36696792159332803, 0.37634614206748435, 0.38534850898782269, 0.3894744547332164, 0.40001857990165496, 0.40628143701841141, 0.41257543810712505, 0.42792024247708083, 0.43741390937376029, 0.44679385424881979, 0.45338668180597402, 0.45852917891908479, 0.46847035670602488, 0.47881191760237773, 0.48636454017775488, 0.49953494697176376, 0.50860731875951681, 0.51485110540295576, 0.52109982877729388, 0.52856828716304816, 0.53396501041075717, 0.54519067350690764, 0.55087030570382234, 0.56120787950497175, 0.56947875574614748, 0.57879694500782908, 0.59045771217758214, 0.60020074472460661, 0.61356581621742379, 0.62339692092995469, 0.62921777922324307, 0.63757958596122966, 0.64566282308710643, 0.65337163144903077, 0.65757954743934188, 0.66731107005984081, 0.68506693378151473, 0.69407449975565316, 0.71475464833393743, 0.71919154363460669, 0.72854121818321049, 0.73768805533929283, 0.74964936797719572, 0.77319064552644212, 0.78475208628536974, 0.79568283458133116, 0.80765736770217855, 0.81877434008276662, 0.82795271525666825, 0.83973491168326087, 0.84972560110746476, 0.85639470621002023, 0.8647134858775507, 0.88244802261826683, 0.89985271988240045, 0.92340768696765485, 0.93788541450428287, 0.94792835531188524, 0.96027918757802155, 0.96921149562521636, 0.97952213604373195, 0.98854957689191614, 0.99970116951294496, 1.00882043327571, 1.0201870773908586, 1.041349919759516, 1.0556530343908901, 1.0756585260782074, 1.088223830319788, 1.0958784727426483, 1.1149995386526934, 1.1304796415226661, 1.1446063542280724, 1.1638356180596499, 1.1745794869462154, 1.193511657405055, 1.2182391405087374, 1.2382096317106388, 1.2472982421708765, 1.2622218704529613, 1.2744400683695623, 1.2908221594923039, 1.305167165044943, 1.3252374721898401, 1.3384679854994657, 1.3542873322844842, 1.3724563152241775, 1.3892962190041085, 1.4109408775708268, 1.419655422200014, 1.4315263030154188, 1.4527276892177177, 1.4683378048771656, 1.4867165057343337, 1.516076453749051, 1.5433792065946024, 1.5553543482759045, 1.5609831318052232, 1.5806764726673499, 1.6041131847991026, 1.6344144243726575, 1.6710888016711845, 1.7061932731840148, 1.7354452179890347, 1.7630243267926291, 1.7975788676407549, 1.814028785525206, 1.8281150670319055, 1.8550087441605427, 1.8737649522280617, 1.8856226040366797, 1.9079304881331332, 1.9442107218496263, 1.9659920408787115, 1.9983699901526899, 2.0223202139688512, 2.0401740051464592, 2.0748888988742027, 2.1149914291249212, 2.1360608521646109, 2.1565833101041338, 2.1693334907915234, 2.207376721598215, 2.2255919603217067, 2.272629194554781, 2.3279774087392666, 2.3517585387327471, 2.3910765083557908, 2.4703248547335415, 2.5208338119493607, 2.5806226807785433, 2.6402836153572076, 2.7185362598168772, 2.7677835795641461, 2.8180997959029526, 2.8326345693021624, 2.8701055927549652, 2.9318268717765115, 3.0139842815042615, 3.0571236539047622, 3.1734047661118234, 3.2297672388561938, 3.3059073464928148, 3.3897975561487925, 3.4745601523423382, 3.5452181551689357, 3.6265670674665991, 3.7050473014775043, 3.8309245560041219, 3.9372996837644192, 4.0716930145722978, 4.212857083996437, 4.2692123731220972, 4.46591990841738, 4.5523023767467139, 4.6548916677892533, 4.7758394764018659, 4.9758326990027228, 5.2769985200911247, 5.5486096014042028, 5.7245726086000337, 6.0102407093754762, 6.1426829331257933, 6.287333950013684, 6.5928811370882103, 6.9367730409204489, 7.0646691460119388, 7.2083448239980932, 7.5049899728910674, 8.1901484843386374, 8.6011704867597345, 9.304469886954676, 10.665731252277961, 11.88866301597937, 13.361123901157045, 18.497872676781789, 25.178694947474682] diff --git a/Muon/MuonID/python/MuonID/M_2009_def_dists.py b/Muon/MuonID/python/MuonID/M_2009_def_dists.py index 12b5df1a347..5436b4416ec 100644 --- a/Muon/MuonID/python/MuonID/M_2009_def_dists.py +++ b/Muon/MuonID/python/MuonID/M_2009_def_dists.py @@ -1 +1,11 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### M_2009_def_dists = [0.0, 0.057628562576303784, 0.091878457821655726, 0.1132900806480715, 0.16850875337211296, 0.23480972950916859, 0.25538164963671517, 0.31559279249314726, 0.3709861971858377, 0.39525547000677452, 0.48512586717169626, 0.50506908796001859, 0.57765035525262631, 0.62148541152837633, 0.64263863444579483, 0.69882483312164267, 0.7161545153916149, 0.80411890720042356, 0.8805970872918405, 0.95906879172041093, 0.9964168954980418, 1.0467630571651532, 1.0811313132957849, 1.107613450320283, 1.1414327414809755, 1.200680497698831, 1.2258265309284444, 1.3292666112945957, 1.3827312359018287, 1.4123188606803245, 1.5512850653633397, 1.6356584995938095, 1.6731651325192813, 1.7284734590792767, 1.7492218434041287, 1.7668984797381611, 1.859839254768237, 1.8915873446892628, 1.906971142493358, 1.9739012545347705, 2.0042595869827151, 2.0404670643203007, 2.0801334669349569, 2.1361786545358559, 2.1800889828349126, 2.2526723098806514, 2.4615221000598324, 2.522133895087689, 2.5349568672753051, 2.6130589764080723, 2.7500027760987162, 2.8562937139926889, 2.9119263033764744, 3.0019158345608132, 3.075603035061484, 3.1141526815876208, 3.1813265812952172, 3.3676587418240587, 3.554323576839598, 3.6496213142048179, 3.6874293716075122, 3.7856923728140917, 3.8474310667342051, 3.9949344157172133, 4.125555286661946, 4.3290913548691856, 4.4952013654404812, 4.556343784992352, 4.639912221981799, 4.7146391204010234, 4.8227084013441566, 4.9863406697764292, 5.1842339785740776, 5.3023803998521304, 5.4750202011939866, 5.54048973773856, 5.6494197613846904, 6.031189352625824, 6.1768307442788197, 6.2620964668403225, 6.4351623085815, 6.7265466116268859, 6.7915288820461273, 6.858752135722245, 7.0391175979404581, 7.1234944848067601, 7.3258340038478451, 7.6012540830071256, 7.8610379546027023, 8.1407339356122499, 8.6344134454714787, 8.7180144432721391, 9.0978762948485237, 9.2738466401608814, 9.3278635864048827, 9.4424890946840847, 9.6030189615224657, 9.7486413490900201, 9.9120876012927628, 10.0634236132968, 10.415298132107214, 10.522058512873633, 10.613299539059163, 10.777003890057323, 11.19134404322137, 11.263117192375013, 11.498561061679176, 12.21806762702662, 12.483196087543357, 13.54470365954359, 13.849619017840872, 14.123084642390928, 14.398832659078749, 14.566089250066417, 14.807446823406554, 14.954042474253805, 15.017632122375311, 15.534486588862363, 16.087579752773408, 16.335273051167704, 16.59865583486215, 16.787365784531143, 16.930772808747413, 16.978230896616772, 17.45341757723757, 17.54161801859598, 17.670822982069833, 18.057953137339432, 18.349411130934708, 18.874645742669262, 19.811500245302732, 20.617053831744901, 21.425708785184192, 22.13342945397601, 22.514800015329385, 22.600876120356858, 22.995926973030485, 23.562574109846953, 24.294710403256879, 24.710775959864485, 25.735807637080889, 26.538055293359648, 27.290028726831821, 27.773430106003083, 29.668208899311839, 29.767759573249858, 30.328136166047656, 31.494086670497492, 31.717352094096093, 32.525981982450979, 33.265585384845679, 33.751316746168612, 34.201802003064067, 36.899918838933765, 38.096479462365799, 39.516017768346714, 39.989735840240321, 41.194468318352641, 43.299364753871842, 43.400612046669139, 44.217051933181644, 45.224566778084622, 46.422304247376758, 46.960808813383558, 48.299557096246531, 49.543362472280329, 52.100735352804534, 53.655447353773283, 55.960391277909508, 59.70514539293125, 61.843693253111184, 68.081331605587849, 71.540166073226146, 73.270793327751335, 76.171347038456744, 76.713947935814872, 79.452578223589953, 81.242818023980888, 85.253618574552505, 90.576557423795492, 92.997247053710012, 95.821107577619216, 106.64500479999833, 120.18058037798956, 126.50923215826064, 131.32814912989315, 147.1399472964454, 167.43638431036157, 192.68604805851697, 214.74959666043176, 236.90417250922937, 270.13811088102972, 311.13617202210634, 348.43212870989748, 397.49279405192692, 418.52939500887197, 490.05308025042825, 601.26449991098229, 943.69926165035622, 2272.151119348498, 2272.151119348498, 0.0, 0.068201728466174436, 0.11237783313391692, 0.12830033204755303, 0.14738276605539258, 0.17452595819420164, 0.18740679497876259, 0.22092788589298604, 0.24698157312934674, 0.26321755681186182, 0.278982404063846, 0.29425614113597565, 0.30386598141884186, 0.33348471684689712, 0.35448258891286477, 0.38416466052319098, 0.41799061907192603, 0.43332985148006498, 0.46022545438188606, 0.46720029992587914, 0.4834191580769957, 0.49135304898180576, 0.50065137294598305, 0.54116902167600822, 0.56502516934264901, 0.58383186711851243, 0.59988283878047788, 0.61745037135253056, 0.64851934211375817, 0.65771446388077714, 0.68201656335208749, 0.69501882934571635, 0.70859407070539537, 0.76811748190181783, 0.785547174693628, 0.80584170571483826, 0.80977921469642378, 0.84983656800224905, 0.87762202858938831, 0.89989293732657549, 0.92737970573962192, 0.94822275849814597, 0.97010634169397159, 1.0004701361644599, 1.027252813486935, 1.0516264427778705, 1.085865795301199, 1.1039829998101676, 1.1231421375848933, 1.1351908524310048, 1.1870327649828589, 1.2108652899633887, 1.2418615536907456, 1.2620878726057261, 1.2831955088252662, 1.306480565141986, 1.3214819027067988, 1.3819750197102438, 1.3964962886754628, 1.4416267404974048, 1.4723276588556404, 1.5102821076425617, 1.5397500825876973, 1.5614284610319382, 1.6110339651345407, 1.6433416553385205, 1.6728829936173992, 1.6999366415445392, 1.7240699041761254, 1.7508519958752469, 1.7969849629216739, 1.8430561905053708, 1.8717904098493616, 1.9063368309633759, 1.9506003143418458, 2.0298196868542142, 2.0991713956674101, 2.1633526448161282, 2.2629929459851224, 2.29081267396016, 2.3416198215358914, 2.3573314548287789, 2.4218587714491338, 2.4993355473824033, 2.5384325382544848, 2.6491004992037666, 2.7210651339892107, 2.8237246255258426, 2.8700824362814488, 2.9188785020766925, 2.9635962519687955, 3.0154773635321317, 3.1026722776260538, 3.1782308010920812, 3.2642539873638139, 3.322125355058692, 3.3714861504441376, 3.4218839487759731, 3.5144951962763513, 3.5765944072239031, 3.6273675925681212, 3.7247691072149096, 3.8232379391542128, 3.8893216636307564, 3.9288057496282955, 4.0390899251352117, 4.1600948751312279, 4.1871263152018612, 4.2621860547974828, 4.3500604627307435, 4.5436519743962078, 4.5849723086596628, 4.729044783865576, 4.8683804704143165, 4.9563493866144599, 5.0241568504440179, 5.1468726623856105, 5.1949999782992462, 5.3140299451508861, 5.4879645142694358, 5.7223471643025841, 5.8380855647564118, 5.953449532130346, 6.0187020640170728, 6.2108553226358252, 6.3916059248644403, 6.4913362763076323, 6.6031140372618351, 6.6636491589809301, 6.9509407634766989, 7.1531488937141772, 7.2409474401975658, 7.4303919093490327, 7.5669382679335202, 7.7441286658925934, 7.9000616206163423, 8.0724648473816156, 8.2412216959472371, 8.4137214458024516, 8.6069007301001861, 8.7736666850099372, 8.9890876982826367, 9.155130462775519, 9.3411611417176861, 9.4866270624314577, 9.5872328045423547, 9.8527914805110655, 9.9514305967967953, 10.292405041584022, 10.75673026860011, 11.169289189746417, 11.46807997463821, 11.689766834399332, 11.966027273630296, 12.351431387718186, 12.727667430393458, 13.119586645059071, 13.424611040389257, 13.786397020277862, 13.968352336123267, 14.21068016740667, 14.453408188853816, 15.461180267394132, 15.895481313307476, 16.317601512617198, 16.780792483093965, 17.624171385239844, 18.139839382922045, 18.594772196087924, 20.516375547145831, 21.567448512929186, 21.977404088239552, 23.299471636450161, 24.278490139740818, 24.993212131783924, 26.592135163847711, 27.623113931391885, 28.865470012834731, 29.227604875711496, 31.101999334866235, 31.57497302654869, 32.684647994128909, 33.375146403972977, 37.692891082911196, 39.851813023596023, 41.523584144387264, 46.008072429817098, 49.647884975691284, 52.784847459347759, 54.294626625518887, 63.228644431972903, 69.726924033194564, 74.015904215742552, 86.164937892726826, 100.73311845118887, 112.18515642738907, 135.19609351797098, 176.61381022152227, 242.73583361720463, 308.26543522152377, 513.52205453065437, 0.0, 0.064681645397600726, 0.097055786527166205, 0.11671616479466058, 0.14904699771147067, 0.1812546389613125, 0.20555172420798953, 0.2183799557562153, 0.24037810467237944, 0.25036231174093732, 0.26632542829596018, 0.2738878158208915, 0.28695869973365634, 0.30912145801504926, 0.32069346660692333, 0.32716841268857905, 0.33921112396795472, 0.35411605334840923, 0.36992181322350265, 0.37555978900730691, 0.39245722745804307, 0.40098714822474785, 0.40795369226674527, 0.4172218451215533, 0.42679459853118645, 0.45012838868569222, 0.46395657933185602, 0.47588120991692906, 0.4859429317025537, 0.5012486174834101, 0.51554915854539141, 0.52673766504363306, 0.54037167562839805, 0.55386824464727247, 0.56986151348392444, 0.58441413430603695, 0.59504137541093982, 0.60183139418849574, 0.6097548033252651, 0.61636145539533693, 0.63729376685379835, 0.65492235590733228, 0.66704610998785618, 0.700953708734812, 0.7190525585629578, 0.73579423752153761, 0.74901914818208437, 0.7639095729012253, 0.78507593810209142, 0.7991677445398635, 0.82057225160808045, 0.83874577852045251, 0.8514279150065982, 0.86730722882820255, 0.890038058955962, 0.90572082476051208, 0.93235631316890322, 0.95142142918059724, 0.969384366562271, 0.99218758210384461, 1.00299637932868, 1.0092887025882542, 1.0324830139871306, 1.0486654108510693, 1.0641141875260127, 1.0835468393653898, 1.1071616076049358, 1.1168131966461825, 1.1456586118817482, 1.1644419001186364, 1.1774811339270124, 1.2092190407790164, 1.2384799339065578, 1.2616903228237686, 1.2889294434698533, 1.3164843722957189, 1.3568929832436432, 1.3789685995582368, 1.4016262455149839, 1.4303108283460788, 1.4487819999160492, 1.48021838699676, 1.5050773691689014, 1.5354136497221011, 1.5761026989532505, 1.5976227134137739, 1.6180255352377244, 1.6461488070064747, 1.6754933786486672, 1.7043391941827599, 1.7436653784542346, 1.7574238222395258, 1.8083751761401707, 1.8364695449180659, 1.8853960408395598, 1.9209489973470637, 1.9614779158767812, 1.9837030977196592, 2.0254456515521015, 2.06356755784513, 2.1061669436995003, 2.1608319242443135, 2.176533829184859, 2.2139646657342289, 2.2418326677035214, 2.2819602869499667, 2.3275988135789891, 2.355439289035997, 2.4108423085380779, 2.4436348968031414, 2.5031234860019178, 2.5439256045997136, 2.5773599788744934, 2.6327828846554593, 2.6997266593235456, 2.7317169496478648, 2.8033821298933836, 2.872746199477366, 2.911616529815233, 2.9546022533503957, 3.0081446390299069, 3.0894107259868058, 3.1461648060150367, 3.2073093130678618, 3.2707390207274067, 3.3815481629909145, 3.4779532042245807, 3.4955043576213232, 3.5757478436815138, 3.6322878543855621, 3.7796644436769657, 3.8151756075230678, 3.8802551661883786, 4.0289839922041422, 4.1279506765446614, 4.1958722575439298, 4.2681132445184655, 4.3694161532010058, 4.4793716338291727, 4.5714087303580433, 4.6493194432085412, 4.7141095620043281, 4.8655065654352976, 4.9733934483219935, 5.038859603913723, 5.1120453856118537, 5.2240263349175526, 5.326857227285414, 5.4452851717228903, 5.6191948437507619, 5.8251247312267305, 6.0364763774143135, 6.1085463321063269, 6.2898990925768432, 6.4181400947195311, 6.6210137015645536, 6.7263257016206106, 6.8855750366072552, 7.1232383189565454, 7.4007790575336729, 7.5183445501556623, 7.6542486054829189, 7.7796080000079355, 8.0776151677243515, 8.4160158721268967, 8.6283072431350387, 9.0099513745919317, 9.1985032179916839, 9.3715895144040058, 9.689097239085406, 9.9747151298520151, 10.162420972781135, 10.525043005039576, 10.9348593423718, 11.220406152599313, 11.472292936429914, 12.331513581808927, 12.99141401636353, 13.792445320126436, 14.159631387529567, 14.898875104642451, 15.391013071702499, 16.58446392489617, 17.397044111420918, 18.246693100142146, 19.539678557308235, 21.894007859929044, 23.769625964542684, 25.674579790101415, 28.595587316047272, 30.020256306881702, 33.276780738700346, 35.817076665002631, 42.110340471763912, 48.790270781601912, 54.046938187573666, 67.878422664921544, 86.808719614124982, 106.08957126365338, 212.6174296424627, 530.67951165916725, 0.0, 0.066200047903027276, 0.083721669217692474, 0.097716651445752478, 0.11022140255760769, 0.12682667647071302, 0.1310312002419774, 0.14174741060946225, 0.15012768070557803, 0.16322364512908868, 0.18204188144428807, 0.1932509011687073, 0.20736566877237284, 0.21677471984321531, 0.22208330716146871, 0.2368478044903545, 0.24800109075566285, 0.26042292583219756, 0.27071259593706476, 0.28654565496167866, 0.29337837365624814, 0.30198842285047178, 0.30844586201328328, 0.3149470593102916, 0.32463921048140526, 0.33612661364720992, 0.34538798562234241, 0.35362965043869748, 0.36471294151406786, 0.37175950729075813, 0.38160665904037616, 0.38574106898579719, 0.39688874219887516, 0.40205350235521997, 0.41084581512509888, 0.4190808913198204, 0.43544148967863316, 0.44346612867974777, 0.45227198826541537, 0.46661118452309958, 0.47567354802653689, 0.49123378069289259, 0.5026379690695526, 0.51145199410264641, 0.5230420844440421, 0.53633757129515192, 0.55323199501557874, 0.5709327471747897, 0.57668332951826085, 0.58661731761735014, 0.60316797340939221, 0.61231767919746716, 0.62173743546202065, 0.63367739150206992, 0.64417081791316222, 0.650588306867667, 0.66136245644028779, 0.67194367164364066, 0.68483211499577568, 0.69390170098605697, 0.70978541298372555, 0.71733880725642318, 0.72982716816440152, 0.744382107200665, 0.75464756880526096, 0.76971757975591903, 0.79092500924780884, 0.80139259706827826, 0.82007493231551376, 0.83636749901593976, 0.85607123696181142, 0.87178377197180712, 0.89028508898771552, 0.90709689710063435, 0.92105845964996935, 0.94062127053830347, 0.95072473335636265, 0.96303055939494286, 0.97648251804695785, 0.99369926534400232, 1.0090186828881174, 1.0418114909215104, 1.0698515568115963, 1.0781642613654208, 1.0953662056922651, 1.1107307176100356, 1.1257267330935268, 1.1471842785819382, 1.1676817560236403, 1.1877943080225843, 1.216398240925453, 1.2316053787491037, 1.2474229964718553, 1.269525880355836, 1.3019912398706039, 1.3277002379637455, 1.3443466595361551, 1.3685810866232899, 1.3984804559046911, 1.4355750324517496, 1.460852572211057, 1.4948996531027956, 1.5268570238239529, 1.5522940777876273, 1.5719325888893447, 1.6024193084645637, 1.633598364214381, 1.6528693309141695, 1.6741744069714672, 1.7003470022341649, 1.735298179037982, 1.7582063751832995, 1.7909792627750754, 1.8300707159778025, 1.8684354743589122, 1.9062901732716007, 1.9304116745252333, 1.9651822643793164, 2.0028643201051111, 2.0355079559039346, 2.0677432834609206, 2.0974741272119317, 2.1477636951029404, 2.1758324097429544, 2.2038264839493977, 2.2387897181326624, 2.2799150775007226, 2.3116834558621813, 2.3770756042717061, 2.4423912978053499, 2.5043639857858704, 2.6183935138202945, 2.6651645510870448, 2.6996454559378718, 2.7642312413471197, 2.8501819058526374, 2.8874618455541339, 2.9299786710240685, 2.9902882140860028, 3.0106036707675705, 3.0721304018549587, 3.1161855866638852, 3.2369909410932256, 3.2937695851357418, 3.3415607515486019, 3.4135640311960804, 3.4863864701809169, 3.5495511431068625, 3.6258591972624328, 3.6947502192132147, 3.7950739251414829, 3.8952813228916106, 4.0427476635565807, 4.0982562136044365, 4.2381714903602026, 4.325585224629334, 4.460333473236096, 4.5891338691369086, 4.6893335143109196, 4.7853618220189347, 4.8500011901031046, 4.9499390325888388, 5.0651986930646391, 5.1906420764523, 5.3052661921332698, 5.3795959386387144, 5.4884702877024898, 5.6251182444238585, 5.736009877510825, 5.8235819678819309, 6.0452731168242577, 6.1535182776969091, 6.4223906871159802, 6.7828263511308, 6.9787759843247965, 7.2868999104783532, 7.604505778440271, 7.9090260134516059, 8.4851413606010251, 8.6965137695221202, 9.0770837937907398, 9.3896211096143869, 9.7704946596107849, 10.142102955347768, 10.870897424798827, 11.627557560059024, 12.487371659037647, 13.393741745878474, 14.080823719400907, 15.608105497185557, 16.823724341129342, 18.261126223618554, 19.636996869210478, 20.562702661180669, 21.601610993499339, 23.839730158552172, 27.477708564377878, 33.318576554469637, 49.103081020159834, 73.345872444192949, 106.52935418648646, 0.0, 0.049394419396927715, 0.064736734696013376, 0.079308002177416376, 0.087959980883483738, 0.10194236904560904, 0.11008607182951631, 0.11465366805246813, 0.12715531070407432, 0.13166809405389251, 0.13847247629313228, 0.14384864573811881, 0.15002396002358567, 0.15562720051884482, 0.16116827009383153, 0.16632968738513401, 0.17136648014616976, 0.17900086203665841, 0.18694008640938087, 0.19702916534694626, 0.20392975208968295, 0.21361422240935368, 0.22042948071555513, 0.23063300033673573, 0.23966278802965957, 0.24711447349179011, 0.25303301261186184, 0.25579240638304279, 0.26267170853506805, 0.26750482270286108, 0.27493473053623635, 0.28258910182162267, 0.28822901265050227, 0.29608647684984479, 0.30214524820456018, 0.30864368126348923, 0.31508865166237593, 0.32124032165523375, 0.33011261444903611, 0.33703483646960708, 0.34733723809596734, 0.35691769635678916, 0.36690708933320493, 0.37128928317734283, 0.37755689980492391, 0.38701609409764459, 0.39302164725609023, 0.40331084641477311, 0.41072208837025759, 0.41852937501544424, 0.42932124920083142, 0.43324849767497853, 0.43993900664314145, 0.44761176101936301, 0.45202419082248341, 0.45529173163984443, 0.46653702581395917, 0.47399725820611593, 0.48198881472501576, 0.48708257057534343, 0.49302150180651805, 0.49978383605626248, 0.51339894682816312, 0.52160424774706593, 0.52748289873084886, 0.53676595811893124, 0.5455171486636371, 0.5534396873141485, 0.56241263737675429, 0.56973323223537264, 0.57574914723880954, 0.58234713319994302, 0.59066240355655708, 0.60510984788748057, 0.61807462013879144, 0.62637623226295402, 0.63542696189453973, 0.64701799464926024, 0.65882045306679504, 0.67141179273787532, 0.67909380683392095, 0.68707873750652504, 0.69640315687854726, 0.70807547488547196, 0.71771853550219356, 0.73309718820363279, 0.74214506352540133, 0.75177033126786774, 0.76943956404912883, 0.79020165814710741, 0.80781062970338047, 0.81634889994531135, 0.82618810526895436, 0.84005098189915028, 0.86666756102772669, 0.87735918829690207, 0.88554074010562978, 0.90240999323032145, 0.91632635431957332, 0.92982256792581119, 0.93859572806129865, 0.95740797855505955, 0.97317410516930258, 0.98783906755984918, 1.0108980555570175, 1.0284511401075709, 1.0482594431498151, 1.0611613677510832, 1.0784870131371229, 1.0919180174352818, 1.1135514694962279, 1.125494491992268, 1.1410712650872479, 1.1674352256776539, 1.184785119317356, 1.2096294450605212, 1.2323778220867625, 1.2549931419768594, 1.2806924911813222, 1.3081961580241186, 1.3320238796794894, 1.3534172327636966, 1.3807267144923916, 1.4001500408447822, 1.4316269135391197, 1.449518126496226, 1.4807942237706289, 1.4996141554775, 1.51697171202322, 1.5501818193618728, 1.5774423949301954, 1.6090796134626164, 1.6337740770081619, 1.6692908417512815, 1.6961331386742853, 1.7261310689460392, 1.7616614368687207, 1.7805522635031978, 1.8048113834777242, 1.8629871128198423, 1.9197945215709944, 1.9552472287743048, 2.006402075733154, 2.0427474979249962, 2.074496897491799, 2.1328916089262004, 2.1753943657622523, 2.2401831220855666, 2.270693018282933, 2.3105641384054061, 2.3945586906581622, 2.4399768881846882, 2.5000049081492532, 2.5621934580643706, 2.6392295124107816, 2.7208587148102463, 2.8097139724064282, 2.8701110813681128, 2.9862082469647095, 3.0488516638446339, 3.1242308091436368, 3.243153466201278, 3.3051260648856364, 3.4863819457159302, 3.5505875681994588, 3.7448427188152658, 3.8463429990501901, 3.9838928478843263, 4.1238239879386667, 4.2490672817706532, 4.3599387844761468, 4.473253957654526, 4.6690383558822228, 4.8383638550300123, 5.0032896939841258, 5.1925150031279994, 5.4083749056768973, 5.8187938054935762, 6.1416785529469493, 6.5966499906173439, 6.9452175432435155, 7.3694350201120091, 7.6611410187916773, 8.1962221951718313, 8.3985520655394108, 8.954871482916916, 9.5555811691967367, 10.075581787179221, 10.666984624254228, 11.269430893231096, 12.244383827267271, 13.43327333120301, 15.035950482663642, 16.932372656888262, 19.087843838164819, 21.876507647307918, 24.329735267714369, 32.551612521357441, 42.817333269075768, 80.868741705532841, 263.02173214876871, 0.0, 0.039467746129120185, 0.051824916097853023, 0.061771901689009187, 0.071565972010870144, 0.076518802143588971, 0.085618493830758285, 0.093725626920029337, 0.10393841275774901, 0.11413580827974683, 0.12152641148533293, 0.12627525292174707, 0.12968718206917149, 0.13855089010953145, 0.14242136361586646, 0.14961341703535569, 0.15878848104707796, 0.16821185149526602, 0.17193496653825602, 0.18370817507532361, 0.19347902698219727, 0.20136482066552064, 0.20583838921300673, 0.21305461768025999, 0.22181194102152516, 0.22504305621818932, 0.23406898010225857, 0.2398853548764919, 0.24436856459787337, 0.25265341913397688, 0.26007714837241541, 0.26691829493661323, 0.26931297477030441, 0.27726914154785853, 0.28210711764692858, 0.2859614857691346, 0.29125186385881313, 0.29881267745856349, 0.30375673974281647, 0.30854811947856214, 0.31656603656425492, 0.32546607312581727, 0.33113501361486541, 0.33582693482769788, 0.34276150289703894, 0.35127805306418919, 0.35845367388296762, 0.36558831277905995, 0.36979924962746219, 0.37578338456878752, 0.38327703665171509, 0.38743278300825934, 0.3933947408991858, 0.40090502054506943, 0.41078320064762447, 0.41434452765896151, 0.42079409894287106, 0.4255673661624485, 0.43408043802357538, 0.43842453852669183, 0.44479957009297705, 0.44911932255159215, 0.46075892982346434, 0.47136693037959077, 0.47672759686825411, 0.48530543752076094, 0.49072973814548543, 0.49757125712438277, 0.50205891056941676, 0.50989707552295971, 0.52048634390291548, 0.52487724594117247, 0.53197428010086045, 0.54193181090656062, 0.54669601892015796, 0.55199308212187415, 0.56177797788147832, 0.57397840735843453, 0.58305121749436828, 0.58875829816518199, 0.60014475586825022, 0.61146976460798996, 0.62147757074967558, 0.62937535472116102, 0.63521150679693283, 0.6443683639844624, 0.65570350537151256, 0.66248422346281488, 0.67431167007929649, 0.68081103970994383, 0.70070897539479826, 0.70949394177954128, 0.72368744374810079, 0.73324494948980001, 0.74442385396599853, 0.75726956491948028, 0.76814002853040864, 0.78549563545170853, 0.79690455102462399, 0.80911780465283023, 0.8217559489409707, 0.83736881584366574, 0.84769382359635626, 0.86418498778599284, 0.88747705639947372, 0.90131822030096298, 0.91456928681735306, 0.926248872898779, 0.94662179325634455, 0.95246146300701406, 0.96865365604621834, 0.98601045426396106, 1.004370843669373, 1.0278846153106977, 1.044847701668429, 1.0629345673978381, 1.0786014914723667, 1.0929756602733387, 1.1261078972699916, 1.1512164532678049, 1.1694773456967209, 1.2047879047450252, 1.2191337268903064, 1.2371236242769537, 1.2604030750182345, 1.2728991082384753, 1.3021733465601504, 1.3366400801240468, 1.3669786453201016, 1.3893263316106292, 1.4142311210562548, 1.4371089884829913, 1.4735470017754577, 1.520014037615578, 1.5362080843085604, 1.57308131482694, 1.6005512179859467, 1.6311466151664402, 1.6766677965478609, 1.702427114649556, 1.7358113192351368, 1.7589620076466705, 1.8122197381889422, 1.8371172353927989, 1.8839698049061866, 1.9368978033833055, 1.9859165193893249, 2.0266473776917446, 2.0435418938412577, 2.0904755804619093, 2.137008395650732, 2.2105679265040039, 2.2912315391120952, 2.3171846492564172, 2.3789143587376254, 2.4392413643504884, 2.4804720034966028, 2.5405224136745002, 2.5964604917467198, 2.6705999263123781, 2.7251943964162413, 2.772341712266535, 2.8651026212603763, 2.9882335264110305, 3.0505642000004207, 3.1879882564475781, 3.2713189106502325, 3.3340572644275901, 3.3973177283139346, 3.5111941452660176, 3.6432762400676104, 3.7893397930271497, 3.8962740628195554, 4.0871617267378353, 4.2202691837388713, 4.3774443034324424, 4.4936111350115695, 4.7506236842341369, 5.0112340217497193, 5.3496875229084306, 5.5766544089000956, 5.8287954513602722, 6.3423620558230542, 6.7899919751160516, 7.1981726869941802, 7.7399452080885132, 8.3342259680123636, 9.1990412068218603, 9.6467855088846335, 10.137584353746163, 10.89364428926409, 11.552396435112094, 13.030143614298112, 14.095239648815568, 16.252904088875191, 20.637122578101994, 25.04746535648458, 29.349607631916427, 39.069463698724505, 53.341542218906731, 131.24704840076191, 0.0, 0.032884942472054493, 0.044042928317071753, 0.051717952097554462, 0.058447068850037934, 0.068821794240992967, 0.076446506641690143, 0.083331576500669718, 0.090983634325567123, 0.097188602723129819, 0.1088593709111567, 0.11459623029540639, 0.11844837313630252, 0.12384168852201749, 0.12684488135204505, 0.13447015956640213, 0.1391542676007054, 0.14625472031000056, 0.15200345906187301, 0.15688159917859762, 0.16356525869840099, 0.16595293381775883, 0.17208869146003852, 0.17708137414161021, 0.18245018966878032, 0.18979132041734897, 0.19637969400495253, 0.2032346071402627, 0.20694798677484283, 0.21265331651833888, 0.21882977443215981, 0.22494202116978182, 0.23178859272489064, 0.23787915511551139, 0.24313950482755242, 0.24682307808790133, 0.24943612844036106, 0.25577269021993287, 0.26291464226288852, 0.26970943169082667, 0.2725648028979728, 0.28144606977956577, 0.28556551666434349, 0.29091966470999592, 0.29709027671048366, 0.30175232279695008, 0.30845384710365537, 0.31297498910818361, 0.3160194068150165, 0.31918148875981589, 0.32331388150265972, 0.32927405147803945, 0.33377069470184595, 0.33894412800963025, 0.34522709990281475, 0.35123488575457434, 0.3558821207267826, 0.36144785378066896, 0.37019315147158249, 0.37724004091309249, 0.3829924502040804, 0.38790812361879717, 0.39588105871510798, 0.40044226663641691, 0.40836868589232361, 0.41402643554261809, 0.41875667916369519, 0.42450774070868258, 0.43229589405318924, 0.43734997488844168, 0.44538394823457816, 0.45353980762093016, 0.45851077590488476, 0.46383676125545098, 0.47059046215711398, 0.4762006151939136, 0.48431439285713834, 0.49389826855702679, 0.49974442650636974, 0.50732118012468475, 0.51342129390440416, 0.52297582923711328, 0.53288748131056163, 0.54544803680941312, 0.55056947454571459, 0.5630440930673537, 0.57647988095569747, 0.58254891183837865, 0.59122845087621589, 0.5957914205706567, 0.60314265091258978, 0.61908921631667679, 0.62247554745711642, 0.63329981498300048, 0.64301069689433055, 0.64989657369654952, 0.65888445152749431, 0.66647227612873217, 0.67668838768171136, 0.68893091987254185, 0.7025879217168467, 0.71826561462270089, 0.72771455488965531, 0.7391009553915564, 0.75223783989741744, 0.76166485140694018, 0.77084000065236591, 0.79065365493321382, 0.804383247442233, 0.81683812596185346, 0.82843493554640024, 0.84246759604107702, 0.86350701623054671, 0.88180313041705505, 0.90376335449490075, 0.91286915972557914, 0.92036986380455399, 0.9291438387362384, 0.95352040422537032, 0.96809418471522612, 0.9828969762772849, 0.99701637984191405, 1.0053920653287929, 1.0224322964595809, 1.0436497009914834, 1.0616070630675405, 1.0802764748267883, 1.0951850173844457, 1.1193411761447549, 1.1379681972224709, 1.1599468248342446, 1.1886340506700033, 1.2148385191461482, 1.2481418152125123, 1.2792573174668869, 1.3154615262708993, 1.342394558445551, 1.3629899838283757, 1.3761143300434635, 1.4093858037430134, 1.4522804850005502, 1.4748979300612479, 1.5306210379322103, 1.5495843761095305, 1.584244002737959, 1.6126131532613874, 1.6604506166505426, 1.6921120149154147, 1.7126738210319639, 1.7396125064233854, 1.785135464734434, 1.824889085813346, 1.8829431177071814, 1.9343935926685978, 1.9916768565010168, 2.0267961688503453, 2.0766377474824029, 2.1330899777256795, 2.1848037174415449, 2.2801579583808342, 2.3579957571857286, 2.4501358388830012, 2.5153457412512981, 2.582374390832427, 2.633575300083673, 2.7077686567647499, 2.7684316125814457, 2.8476458237947857, 2.9627792222491238, 3.0403520366260612, 3.1093550063736379, 3.2559496906005565, 3.384456584459806, 3.5451252896822063, 3.658802669941331, 3.8535789702629515, 4.1036627374662622, 4.3847833011124493, 4.5324017993862, 4.6567473442819232, 4.8795997539612124, 5.0351805245400989, 5.4071167044869721, 5.8112812324471728, 6.387968909517352, 6.6133968886491754, 6.9446864587547097, 7.5543017399007653, 8.3092309621502434, 8.9855329925540648, 9.7607248945108189, 10.562225389927731, 11.547524333694614, 13.042152628954279, 15.066816239535164, 16.843645091885804, 22.29298319668764, 27.78918358142127, 36.15482791135674, 48.467620573432804, 150.75527930067238, 0.0, 0.030475436329936944, 0.041455577211803325, 0.050587167936695224, 0.058798726126600857, 0.065119327951945208, 0.073499955494061478, 0.07885113088345877, 0.085143786389228412, 0.08965572615115161, 0.094178377769283547, 0.098501280404947864, 0.1030958981377707, 0.10869385918561442, 0.11297670615452211, 0.11689141102215121, 0.1214840331703515, 0.12584718500031158, 0.12987214864837779, 0.13468557220683824, 0.13924503288786391, 0.14386351348014154, 0.1493340912759876, 0.15399302445531154, 0.15891197422219733, 0.16342430790220985, 0.16862541478716603, 0.17284449028563825, 0.17822842307181602, 0.1820267480405092, 0.18688153961477047, 0.1927267317388851, 0.1970428163553993, 0.20121205502603673, 0.20565232504914904, 0.20898176045815323, 0.21456701344386478, 0.2193381728343505, 0.2241310071800133, 0.22817700334024027, 0.23233337863145165, 0.23720906624202601, 0.24191353394033271, 0.24708942468474382, 0.25285280260759901, 0.25671572324736464, 0.26213421506917656, 0.26638683139162828, 0.27152578772723279, 0.2762872026065426, 0.28128390667450365, 0.28593911283892171, 0.29087431204884701, 0.29557087416205607, 0.30019592182315891, 0.30513806758216755, 0.31016793114986319, 0.31616724797260032, 0.32041768091414635, 0.32514136402938837, 0.330175514469844, 0.33510934856577768, 0.34052636062698755, 0.34595494789256998, 0.35149217534601079, 0.35744012588115681, 0.36163975663483183, 0.36600266939188625, 0.3715301308425546, 0.37731624495426341, 0.38179171447482013, 0.38695470344853578, 0.39172315899130233, 0.39614948723382537, 0.3998385857290081, 0.40528704514340191, 0.4113906789211898, 0.41723754661044737, 0.42330595508586388, 0.4298295205380972, 0.43639003733749093, 0.44294781550179985, 0.45031606698625348, 0.45589276061599149, 0.4637504954853186, 0.46972702984856168, 0.47691662036234045, 0.48515870923762039, 0.49260277947704278, 0.50180009274783677, 0.50899844136237671, 0.51521773387918002, 0.52259062361544673, 0.53071416140395877, 0.53996499482812654, 0.54675197629336969, 0.55561683421554353, 0.56353596314369636, 0.57266468438633022, 0.57882534017246046, 0.5879193586669369, 0.59795376910115772, 0.60910017566901453, 0.62152501089463474, 0.62899125612273621, 0.63944993844645304, 0.65079039292032037, 0.65990599756610113, 0.67267050134312967, 0.6811396504155568, 0.69102170908780658, 0.70572381661063954, 0.71917690416970415, 0.73053302980642632, 0.74479922749569372, 0.75660131757288107, 0.76966460911714163, 0.78382775044111574, 0.79890547769142994, 0.81316878697223616, 0.82632592595142507, 0.84038976545168742, 0.85889454588180414, 0.87584528603730916, 0.88938215721139913, 0.90647622547342221, 0.92517109894543503, 0.9420929353690477, 0.95887351889851813, 0.97485760015251421, 0.99539728475785438, 1.0168269490191464, 1.0321969253945085, 1.0509239949366704, 1.0749039195763974, 1.0954893550189169, 1.1204402411184233, 1.1460855159498731, 1.1725936611440071, 1.1991674830298438, 1.223355141542398, 1.2503166821062022, 1.2755553790294463, 1.2974083183962621, 1.3271479307498393, 1.3598997679834393, 1.3966740129081683, 1.4270275926175096, 1.4608948615990871, 1.4952195611664525, 1.5313585561683203, 1.5640142535985393, 1.5994377044435546, 1.638305110435522, 1.6786361340413112, 1.7240031947949774, 1.7621335157109532, 1.8101134128648371, 1.8620922391744734, 1.9224643921259204, 1.9710346661166867, 2.0344533242374103, 2.0831877260508893, 2.1372551671286524, 2.2034358794278646, 2.2716335521446531, 2.3429160177345003, 2.4104357266981919, 2.480935437184201, 2.5343673042490624, 2.6084557648811311, 2.7199516996724253, 2.8338987909810287, 2.9216428190030639, 3.0360484810989852, 3.1500945673097052, 3.270619104044989, 3.4227068074159761, 3.5665311638055055, 3.7247617410661675, 3.925297648069769, 4.1375118576391934, 4.3398004727933692, 4.5346219219569655, 4.7447780176553112, 5.0148304110646036, 5.3334608060172872, 5.7276260586600891, 6.1890543526613122, 6.6801902478700868, 7.2800631153055209, 7.8835838788384223, 8.6803326930194569, 9.7122609465184322, 10.941190698085899, 12.542472669018284, 14.627074477598748, 17.832826769519468, 22.898509435438054, 33.157382047966806, 268.8200344237456, 0.0, 0.028898274302596512, 0.040633940377108956, 0.047933728659069468, 0.054523381031400885, 0.06011329230279238, 0.065188383675028702, 0.071626919796562605, 0.077168570402807349, 0.083037174267918165, 0.08755686111436492, 0.092118428080118928, 0.096425123862060327, 0.10043552253883403, 0.10554902051980319, 0.11009718665642487, 0.11326275217950955, 0.11698509676168573, 0.12080022735318345, 0.12517509152109374, 0.13013769328680053, 0.13345882034603812, 0.13747142162715098, 0.14150064959740938, 0.14442943761896229, 0.14941148229826645, 0.15440519818373027, 0.15783715568801643, 0.16265630037450993, 0.16672946241207018, 0.17011132508732738, 0.17420920933779047, 0.1787571250538082, 0.18406358630263245, 0.18924049544452431, 0.19306320330392984, 0.19641759705419837, 0.20044589719386452, 0.20365259207914921, 0.20746114210240005, 0.21178663359554398, 0.21561802968012542, 0.2201648522340745, 0.22394901627082189, 0.22890960512700576, 0.23288763477408511, 0.23799769247855981, 0.24277846906856382, 0.24620220114345401, 0.25085581063453694, 0.2547852657654528, 0.2584622001605798, 0.26226644168550362, 0.26587748056735006, 0.27001206297540875, 0.27333957150348165, 0.27844160533530171, 0.28262027978412785, 0.28651353733567758, 0.29232034746442948, 0.29580376680146625, 0.29935090999568476, 0.30309728324775276, 0.30715090410428514, 0.31201121511000857, 0.31571249520502215, 0.31981978170465836, 0.32351704294037775, 0.32816906538652812, 0.33260532162929424, 0.3375253795185012, 0.34227658789873155, 0.34672628630214691, 0.35173264439552276, 0.35642244422141933, 0.36316985109331051, 0.36811409230691677, 0.3739818336331292, 0.37900422010827939, 0.38371686137179334, 0.38830090222693142, 0.39314672036266179, 0.39750505605076314, 0.40399586297398238, 0.40779084214158268, 0.41471724442253388, 0.419908928474307, 0.42527068506941523, 0.43082110702825382, 0.43546343483577804, 0.44058928875209435, 0.4501165160939869, 0.455800248584872, 0.46250910353077601, 0.4679792550227716, 0.4771052601340332, 0.48317268060065444, 0.49024307149325064, 0.49795121259530739, 0.50489713934710001, 0.51144292478572784, 0.52042454216218859, 0.52715808936571795, 0.53458634795400084, 0.54336964463015824, 0.55167313602281232, 0.55895482076372938, 0.56755092529864581, 0.5767512365389893, 0.58757892054706506, 0.59812779085356993, 0.60674604159456691, 0.61595140194035713, 0.62390929987658528, 0.63464413788738838, 0.64205470333131864, 0.64919687404877857, 0.66358361675173039, 0.67457487585108067, 0.68565375079097346, 0.69515353663280854, 0.70835712049313537, 0.71637388222414811, 0.72810587108889246, 0.74259519148707775, 0.75505940962506923, 0.76533718705099252, 0.77978770960457156, 0.79277034764412091, 0.81042776509929326, 0.8252185957527518, 0.84081567710998861, 0.85591239426333621, 0.87366392436831841, 0.8906804437761574, 0.90431935636817162, 0.92374870367862294, 0.9403922748286605, 0.96024005012655089, 0.9834409532310171, 1.0063612444728725, 1.0237103083075751, 1.0406894015881631, 1.0646614938416241, 1.0953872473777502, 1.1182073342474079, 1.1431128152282664, 1.1700990970833274, 1.1937825903128636, 1.2194906544605457, 1.2510699786546229, 1.2724440268105714, 1.3012328136568787, 1.3306077291828782, 1.3661125359622348, 1.4057121542663247, 1.438874003521625, 1.4852719546886077, 1.53160091645302, 1.5835611112903651, 1.6195792978908965, 1.6633225682365109, 1.7092772469624007, 1.7547058942561764, 1.7983361923251511, 1.8554877739779563, 1.9046272406631959, 1.9419569456472263, 2.007485115392952, 2.0766613504192311, 2.1363921756522712, 2.2042343314393218, 2.2881456308297792, 2.3461181458892382, 2.4247974852833076, 2.5226066296330565, 2.6287822381475663, 2.7093614689581362, 2.8121552403853838, 2.9431246632384611, 3.0643163534914351, 3.196540002859162, 3.3476671295609703, 3.578795801196712, 3.7570824917749248, 3.956586592960103, 4.1768360199630372, 4.472267971856815, 4.7565859357335603, 4.9434439507675787, 5.3520609425930763, 5.8616989500167476, 6.4670935400506355, 7.1530922193648818, 7.7821104509969494, 8.8151940771286945, 9.7442668096522507, 11.579039475678208, 14.881052320293959, 23.3134974983852, 162.64936699836366, 0.0, 0.024602282011824184, 0.033143590712601562, 0.04010112014507021, 0.047902150582693877, 0.053593751494366668, 0.062881795990017086, 0.069817105932830248, 0.074260939707892284, 0.078749877606011834, 0.081760044924091488, 0.084762821011376818, 0.089159093597265968, 0.094139760178390847, 0.097396291127248735, 0.10077623786944703, 0.10375890948969808, 0.10775393339205297, 0.11107421600652036, 0.11454249675077989, 0.11920949455998719, 0.12303922825017929, 0.12645066727981549, 0.13048462720436904, 0.1341988563625206, 0.13791508807970299, 0.14051821878738302, 0.14390700642876164, 0.14729815411578639, 0.15116482000305284, 0.15414159957761076, 0.15804245202080439, 0.16172156388894671, 0.16616763697232559, 0.17065475263188637, 0.17483972650814011, 0.17834701051598184, 0.18178605513225987, 0.18596570995349604, 0.19037643524106021, 0.19362400150613118, 0.19718898681246891, 0.2022368611342357, 0.20627559864432171, 0.21047667837856643, 0.21441293730751429, 0.21798145949842526, 0.22269174316657275, 0.22805839010378598, 0.23142809067166253, 0.23544682877794354, 0.23918263561370051, 0.24332300301909804, 0.24826906410872435, 0.25329675001124591, 0.25742137093006096, 0.26143472523908162, 0.26537197580924371, 0.26880822609496718, 0.27325053108693759, 0.27801599017393808, 0.28185455264796982, 0.28551898655760571, 0.28969797468999514, 0.29469614849601827, 0.29819033120752614, 0.30227519353061394, 0.30780461335572351, 0.31237611153645817, 0.31627202746095395, 0.31963567780659174, 0.32237740964523504, 0.32589638801542542, 0.3305286646674907, 0.33420221321848032, 0.33989663227054645, 0.34416327912283068, 0.35034447837510441, 0.35498972403807633, 0.35855091882620921, 0.36327633213491833, 0.36753998247607372, 0.3729367659785795, 0.37985192360779313, 0.38437016760352599, 0.39005755502373884, 0.39482572425216256, 0.4001927093622929, 0.40602742972788325, 0.41233512801313243, 0.41899152804988438, 0.42337530114761357, 0.42792125565896905, 0.43382026465554158, 0.44268614546944335, 0.44830619792220222, 0.45415410061721351, 0.46167530106933863, 0.46895550041529654, 0.47530473993436245, 0.48211460809658874, 0.48857483722379846, 0.49668510358579077, 0.502197066237135, 0.50751626698891095, 0.51264907367868728, 0.51969473148215983, 0.52818547378333625, 0.5349708260232352, 0.54112734609955404, 0.54811112287301356, 0.55616647069377034, 0.56629653003164915, 0.57402173658393196, 0.58265287411054412, 0.5936899552780841, 0.60345904162633524, 0.61533841077412088, 0.6228300863754348, 0.63457632801607111, 0.64512830577873503, 0.65448141887048117, 0.66218373436088196, 0.67678504831115915, 0.68732881229737786, 0.69861201377323079, 0.70832408210492892, 0.72121539173424809, 0.7359553436177424, 0.7531392829935406, 0.76543733074434961, 0.77710358182478712, 0.79485555672259334, 0.81224713754094657, 0.82988361758294238, 0.84792677249400605, 0.86258822924608003, 0.88223434681999902, 0.8944425527153399, 0.90955292927291309, 0.92359168030991856, 0.94256546540532238, 0.96434694242106067, 0.98312881507572292, 1.0032438887848716, 1.0221149781502081, 1.051983899991995, 1.0734774915118375, 1.099530441789152, 1.127960244545553, 1.1534134957090025, 1.1740889749056131, 1.2012742900536555, 1.2342300186242645, 1.2639939024901934, 1.2928179180773745, 1.3208800657063657, 1.3529947499482198, 1.3990112708325715, 1.4319941184494371, 1.4710663063309652, 1.5244700765754542, 1.5635439274849725, 1.5954367199073531, 1.6323134541541804, 1.6724715064169311, 1.7158054453195073, 1.7557217613084009, 1.8048129564898812, 1.8315787027457608, 1.8815354841358516, 1.9566650167344006, 2.0217329340053252, 2.0871078895617967, 2.174040010957027, 2.2381267311291735, 2.3160142472723693, 2.4147723365413021, 2.5376474031182616, 2.6272818671259373, 2.7401975123216742, 2.8684444249229628, 3.0130575018172316, 3.1604260734920331, 3.2962359526985634, 3.4644518032671439, 3.6844961008964079, 3.869097249632687, 4.0583540650809953, 4.2786209475461598, 4.5240194654211052, 4.822566531353826, 5.2714477848841934, 5.9366668833227134, 6.6736260326271726, 7.4551267397319529, 8.3647745090344028, 9.8450415285668225, 13.306780281265262, 17.423150761794336, 35.674610410451407, 0.0, 0.026072158368489466, 0.036900224781724264, 0.045624066076788504, 0.051368104055365224, 0.057774560304207197, 0.063146496944509634, 0.067588098405070435, 0.071805619462746537, 0.07613539155227117, 0.080103152511407455, 0.083942709652846864, 0.087666574981076481, 0.091817280544786176, 0.095686966687175301, 0.099145626961583258, 0.10201499654232103, 0.10517988601597632, 0.10903765629410936, 0.11233875871599709, 0.11536415976301187, 0.11841077260641984, 0.12163826850713737, 0.12514181216632086, 0.12858606228948036, 0.13177179631102987, 0.13482024094190459, 0.13784834878294833, 0.14173344180612701, 0.1443921643498963, 0.14823517008509296, 0.15145826578672161, 0.15493735233574032, 0.157933736355726, 0.16144421044205534, 0.16496481804605914, 0.16826466934931564, 0.17176157430765859, 0.17500874461399182, 0.17804879932812664, 0.18119742226991276, 0.18460902834327048, 0.18841699006227006, 0.19203375816854248, 0.19532030848596255, 0.19938169412343268, 0.20296708531160809, 0.20618735671870392, 0.21005410851308523, 0.21234742151711827, 0.21601167034217333, 0.2193383757310533, 0.222820615737646, 0.22619381050579929, 0.23003091052614577, 0.23415565946236791, 0.23843514043598069, 0.24127671289852604, 0.24517794764409234, 0.24860194155386806, 0.25245137707720106, 0.25637962117578617, 0.26045765403062382, 0.26378413560952962, 0.26727514960402926, 0.27133464777153365, 0.27484241340019733, 0.27916743423061174, 0.28346759202211091, 0.28803025780779556, 0.29103424057548449, 0.2948369270235498, 0.29857003211993777, 0.30250669156367849, 0.30693020880140259, 0.31089496342193434, 0.31523727395296902, 0.31963281400208449, 0.32299918409538603, 0.32683085030433912, 0.33075648000217506, 0.33471837712211988, 0.33909222602081823, 0.34276815018760209, 0.34765709135230655, 0.35209532653578884, 0.35661461412974371, 0.36104303543672206, 0.36462562668761184, 0.36940962892850221, 0.37390697111571997, 0.37904116253667841, 0.38404481300200927, 0.38891575774564258, 0.39360053923178462, 0.39785365298982145, 0.40294361388219591, 0.40892518527823574, 0.41407469140496583, 0.41971691479383916, 0.42599384924960337, 0.43117256502009815, 0.4364633576555077, 0.4415508493771485, 0.44655303590621287, 0.45317266402900153, 0.45915054065776795, 0.46466311475985489, 0.47082285538337654, 0.47636350784519593, 0.48258249873987841, 0.48865756797890558, 0.49554799425562435, 0.50243188982979481, 0.51091693503362012, 0.51956374319976362, 0.52657472160011631, 0.53391907857488219, 0.54231740014001373, 0.55062127393281413, 0.55819389427687915, 0.56684075835760694, 0.57623528957134074, 0.5852137336415546, 0.59460081643291185, 0.60431695479865122, 0.61470640426964351, 0.62697542247017701, 0.63629726675946074, 0.64618052793061942, 0.65666316630386357, 0.66697229921408963, 0.67607240691087234, 0.68567631485065328, 0.69828642365744309, 0.70939742170743159, 0.71984730245856587, 0.73335327137205786, 0.7491983752217467, 0.76288874208982593, 0.77518238687845964, 0.78603287042076431, 0.79995968268653628, 0.81111128891867956, 0.82484474830527166, 0.83982849255420589, 0.8570889681002567, 0.87095612444570292, 0.88896785472177609, 0.90333809106860474, 0.92310933391162042, 0.9405629243797472, 0.95692109407032377, 0.97963547072788137, 1.0004217317748421, 1.0236926463114733, 1.0479024684311415, 1.0736587494567686, 1.1029019665569759, 1.12906516845161, 1.1535229840512065, 1.183650543141433, 1.2145616634515819, 1.2433817141554775, 1.2742936392427719, 1.3109612706104625, 1.3449613279449495, 1.3823759584622277, 1.4151051032327249, 1.4538354777949225, 1.4970878314012157, 1.544365849864396, 1.5852559389906491, 1.6289127182967043, 1.6763419507458905, 1.7346054874616406, 1.7874905505861236, 1.8348302383376642, 1.8883747008525986, 1.9710178297482999, 2.0327376391000698, 2.1131140769950014, 2.1969238514695641, 2.2946506914354945, 2.3927630404203812, 2.4890825215958983, 2.6207165719985688, 2.7919843701169169, 2.9728330577394462, 3.1407377025361027, 3.3485082966286388, 3.5810252651374039, 3.793190415760634, 4.1676272347122065, 4.4916169379050928, 4.8904487124863456, 5.4391848217865677, 6.2263879924626009, 7.5489807356158831, 9.9553179387792401, 36.574431675278419, 0.0, 0.028921816660492792, 0.038476208480468108, 0.045737177892749226, 0.050347326935298052, 0.054427244640566273, 0.059679563902977878, 0.062901418988622379, 0.065683103076441055, 0.069075624012220505, 0.073207759498264968, 0.075280554146869794, 0.079462144204613699, 0.083297706495367232, 0.086394086487673827, 0.088903479078186923, 0.09243845286973873, 0.094364478720997277, 0.096709129954935052, 0.099600772001187554, 0.10194958435962591, 0.10513809510421018, 0.10794208190913103, 0.11150222159681712, 0.1142579134971833, 0.11634657875634755, 0.11969047101715455, 0.12161519787344191, 0.12385053356930883, 0.12634084519901401, 0.1291305476386892, 0.13156417910210463, 0.13417493406967573, 0.13679964962661262, 0.13945990964839527, 0.14181342525248586, 0.14549282281256487, 0.14783340369717113, 0.14958856732057474, 0.15255382916645896, 0.15544319048994837, 0.1591542931569995, 0.16119409443564187, 0.16370574506975646, 0.16653288283113751, 0.16902699557221748, 0.1717260132509677, 0.17468466981937897, 0.1779552731592591, 0.18111140017332697, 0.18333071563005016, 0.18636531857836564, 0.19016088025525124, 0.19209155599903649, 0.19565401433448046, 0.19789779372738567, 0.20022629670546713, 0.20335515738656165, 0.20665614531626331, 0.20885428273616122, 0.21207980049406244, 0.21443174939028406, 0.2181358361099921, 0.2214704825023979, 0.22450859729188807, 0.22759981694087877, 0.23010697985919781, 0.23328733118479639, 0.23565035124699107, 0.23875228245044389, 0.24183177104791836, 0.2447595964898302, 0.24820098427265322, 0.25154143481035013, 0.25581771326492664, 0.26013522490314944, 0.26367297455136646, 0.26617604776659792, 0.26987259220624055, 0.27275363634505095, 0.27623705412540422, 0.27871993911088333, 0.28203251770501186, 0.28491073583870125, 0.28814332922843749, 0.29094277059610124, 0.2938064288488651, 0.2969815313602166, 0.30045527623320389, 0.30317724130982737, 0.30666702944803848, 0.30970778832795376, 0.31259577673706118, 0.31539427764199768, 0.31988050312274674, 0.32178656835758568, 0.32443980138047129, 0.3277688075192623, 0.33195003313090921, 0.33561880003007449, 0.33962945622215918, 0.34377428459224846, 0.349067132730848, 0.35295036042250361, 0.35729246702459938, 0.36187726953066712, 0.36506622168141156, 0.36986324059850173, 0.37569852555383199, 0.37905100286460758, 0.38294669891233701, 0.3866300329330194, 0.39204361455678038, 0.3962317851808338, 0.4030804475511377, 0.40814046916968216, 0.4119865334190676, 0.41817342893503151, 0.42349477228870891, 0.42867287716554325, 0.43313666513603649, 0.43739315237997622, 0.44219051331195619, 0.44643158583414966, 0.4513416019103979, 0.45705935192419134, 0.46264308628398765, 0.46825247944091547, 0.47465420547020648, 0.48174758431700188, 0.48788633445295398, 0.49349388643954339, 0.49865197511805071, 0.50773384443998426, 0.51541046681270575, 0.52255860785575936, 0.5356310077627463, 0.5406463000317947, 0.55076304278607535, 0.55854776590405919, 0.56582581731679704, 0.57267437404735588, 0.58175877378359275, 0.59034691980596277, 0.59823264051739911, 0.60957442271674445, 0.6194670575252732, 0.6294844755918888, 0.63775217112429661, 0.65038656712647513, 0.66556623318671948, 0.67830398239462752, 0.68857340585147719, 0.70637124241783045, 0.72004520953233619, 0.73226719735392387, 0.7457490295034942, 0.76151155409015303, 0.7788125970268942, 0.79515932542339285, 0.81254279994519929, 0.82700166070107894, 0.84377746720044, 0.8616801611253373, 0.87312979926600642, 0.89306244383302025, 0.91157949941262495, 0.93649830671061973, 0.96045815324208017, 0.98026017538300847, 1.0032275044690475, 1.0223665747906359, 1.0503696830959937, 1.0755078532636331, 1.101139306224127, 1.1388797172799137, 1.1665602377614628, 1.1971228830372136, 1.2429765744431311, 1.27151817897234, 1.3196059857459572, 1.3607077146634539, 1.4080100832014402, 1.4436105483598447, 1.5062656999309187, 1.5705018855286448, 1.6196741040179319, 1.7017546419225014, 1.7817219551686443, 1.8729498330391841, 2.006473698316642, 2.0957964833521063, 2.2485598216783145, 2.423609185843191, 2.626008839643847, 2.9939990973758333, 3.246795944923798, 3.6373053766092713, 4.1523041564312617, 5.165408952511334, 14.439408507928594, 0.0, 0.018339072203810237, 0.02329902841443731, 0.028894088769264126, 0.033732536832338969, 0.039118065252253129, 0.043508833467363728, 0.047063221143802791, 0.051667831189905436, 0.055471945442740714, 0.059563400199632022, 0.063407265987904318, 0.067563772217917817, 0.070562077753977034, 0.072564969601282711, 0.075957653960410501, 0.079471937233580703, 0.081610948505659406, 0.084336182277764543, 0.085729555024764481, 0.087912606080814831, 0.090426742471708968, 0.092226052618394103, 0.095203088495300195, 0.097507441529407504, 0.09931583216850505, 0.10098213901865467, 0.10362977207550068, 0.106536499498979, 0.10886405033186211, 0.11088891781357048, 0.11328699495935905, 0.11540087510304135, 0.11799931027470408, 0.12050531073316835, 0.12242779955312402, 0.12514823721707605, 0.12721735558212802, 0.12933447430330011, 0.13203036634017445, 0.13417276652072574, 0.13682939156923718, 0.13887038216932518, 0.14017857392699531, 0.14260782990365448, 0.14507059221307408, 0.14695417225791405, 0.1497654226781093, 0.15138564492801476, 0.15472639458976323, 0.15772367683889396, 0.16045043223988531, 0.16195088977448327, 0.1653371285663317, 0.16739293400606811, 0.16902564888868615, 0.17135686517783991, 0.17417715392414423, 0.17596450913872053, 0.17803129891730965, 0.1805883516853817, 0.1825060880502859, 0.1838873485985828, 0.18554056668826283, 0.18688214127303718, 0.19034439134742612, 0.19315414674660081, 0.19515118537205678, 0.19721801513205642, 0.19995735714435001, 0.202946145175666, 0.20558544474904342, 0.20755322999229742, 0.20900643222762244, 0.21121684498145538, 0.2141429261516028, 0.21798646354299808, 0.22017242536159604, 0.22218023639013998, 0.22376317029676776, 0.22537433505677418, 0.22809119148663043, 0.23139281037580572, 0.23480276077988851, 0.23684629676326219, 0.23958019092042915, 0.24220286199703944, 0.24366569953375267, 0.24625074936964272, 0.24915921270974223, 0.25224407083384365, 0.2538581843802209, 0.25651702169266016, 0.26003397601516304, 0.26243381994538789, 0.26573203122069483, 0.26815769894861019, 0.27071592524571436, 0.27210161216348083, 0.27479515468230203, 0.27748117382633419, 0.280031855760834, 0.28299682369589024, 0.28524892290169052, 0.28898573042967923, 0.29228482183314008, 0.29504239920787978, 0.29806595908916128, 0.30100912736728097, 0.30284142122993929, 0.30711397725763068, 0.30933508238145735, 0.31253352531706291, 0.31451417053860403, 0.31873834499509557, 0.32074973819730013, 0.3227054052696956, 0.32713499329815404, 0.32974764249150712, 0.33492335792956868, 0.33718040901799218, 0.3445901607353572, 0.34780889710624885, 0.35093774887440915, 0.35623622197550575, 0.36041747761865661, 0.3642024692932514, 0.36810814698209304, 0.37267235846192165, 0.37479086986451726, 0.37861500834946049, 0.38309681552259905, 0.38664479850030559, 0.39090235429868447, 0.39557988601615102, 0.40024979955036705, 0.40474065571274853, 0.41182223255228778, 0.41565261202748732, 0.41888281162295166, 0.42393582615245412, 0.42822578404852624, 0.43294724828815934, 0.43951811737015356, 0.44722396323185154, 0.456459221718371, 0.46045447756416902, 0.46515308472591632, 0.46794991783126505, 0.47105981062684799, 0.47694020659007907, 0.48566640347419093, 0.4925745593913089, 0.49834783552581607, 0.50583387303211413, 0.51446464375101153, 0.52037516362506031, 0.53000380193173813, 0.5385532513944602, 0.54874910866185223, 0.557812399599245, 0.56788840989487577, 0.57980243654512897, 0.59369025108432061, 0.60559961256557782, 0.61889472781609867, 0.62969186089776408, 0.63837174738104929, 0.65949504499792255, 0.67141801254799327, 0.68600870858985674, 0.70043252145572876, 0.71339160274800251, 0.73333888359098232, 0.7460716086234207, 0.77171882001476177, 0.79223386524767436, 0.80514904996463144, 0.83016666521645444, 0.85350687238710088, 0.87938142652533746, 0.90714316395586614, 0.94541747300904144, 0.96712639337790818, 1.0077289627906116, 1.0578436059764642, 1.0814656481052898, 1.1213085582112645, 1.1519192766424888, 1.2067063531674953, 1.2531782152469926, 1.3107295260357585, 1.3724083852801383, 1.4468184839518206, 1.5305694103262035, 1.6312349936217583, 1.756018052127331, 1.8367605970857828, 2.1866989616417953, 2.6254576951184867, 6.6659216112228403, 0.0, 0.022907607978118902, 0.029821550682582357, 0.041345273775706924, 0.047618453577416696, 0.050555949727830833, 0.051530800253982594, 0.054552378113468664, 0.057086940000512496, 0.060602812091659256, 0.062248198918549692, 0.064804482413347478, 0.068044804113331997, 0.068908259193016616, 0.071132441977344307, 0.072933767937089555, 0.074986799025957215, 0.077263304695632015, 0.077976304453341666, 0.080549007965029493, 0.082270832598215493, 0.085046708133008728, 0.087447299482588489, 0.088756661262206285, 0.089943943671740606, 0.091007938101520788, 0.094928097449594656, 0.099174513732067163, 0.10225836726704171, 0.10576989225044739, 0.10833249442743473, 0.11038664233579089, 0.11189318059686042, 0.11482544288738511, 0.11669347663279424, 0.11877928264418412, 0.12047520194953332, 0.12165567868304332, 0.12370102433239426, 0.12612018039059264, 0.12684700576746685, 0.12878646240712111, 0.13057121120289508, 0.13306734076172619, 0.13372880707703153, 0.13736038992044558, 0.13881715097710293, 0.14064884529964838, 0.14124573991521217, 0.14311942643715578, 0.14513581305673817, 0.14595784685930299, 0.14716393061676503, 0.14885367705639466, 0.15050993397888962, 0.15162964533831316, 0.15369975683678072, 0.15435469959388012, 0.15577759046058082, 0.15668226730841731, 0.1584071432356994, 0.16082946927662081, 0.16239265698907479, 0.16531349295331907, 0.16703861065645129, 0.16929110758385099, 0.17070372367338077, 0.17240081949003247, 0.17401929655089876, 0.17549939813262669, 0.17701318273239205, 0.17868149692193935, 0.18147990984218215, 0.18481043739856384, 0.18569720961339536, 0.18665041599964075, 0.18938007981684934, 0.19112692772630277, 0.19315708801010689, 0.19508059108287254, 0.19644468311306196, 0.19883785512746996, 0.1996477292940389, 0.20328799229092981, 0.20659034076463945, 0.20796810335371782, 0.20983542523783127, 0.2115840603792295, 0.21255804907160578, 0.21431203105213031, 0.21628777053004405, 0.21896636799431354, 0.21986294549536606, 0.22078232590253416, 0.22179327232323751, 0.22426607190724099, 0.22774633679825707, 0.22885586498217825, 0.23208931497029114, 0.23445635314933294, 0.23554916368095241, 0.23985598287746046, 0.24076111746584605, 0.24198970919459603, 0.24456695954672134, 0.24539417383496825, 0.24905154968712961, 0.25090707777222615, 0.25130106870142177, 0.25451533183987707, 0.25566996933756181, 0.25867328796775041, 0.26064956359600089, 0.26093120395291297, 0.26335008874127647, 0.26856790047127449, 0.27254893327198854, 0.27567782840817318, 0.28124267210164966, 0.28247854937130817, 0.28625114431857379, 0.29082925078376376, 0.29320605506152064, 0.29647487884551421, 0.29850592855711272, 0.30094246795171609, 0.30299611653537667, 0.30732808774918102, 0.30921735043703502, 0.31232747522186072, 0.31576319709815054, 0.31898849977118987, 0.32108644244395629, 0.32447138047106261, 0.3276024319651058, 0.33168278635557902, 0.33493496691600139, 0.33845815307623212, 0.34437679545267702, 0.34822020725155695, 0.35388817414966195, 0.35700939815500266, 0.36137972027986198, 0.36735725529631541, 0.37122673740911644, 0.37736118189762147, 0.38121463316019755, 0.38546836603235024, 0.38836897993416342, 0.39553820461710354, 0.40116462511742196, 0.40279764229171539, 0.40785429136994455, 0.4120631734290916, 0.41819001160031855, 0.4234655903840544, 0.43068989317940309, 0.4331178277657271, 0.43638042629268897, 0.44171464739442051, 0.44829733628879731, 0.45755514155993304, 0.46339964109942611, 0.47692651434693667, 0.48203233568420067, 0.49140553703676787, 0.50067617538535925, 0.50624500029535147, 0.509762509086366, 0.52599740110606863, 0.53670458159003154, 0.54068269935836055, 0.54513452026347542, 0.55442379727646218, 0.5804414969611561, 0.58740464650794555, 0.59797187392502571, 0.60955631740740246, 0.62001210363745418, 0.62794424312588415, 0.64232876391400828, 0.65803432767723335, 0.67702143179047414, 0.69561200182704575, 0.70599633378133608, 0.73591608002676656, 0.75513253846758877, 0.78397996641105416, 0.80710202421052646, 0.84525049120784146, 0.9052678157224523, 0.9490825408336746, 1.016326214794693, 1.0596533647480635, 1.1401329656445862, 1.2775775816110475, 1.3755053508861865, 1.4769805157017351, 1.6399119604908177, 2.1348657056627016, 3.1990537574230995, 0.0, 0.037229647806545842, 0.042899747607156292, 0.04852625796660219, 0.053427828682963238, 0.057846043814273482, 0.058789366804777823, 0.059894670960058481, 0.061806496819415593, 0.06288357937563871, 0.063705491238154652, 0.064624564349766864, 0.066539564546213181, 0.068117644205825445, 0.069689987448183402, 0.072973810118958204, 0.075029578028714114, 0.076090220871986247, 0.078275623933525537, 0.080159770792154389, 0.081406116039587209, 0.08164553964490695, 0.083593049530192948, 0.084590953870938804, 0.086465834117303964, 0.08822532572632788, 0.089186854619600464, 0.089886020317945056, 0.092572749202295607, 0.093694972932557227, 0.094937834404926119, 0.097040224291640623, 0.097667138521545876, 0.099969968038602502, 0.10417048484174087, 0.10780079213283225, 0.10889375095854625, 0.10903938989013479, 0.11128176917618536, 0.11257507660636565, 0.11326518811097527, 0.11352509387853861, 0.11567847555302868, 0.11768952386243653, 0.1204905958236033, 0.12232339630742434, 0.12313609921978132, 0.12415844929489957, 0.12496470498144355, 0.1256037537020967, 0.12639939557206845, 0.12838761114223329, 0.13077332351034465, 0.13313785622768695, 0.13467524077070694, 0.13767775043346175, 0.1395173441181872, 0.14023356529287612, 0.14136086842893428, 0.14571034508839201, 0.1469532644277852, 0.14759361899260168, 0.14842017101772531, 0.15242521256839886, 0.15426856023023913, 0.15672970714335024, 0.15841699106659399, 0.16004962219962768, 0.16049659367868152, 0.16157625338408105, 0.16342153321263841, 0.16532114637213219, 0.16564588513427789, 0.16769053519184424, 0.16854825098054121, 0.17028923250134065, 0.17081950396614154, 0.17342913449829525, 0.17419644038376433, 0.17653031453657719, 0.17786246650019316, 0.17958041035624855, 0.18003570826506662, 0.18432275493254124, 0.18459458761615619, 0.18561588691792064, 0.18819478610235629, 0.18893514209622653, 0.19095535469625224, 0.19170408021332064, 0.19567600800094345, 0.19999780259216959, 0.20284315225727748, 0.20373012583225134, 0.20456046242286197, 0.20898756476926456, 0.2100591678518928, 0.21318265146979337, 0.21479341720286452, 0.21493894958991802, 0.21552884148320978, 0.21678370295180605, 0.22005390213330656, 0.2208750353533499, 0.22231160974944153, 0.22547606652116448, 0.22883502427842192, 0.23247314084489223, 0.23365595384777041, 0.23970523046509304, 0.24138410146972589, 0.24522137341984301, 0.24570522451863233, 0.24780703706547635, 0.24933355507759977, 0.25284652657486378, 0.25514210353592087, 0.26026745358900111, 0.26128019347213516, 0.26202930456238355, 0.2653982496052657, 0.27065798701145305, 0.27463053229655843, 0.27595152381920862, 0.27800957551439981, 0.27890303616529488, 0.28289551881522107, 0.28379888321436764, 0.28474455516979619, 0.28548889806913502, 0.28851856129741399, 0.28925469033111689, 0.28955788894271245, 0.29350305977266933, 0.29609872122681807, 0.30241998726464192, 0.30382080452923382, 0.30448438898977698, 0.30631757913135704, 0.30916236790296231, 0.31205028913580696, 0.31313738153954629, 0.31539404590186959, 0.32210740953492534, 0.32318384166541836, 0.32403796494592974, 0.32464341580886236, 0.32818473413596672, 0.33067902264725552, 0.33203810229003639, 0.33962444057763569, 0.34073403626495863, 0.34374538688334105, 0.34554821131082758, 0.34684735903657665, 0.34836578284950859, 0.35197282198795432, 0.35911745218986346, 0.36040424548108152, 0.36271817789575339, 0.36453208838267026, 0.3722041874594319, 0.3850959970374066, 0.3967374853148608, 0.41083356110814401, 0.41558974094228335, 0.41984747597880934, 0.42851282447107242, 0.44033883814796876, 0.44769850108485965, 0.45485476695336086, 0.45517769344815051, 0.46988589941579539, 0.47336234940402983, 0.48228476100040185, 0.4963129125170842, 0.52496401740850696, 0.54174268466224507, 0.56778264213285756, 0.59947949441738635, 0.61618637620027639, 0.62469990851376267, 0.63559373655292239, 0.64028148402424645, 0.6417944978527288, 0.66120751834923108, 0.67230387905415456, 0.68549918126957876, 0.73574140945002686, 0.76189058824857092, 0.78177211477759978, 0.78478497130854397, 0.81183845339312055, 0.92595133931696894, 1.0420074377189543, 1.1184834461004387, 1.1868475850375335, 1.3795391514935433, 1.6690912806799729, 3.620579386400943, 4.4069707474488888, 0.0, 0.030864281125046841, 0.03669053240718801, 0.03669053240718801, 0.039541803469962257, 0.039755585819827695, 0.041911399040835309, 0.044531607387296508, 0.046731484997993428, 0.046731484997993428, 0.06192300563276, 0.06192300563276, 0.066085275241882221, 0.067880636244234044, 0.067880636244234044, 0.069612626096000677, 0.071396391336907949, 0.074309967475605268, 0.078162954961568054, 0.079768809149418779, 0.079768809149418779, 0.081322012057796628, 0.081579918597752932, 0.081965289512041781, 0.082670774423793988, 0.082670774423793988, 0.083676047986424987, 0.083826394915856112, 0.085375798643674658, 0.085510183074035503, 0.088324648985544513, 0.088324648985544513, 0.089066018619338688, 0.089523451445578398, 0.092390560807742189, 0.10166676719934153, 0.10195388252236594, 0.10195388252236594, 0.10528536390229394, 0.10679858905504509, 0.10764192688172415, 0.11227193635040114, 0.11227193635040114, 0.11244606922440568, 0.1136218868259553, 0.11451053199472827, 0.11659577642426923, 0.11691086289458787, 0.11691086289458787, 0.1173211686698568, 0.11960461186081611, 0.12046430069545827, 0.12256846680870316, 0.12256846680870316, 0.12280198926010166, 0.1257225389684917, 0.13059187471398534, 0.13073228193993355, 0.13136136021211561, 0.13136136021211561, 0.13233380712258788, 0.13614938779187713, 0.14007489771345971, 0.14560628646680376, 0.14560628646680376, 0.14756930951437783, 0.14916144609305121, 0.14922882591595366, 0.15191188357115223, 0.15579801420071124, 0.15610306654452089, 0.15610306654452089, 0.15875192987335729, 0.16047737283948593, 0.16705380313003848, 0.16705380313003848, 0.168016882808462, 0.17068350389171213, 0.17282355855710782, 0.17412526193089098, 0.17681813754652775, 0.17681813754652775, 0.17715999760351636, 0.17756752055286806, 0.17871040321678122, 0.18018603591927709, 0.18070221855952068, 0.18070221855952068, 0.18495477280536446, 0.18580464561947918, 0.18637382093258065, 0.18739559121993163, 0.18739559121993163, 0.18989848932672079, 0.1902906960015, 0.19079530690057658, 0.19139358210577725, 0.1938767861484369, 0.1938767861484369, 0.19812320558888927, 0.19864349781538035, 0.20096245867613949, 0.20739126731129648, 0.20739126731129648, 0.20890608427242904, 0.21005835424486638, 0.21737774907061119, 0.21854346896037202, 0.22284661457281491, 0.22284661457281491, 0.23203519715709653, 0.23203519715709653, 0.23558872825006388, 0.23602589936541735, 0.23602589936541735, 0.23638998760967109, 0.23703292133804643, 0.24047672111025759, 0.24232933889648617, 0.24387144046296869, 0.24387144046296869, 0.24388260654882868, 0.24896631802503422, 0.25046853137361336, 0.25166045673406662, 0.25166045673406662, 0.25359663196242094, 0.25498419205566342, 0.25901909865108758, 0.26243633410773498, 0.26917225709613957, 0.26917225709613957, 0.27179969406100962, 0.27215636119935699, 0.27269960957360972, 0.27295835182412659, 0.27444977275651289, 0.27444977275651289, 0.274486965108864, 0.27757442781989727, 0.28007367094306918, 0.28306039462916666, 0.28306039462916666, 0.29022692808414607, 0.29319016306643131, 0.2953248123792146, 0.29727012315484735, 0.30055429636041897, 0.30055429636041897, 0.30274018734482672, 0.30371328246605706, 0.31089484427626424, 0.31222083890057561, 0.31222083890057561, 0.31342334287374385, 0.31360922339798514, 0.31781375837493059, 0.32086597698136354, 0.32397526199152671, 0.32397526199152671, 0.3252274384988707, 0.32557079328326183, 0.33071479846211244, 0.33213366103834452, 0.33213366103834452, 0.33806274054259133, 0.34060768522908541, 0.34066725641268175, 0.35070821312772565, 0.35281117830908848, 0.36022367837676228, 0.36022367837676228, 0.36359476452865169, 0.36867343874662684, 0.37500703454904866, 0.37500703454904866, 0.37559552094037618, 0.37776360565050465, 0.37911941464036175, 0.38043414821366556, 0.38673933256135501, 0.38673933256135501, 0.41493531465793626, 0.42545225470978032, 0.43335020944353286, 0.45946584864513479, 0.47934271794544625, 0.47934271794544625, 0.4835397584082895, 0.507001135566851, 0.53670698552411766, 0.62709022030658668, 0.62709022030658668, 0.6307562723487633, 0.6978337089986677, 0.96104664619258018, 0.97932419086538236, 1.3786097683148981, 1.3786097683148981, 2.1383436514004277, 2.1383436514004277, 0.0, 0.0, 0.040258951562044121, 0.040258951562044121, 0.04337227036223338, 0.04337227036223338, 0.04337227036223338, 0.056733258526878674, 0.056733258526878674, 0.059895656757221916, 0.063352892119378321, 0.063352892119378321, 0.063352892119378321, 0.063352892119378321, 0.063460760236515132, 0.063460760236515132, 0.063460760236515132, 0.064176771962993165, 0.064176771962993165, 0.069374734097819607, 0.069374734097819607, 0.069941635924431284, 0.069941635924431284, 0.069941635924431284, 0.07441063086446581, 0.07441063086446581, 0.090038436293935278, 0.090038436293935278, 0.090038436293935278, 0.093919282982153851, 0.098259451815303545, 0.098259451815303545, 0.098259451815303545, 0.098259451815303545, 0.11221645527330414, 0.11221645527330414, 0.11464109406455952, 0.11464109406455952, 0.11464109406455952, 0.11504122558884447, 0.11504122558884447, 0.11661461574279566, 0.11661461574279566, 0.11661461574279566, 0.11694434342186813, 0.11694434342186813, 0.12361989892840071, 0.12361989892840071, 0.12361989892840071, 0.12731915639699826, 0.13338496267239372, 0.13338496267239372, 0.13338496267239372, 0.13338496267239372, 0.14060738795616895, 0.14060738795616895, 0.14577369503859991, 0.14577369503859991, 0.14577369503859991, 0.15154574744822344, 0.15154574744822344, 0.15338029980440129, 0.15338029980440129, 0.155704785287297, 0.155704785287297, 0.155704785287297, 0.16408818329459646, 0.16408818329459646, 0.16611008928152352, 0.16611008928152352, 0.16793010863802235, 0.16793010863802235, 0.16793010863802235, 0.17350035363146732, 0.17350035363146732, 0.17350035363146732, 0.17720670978465847, 0.17720670978465847, 0.18778273599380949, 0.18778273599380949, 0.18778273599380949, 0.1956978506206099, 0.1956978506206099, 0.20618188353800229, 0.20618188353800229, 0.20618188353800229, 0.20667910131294201, 0.20667910131294201, 0.20897230394199579, 0.20897230394199579, 0.21603929997442067, 0.21603929997442067, 0.21603929997442067, 0.21750678346847724, 0.21750678346847724, 0.21750678346847724, 0.22319258104633796, 0.22319258104633796, 0.22577633029393052, 0.22577633029393052, 0.22577633029393052, 0.22835066066328252, 0.22835066066328252, 0.23127950794349347, 0.23127950794349347, 0.2335912050904361, 0.2335912050904361, 0.2335912050904361, 0.23855651821128016, 0.23855651821128016, 0.2403910894270215, 0.2403910894270215, 0.2403910894270215, 0.24693892553945757, 0.24693892553945757, 0.25144395559134397, 0.25144395559134397, 0.25144395559134397, 0.26144207730435715, 0.26144207730435715, 0.26316375812762322, 0.26316375812762322, 0.26316375812762322, 0.269250257528246, 0.269250257528246, 0.26976356545845359, 0.26976356545845359, 0.26976356545845359, 0.27207502394872296, 0.27207502394872296, 0.2722348959852619, 0.2722348959852619, 0.2722348959852619, 0.27399949932593481, 0.27399949932593481, 0.28525376986066708, 0.28525376986066708, 0.28525376986066708, 0.28581273013248543, 0.28581273013248543, 0.28581555874501124, 0.28581555874501124, 0.28725787127206887, 0.28725787127206887, 0.28725787127206887, 0.29182201476670522, 0.29182201476670522, 0.29774917483412067, 0.29774917483412067, 0.29774917483412067, 0.3221172335419677, 0.3221172335419677, 0.32286123906893716, 0.32286123906893716, 0.32286123906893716, 0.32784329797451783, 0.32784329797451783, 0.39859714532471063, 0.39859714532471063, 0.39859714532471063, 0.40861269762703839, 0.40861269762703839, 0.43492497337962299, 0.43492497337962299, 0.43492497337962299, 0.45154247181726737, 0.45154247181726737, 0.47903191315956584, 0.47903191315956584, 0.47903191315956584, 0.48764413130617162, 0.48764413130617162, 0.55753055427216291, 0.55753055427216291, 0.55753055427216291, 0.59950889251110473, 0.59950889251110473, 0.62302532522821363, 0.62302532522821363, 0.62302532522821363, 0.70821265192750071, 0.70821265192750071, 0.78923825478405685, 0.78923825478405685, 0.80991304315555079, 0.80991304315555079, 0.80991304315555079, 0.88217017561019562, 0.88217017561019562, 0.88217017561019562, 0.90564207937415331, 0.90564207937415331, 0.92743264762046396, 0.92743264762046396, 1.0496487600196804, 1.0496487600196804, 1.0496487600196804, 1.2152980938033116, 1.2152980938033116, 1.2152980938033116, 1.2152980938033116] diff --git a/Muon/MuonID/python/MuonID/M_2009_def_gamoms.py b/Muon/MuonID/python/MuonID/M_2009_def_gamoms.py index 4902b636c29..61037a59607 100644 --- a/Muon/MuonID/python/MuonID/M_2009_def_gamoms.py +++ b/Muon/MuonID/python/MuonID/M_2009_def_gamoms.py @@ -1 +1,11 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### M_2009_def_gamoms = [0, 350.0, 1050.0, 1750.0, 2450.0, 3150.0, 3850.0, 4550.0, 5250.0, 5950.0, 6650.0, 7350.0, 8050.0, 8750.0, 9450.0, 10150.0, 10850.0, 11550.0, 12250.0, 12950.0, 13650.0, 14350.0, 15050.0, 15750.0, 16450.0, 17150.0, 17850.0, 18550.0, 19250.0, 19950.0, 20650.0, 21350.0, 22050.0, 22750.0, 23450.0, 24150.0, 24850.0, 25550.0, 26250.0, 26950.0, 27650.0, 28350.0, 29050.0, 29750.0, 30450.0, 31150.0, 31850.0, 32550.0, 33250.0, 33950.0, 34650.0, 35350.0, 36050.0, 36750.0, 37450.0, 38150.0, 38850.0, 39550.0, 40250.0, 40950.0, 41650.0, 42350.0, 43050.0, 43750.0, 44450.0, 45150.0, 45850.0, 46550.0, 47250.0, 47950.0, 48650.0, 49350.0, 50050.0, 50750.0, 51450.0, 52150.0, 52850.0, 53550.0, 54250.0, 54950.0] diff --git a/Muon/MuonID/python/MuonID/M_2009_def_gaprobs.py b/Muon/MuonID/python/MuonID/M_2009_def_gaprobs.py index cd53990d907..08e18e3f00c 100644 --- a/Muon/MuonID/python/MuonID/M_2009_def_gaprobs.py +++ b/Muon/MuonID/python/MuonID/M_2009_def_gaprobs.py @@ -1 +1,11 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### M_2009_def_gaprobs = [0, 0.0, 0.0, 0.0, 0.91489362716699996, 0.95692306757000001, 0.98613864183400002, 0.99072849750500003, 0.98903292417499999, 0.98952460288999999, 0.99774098396300004, 0.99152541160600005, 0.99343830347100004, 0.99500310421000004, 0.99360203742999997, 0.99673414230299995, 0.99803018569900004, 0.99857753515199998, 0.99271136522299996, 0.993197262287, 0.997596144676, 0.99408286809900004, 0.99648505449299996, 0.99720668792699996, 0.99559080600700001, 0.99696666002300005, 0.99382078647600003, 0.99571734666800005, 0.99760192632699995, 0.99768519401599998, 0.99423962831500001, 0.99749684333800004, 0.99865412712099999, 0.99725276231799997, 0.99565845727900004, 1.0, 0.995768666267, 0.99697428941699995, 0.99658703804000004, 0.995065808296, 0.998257815838, 0.99835252761799997, 0.99401199817700003, 1.0, 0.99435025453600001, 0.99797159433399996, 0.99582463502899998, 0.99365752935399998, 0.99794661998699996, 0.99550563097, 0.99768519401599998, 0.99052131176000002, 0.99722993373900004, 0.99507391452799998, 0.98961037397399998, 0.99184781312900006, 0.98863637447399999, 0.99135446548499995, 0.99723756313300005, 0.99006623029700003, 0.99099099636099997, 0.99672132730499996, 0.992857158184, 1.0, 1.0, 1.0, 0.98947370052299999, 0.99640285968800002, 0.99641579389599999, 0.98892986774400005, 0.984126985073, 0.99591839313499997, 0.98765432834599998, 0.98712444305400004, 0.99523806571999995, 0.98076921701399999, 1.0, 1.0, 1.0, 1.0, 0, 0.0, 0.0, 0.0, 0.031914893537799999, 0.68923074006999996, 0.94653463363599999, 0.97483444213899995, 0.98404783010499997, 0.98952460288999999, 0.99397587776200003, 0.99022161960599997, 0.99081367254300001, 0.99312931299200002, 0.99488162994399998, 0.99738734960599995, 0.99606043100399999, 0.99431008100499996, 0.99562680721300001, 0.99546486139299994, 0.997596144676, 0.99408286809900004, 0.99648505449299996, 0.996275603771, 0.99823635816599998, 0.99494439363499998, 0.99485069513299995, 0.99678802490200002, 0.99520385265400002, 0.99884259700800004, 0.99539172649399998, 0.99374216795000003, 0.99730819463700005, 0.99450546503100001, 0.99565845727900004, 1.0, 0.99435824155800001, 0.99546140432399999, 0.99488055706, 0.99342107772800003, 0.99651569127999995, 0.99670511484099999, 0.99401199817700003, 0.99616122245799998, 0.99811673164400005, 0.99594318866700005, 0.99791228771200002, 0.99154335260399995, 0.99794661998699996, 0.99775278568299997, 0.99768519401599998, 0.99289101362200005, 0.99722993373900004, 0.99014776945100003, 0.98961037397399998, 0.99728262424500003, 0.98863637447399999, 0.98559075593900003, 0.99447512626599999, 0.98675495386099998, 0.98798799514799995, 0.99672132730499996, 0.98571425676299995, 0.99662160873399996, 1.0, 1.0, 0.98947370052299999, 0.99640285968800002, 0.99641579389599999, 0.98892986774400005, 0.99603176116900005, 0.99591839313499997, 0.99588477611500004, 0.99570816755299996, 0.99523806571999995, 0.98076921701399999, 1.0, 0.99545454978900005, 0.98958331346499995, 1.0, 0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.31881189346299998, 0.88344371318799997, 0.95014953613300002, 0.97824335098299997, 0.97515058517499997, 0.98370271921200003, 0.98556429147699998, 0.99250465631499996, 0.99168264865900002, 0.99281513690900003, 0.99409061670300003, 0.99217641353599995, 0.99271136522299996, 0.99168556928600005, 0.99439102411299995, 0.99492812156699995, 0.99384886026399999, 0.99720668792699996, 0.99029982090000002, 0.99089992046399999, 0.99382078647600003, 0.99571734666800005, 0.99040764570200002, 0.99884259700800004, 0.98847925663000002, 0.99624532461199999, 0.99327051639599995, 0.99450546503100001, 0.99710565805399998, 0.99855905771300002, 0.99012696742999995, 0.99546140432399999, 0.99317407607999997, 0.99013155698800004, 1.0, 0.99341022968299997, 0.99201595783200003, 0.99808061122900005, 0.99811673164400005, 0.99594318866700005, 0.99791228771200002, 0.98308670520800001, 0.99794661998699996, 0.99775278568299997, 1.0, 0.99052131176000002, 0.99445980787300003, 0.99014776945100003, 0.984415590763, 0.98913043737399997, 0.98579543829000005, 0.97982710599900003, 0.98895025253299995, 0.98675495386099998, 0.98798799514799995, 0.99672132730499996, 0.98928570747400002, 0.99662160873399996, 0.98207885026899999, 0.99658703804000004, 0.98596489429500001, 0.98920863866800002, 0.99641579389599999, 0.98154979944200005, 0.98809522390399995, 0.99591839313499997, 0.99176955223100005, 0.982832610607, 0.98571425676299995, 0.98076921701399999, 1.0, 0.99545454978900005, 0.99479168653500005, 1.0, 0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.00198019808158, 0.076821193098999999, 0.595214366913, 0.90491539239899998, 0.95858430862400001, 0.96870923042299995, 0.98556429147699998, 0.98750782012899996, 0.98784387111700001, 0.98889613151599998, 0.99146419763600002, 0.99359887838399996, 0.98833817243599997, 0.993197262287, 0.99038463830900003, 0.99492812156699995, 0.99384886026399999, 0.99720668792699996, 0.99206346273400003, 0.99494439363499998, 0.99176108837099997, 0.99357599019999998, 0.99040764570200002, 0.99652779102300004, 0.98732721805599999, 0.99374216795000003, 0.99327051639599995, 0.99587911367399995, 0.99565845727900004, 0.99711817503, 0.99294781684900002, 0.98940998315799999, 0.98634815216100002, 0.991776287556, 0.99477350711800006, 0.99341022968299997, 0.98602795600899995, 0.99232244491599997, 0.99811673164400005, 0.993914783001, 0.99791228771200002, 0.98520082235299999, 0.99794661998699996, 0.99775278568299997, 0.99768519401599998, 0.98815166950199995, 0.99445980787300003, 0.99261081218699998, 0.98701298236799995, 0.99184781312900006, 0.991477251053, 0.97694522142399998, 0.99171268940000001, 0.98344373702999999, 0.98498499393500005, 0.99344259500499998, 0.98928570747400002, 0.99324321746800004, 0.98924732208300004, 0.99658703804000004, 0.98596489429500001, 0.98561149835600004, 0.98207885026899999, 0.985239863396, 0.98809522390399995, 0.98775511980099995, 0.99588477611500004, 0.98712444305400004, 0.98095238208799995, 0.97596156597100003, 0.99512195587200003, 0.99090909957899997, 0.98958331346499995, 1.0] diff --git a/Muon/MuonID/python/MuonID/M_2010_def_chi2b.py b/Muon/MuonID/python/MuonID/M_2010_def_chi2b.py index 5780fb8cb14..8bd0a7f6c48 100644 --- a/Muon/MuonID/python/MuonID/M_2010_def_chi2b.py +++ b/Muon/MuonID/python/MuonID/M_2010_def_chi2b.py @@ -1 +1,11 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### M_2010_def_chi2b = [0.0, 1.19643536295, 1.7799429438800001, 2.5000897208500001, 3.0593132287299998, 3.4839286608000002, 3.9982294568999999, 4.4402913862600002, 4.8147369692600002, 5.3054432104, 5.8105717909600001, 6.1370968299099999, 6.7475810144699997, 7.3015792720599997, 7.6896019690199999, 8.13938977856, 8.4515096605100002, 8.9879216562900002, 9.4927671192999998, 10.085788064899999, 10.625255410199999, 11.0026891093, 11.3895870178, 11.843719932200001, 12.253271789299999, 12.767614137500001, 13.262427498099999, 13.786048882799999, 14.16595075, 14.643883369899999, 15.146539539600001, 15.7813472808, 16.280656373900001, 16.655646821400001, 17.114459585199999, 17.598615494000001, 18.184936752399999, 18.740805828900001, 19.248318706700001, 19.9296167205, 20.463100761100002, 21.2124495216, 21.626706539400001, 22.210655822100001, 22.700941956400001, 23.302821910599999, 23.920510033900001, 24.580456784700001, 25.2569820073, 25.959142340700001, 26.512265281099999, 27.196530728900001, 27.733216163200002, 28.478633239299999, 29.299270036500001, 30.256722160100001, 30.986221208, 31.737877171200001, 32.3960443243, 33.105226859200002, 33.767065963699999, 34.404378731100003, 34.924274373000003, 35.644436068099999, 36.564111572900003, 37.417350414600001, 38.238436024899997, 38.799991177199999, 39.436095377800001, 40.277347542100003, 41.016879076899997, 41.908435708699997, 42.819594709699999, 43.738915136400003, 44.846693151399997, 45.536023954699999, 46.546157932100002, 47.460643921100001, 48.624537354399997, 49.4055755953, 50.186510797700002, 51.175277055499997, 52.089204297199998, 53.122068163400002, 54.127727041100002, 54.940780204399999, 56.114554909900001, 57.0656839854, 57.894406169100002, 59.009235477799997, 60.0914392866, 61.208045864900001, 62.2858241466, 63.543350702799998, 64.856196127700002, 66.682225449399994, 68.209557105800002, 69.742463108799996, 71.750057073999997, 73.414467924899995, 75.307815587799993, 77.118795934299996, 78.812379695000004, 80.355455134600007, 81.877925440300004, 83.662200974800001, 85.224686517899997, 86.615321828199995, 88.267510348100004, 89.802469557099997, 91.374895675700003, 93.408025320799993, 95.336052711299999, 97.395921625599996, 98.859486409499993, 100.657442178, 102.99984774399999, 105.41734144900001, 107.273191485, 109.044242849, 110.937136356, 113.583166593, 115.56257233300001, 117.846911268, 120.681655831, 122.799469999, 124.375415383, 126.97394391900001, 129.436815795, 132.49568735599999, 135.98857834699999, 138.09223868300001, 141.65649987800001, 146.09086464500001, 149.16576952099999, 152.208770273, 155.187653896, 157.43246798000001, 160.43301280700001, 162.84002901100001, 166.77052560600001, 169.29494600500001, 172.91801473500001, 176.654293306, 180.23478114700001, 183.296380473, 186.73903581499999, 190.86755789399999, 195.654394298, 199.69558299600001, 203.92254700699999, 208.397049907, 213.10008202399999, 217.93095747000001, 222.20188235800001, 227.07325009499999, 230.860699883, 237.97819378299999, 245.85743037500001, 252.73101680400001, 258.89556405000002, 268.60486464500002, 276.47499798699999, 282.03633185400003, 289.17078451600003, 302.06749436299998, 312.57905513100002, 322.60452264899999, 331.014610371, 341.75075497, 350.173888159, 361.88637575400003, 371.61412230500002, 385.17435225200001, 400.72319405799999, 411.753441162, 422.75058281299999, 437.11037701999999, 453.45288953800002, 474.420871385, 488.318616894, 512.11653910200005, 535.54182501000003, 555.56166528300002, 573.43505104999997, 593.13241480700003, 614.79560775100003, 649.435414896, 688.17560751799999, 721.87795355000003, 773.415382937, 813.66800489900004, 877.39648314099998, 964.732528602, 1069.40860047, 1223.88660858, 1424.4787858300001, 1674.8315303500001, 1977.7544173799999, 2651.83993319, 200410.392804, 0.0, 1.1584312650099999, 1.8096405876999999, 2.08809545024, 2.39759603108, 2.8210825374900002, 3.2262415616500002, 3.6767261063199999, 4.0712643350700004, 4.3358305431000002, 4.6961593196700004, 5.0048297457600004, 5.3979863436900004, 5.8290699240099997, 6.1960232764300001, 6.5088252292500002, 6.8948342983900002, 7.2696660689300003, 7.5399291096800001, 8.01313726329, 8.3889381116700008, 8.8151563879800001, 9.3221845714700002, 9.7919081310700005, 10.197322679699999, 10.690667428799999, 11.1669675994, 11.439377929899999, 11.6674844277, 12.008682137099999, 12.4556500154, 12.8218557119, 13.3281486992, 13.7095661165, 14.2163312161, 14.836869545500001, 15.3589870134, 15.8272834403, 16.238276813700001, 16.5883025266, 17.023074348600002, 17.414160002799999, 17.848152475399999, 18.247715569499999, 18.664561518999999, 19.075395695600001, 19.486374441700001, 19.973916476399999, 20.5269080381, 21.020846655300002, 21.507367194299999, 22.0135312996, 22.461208124300001, 23.036281720800002, 23.480764591, 23.9941998794, 24.413118882100001, 24.9392923634, 25.478485752899999, 26.086617298499998, 26.6809648813, 27.1950947449, 28.074728258899999, 28.720521756, 29.3654350726, 30.087513917199999, 30.702053779700002, 31.306689242899999, 31.780186689299999, 32.4753156827, 33.135143889299997, 33.888469867399998, 34.645545953000003, 35.367533057599999, 36.110020627200001, 36.758678629099997, 37.497664023799999, 38.081984167100003, 38.997417122999998, 39.672472603700001, 40.429274192199998, 41.295854716299999, 41.954930876799999, 42.5972412096, 43.276950597999999, 44.159449579799997, 45.025165711200003, 45.821814644200003, 46.555175562499997, 47.583311010599999, 48.589989172199999, 49.510833894599998, 50.257035760699999, 51.092289456800003, 52.258119141000002, 52.938195970499997, 53.804888863800002, 54.8416712187, 55.960279943899998, 57.006686652699997, 58.274563175499999, 59.3790074307, 60.283128322000003, 61.549512813600003, 62.4978155636, 63.834912981700001, 64.904107601199996, 66.223931861400004, 67.086972593499993, 68.397576571800002, 69.942186175000003, 71.207027708799998, 72.602512277200006, 73.560342838699995, 74.967359775099993, 76.577240733500005, 78.057764533799997, 79.513502422499997, 81.078073566599997, 82.165643638800006, 83.719127560900006, 85.148667228299999, 86.337704861199995, 87.860157790000002, 89.431109054900006, 90.980131378099998, 92.433634234400003, 94.226038238300006, 95.621501725399995, 97.080958997099998, 99.134428385800007, 101.04854586800001, 102.97657310699999, 105.139486026, 107.602665034, 109.70147691299999, 112.05021857600001, 114.125549412, 116.61722458, 118.189314409, 120.82322130999999, 123.127890034, 125.47513250999999, 127.848312975, 130.41431036200001, 133.57317560600001, 136.49161050999999, 140.74286875799999, 143.71689255300001, 146.67120050400001, 149.59581133399999, 152.22756825499999, 156.533766931, 160.06017973100001, 165.11262847200001, 169.23166942399999, 175.315765167, 179.524732857, 183.40525104400001, 188.17945511100001, 191.82963235400001, 197.202013322, 202.34316464599999, 207.99698327900001, 215.67824328500001, 224.47764356499999, 230.63417344199999, 236.60643002699999, 242.61055810900001, 251.77410247, 259.46544586200002, 268.047248459, 276.79107524199998, 286.15718497099999, 295.84758942399998, 305.58034509200002, 314.60780894999999, 325.34498936799997, 338.27578485100003, 348.53507352600002, 362.42239857200002, 375.083278597, 389.444337389, 407.52083932199997, 423.996775576, 439.86516896699999, 461.74456199100001, 481.21447879099998, 506.20652181600002, 531.64557102599997, 563.79744206400005, 601.85836871599997, 633.07763874900002, 693.45668289599996, 762.28141866299995, 852.11407475700003, 985.769367053, 1195.0785449099999, 1389.62431328, 2042.8647050500001, 78636.810297999997, 0.0, 1.0297464516799999, 1.60346935644, 2.0630353810100002, 2.4007054222700002, 2.7231158619300002, 3.0845870231900001, 3.3825315783100001, 3.7827559602099998, 4.1271402089200002, 4.4667826236700003, 4.7067760450099998, 5.1713770843100004, 5.53668279583, 5.74764546799, 6.1299980556899998, 6.3496742207699999, 6.6781045773500001, 7.12938206889, 7.39578341085, 7.7627325807999998, 8.0843024355399997, 8.3430476893299996, 8.7253588764300005, 9.0323780076000002, 9.3251680266000001, 9.7700665673099998, 10.103065082900001, 10.4121667828, 10.792220887399999, 11.114426525200001, 11.3987065041, 11.7259278942, 12.148971416, 12.454565579200001, 12.7910859418, 13.0925963376, 13.4917267129, 13.8568357546, 14.099344370200001, 14.466338023, 14.773502690999999, 15.1559213702, 15.4627289245, 15.735248281500001, 16.264394708800001, 16.624779056400001, 17.059591039099999, 17.366603691200002, 17.645800374, 18.074841360299999, 18.3713457528, 18.6782869727, 19.1657010441, 19.623227022799998, 20.045230785600001, 20.669991472, 21.181226625299999, 21.496046951899999, 22.092489347299999, 22.5203682028, 22.913515129299999, 23.382882170199998, 23.760241867400001, 24.103618211899999, 24.540791235699999, 25.0420139973, 25.4305135832, 26.0666776578, 26.564557883900001, 27.273553850399999, 27.7820097687, 28.3303665601, 28.745443715499999, 29.332968781000002, 30.009561780399999, 30.6135990386, 31.065902801899998, 31.520776554800001, 32.034559784499997, 32.646134072499997, 33.136621810400001, 34.091020344699999, 34.492997237600001, 34.960981709999999, 35.534538623400003, 36.397290535000003, 36.973557298199999, 37.496289196399999, 38.275574691300001, 39.132056666700002, 39.940285424599999, 40.663404855499998, 41.192514081399999, 41.940303401100003, 42.428268793400001, 43.002423862000001, 43.754682545599998, 44.392160792200002, 45.226295550300001, 45.955474380200002, 46.6701829171, 47.223011101499999, 47.870306336100001, 49.055475024800003, 49.870096181000001, 50.573112358800003, 51.511936900599999, 52.294025013499997, 52.962422501100001, 54.0366510279, 54.7208861318, 55.623480251799997, 56.401930573599998, 57.257184440700001, 58.072153872400001, 58.874410881099998, 60.104082592799998, 61.246007962100002, 62.248201307400002, 63.333179544099998, 64.4524632575, 65.680454143800006, 66.683104472400004, 67.860077341099995, 68.838786806399995, 69.8305645449, 71.030064286699997, 72.106640080299996, 73.718568832599999, 74.8928190476, 76.122150548999997, 77.8978499384, 79.078046305800001, 80.938626385199996, 82.707864462499998, 84.409564379399995, 85.580444997300006, 87.015983902800002, 88.433916929199995, 90.027633876400003, 91.989641288499996, 94.085497345299999, 97.019197389300004, 98.948948656499994, 101.110113046, 102.857621045, 104.948948472, 107.370061428, 110.309341836, 113.069785897, 115.334911873, 118.811007467, 121.8903905, 124.534635235, 127.237679828, 130.822044406, 133.95795785600001, 137.088601866, 141.331942336, 144.39698896600001, 148.46879151300001, 151.54049203599999, 156.010435457, 159.23907638899999, 163.84405742499999, 167.20574813600001, 171.571248282, 175.307565178, 180.898544257, 188.209642444, 192.88951267100001, 199.07961470500001, 204.98453083699999, 210.87189762099999, 217.37683173400001, 226.04598215600001, 233.03168449699999, 241.629711085, 246.946999901, 257.88334712900001, 264.42034237600001, 275.808770686, 285.32670270400001, 296.425658236, 311.66211481800002, 325.77524805600001, 339.41158178199998, 359.89737101100002, 378.89288395099999, 407.45313021999999, 430.825250423, 463.86767345999999, 495.964419029, 532.31966564899994, 589.85183477299995, 656.18178811200005, 784.26433017099998, 943.24503690999995, 1302.9980653, 102139.29543300001, 0.0, 0.86743237287200003, 1.3552076122000001, 1.74882176592, 2.1568118435899999, 2.5442077510700001, 2.7836243977500001, 3.00643655951, 3.2689355412999999, 3.5104534629600002, 3.8022522251600002, 4.0581864022299996, 4.3187967801799996, 4.5167601174499996, 4.8300373207899998, 5.1908096910400001, 5.4523307194299999, 5.7058518279000001, 6.0398043860700001, 6.3374641220700001, 6.6584016957400003, 6.8846773738299998, 7.1723016125100001, 7.48248963179, 7.7608348148299999, 8.0287909583299992, 8.3818549816299992, 8.7220174560999997, 9.0911091549999998, 9.35929759333, 9.6835960622500004, 9.9959322308900003, 10.3919770948, 10.747496464799999, 11.051538298500001, 11.316949795799999, 11.6183662131, 11.847164556699999, 12.1264569509, 12.437037774, 12.678519424999999, 13.016651663899999, 13.442219338399999, 13.7024184299, 14.0640518316, 14.3690724623, 14.6322090714, 15.003935011899999, 15.4618156875, 15.691396925499999, 16.018873943599999, 16.325083680199999, 16.72412623, 17.1800229961, 17.565089287999999, 17.955333696, 18.350394168699999, 18.662332183499998, 19.055520775400002, 19.3243741866, 19.697736269300002, 20.1598827376, 20.587558148399999, 20.947803652899999, 21.377289620700001, 21.7382160949, 22.148445907799999, 22.538187253499999, 22.969405032299999, 23.3515975378, 23.7868814409, 24.248895708799999, 24.763958241200001, 25.1997621694, 25.508926166199998, 25.958095899700002, 26.333188731500002, 26.824658796200001, 27.2155445271, 27.6568308628, 28.003116157499999, 28.541185737399999, 29.063342253199998, 29.560897612200002, 30.089418954599999, 30.597578276299998, 31.089081956699999, 31.4765648224, 31.894925652200001, 32.457647031999997, 33.030174841600001, 33.487885595199998, 34.018036955900001, 34.729723770100001, 35.271537205000001, 35.835399970200001, 36.307941559900001, 37.035916915500003, 37.561814357099998, 38.147376215199998, 38.7343663929, 39.318444863700002, 40.219249623899998, 40.878162636200003, 41.4384018103, 42.125905574999997, 42.975687067999999, 43.8669515737, 44.7165019555, 45.320383934500001, 46.290441078699999, 47.103139229999996, 47.737629462800001, 48.481018605400003, 49.4000519043, 50.130121766099997, 51.236341089200003, 52.022103237400003, 53.121350018199998, 54.3133505427, 55.198931289699999, 56.1880323006, 57.196115179099998, 58.388588195399997, 59.017601707799997, 60.191491397699998, 61.1785764937, 62.150011268, 63.062827775300001, 64.255070623099996, 65.725583058799998, 67.146069528200002, 68.855182272500002, 70.625039886400003, 72.517402771500002, 74.012329769800004, 75.142684897799995, 77.263163371999994, 78.970113074099999, 81.015664056600002, 82.952470754299995, 84.358247795500006, 86.345419452399994, 87.398236220800001, 88.877403817100003, 91.486012660200004, 93.475534618099999, 95.836579746699996, 99.517911350299997, 102.47972814000001, 104.56502959399999, 106.80315385900001, 109.427661664, 112.172083348, 114.752710729, 117.319711297, 120.332179395, 122.523137369, 125.80426376699999, 128.152192243, 130.68223203400001, 135.03565554799999, 138.836718018, 142.72321670599999, 145.83471307600001, 148.23894481900001, 150.940455676, 155.45888045199999, 160.45763036100001, 165.78439021700001, 170.10783283399999, 176.981973885, 182.24637161699999, 187.99729957, 193.341158584, 201.153499485, 209.89557814400001, 215.512255272, 222.916166694, 234.63262219500001, 242.24162438799999, 250.84387633899999, 264.39217630600001, 286.10701643599998, 294.863916168, 309.35324268800002, 326.01462315399999, 343.064113615, 361.99177679500002, 387.72006495800002, 407.06863126899998, 432.93714764600003, 471.081198336, 512.23599568500003, 547.44287580900004, 597.93801741300001, 672.97299630600003, 816.76871595199998, 996.88891773900002, 1291.9070935100001, 161358.74421500001, 0.0, 0.99453276649300004, 1.34957440998, 1.80040223325, 2.1674828403999999, 2.48530115303, 2.78071282241, 3.0627252072600002, 3.2784701121599999, 3.5719852163999999, 3.9766675073700002, 4.1919498196699996, 4.4401116787000001, 4.7010850741399999, 4.8325546723099997, 4.9905503588400002, 5.2121802011499998, 5.4487589889699999, 5.7199962258500001, 5.9713598443100002, 6.2934525916500004, 6.5164568592299998, 6.7356095053300002, 6.9021306576599999, 7.1721655965900002, 7.3281530158799999, 7.5914585431999999, 7.8254960779699996, 7.9993083693299996, 8.2012397418000003, 8.3720004276700006, 8.6300188092199992, 8.9217519372599998, 9.3077081475300005, 9.6043493889500002, 9.8964144834100001, 10.211666127200001, 10.4213008992, 10.788691589500001, 11.051012050900001, 11.344200771000001, 11.725614780600001, 11.9588900773, 12.2827247511, 12.637968324099999, 12.966823288900001, 13.168992016800001, 13.4745396448, 13.785583859500001, 14.036187573499999, 14.3890843198, 14.7328997316, 15.1242120858, 15.3426967014, 15.6612958042, 15.9789841683, 16.360263102400001, 16.772235545499999, 17.216064751899999, 17.589241161899999, 17.8572448364, 18.1950328878, 18.559156973699999, 18.792157978999999, 19.092364930399999, 19.509183897500002, 19.8903785993, 20.395241299399999, 20.715609197399999, 21.129151485000001, 21.4384474457, 21.8051370373, 22.0983151782, 22.589355123800001, 22.923955315299999, 23.293660984199999, 23.8073499164, 24.164663172499999, 24.468464225200002, 24.9136660319, 25.292481224799999, 25.704244781, 26.122315593700002, 26.745139958900001, 27.142677224500002, 27.678661556600002, 28.172552657800001, 28.7004617023, 29.254574122400001, 29.9576316134, 30.320919945, 30.8651150524, 31.535303165799998, 32.0284025188, 32.4595794536, 32.939819047199997, 33.536005820299998, 34.287543194800001, 34.940091845399998, 35.379675577999997, 36.122305638999997, 36.623643357600002, 37.258982358499999, 37.645211866499999, 38.348043171800001, 39.121822204899999, 39.903193717900002, 40.5501905506, 41.172201017399999, 41.965871158399999, 42.633532572999997, 43.135795547100003, 43.854137299599998, 44.859996618799997, 45.622113159199998, 46.6849616684, 47.678221519899999, 48.843464619499997, 49.8146602526, 50.688647234999998, 51.583461331899997, 52.591197556700003, 53.717957165400001, 55.506732086500001, 56.662175622500001, 58.167854235900002, 59.062885457699998, 60.411246125200002, 61.391033951200001, 62.368874448500002, 63.688858420800003, 64.888271486199997, 66.635858121799998, 67.817878363199995, 68.880671285700004, 70.095051569500001, 71.501848303100005, 72.775151774600005, 74.558541465199994, 76.409518135499994, 77.761688797700003, 79.005647183500002, 80.295269079099995, 82.4136017931, 84.613797778800006, 86.016896733899998, 87.430508335200003, 88.670983118500004, 90.231433799300007, 91.891509509399995, 94.498776834500006, 97.249232232899999, 98.623021338599997, 101.238294708, 102.87975996900001, 105.291018643, 107.24435443199999, 109.666596011, 113.098272596, 115.61031488, 119.614780612, 123.287443794, 126.249115391, 128.58356817500001, 131.775900138, 135.290949961, 139.29796378500001, 146.262327629, 150.00976835200001, 154.61572367400001, 160.255070652, 165.26334147099999, 170.16736670500001, 173.77829739699999, 179.56132179599999, 184.561922764, 190.69775108499999, 196.65891324699999, 203.521908177, 211.093916154, 221.47514707299999, 231.47529352399999, 237.75562241, 244.883786829, 253.30171895399999, 261.76505171600002, 278.98552843200002, 292.60068635200003, 311.55099943599998, 325.88771172899999, 343.19537559700001, 365.551962753, 393.39248336999998, 422.56973752499999, 461.27635287499999, 502.54248837599999, 563.31345992700005, 636.33864636400006, 803.18510591400002, 1017.18613565, 2073.8933950400001, 0.0, 0.84882448919599995, 1.1297295603899999, 1.43790054577, 1.8034031745600001, 2.1567378511699999, 2.46200691124, 2.7164909210600001, 2.9725139778099998, 3.3258460814699999, 3.51565620581, 3.6829072744900002, 3.8503255597599999, 4.0960101060699996, 4.3195587197099998, 4.5180080510099998, 4.7208657011600001, 4.9188747051200004, 5.0822519781400004, 5.2471047837700002, 5.4397152562800004, 5.6442757923500002, 5.94422558704, 6.2491652156599997, 6.5158366836499999, 6.6694208713499998, 6.9618320371699998, 7.0954639576199998, 7.3925975604899996, 7.6671833348599998, 8.0270911346999991, 8.2155617499000009, 8.3810446408000008, 8.6728270830500005, 8.9919564023300005, 9.1979666478599995, 9.4613822654199993, 9.8638159812400001, 10.064467502699999, 10.300861637400001, 10.5922395715, 10.898994478100001, 11.2204623911, 11.462764891000001, 11.827261590299999, 12.083868714099999, 12.386429319099999, 12.6393019529, 12.853547404, 13.1367142199, 13.3487410123, 13.656895326200001, 14.024084867899999, 14.2305895378, 14.537063637599999, 14.7677980479, 14.983400628, 15.254355192, 15.4728650747, 15.7833358443, 16.258317366699998, 16.591420611899999, 16.7968951537, 17.321484078699999, 17.688159546000001, 17.9917501318, 18.4264735655, 18.751733764800001, 19.0344300858, 19.372343152500001, 19.740307887699998, 20.051092925599999, 20.305765000400001, 20.618187255599999, 20.819816596500001, 21.0782135131, 21.397939723499999, 21.854582025799999, 22.2881163357, 22.6506377304, 22.877000473599999, 23.384389492899999, 23.836418588899999, 24.222254926800002, 24.655197791999999, 25.022161849, 25.444878252500001, 26.053606325400001, 26.614004877900001, 27.0211182404, 27.401244503200001, 27.7850805052, 28.159129948299999, 28.6603675532, 29.200278675, 29.671973053799999, 30.210222716600001, 30.961837351900002, 31.650008409800002, 32.094382395700002, 32.843304519299998, 33.577328693699997, 34.237700249100001, 34.801256214399999, 35.485455770500003, 35.9765981579, 36.670725593599997, 37.170285661000001, 37.990796691500002, 38.642774190700003, 39.528303337300002, 39.978645888499997, 40.8020907732, 41.489481081900003, 42.4638964743, 43.139901183799999, 44.090235702199998, 45.199560705499998, 45.817027413600002, 47.017044573200003, 48.262105780699997, 49.1479688362, 50.425156699799999, 51.855557858499999, 52.673049050499998, 53.828962193300001, 54.706265736600002, 55.754088218, 56.6875216169, 57.802232958300003, 59.077269420699999, 59.802668045799997, 60.803463371600003, 62.277143198700003, 63.318223359400001, 64.249051654799999, 65.723438296400005, 66.690473547300002, 67.987683240400003, 69.312005970800001, 70.335791722799996, 71.525547407700003, 73.2296426005, 74.761566365899995, 76.401961372800002, 78.083813237900003, 79.959478159499994, 81.411397194700001, 83.907706583600003, 85.130641549399996, 86.564841115600004, 88.151400025100003, 90.839542183500001, 93.404373994799997, 95.237850676600004, 96.510747774899997, 98.111723876599996, 100.59771252100001, 103.473781565, 106.22999075200001, 109.035110547, 111.514197384, 114.660071867, 117.91431810100001, 120.95989149899999, 125.315578238, 127.97488147200001, 131.55766028400001, 133.79550634099999, 136.780043667, 143.37105514300001, 147.41143759799999, 152.70084909799999, 158.68963683999999, 163.480470784, 168.40748618699999, 176.23576411799999, 181.51714572399999, 188.435573998, 193.69868358400001, 201.866252981, 209.69486823, 221.66246932499999, 231.771152277, 245.05347127900001, 258.89263676799999, 273.73973170099998, 290.43652293600002, 304.91784651400002, 317.71453254800002, 345.81680795, 370.51493599600002, 396.34922032399999, 427.34649876600002, 472.648184012, 548.811516697, 616.97696803199995, 698.58074685700001, 921.70016827699999, 1351.93476429, 4555.3138270099998, 0.0, 1.05775845422, 1.30722302885, 1.6550836259599999, 2.0164548998499998, 2.22264762997, 2.4339426832900002, 2.63987900941, 2.8474331698999999, 3.1394413773199998, 3.3488811388099999, 3.5845593259999999, 3.7278526245200001, 3.89707499961, 4.0930076946499998, 4.2667403322500004, 4.4444123281100003, 4.7057346005499996, 4.8776095749700001, 5.0766543427900004, 5.2576254422700002, 5.4227043983799996, 5.5565800836300001, 5.6921444728099999, 5.8967927912900002, 6.0520540232300002, 6.18092403149, 6.4448963355100002, 6.6606765375799997, 6.8569177525900002, 6.9871721176600001, 7.1997752419300003, 7.4790143792799997, 7.6433232341600004, 7.8838845337299999, 8.0362724982000007, 8.2491173118100001, 8.4854912803700007, 8.7981272976200007, 8.98771466078, 9.2672797478700009, 9.4910127015200008, 9.7196918691600001, 9.9958458284499994, 10.2946220832, 10.5192779153, 10.7367739562, 11.0486241079, 11.264306749099999, 11.610683487999999, 11.8590324631, 12.102995508599999, 12.274140378, 12.5626984562, 12.777400244300001, 13.0071767612, 13.3075190692, 13.506522563900001, 13.7736133375, 14.034237147500001, 14.3718879313, 14.704450492399999, 15.006497291000001, 15.4860321302, 15.8250864202, 16.068562412599999, 16.366417189700002, 16.791695786399998, 17.1963988083, 17.692784723599999, 17.9889456748, 18.250281237599999, 18.540758284100001, 19.105488743399999, 19.3676116446, 19.9057967233, 20.372155027400002, 20.617865943399998, 21.0056881543, 21.3998014925, 21.886629124399999, 22.301586328599999, 22.8157840378, 23.1577773249, 23.562675140700001, 23.9908312801, 24.371709623200001, 24.853048289, 25.321527433499998, 25.817410943100001, 26.333798079699999, 26.743897014000002, 27.404019467800001, 27.750455412299999, 28.245307990099999, 28.8302203846, 29.238499632700002, 29.908395497000001, 30.222815192500001, 30.759701009099999, 31.296847612400001, 31.809133106099999, 32.3396270004, 33.065629932, 33.614025315299997, 34.269816387299997, 35.012311410899997, 35.852750563500003, 36.404141805499997, 36.8294660038, 37.935726292200002, 38.368785425900001, 39.1826087245, 40.008409596500002, 40.726090274800001, 41.337873114600001, 42.209034503799998, 43.359563836100001, 44.113217655, 44.844831191300003, 45.6845486769, 46.347966789700003, 47.331044909100001, 48.2533342455, 49.162487231599997, 50.1543142202, 50.931869310099998, 51.636126617899997, 52.181963144800001, 53.396775668799997, 55.032301978100001, 55.596427951899997, 56.5791496927, 57.542454919599997, 58.554653988799998, 59.636429710999998, 61.407241399900002, 62.509754862100003, 63.601590468700003, 64.824312135300005, 66.386878043999999, 67.693732305799998, 69.365119204300001, 71.025400599899996, 72.653909433799996, 74.395827576000002, 75.769964444999999, 77.234020831500004, 78.433715899099994, 81.101681241799994, 83.076307199300004, 84.5988995469, 86.376895072899998, 88.194960597199994, 90.441746414899995, 92.189595910199998, 93.440994131400004, 95.435247487400005, 99.0558885879, 101.49204924999999, 104.088533635, 106.181199298, 109.219007221, 112.61624315100001, 116.029069048, 119.96844246400001, 124.344004768, 127.91969076300001, 132.149553927, 135.922055457, 140.068507211, 144.15378361399999, 148.60536720600001, 153.82589839900001, 158.576947158, 165.555672257, 171.63158056899999, 176.33047682, 181.08906739299999, 186.793582875, 192.534521512, 203.56027511299999, 211.12137373499999, 218.32402486300001, 227.271126122, 239.72295971400001, 255.439273482, 266.59600377999999, 284.21895951499999, 302.86802943499998, 319.3660428, 335.96299544999999, 371.29655514500001, 386.65083379800001, 434.96311705400001, 521.05039447499996, 574.39597849699999, 643.38261744700003, 749.10677599899998, 937.47346937500004, 2164.74350723, 0.0, 0.87216036854099999, 1.1731523662100001, 1.4528318226800001, 1.7506036653599999, 1.95830274355, 2.1933454622299999, 2.4315041290299999, 2.6097449606700001, 2.8143037344300001, 2.98234250898, 3.14296097174, 3.28163067285, 3.4197130756399998, 3.5577964282300001, 3.7192315259700002, 3.8806453857499998, 4.0848607038400004, 4.27058822443, 4.4259870320300001, 4.6202853710799996, 4.8079818422300002, 4.9703096793699997, 5.1771997283899998, 5.32208420074, 5.4736064223099996, 5.6716933713, 5.7948310020399996, 5.9616974056899998, 6.1294408520800001, 6.3200579482499997, 6.5465172585299998, 6.7046238334500003, 6.8696070854100002, 7.0421250211300004, 7.21408035417, 7.3666599903499996, 7.5629677715200003, 7.7854370727999997, 8.0250690670800005, 8.2018499794099995, 8.4165599450900004, 8.6205648003099995, 8.8020739087200006, 8.9976602698800008, 9.2090483824400007, 9.40554714598, 9.6268466056699999, 9.8387845757699992, 10.063513496600001, 10.3066855573, 10.5490401104, 10.760759543200001, 11.0190557159, 11.247083638299999, 11.487903512700001, 11.690503747999999, 11.9163331257, 12.1540624086, 12.3754681949, 12.6225724062, 12.8298548017, 13.105360490300001, 13.352707515200001, 13.600565291800001, 13.8363089384, 14.081226945299999, 14.370552543500001, 14.6854081396, 14.959606431799999, 15.238257795699999, 15.488877516500001, 15.783357724, 16.059268546999999, 16.371064702799998, 16.635482564899998, 16.926054678500002, 17.2595416636, 17.558429913600001, 17.873233837699999, 18.1713476396, 18.437921946300001, 18.808552489299998, 19.094615129400001, 19.521706635899999, 19.8753230885, 20.298514125000001, 20.622495869000002, 20.9353854017, 21.4098244692, 21.829437198099999, 22.259602406999999, 22.672559352, 23.1204515296, 23.483853294300001, 23.9484201462, 24.3248985436, 24.847141378100002, 25.2522052389, 25.681308357599999, 26.205337182699999, 26.576187536300001, 27.078663830899998, 27.677873063900002, 28.2381539971, 28.8023214868, 29.3993510241, 29.912833547399998, 30.573666294900001, 31.104430988600001, 31.796146883399999, 32.497170738500003, 33.279496414699999, 34.098064962599999, 34.843216272900001, 35.542133214099998, 36.276287779500002, 36.975928357500003, 37.504257990799999, 38.314777833900003, 39.177430845000004, 39.819717746400002, 40.407911670099999, 41.120240020300002, 41.978665155199998, 42.866256983200003, 43.496257352299999, 44.207718886199999, 44.967775733800003, 45.845529661199997, 46.8316582737, 47.606961498799997, 48.454226783199999, 49.675775014400003, 50.5811434361, 51.543186701800003, 52.633751532200002, 53.929547364699999, 55.037714174199998, 56.301767675000001, 57.451158926300003, 58.714248343199998, 59.628151489899999, 60.807000845600001, 62.156996127799999, 63.456997649599998, 65.008915114800004, 66.386142722499997, 67.978491519900004, 69.422238847200006, 70.791592380799997, 72.011370736700002, 73.522117942199998, 75.359756207299995, 77.030728253800007, 78.893995033400003, 80.530957561600005, 81.946598575099998, 84.055736077199995, 86.177382717599997, 88.231077799399998, 90.830107187099998, 93.291203665799998, 96.842991020100001, 99.738754614200005, 102.822309851, 106.472937214, 109.712921572, 112.28819169, 115.383539528, 118.33937052500001, 121.6283803, 126.21758780099999, 130.559458404, 135.25935161000001, 139.64966053500001, 144.08321394399999, 149.81024360000001, 155.95824547500001, 160.54965979900001, 165.74901272299999, 173.07092800300001, 181.971265612, 190.12184997899999, 199.140874, 208.94440364799999, 219.692760295, 231.41654560800001, 244.813734337, 260.64934893600002, 276.86471985399999, 297.854074072, 327.675880581, 363.64694161300002, 395.28587648799999, 430.29646448199998, 476.771927382, 552.10628605099998, 688.09209059399996, 965.66929444699997, 5512.1265341500002, 0.0, 0.62589083024600001, 1.0089155589900001, 1.2669403239100001, 1.4930834132099999, 1.6647456778, 1.86494432327, 2.0537877508200002, 2.25391444537, 2.4255788848600002, 2.5625113900800001, 2.70119472848, 2.8053232942299999, 2.92720031662, 3.1007147687100001, 3.2394799841499999, 3.39215368186, 3.5920914079299999, 3.74416489544, 3.8829579282000002, 4.0121750001200001, 4.1604435034699998, 4.2969491096299999, 4.4303864671199999, 4.5829179833699998, 4.7183684166099997, 4.8667168998800001, 4.9825970049999997, 5.1443596513600003, 5.29642331298, 5.5116304645699996, 5.6662601962099997, 5.8151835779100001, 5.9375451382, 6.1570517624500001, 6.3131151288699998, 6.52398099929, 6.6722523007500003, 6.86154545663, 7.0599193283100004, 7.3129107271700002, 7.5490299843899997, 7.7172198221199997, 7.8648526311499998, 8.0837370196799991, 8.2593266698099992, 8.4613117407199994, 8.6884386074200002, 8.8745901890700001, 9.1116656074600009, 9.3126467721299999, 9.5071399643899994, 9.7151605657500006, 9.9551889093600003, 10.149609288200001, 10.3401891662, 10.621445531099999, 10.8426697409, 11.0272843935, 11.270829726400001, 11.4694723487, 11.6178469386, 11.821109029700001, 12.021790796499999, 12.3252449453, 12.5092794759, 12.818332850699999, 13.020756306899999, 13.310810976799999, 13.5124599496, 13.767115336, 14.0644181972, 14.332859790200001, 14.5607314245, 14.9082657073, 15.125302185800001, 15.3715537263, 15.670518073, 16.0341797918, 16.263188094, 16.565119653299998, 16.768979356500001, 17.107996179400001, 17.3155602187, 17.633055544099999, 17.978850956799999, 18.239306430100001, 18.603581283899999, 18.890651686000002, 19.2448822751, 19.6097734435, 19.926314503299999, 20.1586253842, 20.499346128900001, 20.763220895300002, 21.214468897100001, 21.6883372251, 21.932186764800001, 22.421734858200001, 22.8480131942, 23.3200873278, 23.594830171000002, 24.038195447900002, 24.408468226699998, 24.92649372, 25.442113401899999, 25.8447679595, 26.3726873799, 26.812905815000001, 27.122537899899999, 27.7422113077, 28.078738693199998, 28.5723682014, 29.0944195565, 29.5634253395, 30.1247268702, 30.983710482300001, 31.826570418700001, 32.3620827385, 33.029481950899999, 33.566683207600001, 34.288337869199999, 34.942294123800004, 35.546860066900003, 36.362485731600003, 37.2408130333, 38.058683128600002, 38.750745497600001, 39.428888690199997, 40.115263124599998, 40.901282995400003, 41.4018687274, 42.138788071800001, 43.018359615500003, 44.106243223500002, 45.093539481699999, 45.8411771739, 46.570250118399997, 47.841644068400001, 49.303024838200002, 50.464239790100002, 51.234103358299997, 52.317696309799999, 53.0996279724, 54.369256693700002, 55.965980526800003, 57.287395203700001, 58.636793195099997, 60.683809927200002, 62.106524762100001, 63.455965556400002, 64.508962315299996, 65.830030819000001, 67.3272861871, 68.485336924099997, 69.962539390399996, 71.3643490332, 73.207148927299997, 75.267417445500001, 77.636856277999996, 79.567969825700004, 81.887922453399995, 84.409393872699994, 86.252385378499994, 89.609195726400003, 92.058129085499999, 94.237863167399993, 97.130241311000006, 99.337287984200003, 102.785121426, 105.16684627799999, 108.155644287, 111.12424827, 114.20309084500001, 118.25567124200001, 120.63906266799999, 126.769351089, 131.30368792600001, 135.35008283600001, 140.167179914, 146.276635801, 154.69830296500001, 162.097699463, 168.49842445199999, 174.39338381300001, 183.839663489, 194.04584716900001, 205.199824904, 216.99026627999999, 226.397941844, 239.11086462599999, 257.98370514300001, 272.68513598700002, 294.38470478199997, 317.32579381900001, 352.86648779500001, 396.000885729, 447.65133356299998, 552.83482503000005, 744.96290114700003, 7762.8570038400003, 0.0, 0.36214416262600002, 0.60004394504000003, 0.87269790764999999, 1.0816835608199999, 1.1769418756600001, 1.3339406513100001, 1.5379932977899999, 1.64092011303, 1.8114937983699999, 1.92478153605, 2.0791194022399999, 2.18522431294, 2.3239286241100001, 2.4474903603299998, 2.56875405118, 2.6706112235399999, 2.7868128103399998, 2.89962589709, 3.0247650187300001, 3.1799188214799998, 3.3163269799299999, 3.4326557716099999, 3.5761530940699999, 3.6698664516599999, 3.8395536775700001, 3.9742173052399998, 4.0666621486399999, 4.1860672163199997, 4.2677782405900002, 4.39398556059, 4.5599359743100001, 4.7182993929599997, 4.8549576225899997, 4.9793340551199998, 5.1106161380800001, 5.22653369925, 5.3697032505699998, 5.5502664604199996, 5.6901435710500001, 5.81186063054, 5.9447132463900001, 6.05627291431, 6.16844943146, 6.3088485415099997, 6.5158703652999996, 6.6663173981500004, 6.7889778856399996, 6.92685753591, 7.05832274623, 7.2113778586999997, 7.3735471867099998, 7.4967882360999996, 7.67708191997, 7.8383618689299999, 8.0007809638400005, 8.2598039090000004, 8.4646047196400005, 8.6068680876200006, 8.7919284529800006, 8.9449623581599997, 9.1615349379200008, 9.3168642346000006, 9.4680652743600007, 9.7295350278099999, 9.9208554836600005, 10.0769753157, 10.1731120514, 10.3276036073, 10.6154476322, 10.8889357781, 11.016681222400001, 11.166106582099999, 11.3010656278, 11.460114477099999, 11.6049507496, 11.754826317499999, 12.128326894900001, 12.393725440500001, 12.601959282999999, 12.929220557000001, 13.2033834409, 13.496651655100001, 13.6720510495, 14.0106799329, 14.2715969553, 14.4738353905, 14.887431385199999, 15.0448999294, 15.3053817024, 15.6545606815, 15.9636364194, 16.322553926800001, 16.694194434500002, 17.030383725899998, 17.430560569699999, 17.700358551699999, 18.117532589300001, 18.425291790799999, 18.722525176000001, 19.151242618000001, 19.5588949566, 19.985716502399999, 20.4476355348, 20.9045258441, 21.276626095099999, 21.575188439600002, 22.0493676255, 22.446726857400002, 22.7039434454, 23.13535392, 23.679737149400001, 24.0913996564, 24.592582522600001, 24.846344199699999, 25.1692127267, 25.707613397399999, 26.060921460599999, 26.402713800499999, 26.7672555555, 27.323489971800001, 28.1384294904, 28.886585523400001, 29.625952655700001, 30.049929096700001, 30.912490141700001, 31.7116329208, 32.432935618400002, 33.0836818525, 33.756748210399998, 34.448977073899997, 34.967596885500001, 35.526411413300004, 36.153337627600003, 37.193655335499997, 37.865997652899999, 38.746337718900001, 39.2502404719, 39.9758412025, 40.513914754399998, 41.377973330099998, 42.134772359599999, 42.670801806599997, 43.359820479100001, 44.8475078349, 45.403055004400002, 46.8336235847, 47.7113874912, 48.6941028253, 49.650345725199998, 50.665570570200003, 51.724056971300001, 53.992577544, 55.575370979100001, 57.251984441700003, 58.745608337299998, 60.1648035049, 61.246203909800002, 62.419975842699998, 63.422574513400001, 64.876159087000005, 66.885247274500003, 68.391010214800005, 69.915828121700002, 72.4871931144, 74.172952607699997, 75.652527461199995, 78.468287273000001, 80.721637548800004, 83.956121732200003, 87.163249777199994, 88.897109974100005, 91.2752939664, 93.173034590599997, 95.435791827200006, 100.344464677, 104.832073959, 109.276679528, 112.578422989, 114.53132503400001, 119.746495774, 124.493025184, 129.95658998100001, 134.31216815799999, 137.89688887400001, 140.67569338600001, 147.559990177, 157.91491644199999, 164.60831501999999, 171.84101301800001, 186.69105907299999, 195.42122663699999, 208.16940782099999, 238.53526263200001, 245.87424240300001, 268.33659908499999, 292.616848678, 312.784421705, 376.69900637799998, 486.40594854400001, 909.54311207000001, 0.0, 0.29947032321799999, 0.52334873310399999, 0.68115226771299997, 0.86995042995600003, 0.98257819082099995, 1.1046843742300001, 1.1768999986299999, 1.2647418797800001, 1.36884910987, 1.4645619499, 1.5759885725, 1.6653002782099999, 1.75269298364, 1.87728664641, 1.9895373943000001, 2.0546833007099998, 2.1563717716299999, 2.2189233742900001, 2.3098127374300002, 2.4206150527000001, 2.4845079548800002, 2.6079748566799998, 2.6769284875300001, 2.7907616607699999, 2.8700892704999998, 2.93034323954, 2.9963469551599999, 3.06834808782, 3.1480022766900002, 3.2256769408800001, 3.30379140374, 3.3884221330000002, 3.4570332483000001, 3.54002670756, 3.6248614990800001, 3.7101075382699999, 3.7687182426899999, 3.8163207208699998, 3.89049827354, 3.9685665546200002, 4.0278252280400002, 4.1485435748499997, 4.2118118690999999, 4.2767713334400002, 4.3538326518200003, 4.4579713825800003, 4.5508743169399999, 4.6676333956900002, 4.74653167618, 4.8197525947199997, 4.9241035310900001, 5.0189077614800004, 5.1005151570300002, 5.2006018753400003, 5.2927488243700003, 5.4001527926900001, 5.4768772282700002, 5.5890430439100003, 5.7009271960400003, 5.80755356372, 5.9548448325700001, 6.0994726695899999, 6.25645276871, 6.3819964031299996, 6.4711966493400004, 6.5880414298299996, 6.7348102011000002, 6.8307196477099996, 6.9337887910999996, 7.1040524671199998, 7.2069620188099996, 7.3301993509400001, 7.4527574858900003, 7.5532437966600003, 7.6852803779599999, 7.8640635376499999, 8.0318076099900004, 8.1796189996499997, 8.3642059418999999, 8.5050041495500004, 8.6533583034700001, 8.7675089334600003, 8.90401831396, 9.0651446520400008, 9.2032868451700001, 9.3704603805200009, 9.5586269002000002, 9.7223680241999997, 9.9347655253599996, 10.098260913100001, 10.255212992300001, 10.4208240003, 10.5811816078, 10.765906323299999, 10.957390713400001, 11.087388472400001, 11.328556388399999, 11.528238631900001, 11.7872480683, 11.915456216899999, 12.1248574875, 12.422258492999999, 12.630647267100001, 12.8227992595, 13.1516423519, 13.4269728621, 13.7263917941, 13.910454382299999, 14.1519663254, 14.338029858300001, 14.560423425, 14.770007548300001, 14.9841095141, 15.334444082699999, 15.4948694147, 15.855824070500001, 16.241262736900001, 16.5489680156, 16.821966605299998, 17.034108685700001, 17.2704823658, 17.5373816422, 17.870520279099999, 18.260020296, 18.612564062099999, 18.852361614399999, 19.4196515169, 19.842134040099999, 20.208065711, 20.730183175899999, 21.211762532200002, 21.724835097900002, 22.113935455899998, 22.527518860600001, 22.952535640800001, 23.578085247400001, 24.165234135199999, 24.660451264300001, 25.101613714700001, 25.726113937200001, 26.0893457106, 26.669907244299999, 27.169577979900001, 27.596626516000001, 28.329601780800001, 28.779048282000002, 29.224608145400001, 29.781331889800001, 30.432540589399999, 31.415359296199998, 31.9605897486, 32.492956216000003, 33.285631429200002, 34.070187818800001, 35.060381063199998, 35.680990641100003, 36.895345624699999, 37.869889303100003, 38.7151898057, 39.673959652199997, 40.7449007739, 42.072602957599997, 43.253042370099998, 44.872848970500002, 46.556160648899997, 48.1796820673, 49.545397762699999, 51.074845857200003, 52.800367472799998, 54.781904047099999, 56.6419800444, 58.294167776899997, 59.890254052499998, 62.933262895200002, 64.383209257600001, 66.273695300300005, 68.879466623300004, 71.737383912400006, 73.694424811299996, 76.676559064200006, 79.509307012099995, 82.2830341003, 85.991392160700002, 90.717177404200001, 94.429171780900006, 97.473571158699997, 102.467911147, 107.546301419, 114.342831581, 121.31476895, 126.05533253199999, 137.91440966299999, 144.79876003499999, 163.923571595, 181.508527445, 213.04454604899999, 245.38055141000001, 301.25496328499997, 332.04731076600001, 25328.083268499999, 0.0, 0.16960710904000001, 0.24797331543600001, 0.30236896744000002, 0.34361899401099999, 0.40999983457, 0.48890969043100002, 0.54342837436299996, 0.60861265194400005, 0.64673129635399995, 0.69004038945699997, 0.73679534547199999, 0.77536960959000001, 0.82841780807499998, 0.90256777434299995, 0.93909860962199998, 1.00410024985, 1.0408385717899999, 1.11535670052, 1.14711502865, 1.15928977273, 1.18798598113, 1.2274534778099999, 1.26769475616, 1.3002205824799999, 1.3310033753199999, 1.3446656342200001, 1.3760840745, 1.39081400794, 1.4505341583, 1.4632661604999999, 1.4984860150399999, 1.5529767251, 1.57864986714, 1.6173517424399999, 1.67533252068, 1.70471580487, 1.7278608476799999, 1.7811033034399999, 1.82818139122, 1.86555208204, 1.8941511847700001, 1.92488230379, 1.95851626987, 1.99363516305, 2.0170055272299998, 2.0586483531600002, 2.0850970425700002, 2.1085030088000001, 2.1283137664099998, 2.16603036339, 2.19060342065, 2.2345184857999998, 2.2714847812799999, 2.2993152139899999, 2.3222064716699999, 2.3498083965699998, 2.3879408831800002, 2.4133674625900001, 2.45645766658, 2.5043169972600001, 2.5332218388799999, 2.5860056276300001, 2.6092200429700001, 2.6593928409799998, 2.7167476183999999, 2.7528966109600002, 2.8165365213600002, 2.8466368258900001, 2.8966874532100002, 2.9315763405099999, 2.9602961735200002, 2.9944957343700001, 3.0486180954200002, 3.1054310960799998, 3.17422308542, 3.22876924922, 3.2476266926499999, 3.2895811744699999, 3.33758062866, 3.3814007836000002, 3.4235448060599998, 3.49735659195, 3.5619485828699999, 3.61508084496, 3.6882879176299999, 3.7441381326799998, 3.8290921697, 3.87138230506, 3.9399367140599999, 3.9855674425799998, 4.03423244708, 4.1224800094800003, 4.1617950069500003, 4.2098466376400001, 4.2671599100500002, 4.3072566201600004, 4.3243450788600004, 4.3957664746200003, 4.4519812552699998, 4.4969306764399999, 4.5152175579399998, 4.56732663911, 4.6752821882199997, 4.7424836408799997, 4.8540575522499996, 4.9112049708600001, 4.9863832664899999, 5.0723492115899997, 5.1341872206300003, 5.1757472919899996, 5.2672883329999998, 5.3193278175799996, 5.3545440009799998, 5.3662639863299999, 5.4478164688200001, 5.51018935901, 5.6222469255899998, 5.7031572715200003, 5.78511780914, 5.87666466639, 6.0267396241600002, 6.1198844067399998, 6.1979622858300001, 6.28159827041, 6.3904158104600004, 6.4453162825900003, 6.5218544413200004, 6.6086381632900002, 6.6725993210399999, 6.8163144940900002, 6.97804495911, 7.0227642352400004, 7.1626846845100003, 7.3423024204600003, 7.5327362668799998, 7.6978310374000003, 7.7611027450999996, 7.88016729875, 7.9472676633599999, 8.1244228188799994, 8.2399482591299993, 8.3372351004799992, 8.5151888904599993, 8.5980587770099994, 8.7064795243800006, 8.9028549639799994, 9.1412099458099991, 9.2928218155500009, 9.5260445012799995, 9.7243731171600007, 9.9194989507500004, 10.158387747800001, 10.358305334700001, 10.8456897256, 11.0126503317, 11.1397484418, 11.3568231431, 11.725070023000001, 11.952829343599999, 12.355631104, 12.741115586999999, 12.9604116418, 13.0782774906, 13.386035293300001, 13.7586242928, 14.065910686100001, 14.481276965199999, 14.8428342578, 15.0857067332, 15.5610363036, 15.9877621903, 16.564935242699999, 17.222646941699999, 17.705236311899998, 18.2065490938, 18.6451801326, 19.1223591105, 19.606893553199999, 20.1404072423, 20.653286086600001, 21.431578720299999, 21.979215851300001, 23.048094735900001, 23.846359740299999, 24.3529984143, 24.985293486700002, 25.965109587899999, 26.669072074799999, 27.831042996200001, 29.685768165100001, 30.986492906100001, 32.7579031852, 34.704015628800001, 39.043339889599999, 43.627269160300003, 50.063241984299999, 55.522634061300003, 63.83632205, 80.274312648399999, 121.666396689] diff --git a/Muon/MuonID/python/MuonID/M_2010_def_chi2s.py b/Muon/MuonID/python/MuonID/M_2010_def_chi2s.py index 4e8843a5c5f..d6d6d678439 100644 --- a/Muon/MuonID/python/MuonID/M_2010_def_chi2s.py +++ b/Muon/MuonID/python/MuonID/M_2010_def_chi2s.py @@ -1 +1,11 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### M_2010_def_chi2s = [0.0, 0.14444029837799999, 0.22835657018399999, 0.34413732731800001, 0.46587804732900001, 0.65270096936599997, 0.81143218193800004, 1.00226438356, 1.03788125951, 1.24257294992, 1.32793236661, 1.34635418779, 1.4371572854100001, 1.5191327005499999, 1.54602854301, 1.7046681136999999, 1.87758836483, 1.9813264417300001, 2.1146974377399999, 2.1938492694299998, 2.4097221919699998, 2.5070571186900001, 2.6311171881000002, 2.7328195551999999, 2.7736899606000001, 3.0227873463499999, 3.10803398473, 3.1824676694599998, 3.3138417252000001, 3.4291812515900002, 3.50419808407, 3.7101281572199998, 3.8432672208200001, 3.8796565679100001, 3.9915562540499998, 4.0723303682700003, 4.2029321661800001, 4.3768188648899997, 4.4816827669199997, 4.6990199258800001, 4.8084875822399997, 4.8365914296700003, 5.0590152661600003, 5.1248841813699997, 5.1771937064899998, 5.4889247870900002, 5.57813871862, 5.6972377675899999, 5.8456278064799996, 6.06915586574, 6.1204251477299998, 6.17699599008, 6.3172684659999998, 6.4192197959800001, 6.52383433373, 6.6186618180399996, 6.7251587769999999, 6.7866374808999996, 6.8276218028500004, 6.9188765840600004, 7.1331898582499997, 7.2065701539399996, 7.3244993804199998, 7.36483433106, 7.5193634033699999, 7.7822629874100002, 8.2222416265000007, 8.4497457766200004, 8.5930318077999992, 8.7570172042000003, 8.9696132883900006, 9.1272011085100004, 9.4333510895299995, 9.5278688390900008, 9.8002379139299993, 10.062964643999999, 10.572141176200001, 10.796071421700001, 10.9985214683, 11.3182197168, 11.660606036000001, 11.847287044, 12.432752901300001, 12.5532808679, 12.920547884299999, 13.715431382, 13.9427496484, 14.252177361499999, 14.3846625264, 14.6017942841, 14.867988867399999, 15.211408408800001, 15.4524408633, 15.8995520183, 16.278660079800002, 16.607110122000002, 17.2812107494, 17.425166927999999, 17.6847110579, 17.924433366199999, 18.107368758, 18.486488274799999, 18.675113313000001, 18.821461450800001, 19.392315572800001, 20.026821224999999, 21.515140794000001, 22.458730085300001, 22.563704860600001, 23.2879347571, 23.969079893499998, 24.336542956300001, 24.499336477500002, 25.0036717642, 25.774135368900001, 26.0929925969, 26.934629466499999, 27.458541006800001, 27.8422100246, 28.5518247111, 28.965082549800002, 30.702632564599998, 31.123950922300001, 31.264305230000002, 31.965843641500001, 32.212378185600002, 34.283698532999999, 35.219561660799997, 36.755695116600002, 37.138783892900001, 37.986001245399997, 38.621250490999998, 38.9481443707, 39.3726060041, 40.276085332900003, 41.898719000699998, 42.396709494500001, 43.749429257499997, 44.676029422900001, 46.364739487400001, 47.275528738799999, 47.869005850699999, 48.490202586899997, 49.788875049200001, 50.404381347099999, 52.2209766649, 52.7548497923, 53.758555342299999, 56.144346903600002, 58.857197224499998, 61.218540911200002, 62.083264127200003, 62.809329462100003, 64.673596130899995, 70.530443844700002, 71.037859097099997, 74.956651292000004, 75.479775530200001, 77.970753225099998, 78.784135755700007, 83.634030189599997, 87.631048698900003, 89.682360645100005, 91.657671611699996, 93.431100026199999, 96.871787694199995, 98.904758199400007, 100.903126246, 104.97935501800001, 117.211912426, 118.593299874, 123.983293097, 126.40072390500001, 132.90804449300001, 135.77425614000001, 145.645663189, 150.462714554, 154.135665945, 158.670439012, 161.11217567599999, 165.74332436700001, 168.951515621, 173.84826456100001, 184.64661891700001, 188.990674536, 195.25008580400001, 200.52870912200001, 208.31911763799999, 223.21659264900001, 234.232880967, 297.24728825900002, 321.93167475199999, 332.08151963699999, 346.34478154800001, 377.30757977899998, 403.47421662800002, 425.16143535399999, 572.37340253299999, 766.55659324999999, 1611.5984637199999, 1611.5984637199999, 0.0, 0.083813974438700006, 0.31831933895699999, 0.34638794272399998, 0.46455080305099999, 0.49519963016099999, 0.54548279077600004, 0.56403794228199999, 0.60837298377799998, 0.68118756294600002, 0.70071771432399999, 0.78976831924699997, 0.81703862518199999, 0.83363911177799999, 0.89857941080399995, 0.94493515463400002, 0.99107239417899995, 1.0238060094799999, 1.0799844142199999, 1.11400208909, 1.1685453374400001, 1.18519938288, 1.22148339123, 1.2645577512499999, 1.3045626778799999, 1.3391777624900001, 1.3826642013199999, 1.4644506572, 1.5099094374299999, 1.5888224991, 1.62182558706, 1.65137395874, 1.6991401368100001, 1.7758428480799999, 1.8277920540999999, 1.9017455410199999, 1.9705532488599999, 2.0324665469399998, 2.0752937413999999, 2.1185145273899999, 2.1611322415299998, 2.1917842756499999, 2.22729976286, 2.2777275853000001, 2.32665524011, 2.3543342053699998, 2.3935181153, 2.44446825618, 2.50093820286, 2.5844026906000002, 2.6884797637600002, 2.78657713546, 2.81180130111, 2.84116667305, 2.9014197632199998, 2.9952091375399998, 3.0386348574599999, 3.0956021427799998, 3.1328046143999999, 3.1631373405500001, 3.2039828237700001, 3.29405069373, 3.3496993056400002, 3.4055971771900002, 3.5073893196000001, 3.5755835925800001, 3.6580199126399999, 3.7782186004999998, 3.8741030635099998, 3.9119985650200002, 3.9699909851999999, 4.0132311662099998, 4.07009700397, 4.1555761906299997, 4.2241691161799997, 4.3896744175800002, 4.5146783570400002, 4.6155145535499997, 4.7783116523600002, 4.8822447657900003, 4.9863031398300004, 5.0556875698599999, 5.13217451548, 5.1928716528900001, 5.2987216440799996, 5.4584561742300002, 5.6054585689499996, 5.7579579032500003, 5.8452201175000003, 5.9593969184300004, 6.1479798348300001, 6.2484864308999999, 6.3722452057199996, 6.5705963806599996, 6.6811287682699998, 6.7311130873599998, 6.7864435351600001, 6.9196277988999997, 7.1929613935300001, 7.3441277346099998, 7.3800960628999999, 7.4749874111999999, 7.6512577099200003, 7.77153906732, 7.9243829575799998, 8.2024869676600005, 8.2599528374899993, 8.4119253626999999, 8.5469992409900009, 8.9001784810399993, 9.2121022677299997, 9.2412472507699999, 9.4431345314800001, 9.6680036066100001, 9.7816077025699997, 9.9566055535700002, 10.359764716899999, 10.506972293900001, 10.7808329052, 11.3592743902, 11.7111644662, 11.8605742172, 12.291120808400001, 12.5270770795, 12.7952635728, 12.9362140074, 13.4529548967, 13.5501939602, 13.8515392309, 14.251817031, 14.6798102809, 14.9162575219, 15.3044645221, 15.963210610899999, 16.293018033300001, 16.528628889099998, 16.769307273999999, 17.050491132000001, 17.233636284700001, 17.435953831300001, 18.114197076100002, 18.209546654099999, 18.677206457099999, 18.876676305499998, 19.277115787700001, 19.603010971100002, 20.061147162099999, 20.558554522000001, 21.1117685004, 22.012839372799998, 22.378322630900001, 22.859288315200001, 23.142180705200001, 24.245079698800001, 25.9020405244, 26.507190805699999, 27.4739929789, 27.988361249099999, 28.8421369677, 29.731031435799999, 31.265395005199998, 31.947761314699999, 32.3600162185, 33.960158921500003, 35.2205479892, 37.329919228900003, 38.591860211300002, 39.653380662899998, 40.416668255899999, 41.847439486799999, 42.946435578200003, 44.555593529500001, 46.195425314700003, 48.272380437999999, 50.7171113769, 54.108838268299998, 57.192427144600003, 60.232285910500003, 61.154227242799998, 66.058563735700005, 68.912059708300006, 72.377827169900002, 74.8258152975, 76.523326659299997, 80.2223354204, 83.911959833699996, 89.242198798399997, 91.759192939900004, 100.917764795, 108.556622026, 117.397361636, 128.654564397, 132.220775344, 146.851921275, 158.21656178999999, 195.59053564300001, 220.40862631100001, 243.67073925299999, 279.44509449999998, 385.39670284599998, 2229.5014584, 0.0, 0.134568667089, 0.22096714722800001, 0.241982365309, 0.282582147299, 0.30887973543699998, 0.35848485966299998, 0.41670345418499999, 0.45274913222000002, 0.49984586837299999, 0.54693631356799999, 0.57642906524899995, 0.60428947073799999, 0.64551627763399999, 0.67184177451600002, 0.70559205139299996, 0.73195413388499997, 0.75941154288699997, 0.79316878417600001, 0.82828163530300003, 0.84996727554600005, 0.86244322276499996, 0.884092879818, 0.90053656979100005, 0.92189301683699998, 0.937781050186, 0.958448778068, 0.975518145216, 0.99972035165499995, 1.01410165008, 1.0561167276200001, 1.07137630702, 1.0888616342999999, 1.1214366313199999, 1.14842012372, 1.16675344893, 1.1928671069600001, 1.21185202445, 1.2444492257999999, 1.26555362339, 1.3020670717, 1.33144019427, 1.3700782606599999, 1.3922490459600001, 1.4214195703900001, 1.4412309995599999, 1.4713854851299999, 1.4981194360000001, 1.5156807782599999, 1.5353937789600001, 1.58193085489, 1.6363825813699999, 1.6679066542700001, 1.6953948491199999, 1.7432788369000001, 1.7757706818400001, 1.81420953428, 1.8369562966299999, 1.86603816317, 1.9079331429399999, 1.93559913056, 1.96441828434, 2.0090532694099998, 2.0388004444800001, 2.0592603576499999, 2.0856426528799998, 2.1175114071599999, 2.1825469443399999, 2.2474604253599999, 2.2749390467700001, 2.3121411416000002, 2.37177298826, 2.4274122023400002, 2.5181769644699998, 2.5418057541599999, 2.6434630075899999, 2.6747329533199999, 2.7266999242900001, 2.7654445970700001, 2.8140457094300002, 2.8559643406999999, 2.9061498475100001, 2.9702744923500002, 3.0318004993800001, 3.0771937025499998, 3.1682821350100001, 3.21259901675, 3.2495167992399998, 3.2811541713699999, 3.3233868123799999, 3.3736627766299998, 3.4058671494200001, 3.4805577671700001, 3.5668223714799998, 3.6084238266100002, 3.6537321290999998, 3.7175778126500001, 3.7450147871700001, 3.86111106714, 3.9410134870100002, 4.0067546356400001, 4.1423679617299998, 4.2024818847300001, 4.2596486695399998, 4.3063451426699997, 4.3689910892499997, 4.4722054954099999, 4.5632364049399996, 4.6512485022599996, 4.6978386313799998, 4.7798445058399999, 4.8531420455600003, 4.9717578546299999, 5.0417112146500003, 5.17081749886, 5.3019735577100002, 5.3705152383400003, 5.5084455462199999, 5.6182818515299999, 5.70571954448, 5.8223915078699999, 5.9441571869700001, 6.0647963728700001, 6.27675467201, 6.3795693788000003, 6.4992010115000003, 6.7279283143099997, 6.83719902118, 6.9670805423799997, 7.1376257228400002, 7.3185795684699997, 7.4174379003000004, 7.6252542819300002, 7.7560876076699996, 7.97791101428, 8.1287972523200001, 8.2935032606900005, 8.4263936568899993, 8.7299676982999994, 8.9000309257799994, 9.2106417444800002, 9.4067341973099996, 9.6877599453100007, 9.8288098032200004, 10.1462267898, 10.4430670065, 10.7710082101, 10.9083004672, 11.0537899029, 11.351140496499999, 11.538958771800001, 11.919288993, 12.375346950699999, 12.6154005045, 12.9524855025, 13.285189669299999, 13.649405117900001, 13.802655147899999, 14.3746878025, 14.8989750379, 15.0686452095, 15.44874785, 15.955460911599999, 16.199894288199999, 17.0458946378, 17.5301252159, 18.4112497281, 18.916626085899999, 19.3485479418, 19.9851877306, 20.604288900899999, 20.943333255799999, 22.112819051599999, 22.959668231999999, 23.9954402314, 25.035153965599999, 25.796351962900001, 26.3445116589, 27.598244108500001, 29.492678119099999, 31.494753701, 33.570886100899997, 35.411126519100002, 38.343129207700002, 40.297936357899999, 43.269089215000001, 46.554746459699999, 50.1438786354, 55.452409753200001, 63.874460149000001, 67.985459050900005, 72.783745624700003, 78.750906101200002, 87.178006099399994, 99.277342007100003, 112.32447045000001, 150.08323985000001, 191.04328713300001, 243.74940976799999, 298.61209890999999, 610.57351237299997, 0.0, 0.14365451929100001, 0.18957677402299999, 0.22199376087, 0.23947365917300001, 0.27923813419900001, 0.30376922239699999, 0.34130260137399998, 0.37018363348299999, 0.39852502592, 0.42043849640699998, 0.449086279049, 0.48566461460900001, 0.51522238701900003, 0.53527463838099998, 0.55878126111399995, 0.57558991560799999, 0.60170381902000003, 0.61440597833099997, 0.62492627680099999, 0.64456984690600005, 0.66038800753100002, 0.67204091430099999, 0.68713981404900004, 0.69934187376699997, 0.71638006601299997, 0.73072718468300002, 0.75753415419600001, 0.76939140872400003, 0.79364917250900002, 0.811751128298, 0.82030423753799997, 0.84036478778699997, 0.85629058780800005, 0.88242755870699996, 0.90879942564799998, 0.92603904590499997, 0.93855599609700002, 0.95967573616799995, 0.96617694541400001, 0.98792001044, 1.00156976046, 1.01153057626, 1.0353518346699999, 1.05486723045, 1.07085911512, 1.09910531917, 1.11522376431, 1.1305179753100001, 1.1546508204399999, 1.1781173432600001, 1.19157394455, 1.2190490331999999, 1.24787505864, 1.27361506734, 1.2980636222699999, 1.31518378894, 1.3450052218399999, 1.3740854471799999, 1.39558556012, 1.41519699656, 1.4321123741399999, 1.45909622379, 1.4759330072700001, 1.4910300726400001, 1.51232373124, 1.5490811046699999, 1.5782570548899999, 1.6116668459000001, 1.62617849191, 1.6591646731, 1.69383967991, 1.72149942318, 1.74810559857, 1.7978507557100001, 1.8196064275499999, 1.8439294053699999, 1.85951442745, 1.89107086338, 1.93673967856, 1.96033355989, 1.99524000334, 2.0280809922900001, 2.0465420455199999, 2.0660751500700001, 2.1082666292100001, 2.1419500113600001, 2.1692545932899998, 2.1918809811900002, 2.2313430406800001, 2.2895699616299998, 2.3198331260499998, 2.3513058338000001, 2.4080887408899998, 2.4815537977800002, 2.50851999576, 2.5617387306700001, 2.6055769623199998, 2.6324085179700001, 2.6961178878899998, 2.7413602155099999, 2.7712317948799998, 2.8112071562300001, 2.8581867699200001, 2.9190632974400001, 2.9439800057899999, 3.0104094840100002, 3.05330503281, 3.10048262834, 3.17539590266, 3.24511619487, 3.3056217356499999, 3.3894902835899998, 3.4335423889599999, 3.4854372314700002, 3.5606476568300001, 3.6043560751500001, 3.66406156029, 3.7660563649099998, 3.82560813033, 3.9466078971199998, 4.0283572412000002, 4.07714877006, 4.1552108679300002, 4.2392816813699996, 4.3147199438200001, 4.3721369730999999, 4.4555652323799997, 4.5860495006899997, 4.6665459593199996, 4.7624381582100002, 4.8488614634399996, 4.97179759557, 5.0150206490000002, 5.1053040689999998, 5.2812791639799999, 5.3716757235900001, 5.5829288018599996, 5.6518465465299998, 5.7620823724100001, 5.8560109031899996, 6.0128804814499999, 6.1465396667499999, 6.2414128574400003, 6.3854761500099997, 6.5447042531899999, 6.7541882725000004, 6.9854005143200002, 7.1367012840399999, 7.3218030112200001, 7.49946696682, 7.6472229734199999, 7.8443990144000004, 7.99745891313, 8.1776134189099992, 8.3773452967500006, 8.5328760252000002, 8.7514477358700002, 9.0436490880000004, 9.2332685611399992, 9.5356141275600006, 9.7666024864200001, 9.94823040132, 10.300958636400001, 10.771366926100001, 11.085233969500001, 11.3324457523, 11.7174375167, 12.143472104400001, 12.303553276000001, 12.6481061467, 12.833583689599999, 13.203659956699999, 13.5986055699, 14.043362878, 14.626177334199999, 15.0760755417, 15.580834984399999, 16.312841933200001, 16.9821347018, 17.9935383499, 19.206358017199999, 19.9097935496, 20.7049210144, 21.193393770899998, 22.4118111278, 23.293576085200002, 24.460751301199998, 27.218111206700002, 28.9534668252, 31.141828193399999, 33.063105836200002, 36.594408596199997, 41.9655259134, 50.634196787, 57.4170436749, 66.004841056100005, 79.707781310800002, 93.567004987600001, 129.369356154, 263.52530093899998, 0.0, 0.099110105290900002, 0.152330008962, 0.19277005116400001, 0.21849998202900001, 0.23666692719999999, 0.257596221751, 0.27451854288499999, 0.29857050680000002, 0.31354284220099998, 0.33022769626800003, 0.33745039990999998, 0.34950560680999998, 0.36896880619099998, 0.38855134185000001, 0.41755081359899998, 0.425150061144, 0.44306593384300003, 0.45497931754199999, 0.480210732157, 0.49961199725900002, 0.52519732628100002, 0.54104302118299996, 0.55456165182600003, 0.57645288194699995, 0.58830880718699996, 0.61047699977699998, 0.62243525124499999, 0.64059305866600003, 0.64864591793299997, 0.66076567911499995, 0.67269456457499999, 0.69062452712199995, 0.70930687903199996, 0.72584855411399996, 0.74121377368600005, 0.75125743091999997, 0.77150265368000004, 0.78324441542400003, 0.79888631364700002, 0.81247216458500005, 0.83204971232799996, 0.84425730939599997, 0.85740264943900002, 0.87520806795200001, 0.88821997325500002, 0.90285273820699996, 0.918029579805, 0.92615377290000001, 0.944808560001, 0.95843032520799998, 0.96908459648199996, 0.98091068958799998, 0.99546224846599995, 1.0114143418099999, 1.0370041029999999, 1.05163455603, 1.06941917585, 1.0849323260699999, 1.09786891934, 1.1200484481799999, 1.1401856044400001, 1.1614766378400001, 1.1779927836999999, 1.18794131464, 1.19800995642, 1.2153169910399999, 1.23620743467, 1.2464006441, 1.28309014464, 1.30117129963, 1.3139480025800001, 1.32973840183, 1.34585218726, 1.36483113807, 1.3880086518200001, 1.4038694678400001, 1.4269838991299999, 1.4531887240500001, 1.4761551228100001, 1.49140958787, 1.50497619744, 1.51748249595, 1.54755568638, 1.56624981363, 1.5996976922199999, 1.6270535823300001, 1.64604277857, 1.66675355419, 1.69387124571, 1.7124303672300001, 1.7402106696399999, 1.7770409733200001, 1.79456862305, 1.8202531872000001, 1.84460821986, 1.86760077894, 1.89650572807, 1.9192579590500001, 1.95188224797, 1.96482546943, 1.9921085106, 2.0131483132499999, 2.05544343578, 2.0827595529899998, 2.1347983483699999, 2.16760564415, 2.2014516721900002, 2.2315870739900001, 2.2636169272100002, 2.30995438871, 2.3374033408299999, 2.3738865256000001, 2.3951038330599999, 2.4431717219700002, 2.4826850222400001, 2.5185317615099998, 2.5638428795100001, 2.6284306548999998, 2.66623660644, 2.7096591116400002, 2.7586335740300001, 2.8025663346699998, 2.8401708445299998, 2.8783352938300002, 2.9063543000399998, 2.9593598772399998, 2.9957288325500002, 3.0605506942799998, 3.10955011278, 3.1789052606700001, 3.2428513432099999, 3.3274186461299999, 3.4074444667899999, 3.4504525115, 3.52884017973, 3.5708077150699999, 3.6772565091299998, 3.7474521798599998, 3.8121617114599999, 3.9240511321899998, 4.02413852901, 4.0815085453500002, 4.1825546762599997, 4.2751667515599996, 4.3741820336400004, 4.4834872676200002, 4.5686814128700002, 4.6358562892300004, 4.8094489254399999, 4.9654168327999999, 5.1314477165500003, 5.25148158988, 5.4403573194500003, 5.6010313900300002, 5.7161651882199997, 5.8958565355000001, 6.0361890974200003, 6.16740467168, 6.3041850958600003, 6.44114745164, 6.60541649452, 6.7974616801999996, 6.97815602873, 7.1388403799600004, 7.4314686713300002, 7.8384931901600003, 8.2177028271400001, 8.6453372183900008, 9.1543142843100007, 9.3764541677899995, 9.7962854173, 10.1633267175, 10.574689812400001, 11.0937462194, 11.4000754819, 11.9914359538, 12.3258902671, 12.7457696507, 13.361289611, 14.0129741907, 14.632251501600001, 15.099323370900001, 16.134748603599999, 16.802461663300001, 17.854647673100001, 18.834756072000001, 20.042735115799999, 21.573609706300001, 22.868457402400001, 24.574192288399999, 26.8474848352, 30.083792871499998, 34.499075183899997, 38.6709205943, 44.689686852000001, 52.857340428500002, 72.813133754999996, 91.564507002300005, 158.818628891, 939.11373358000003, 0.0, 0.071205885244299993, 0.099254028698600005, 0.14849104281600001, 0.17292354310999999, 0.20032666224500001, 0.226406277543, 0.23815469487599999, 0.26703405121599999, 0.28197072629300002, 0.296082146193, 0.31125854952699999, 0.32554466413499999, 0.33804933218900002, 0.35118970952299999, 0.371085578114, 0.39491385706400001, 0.413740038782, 0.42221028600999999, 0.44225862765200002, 0.458189520006, 0.48022475118199998, 0.49685298807599998, 0.51500317491299996, 0.53482118753700003, 0.55247938228399995, 0.57330658115499999, 0.58475963165199996, 0.60106501656199995, 0.62413217304400004, 0.63793653903699998, 0.65128873183500002, 0.66636704386000001, 0.67951755835000005, 0.68956025540200006, 0.70245093627400002, 0.71504184012600003, 0.73014210840100002, 0.74713784886300005, 0.75935155136999999, 0.77523714645700004, 0.78405425336400003, 0.79615963931099998, 0.81110455864499997, 0.82545864838799998, 0.83566202986100002, 0.85063666826600004, 0.87077765663700002, 0.88045508705099995, 0.89294081845100004, 0.90498155226699994, 0.91781500438800001, 0.93111410315300003, 0.94545406555199996, 0.95838819225799998, 0.96877608392100001, 0.98476526685599997, 1.0010342642000001, 1.0119849276699999, 1.03464783319, 1.05455213715, 1.0711504321800001, 1.08010453195, 1.1004877825999999, 1.10818262538, 1.1246761488799999, 1.13470825936, 1.14750678231, 1.1632448283100001, 1.18449169262, 1.2011657527599999, 1.2152811055699999, 1.2364506326, 1.24964319272, 1.2661037937899999, 1.2785791013300001, 1.2962377117699999, 1.3138558072099999, 1.3362693854300001, 1.34951663893, 1.3637686600700001, 1.37717976853, 1.3942209300999999, 1.4185816293, 1.43866597309, 1.45276157482, 1.48127714521, 1.5023296186499999, 1.52673585641, 1.5503318122600001, 1.5888091586999999, 1.6062719352799999, 1.6295964377400001, 1.6612388523299999, 1.6812256221899999, 1.70508917316, 1.72112188896, 1.74686294045, 1.7609156044800001, 1.7888509017400001, 1.8132839677799999, 1.8432731273, 1.8705117570000001, 1.89982085224, 1.9362197326199999, 1.96069015259, 1.9880007387600001, 2.0201535914000002, 2.0573265057399999, 2.0987964366999998, 2.13211771373, 2.1622274845799998, 2.1903685766800001, 2.22533347206, 2.26089786499, 2.3105003291199999, 2.33786317109, 2.37516129651, 2.4193923972300002, 2.4579148222399998, 2.5029183158800001, 2.53381912593, 2.5677307283899999, 2.6162502017999998, 2.6750579269800001, 2.7203789138199999, 2.7458139153899999, 2.8254724574300001, 2.8565396273200001, 2.9040559269499999, 2.9651085310499998, 3.0196812095999999, 3.0843657504699999, 3.1558869808600001, 3.2223894339400001, 3.2603729802400001, 3.3614620894799998, 3.4362647479800001, 3.53920130259, 3.5756943688499998, 3.64101261846, 3.7233677998300001, 3.8016940916299999, 3.9106972227400001, 3.9990351336300001, 4.0897762814999998, 4.1774051907800001, 4.2798115401099999, 4.3711459042799996, 4.4838086749199997, 4.5942578656300004, 4.69725646861, 4.8356147641699998, 4.9568908200199999, 5.0559387430399996, 5.1307907403700002, 5.29064241813, 5.4495402731300002, 5.5692069479899997, 5.8023798879999999, 5.9217137438199998, 6.1545111640699997, 6.2686946022500001, 6.4619248209700002, 6.6102067457500002, 6.8760747683199996, 7.1590374621899997, 7.31422994403, 7.6196963320300002, 7.9330981866299997, 8.3005559691100004, 8.5080589881200002, 8.9030525835399992, 9.3843270585099994, 9.88649146809, 10.279354769599999, 10.603107312100001, 11.1118716186, 11.4784714402, 12.035536117199999, 12.847959552400001, 13.415735074900001, 14.1791106731, 15.0355747631, 16.9356357166, 17.805067612999999, 19.342641049299999, 21.009071134500001, 23.1764543914, 25.379614414799999, 27.885782949300001, 29.619482312399999, 33.254904224999997, 36.867160964200004, 40.4774911481, 50.2787838733, 62.180321216899998, 80.798575822199993, 94.584243390899999, 131.07441246799999, 532.11553542800004, 0.0, 0.066750493128400007, 0.10229228903, 0.14064849221799999, 0.16816604212, 0.185917820027, 0.21145207109799999, 0.22637409875299999, 0.23827441847700001, 0.25325002214100001, 0.282002121386, 0.29459754431500002, 0.309921025947, 0.32256024829399998, 0.33607649321799998, 0.35308583886400002, 0.366974488228, 0.38834215578600001, 0.407453141593, 0.42152609543199998, 0.44240079751299999, 0.45519187153599999, 0.46297707882400002, 0.47982221228700001, 0.49667630123599998, 0.508498258634, 0.51689250307900003, 0.53635170713299996, 0.55035959890200004, 0.56783201126299998, 0.58585694882899997, 0.59530161133699999, 0.60864863465700003, 0.61872677583699998, 0.63314266869000002, 0.64227626695200002, 0.66366778123400005, 0.67270302950299998, 0.68420389566899997, 0.69282668375900003, 0.70143224682899996, 0.71443579991700001, 0.72615598912400003, 0.73642045277699997, 0.74797476862599999, 0.75717018072300002, 0.76798353829599997, 0.77486375038599997, 0.79414765885500005, 0.80854204945800001, 0.82112865231700005, 0.83235531435499999, 0.84902111566299998, 0.85542717883200003, 0.85897397230799999, 0.87704088496099997, 0.89151271520300002, 0.90700102609599997, 0.920719450271, 0.92891160690200003, 0.938857619857, 0.94825684266300003, 0.95986000285999995, 0.96960811962399995, 0.989941122374, 1.00360008757, 1.02107596077, 1.03643638202, 1.0502377328700001, 1.0717680324100001, 1.0865864964900001, 1.0954103929900001, 1.10647648545, 1.11919554073, 1.1348944810799999, 1.1478893503600001, 1.1583683144100001, 1.17725367471, 1.1977476949200001, 1.2115494448899999, 1.2227006682499999, 1.23641648061, 1.2453807854500001, 1.2593987794899999, 1.26998244399, 1.2869142286699999, 1.30049557207, 1.31446944898, 1.3295110779099999, 1.3446024810899999, 1.3719517782999999, 1.3907558123199999, 1.40705250973, 1.4264556633200001, 1.4396767485499999, 1.46991083644, 1.4987499147300001, 1.51363764814, 1.5369634294400001, 1.55497159429, 1.58019513401, 1.58671558905, 1.6122642631099999, 1.6513557926, 1.68400062899, 1.7089437540000001, 1.72753924255, 1.7453552720800001, 1.7758454361, 1.7994335997999999, 1.82770292952, 1.84731671466, 1.8985423459799999, 1.9145465641699999, 1.9448048626000001, 1.9916997561000001, 2.0178550764300001, 2.0361698775099999, 2.0577739526799999, 2.0831203668899998, 2.1103632127899998, 2.1537354568799998, 2.1788561526999999, 2.2045213341899998, 2.2224788538400002, 2.2635629295799999, 2.3165276562799999, 2.34821085414, 2.3981207218199998, 2.4198916383700002, 2.4597388271499998, 2.5017065354999999, 2.56256913084, 2.60073239413, 2.6306494736500001, 2.6860626220700001, 2.7343736190899999, 2.8116594856499999, 2.8637335040699998, 2.9264728333900001, 2.9955476839699999, 3.05285386085, 3.1356878770200001, 3.2072182033300001, 3.26764142152, 3.3485823077900001, 3.4312097504199999, 3.4816563758900001, 3.5584231314100001, 3.6375811375099998, 3.7335599506700001, 3.8014008857100001, 3.8705553019300001, 3.9806979118000001, 4.0971698101299996, 4.1749168167999997, 4.3083366103599996, 4.38165849577, 4.5310804208600004, 4.6613092856899998, 4.7803056653900002, 4.9095209439899996, 5.0546229367600004, 5.2110820221100003, 5.3463510691199998, 5.52429734599, 5.6756130707899999, 5.9685799046800003, 6.1860199186999996, 6.3195153450500001, 6.6566660244499998, 6.9673972764899998, 7.26908683037, 7.6488825007600001, 7.8611350773700002, 8.2320652147600004, 8.4210908255200003, 8.9496041073600008, 9.5584199425000005, 10.1439245514, 10.6423118073, 11.0791716855, 11.838823182500001, 12.7106408238, 14.1580993885, 15.148907718, 15.904843132, 17.434395016500002, 18.518727628800001, 20.121463138599999, 22.7076019362, 24.3760430058, 27.247058263300001, 30.661631466599999, 33.079547519400002, 39.127879890599999, 48.943565214800003, 59.4575606151, 91.335874697400001, 141.45432793200001, 411.661489776, 0.0, 0.069952231864699996, 0.103404633578, 0.125014068162, 0.146010270449, 0.16359155444599999, 0.178864568833, 0.19599840432599999, 0.21261593381499999, 0.22711972642700001, 0.243111674684, 0.25767461785399998, 0.27180823360799999, 0.28563106170000002, 0.30065227522400001, 0.31466033367599999, 0.32740274431499999, 0.34144162964000002, 0.35392977821499999, 0.36739586603699997, 0.37668601825699999, 0.38997906091099999, 0.40341912954199999, 0.416373727157, 0.426895908682, 0.43977830899800002, 0.45258671966300001, 0.466514605217, 0.477389064152, 0.48977333283500002, 0.50163197604999998, 0.51199626571900003, 0.52444304417700005, 0.535756267392, 0.54517617178599997, 0.556723976482, 0.56923743022399997, 0.58148013003300003, 0.59338244193300005, 0.60349023988499995, 0.61844448197599999, 0.63082462731599998, 0.64077938591500005, 0.65387489192500003, 0.66469357132100004, 0.67819373925399995, 0.68727074573400004, 0.69848718075600003, 0.71043795726600001, 0.71961915177299995, 0.72969713364300004, 0.74107602282600005, 0.75606721670699994, 0.76643518425500001, 0.77845497049099999, 0.78839543992500005, 0.80132022172700001, 0.81246877456, 0.82543482006900004, 0.835142423425, 0.84674802068300004, 0.85967143818799996, 0.87125300477599998, 0.88408451673499999, 0.89664194416599996, 0.91062205430599996, 0.92119895144599995, 0.93242997074199996, 0.94571219445300003, 0.96041450364400005, 0.97224013435699996, 0.98495533130900004, 0.99919196810900002, 1.0129236124100001, 1.02562802722, 1.0390578098300001, 1.05327349462, 1.06699289985, 1.08003878786, 1.0911503311699999, 1.10287478431, 1.11752324595, 1.1314149261899999, 1.1474113539199999, 1.1623424598800001, 1.1809099334199999, 1.19698636893, 1.21181796755, 1.22544671282, 1.24244196167, 1.25768137753, 1.2753336486, 1.29073541071, 1.3028499501799999, 1.3187969502100001, 1.33382177937, 1.35329432786, 1.3654396608399999, 1.3831852898699999, 1.4053731868899999, 1.4244601671899999, 1.4458595538900001, 1.4624828517299999, 1.48424757851, 1.50258889287, 1.5267644454, 1.54442727619, 1.56845111196, 1.5867698647199999, 1.60842558029, 1.6313088751, 1.6534369558899999, 1.6753389600899999, 1.69620207473, 1.7204189063699999, 1.7419530680599999, 1.76805842778, 1.7922030172000001, 1.8188034212699999, 1.85148643519, 1.8773786266000001, 1.90256305862, 1.9386203775399999, 1.9687813707199999, 1.9981566611499999, 2.0245303042499998, 2.0584208427499999, 2.0946946719900001, 2.1348120365500001, 2.1791471443199999, 2.2224520832399999, 2.2595687931800001, 2.3106923875200001, 2.3553963857400002, 2.3983286546599998, 2.4436515071799998, 2.4865189620699999, 2.5405446707500001, 2.59421388661, 2.64091695706, 2.6996385735900001, 2.7473734419100002, 2.8035977565799999, 2.8535299568900001, 2.91542786179, 2.9893281334399999, 3.0516305485699999, 3.1163028661999999, 3.1947678399299999, 3.2663049222699998, 3.3339853805400002, 3.40237096205, 3.4768322926400002, 3.5806851899900001, 3.6801840510099999, 3.7872722453700001, 3.8916915748699998, 3.9917050980400002, 4.0940578914500003, 4.19602458524, 4.3323371208100001, 4.4338250448399998, 4.5732353526800003, 4.7071896650899996, 4.8371637819700002, 4.9861306159599996, 5.1247005951200002, 5.2989900989100001, 5.4331191858299999, 5.5988276453600001, 5.8197641223699996, 6.0307234869500004, 6.2629671258800004, 6.4723292924600004, 6.73373305351, 7.0011281823499996, 7.2896172889599997, 7.6282663585300003, 7.9822597848400001, 8.4459703825899997, 8.8384469969099992, 9.2101115074000006, 9.73610634934, 10.3512776241, 10.917239822399999, 11.6235706159, 12.2958078571, 12.939563854899999, 14.2324201348, 15.485703747200001, 16.9857809226, 18.432059703, 20.321399149499999, 22.561711453099999, 25.531954585200001, 29.543395520299999, 34.331229479900003, 42.111056517599998, 54.231741921900003, 88.569928594700002, 402.90323270200003, 0.0, 0.063832780404899994, 0.097778217097499995, 0.12370909607, 0.150339924072, 0.16482266304000001, 0.17990570626399999, 0.190646713912, 0.20163809948600001, 0.216830757348, 0.22812951506500001, 0.24021891326399999, 0.25541866841600003, 0.269018368043, 0.28049226030899999, 0.29164957411100001, 0.30229091825999999, 0.31343659256900003, 0.327727185596, 0.33950733116499998, 0.35546334505900001, 0.36812325794200002, 0.38133767715299999, 0.394597620963, 0.404978263841, 0.41815375781000003, 0.42864653293400001, 0.444894300819, 0.454376903331, 0.46341028375999999, 0.47599157488299998, 0.48560628028199998, 0.49777311032799998, 0.508833944353, 0.52141721957599996, 0.53079993862899999, 0.54083525487700002, 0.55116155918099996, 0.56028981112599996, 0.571200303066, 0.58044683485600002, 0.58839931947599999, 0.59900193670599999, 0.60844513668900002, 0.61984074999700001, 0.630706376051, 0.64055060618699999, 0.65022883648700003, 0.65969805240099999, 0.67173860230299998, 0.683039145269, 0.69151743825699996, 0.70492328902000001, 0.71497674644599996, 0.72455754197800004, 0.73626892393499999, 0.74666068393600005, 0.75711837954399996, 0.76917986479, 0.78031391817899998, 0.79003646883199996, 0.80178135233600001, 0.81294330929500003, 0.82479240642999996, 0.83793294590599998, 0.84856051750299999, 0.857727050288, 0.867523080562, 0.87989898293299995, 0.88810730552100003, 0.89899588869799996, 0.90918788036700005, 0.92161182284099996, 0.93310880618299996, 0.94666983786799996, 0.95950586438800001, 0.96954717752200004, 0.98183054360800004, 0.99327109762300003, 1.0071871810099999, 1.0199396023, 1.0299591745400001, 1.0433590956800001, 1.0579526586200001, 1.0722037652, 1.0856825564000001, 1.10062275455, 1.11366547931, 1.12553109294, 1.1369984132099999, 1.1497029036699999, 1.16306292312, 1.17522255584, 1.1892082610600001, 1.2041212236300001, 1.22190050707, 1.2347118934600001, 1.2504314859500001, 1.2629302579599999, 1.2791680786099999, 1.29405735901, 1.3107720617700001, 1.32643387797, 1.3415152129300001, 1.3620274129300001, 1.3823476697499999, 1.40444011877, 1.42173569526, 1.4364703857500001, 1.45484612731, 1.47972134044, 1.49655634371, 1.5141380044499999, 1.53379025535, 1.5555036580899999, 1.5714663036600001, 1.59647294538, 1.6138151759899999, 1.6380127097199999, 1.6594163419300001, 1.6820072233800001, 1.7019879011500001, 1.7246555912899999, 1.75616951171, 1.7809849497500001, 1.8095401046899999, 1.83533696471, 1.8573176551099999, 1.88542875324, 1.92090178934, 1.9505618811500001, 1.9774596313099999, 2.0068544301600002, 2.0350921018900001, 2.0643959097, 2.1062800026400001, 2.1347376230699999, 2.1742676793900002, 2.2104098855299998, 2.2514941680099998, 2.2912348247100001, 2.3349554164100002, 2.3796253970099999, 2.41766195211, 2.4815347228200002, 2.5296861327400002, 2.57523096673, 2.6414826618, 2.6880090127099998, 2.7379395286100001, 2.7971131333199999, 2.8454615301600001, 2.9012187913899998, 2.9675790254000001, 3.04978866032, 3.12354871979, 3.2117080755199998, 3.3031992991200001, 3.3786495999400001, 3.4622786505200001, 3.5341733641599999, 3.5975451787299999, 3.7026608369999998, 3.82558431557, 3.9485708722999999, 4.0749917626799999, 4.2182278466299996, 4.3815530054699998, 4.5579379614200004, 4.7079073862299996, 4.8861754887000002, 5.0662849643500003, 5.2496674690900003, 5.4708584275999996, 5.6873944276300001, 5.9465154086899998, 6.10841977807, 6.32522045284, 6.6457452149499998, 6.8963618663700004, 7.1600629694100002, 7.4849075540900003, 7.8078159674899998, 8.1135987260599993, 8.6434490614699993, 9.3138777741999998, 9.9096943796500003, 10.5413045729, 11.158948712999999, 11.999104899500001, 12.8985733307, 13.9490047253, 15.518092394, 17.033131729600001, 18.432082803299998, 20.708613102099999, 23.123985660399999, 27.884421759599999, 36.561019225000003, 61.076641297099997, 468.04625970900003, 0.0, 0.067076529355799996, 0.097824586424400006, 0.12058047219699999, 0.135066352689, 0.15703805450399999, 0.16865220856099999, 0.18272153189500001, 0.19456107267299999, 0.20905544303500001, 0.22429021016199999, 0.23682684978499999, 0.24961005214199999, 0.26225295033399998, 0.27282432554800001, 0.283602099439, 0.29623312604699997, 0.30840842319700001, 0.31645548412699998, 0.33143452632300002, 0.343712260145, 0.35341928343099999, 0.36635377466399999, 0.37717670892999999, 0.39032523504299999, 0.40013045900700001, 0.41162395957300002, 0.42423155816699998, 0.43186283101, 0.44215015996599999, 0.45428937582200002, 0.46224971743999999, 0.47594444504299999, 0.48807023390400001, 0.49693964716900002, 0.51019137347099996, 0.52165237357899996, 0.53174150971800005, 0.54256492119300004, 0.55515020156399997, 0.56325486596700003, 0.57178372078899997, 0.57891384744999996, 0.58826455880299999, 0.59910449639800001, 0.60935191848000003, 0.61881052080400001, 0.62702569041300005, 0.63798126176500003, 0.64999626073299999, 0.66409842520700002, 0.67206511322700002, 0.68117655017099998, 0.69235691936599997, 0.70629027472700001, 0.71718753920199996, 0.72825030830899995, 0.73958277894699997, 0.74721313986399995, 0.75951044739999996, 0.77054717878099999, 0.78033716992000002, 0.791657009508, 0.80069783012999995, 0.81151864388700001, 0.82257967604500004, 0.83376565960100002, 0.84367481175100001, 0.85373445615999999, 0.86281664475599995, 0.87277267299399997, 0.88522150941099997, 0.895112829577, 0.90741716188900001, 0.91619554643300005, 0.92601655850499998, 0.93734361345600004, 0.94620041333000005, 0.95712672909899998, 0.96744573225499997, 0.98318977108299999, 0.99187947130599996, 1.00505446816, 1.0135141032699999, 1.02598410227, 1.0352951482399999, 1.0473143060900001, 1.0610104522899999, 1.07557548922, 1.0886540525699999, 1.1030302993000001, 1.1222000890499999, 1.1397653729499999, 1.15430437835, 1.1696993848599999, 1.1869488960800001, 1.20122564741, 1.2141587142000001, 1.2257708751700001, 1.2411522805399999, 1.2560045466400001, 1.27446251035, 1.2841952131300001, 1.2982208578200001, 1.3182157576, 1.3298159782600001, 1.3424136029, 1.3604328317200001, 1.3767068167600001, 1.39749108045, 1.4148267830400001, 1.43982412632, 1.45450195158, 1.47070553463, 1.4842104270200001, 1.5036094415600001, 1.5196111004899999, 1.5427837280000001, 1.56874118822, 1.59012806749, 1.6156339281200001, 1.6415259814800001, 1.6627342303899999, 1.68678597138, 1.7123700775899999, 1.7355941341300001, 1.7575287234700001, 1.77549370303, 1.8023242212999999, 1.8306364744700001, 1.86843117775, 1.89616140233, 1.92693168508, 1.94653908551, 1.9674301249699999, 2.0023775987399999, 2.0410970809600002, 2.0712419181500001, 2.1001298794399998, 2.1435551353000002, 2.18745519946, 2.2407411531300001, 2.2877176484300001, 2.3482386991299999, 2.3878544206000001, 2.4256485211599998, 2.4689746994299999, 2.54115707404, 2.6060044637200002, 2.6471446480799998, 2.7082778846300002, 2.7625848318599999, 2.8217618519399998, 2.8730281955899999, 2.94944935405, 2.9984511177900002, 3.06158326156, 3.1477109402800001, 3.2264457052400002, 3.3135370713699999, 3.3913116560900001, 3.46766561982, 3.5469306652600001, 3.6270133483599998, 3.7196516111200002, 3.8300128499600001, 3.9706856961599999, 4.0624593885399998, 4.16862605645, 4.32355081595, 4.4582130280000003, 4.5901068198399999, 4.7253251831799998, 4.8713623347399997, 5.0670691161099999, 5.2375849693000003, 5.3887073546400002, 5.6495635870200003, 5.8884178613599998, 6.1407571599699997, 6.3858608976199998, 6.6661948102800004, 7.0439049067599999, 7.3559915120800001, 7.73009363221, 8.2262361691900008, 8.8019442355600006, 9.2680434525499997, 9.7743200198599993, 10.6920252267, 11.3785733059, 12.170137853, 13.036613519199999, 14.486048819000001, 16.028067222499999, 17.977721620600001, 20.963719555200001, 25.110074835700001, 32.315204575999999, 51.776266767099997, 108.063764331, 0.0, 0.074209559522700003, 0.108008052641, 0.12807119272199999, 0.145696860505, 0.15949782790200001, 0.17030767784699999, 0.181856162219, 0.194359775116, 0.206545451204, 0.216886655718, 0.227597454714, 0.239520822277, 0.24975972163499999, 0.26174800391699998, 0.27515156150300002, 0.28928260960800001, 0.30056007218699998, 0.31177038148300001, 0.32223273686999998, 0.33233709398299999, 0.34226863585799999, 0.35054033371600002, 0.36272022538900001, 0.37265758299599999, 0.38450845354800001, 0.392952528902, 0.40280374789700002, 0.41239163517100003, 0.42225057636800001, 0.43390677896199997, 0.44589553585300001, 0.456357880291, 0.46605928183400003, 0.47533877800199997, 0.485109944056, 0.49754601794199999, 0.50792030114300002, 0.51923692407099997, 0.52864927728800004, 0.53777407420400003, 0.54790751383199998, 0.55673983995999998, 0.56698607143699997, 0.57670367642800002, 0.58667471005899996, 0.596751819495, 0.60570130209100004, 0.61498993393199997, 0.62532916186599996, 0.63421809777399996, 0.643945582415, 0.652131236, 0.66037342159400003, 0.66984241853199999, 0.68013004284099998, 0.68891506562500004, 0.69795858717600001, 0.70724072355500001, 0.71773910407499997, 0.72600456224599996, 0.73529066837299994, 0.74465581544199999, 0.75311728489600005, 0.76285052475299997, 0.77230557399699995, 0.78194921514500004, 0.79213459741699999, 0.80258535964699995, 0.81396443458699996, 0.82267338024400005, 0.83206771620599995, 0.83984893131100002, 0.85244698240700001, 0.860212067124, 0.87121284808199995, 0.88206426743400002, 0.893602624377, 0.90550090295300001, 0.91868520951400001, 0.92977380346299998, 0.94206318246999998, 0.95246633238900003, 0.96670282891199999, 0.97605982209599995, 0.98559747736000003, 0.99585577432700001, 1.00707064259, 1.01710690075, 1.02898182166, 1.04428034784, 1.0538694818500001, 1.06500309695, 1.0756346263800001, 1.08768054822, 1.0986564112699999, 1.11056517658, 1.1222492032, 1.13556072341, 1.1472841566, 1.16118311944, 1.17259765348, 1.1861421571199999, 1.1985894798400001, 1.20980222263, 1.2233664048399999, 1.2385002300500001, 1.2516226459299999, 1.2669008712400001, 1.2794959423800001, 1.2958611531299999, 1.31116706463, 1.32857407312, 1.34365731571, 1.35879876289, 1.3767427480700001, 1.3927745273200001, 1.41141387435, 1.4296441628400001, 1.4469934928999999, 1.46603314043, 1.4837471764900001, 1.5016602720400001, 1.51855715617, 1.5372635274499999, 1.55585749083, 1.5776110083899999, 1.59566951462, 1.62476079488, 1.6471928626000001, 1.6678247338300001, 1.6864094001200001, 1.7115934443700001, 1.7389659531499999, 1.76721239977, 1.78849994105, 1.81312786502, 1.8365295582100001, 1.8646738456900001, 1.8978807795199999, 1.9240405234, 1.9549490789899999, 1.98972377392, 2.0200230888899999, 2.0589141742399999, 2.10302415543, 2.14058485254, 2.1818536127199999, 2.2299519963300001, 2.2712959938699999, 2.3135445986500001, 2.3566542270399999, 2.3959056922599999, 2.4446333513399998, 2.4952439185199999, 2.5492654399200001, 2.6106037504100001, 2.6602865229799999, 2.7105208912299998, 2.7745671455899998, 2.8333797499900002, 2.9008461857499999, 2.96494326499, 3.0289889630300002, 3.10234506861, 3.1725169557099999, 3.2548023935399999, 3.3312575634499999, 3.41501385226, 3.5077691502100001, 3.6109139158899999, 3.70736489466, 3.8078795299400001, 3.9399935880500001, 4.0729162849399998, 4.1754315477999997, 4.32871701963, 4.4670420558400004, 4.6172360869400002, 4.7801353008799996, 4.9685158392900002, 5.1787521224099997, 5.3659561809799996, 5.5579867362700002, 5.80647069765, 6.0770936171800001, 6.3474439077599998, 6.62582338065, 6.9727248909400004, 7.3991913842899999, 7.8834449215399998, 8.5166144845100007, 9.2030546325000007, 9.88020733826, 10.866036106699999, 12.0758777085, 14.18128042, 16.712052750600002, 20.430876708300001, 27.2913398323, 198.831343334, 0.0, 0.069244384700200001, 0.088432101515100003, 0.10716305206, 0.12503845091900001, 0.140404065533, 0.15732758095900001, 0.17026163426999999, 0.181554153262, 0.19229104097999999, 0.20063488720700001, 0.20918075219000001, 0.22448851398700001, 0.23329259600999999, 0.243417838223, 0.25098683398999999, 0.26086665715599999, 0.26722012921400001, 0.27447102517700001, 0.28549280903099999, 0.29370514330199998, 0.30435794709199998, 0.31171401890299999, 0.32079725821600003, 0.33073290586199999, 0.340392028515, 0.35038726600499998, 0.35811690266399998, 0.36447411653700001, 0.37185544116399999, 0.381082348721, 0.390780214455, 0.39830952785200002, 0.40748168602500001, 0.41488373765499997, 0.42543510561100001, 0.43158160961199998, 0.44002625662900002, 0.44926347686599999, 0.45776432919799998, 0.468022411503, 0.47664440380200002, 0.48258490950499999, 0.48896171374500003, 0.496491820137, 0.50698509859999996, 0.51452015906199999, 0.52068937139100002, 0.52946408477100004, 0.53880448153799998, 0.548801791313, 0.555995027759, 0.56369511933200001, 0.57026213611200005, 0.57917412801400003, 0.58903117523000004, 0.59960305490099997, 0.60673607228299997, 0.61394249280099999, 0.62335872512500001, 0.62950473092000003, 0.63564906077100003, 0.64370653836500002, 0.65068290176499999, 0.65692425783200004, 0.66660140937199996, 0.67467287438699997, 0.68340267482299999, 0.69234704669500002, 0.70022548729900003, 0.70878108772100001, 0.71517132508000003, 0.72483344563800001, 0.73510369684400001, 0.74464179844099998, 0.75114169742299997, 0.75948786098200005, 0.76927896632399995, 0.780181603981, 0.79038397953499995, 0.79658809158499999, 0.80565180419899995, 0.81340080992999997, 0.82502676166900002, 0.83237961296700003, 0.84110268556400003, 0.85232968998699998, 0.86273446105600005, 0.87069963084699997, 0.88137854582999997, 0.89128913714400004, 0.90061058757400003, 0.90609412190700001, 0.91504032505999999, 0.92415693050900005, 0.93648983181699996, 0.94349116139300004, 0.95300702282700001, 0.96521719153999996, 0.97733292798399996, 0.98974230043699996, 1.0028012640199999, 1.01236890773, 1.0253034214500001, 1.0345343165800001, 1.0429324387700001, 1.0534672371, 1.06628868009, 1.07468795352, 1.08633326882, 1.09933424957, 1.1068518163600001, 1.12106242894, 1.13430375102, 1.1497669909499999, 1.16355554605, 1.1741333470999999, 1.1865602471200001, 1.19552264974, 1.20964466299, 1.2206552660600001, 1.2334735428900001, 1.2446193507100001, 1.26228052188, 1.2733668809500001, 1.2862487980799999, 1.29915564596, 1.31311637923, 1.3325804596099999, 1.34251302023, 1.3591003659500001, 1.377169549, 1.3924811167, 1.40750771045, 1.4232614989300001, 1.4396669344899999, 1.4651287187599999, 1.4899491085200001, 1.50816578923, 1.5249813512099999, 1.5484316629499999, 1.56552035633, 1.58626075727, 1.60321824898, 1.6254795315799999, 1.64592427713, 1.6680292001699999, 1.6929771865600001, 1.71641044875, 1.73825985627, 1.7655221754799999, 1.7903694698399999, 1.8124234588000001, 1.83919765728, 1.86770929471, 1.9001015000199999, 1.9321267789500001, 1.95584199638, 1.99690811411, 2.0217444230499999, 2.05376297292, 2.0929451083099999, 2.12301731176, 2.1526232798299998, 2.19298807375, 2.2255018723100002, 2.2689246505599998, 2.3179026897699999, 2.3644121098699999, 2.4221039841300001, 2.4838688069799999, 2.53466998697, 2.6042919607999999, 2.6812450073999998, 2.7654172146999998, 2.8309204248399999, 2.9094078948100002, 2.9876772553499999, 3.0748530970700001, 3.1622064731699999, 3.24147451246, 3.32558384886, 3.4422202342600001, 3.5775338240400001, 3.7141610497599999, 3.87173250803, 4.0663966875900002, 4.29308118297, 4.4781034155099997, 4.7041054642700004, 5.0488522514199996, 5.3311777928700002, 5.6656935490200002, 6.1539089237400004, 6.8843836607600002, 7.4347424954000001, 8.2978267417500007, 9.6243020157500005, 11.369168954199999, 15.540639672399999, 76.1760172643, 0.0, 0.049706365699999998, 0.0666592682662, 0.088322065368899999, 0.104536859611, 0.11923256786399999, 0.127291144238, 0.13502577832400001, 0.140820543469, 0.15139945632400001, 0.16099717066999999, 0.16793664804899999, 0.179770597659, 0.18534480911599999, 0.19437588065, 0.20501796081000001, 0.21442507195499999, 0.223638661722, 0.235448046864, 0.24069837603999999, 0.249796619168, 0.2569021037, 0.26571241794099998, 0.273484835112, 0.28264031867099998, 0.29203238294299999, 0.30128506578199998, 0.30890798204499997, 0.31400372247300001, 0.32085907990500001, 0.33018590514200002, 0.33434813763600002, 0.34099138695100001, 0.34839419218399997, 0.36043796979300002, 0.366921197137, 0.374978179395, 0.380142953738, 0.38497527854699998, 0.39412431397300002, 0.40294224279800001, 0.41036947119900002, 0.42097414080500001, 0.426696154529, 0.43405547629300001, 0.438076390323, 0.44626941882600002, 0.45209988855099997, 0.46025667702299999, 0.46751534699899999, 0.47569740786199999, 0.48648925341600002, 0.49365845173799999, 0.50062076512099996, 0.50762099689399998, 0.51599561488599999, 0.52069070294499997, 0.52771734894599998, 0.53507770527700005, 0.53957262010100004, 0.54687563426600005, 0.55882733756900005, 0.56778279961099998, 0.57581367970300001, 0.58169558514099995, 0.589416835832, 0.59799990574399997, 0.60309451416000004, 0.60776585343300005, 0.61113211528400002, 0.620751519689, 0.63049668177200002, 0.64186111209399999, 0.649049389792, 0.65881032984999999, 0.667603399933, 0.67500088551600002, 0.68058962597299999, 0.68475592303099997, 0.69020553863599998, 0.69297641552300004, 0.69919890922799999, 0.70692564551500003, 0.71223085652100004, 0.72213575435900001, 0.730079802251, 0.73971307206199999, 0.74754515744299999, 0.75906245692899998, 0.76535806436599996, 0.768435170424, 0.77936645084, 0.78371319966099995, 0.793548757173, 0.79992665980300004, 0.80669075308100002, 0.813805390164, 0.82073219292800004, 0.82530292600499999, 0.83254418888299997, 0.84023227490600005, 0.84610269681500005, 0.850974506809, 0.85604916181199997, 0.86800267070000003, 0.87548269182500005, 0.88170746226899999, 0.89168104316600005, 0.89886785180600004, 0.90941660694899995, 0.92091095976000004, 0.92713708903799996, 0.93255472954399998, 0.94075570205600001, 0.95405981205900003, 0.96338844277799995, 0.97402552055400005, 0.98526481076200001, 0.99808150342699997, 1.00881814468, 1.0181152037700001, 1.02462072395, 1.0362614133200001, 1.0501057383200001, 1.05573829434, 1.0663375241399999, 1.0815544234900001, 1.0920197863400001, 1.10280835408, 1.1180455459900001, 1.1302349147199999, 1.14338393376, 1.1517784771899999, 1.16459044846, 1.17843359548, 1.1909602731, 1.2038564818399999, 1.2161138792399999, 1.22899884794, 1.24167619324, 1.25804220029, 1.26669854112, 1.28319750286, 1.29839920006, 1.31138545902, 1.3222317000599999, 1.34185918055, 1.3547619368999999, 1.3711217067000001, 1.3874485756199999, 1.4017178245899999, 1.4176863825099999, 1.43525875504, 1.4513358921899999, 1.4669285814799999, 1.49058059786, 1.51243917885, 1.5343601628600001, 1.5519685841999999, 1.5858246281799999, 1.6052702545799999, 1.6255288476200001, 1.645511371, 1.67744979518, 1.7003145979100001, 1.7236176675199999, 1.74467645265, 1.7809151811699999, 1.8104241704099999, 1.85100020932, 1.8902605480300001, 1.9127629589099999, 1.94264465956, 1.98831619403, 2.0462312106199998, 2.1088091964400002, 2.1589111550700002, 2.19880416124, 2.2551363689100001, 2.32115689321, 2.3900112406699998, 2.4355086734200002, 2.53167527975, 2.5574390199299999, 2.69075228193, 2.80722131929, 2.8827815963000001, 3.0169724035100001, 3.1020365340699998, 3.2877647668300001, 3.4186314330799998, 3.55711527829, 3.7777833577900002, 4.0940063095600001, 4.35113022089, 4.7722176832300001, 5.4945754250499999, 6.0600360065499999, 6.7983858917699997, 9.1234186672500002, 40.009378980599998, 0.0, 0.067895952064799994, 0.084300078749299998, 0.095052432169299997, 0.102638659398, 0.112117784904, 0.11826939027900001, 0.12549932636300001, 0.12979818836900001, 0.14651996704600001, 0.15100212390600001, 0.161663165759, 0.16954870848299999, 0.177081348221, 0.18018558524200001, 0.18303580819699999, 0.19216015759300001, 0.19761816342399999, 0.20405892001000001, 0.208512677383, 0.2121909193, 0.219201257102, 0.226866968867, 0.23794276716900001, 0.24987132195699999, 0.25465170763400002, 0.26099785587800001, 0.26730559655899999, 0.28331961066, 0.29096521670800002, 0.29624967979200001, 0.29829805930100001, 0.30951316035100002, 0.31770754811700003, 0.32720886553700002, 0.33647444911699997, 0.34198895204000002, 0.35025569471500001, 0.35723583674800002, 0.36574792956399999, 0.37381139126899998, 0.38799391889500001, 0.39067031169299998, 0.39620024782899999, 0.40020907354500002, 0.406629782376, 0.41587001647900002, 0.42064605710199998, 0.427983894024, 0.43880340547500002, 0.446223080223, 0.450449340882, 0.45558651616200002, 0.46105934588699998, 0.46416526610600001, 0.47234232416100003, 0.47838800081799998, 0.48398364517499998, 0.49028214090200001, 0.499284532015, 0.50451360745100005, 0.509733914146, 0.51534943972199998, 0.51694525305200001, 0.52351544417600004, 0.52741635274900001, 0.53030801158100005, 0.54039249319000005, 0.543358519993, 0.55090831684899999, 0.56351528162800002, 0.57109497028699996, 0.57678495336900004, 0.58431894816300001, 0.59453107257500004, 0.60337885959000004, 0.61000337793399995, 0.61727383516599998, 0.62371645808300002, 0.629855469291, 0.64046230499599999, 0.64338774420900002, 0.64928236111199999, 0.65253922932700004, 0.65630438988100004, 0.66542800844200001, 0.67245369789099996, 0.67689678974900003, 0.68490163471400001, 0.697879548796, 0.70321721042899998, 0.70825620560000002, 0.71214130965099998, 0.71606229576000002, 0.72849739743399999, 0.72997690491599998, 0.73496304621899999, 0.74722916204000001, 0.75461055645599995, 0.76049922669799996, 0.76492250952399998, 0.77219537422499995, 0.77615043430200004, 0.78272629883699996, 0.78806707738399995, 0.803877101727, 0.81237050231600005, 0.82231101211000002, 0.82643891219300003, 0.82994343368199996, 0.84104036655799996, 0.85001450139900003, 0.85722719700299999, 0.86813520497600005, 0.87634807207999998, 0.87849406127499996, 0.88626760274000005, 0.89464524886600005, 0.89854680515700003, 0.90579336081200001, 0.90937836218900003, 0.92263809143499997, 0.92671709472899999, 0.93140291302300005, 0.93889838636400003, 0.94817473635500005, 0.95134624523199995, 0.95948566447500006, 0.96931430537899999, 0.97827519300099997, 0.98284090499800003, 0.98853660864199999, 0.99999303088000002, 1.00933104878, 1.02227252775, 1.0339923686800001, 1.03840687036, 1.04500879737, 1.05122171927, 1.06723984471, 1.07953686403, 1.09113807067, 1.10417487551, 1.11446546637, 1.1254220105599999, 1.1353940360999999, 1.16144655068, 1.1695186521200001, 1.1831819617599999, 1.2096151764900001, 1.2368935164299999, 1.2456266675500001, 1.25296303964, 1.26564891435, 1.2701959942000001, 1.28466851306, 1.29873724956, 1.31966389347, 1.3313272542500001, 1.34786430325, 1.3621826611400001, 1.3720433831700001, 1.3971090305, 1.4043458957999999, 1.4238434153299999, 1.4590867995000001, 1.4854743821, 1.5153253015599999, 1.54813838085, 1.57329724758, 1.6116532666100001, 1.62277970085, 1.63219947245, 1.6666665269000001, 1.73127681763, 1.7492774307700001, 1.80557771894, 1.8267234865099999, 1.88934211181, 1.9203963709, 1.99466093314, 2.0230718376899999, 2.0628543274000002, 2.1367073224899999, 2.1821320160500002, 2.22093938088, 2.3072520016700002, 2.3621845025599999, 2.44517002578, 2.5015913727800001, 2.5975738754100002, 2.7045052724200001, 2.8865631109500001, 3.1260959842, 3.39849260601, 3.6254807685400001, 4.0097191798100003, 4.5724242129699997, 5.4143250544999999, 6.3272292972399997, 17.5560575511, 0.0, 0.085458258148600003, 0.098622234580399995, 0.106568524017, 0.108057180859, 0.1107805041, 0.11464013028599999, 0.13602438252499999, 0.14300574817799999, 0.146684159845, 0.15122598984999999, 0.154733085331, 0.161754974932, 0.17723910406000001, 0.18032389045700001, 0.18658548177699999, 0.18746673820000001, 0.19896129970099999, 0.209234599805, 0.21980562614900001, 0.228062016284, 0.23711187915099999, 0.23869840689499999, 0.240361816358, 0.27144033681000002, 0.27327373169399999, 0.27458858408600001, 0.28007177711800002, 0.28248298888899998, 0.28387767697499999, 0.287453003343, 0.292023090998, 0.29519223190999999, 0.31407066578100001, 0.32033662902100002, 0.32377361486099998, 0.33791304018399998, 0.340145093994, 0.34355792125200002, 0.35986952431000002, 0.36278049873099999, 0.36565591999199998, 0.36887445402199998, 0.37307785833099999, 0.37522358431500002, 0.38644599385299999, 0.38905873533300001, 0.39011760635100001, 0.39429900482899999, 0.40016937602000002, 0.40636267913899998, 0.408103464438, 0.411985395905, 0.42002274379400001, 0.42424580987299998, 0.42889507706199997, 0.43431096613499998, 0.43634598755999998, 0.44074601502999999, 0.44833586654099999, 0.44981411452999998, 0.45139144803199999, 0.45825414352600002, 0.465858692219, 0.46971239089400002, 0.48073097106200002, 0.49008253400700003, 0.49019267044199999, 0.49421178442399999, 0.49592401222499999, 0.51649450538700004, 0.52148438326400004, 0.52450649919199999, 0.52875492868700003, 0.53851929926099995, 0.55522500190799995, 0.56567545616600001, 0.57500972364500003, 0.575413910571, 0.577492611263, 0.58282093829299997, 0.5882333891, 0.59178334343399996, 0.59490514439200004, 0.59707926005599998, 0.60398628531999998, 0.61018821270699997, 0.62788446277499999, 0.62845001268199996, 0.63245592828700004, 0.64203220116600002, 0.64960047364600004, 0.65218235923199996, 0.65302094855500004, 0.65709800478699998, 0.66525750618900004, 0.66772838617499997, 0.66931616078599998, 0.67398981338899999, 0.67995566798200002, 0.69261712558099997, 0.69323176238100004, 0.70328807748099997, 0.70817581305300004, 0.71362676385000001, 0.72122326659400005, 0.72982093594899999, 0.73501610749799995, 0.74418077769299995, 0.74740381350899998, 0.75972971198000006, 0.76542085452499997, 0.77293727748999996, 0.77569521588599999, 0.79040702133899998, 0.79124143409100001, 0.79674835901600005, 0.801314329913, 0.80761727105100001, 0.81334526814800001, 0.82599153547399995, 0.835753037664, 0.84010997734000004, 0.84324537731399996, 0.84524994337100001, 0.852251511771, 0.85726585936199995, 0.86776513236499997, 0.87321839355800002, 0.88257634312599997, 0.88885223178899997, 0.89462277052799999, 0.89929289721500005, 0.91054077473399997, 0.91235045283799998, 0.91859506476800001, 0.92379410344599999, 0.92778311003299996, 0.95200833907100002, 0.96058777907100001, 0.96275379136000006, 0.96711989399800002, 0.98158423342400003, 0.99959381644599998, 1.0158547410300001, 1.0257344455099999, 1.0386164152999999, 1.05829394823, 1.0652432737599999, 1.06870005665, 1.0850122523800001, 1.08895555924, 1.1035938848, 1.1079237802499999, 1.14480878564, 1.1555554675299999, 1.1789854119500001, 1.21604495077, 1.21944541763, 1.2255115895799999, 1.2349135122299999, 1.2574900653700001, 1.2756099428300001, 1.27830965632, 1.29563470054, 1.33511311013, 1.37879372829, 1.4104141532900001, 1.42999159888, 1.4340564609599999, 1.4404309370999999, 1.45125639917, 1.4753290649999999, 1.50104361326, 1.5067651051299999, 1.56173064277, 1.5867665737000001, 1.6529842751699999, 1.68573957888, 1.6981474139899999, 1.7544189081799999, 1.79075077468, 1.8606238073600001, 1.9675939468600001, 1.99649367583, 2.0088494420599998, 2.0624960910299999, 2.1345821995000001, 2.25477797389, 2.4129377727399999, 2.4947352830499998, 2.6183637912700002, 3.0074794112299998, 3.1791961046799999, 3.4293356642399999, 3.8514844690699999, 4.2517228191100003, 4.9637069833399998, 6.0765632038800002, 6.7603904355099997, 10.3173126473, 0.0, 0.078613919986899997, 0.086706257325800007, 0.086706257325800007, 0.114789651673, 0.12273957318299999, 0.127062920365, 0.128484790396, 0.13578225807899999, 0.13578225807899999, 0.14730174056500001, 0.14730174056500001, 0.15501754607599999, 0.17160764402600001, 0.17160764402600001, 0.17716597523700001, 0.19318889167600001, 0.201064059002, 0.20544566915199999, 0.208662339522, 0.208662339522, 0.209070783313, 0.217981911645, 0.21984720431800001, 0.22959168302800001, 0.22959168302800001, 0.22979925938500001, 0.23023398217900001, 0.23282324285100001, 0.23847389001200001, 0.24981772981200001, 0.24981772981200001, 0.251976912788, 0.26484603340399998, 0.267063574626, 0.276065116128, 0.27955725551999999, 0.27955725551999999, 0.29253129065099998, 0.29257984585899999, 0.29426519135099999, 0.29991973517600001, 0.29991973517600001, 0.300865581125, 0.30629956382500001, 0.33189640078299998, 0.33193362117300002, 0.332892715999, 0.332892715999, 0.33786995917700002, 0.34286355479300001, 0.35037131399499999, 0.36538777844499998, 0.36538777844499998, 0.39533598300400002, 0.40761459269400002, 0.43071349334699999, 0.44611156073300001, 0.44821302280300002, 0.44821302280300002, 0.45970379461999999, 0.479322648149, 0.49927725766600001, 0.50856338644599997, 0.50856338644599997, 0.51381349247600006, 0.52312377414900002, 0.52365255460899995, 0.524357535308, 0.52449511360300005, 0.53246792168500001, 0.53246792168500001, 0.53406269761799996, 0.54066543759600005, 0.54165597718199998, 0.54165597718199998, 0.54286979560399995, 0.54565296744199998, 0.54680412639599996, 0.55924698793600003, 0.55948804920899997, 0.55948804920899997, 0.56237285913900004, 0.61191574840100005, 0.61803286518099998, 0.62621800263899996, 0.62894744300399996, 0.62894744300399996, 0.64175065233299999, 0.64274226864700001, 0.643141090937, 0.64957757771299995, 0.64957757771299995, 0.65462416615899999, 0.65508592379599995, 0.65577214273499995, 0.65867533793400002, 0.65966257080699997, 0.65966257080699997, 0.67002637381200003, 0.6862767676, 0.68775204324200001, 0.68935688154399999, 0.68935688154399999, 0.68958321519599997, 0.69489243672400003, 0.69799974598299996, 0.70085954020999996, 0.70570470911100003, 0.70570470911100003, 0.71529355939600003, 0.71529355939600003, 0.73061672396900001, 0.73147192102699998, 0.73147192102699998, 0.73172502367900005, 0.74705904753800001, 0.75069245931200002, 0.76171481537700003, 0.78431047228100004, 0.78431047228100004, 0.79589062785700004, 0.79985244088700003, 0.80739451523600003, 0.80995278660199999, 0.80995278660199999, 0.818149271693, 0.81876691441600002, 0.82187704197599998, 0.82398018051199995, 0.83061310912300002, 0.83061310912300002, 0.841520560606, 0.84283988029500001, 0.845286826815, 0.85635186159599996, 0.88301536060399999, 0.88301536060399999, 0.89457113891100004, 0.90319721159599997, 0.91110728614600001, 0.920115781518, 0.920115781518, 0.924752016362, 0.93270708632099997, 0.93634613579199999, 0.93668785307699998, 0.938056933654, 0.938056933654, 0.963093301648, 0.97003534928799995, 0.97433733039600001, 0.98296990885400004, 0.98296990885400004, 0.99165891962800001, 0.99363899328700001, 1.00411505522, 1.0082220608200001, 1.04142653436, 1.04142653436, 1.05299960148, 1.0584566497800001, 1.0631344471799999, 1.0702232139000001, 1.0702232139000001, 1.0745255061000001, 1.07801171048, 1.09546502235, 1.1130150782399999, 1.1212890952400001, 1.1453294864700001, 1.1453294864700001, 1.14683578271, 1.14912419314, 1.1868862875699999, 1.1868862875699999, 1.2135111146399999, 1.2764048086199999, 1.3014758897300001, 1.33521824385, 1.3586680634799999, 1.3586680634799999, 1.39549136126, 1.4365610253900001, 1.4568919919400001, 1.5925258819899999, 1.67910648307, 1.67910648307, 1.7175836223800001, 1.8595366530499999, 2.22804691293, 2.4236335095200001, 2.4236335095200001, 2.5444902152200002, 2.7565764210300001, 3.0002289122299999, 3.2770080283, 6.1761254131100003, 6.1761254131100003, 9.0448113096899991, 9.0448113096899991, 0.0, 0.0, 0.084719549076999995, 0.084719549076999995, 0.162771060016, 0.162771060016, 0.162771060016, 0.174797101293, 0.174797101293, 0.19337957316099999, 0.19634700654600001, 0.19634700654600001, 0.19634700654600001, 0.19634700654600001, 0.19855375347500001, 0.19855375347500001, 0.19855375347500001, 0.200626535691, 0.200626535691, 0.20443169045699999, 0.20443169045699999, 0.20546703844700001, 0.20546703844700001, 0.20546703844700001, 0.22648266447400001, 0.22648266447400001, 0.240550688555, 0.240550688555, 0.240550688555, 0.25396349222699999, 0.26176107887200001, 0.26176107887200001, 0.26176107887200001, 0.26176107887200001, 0.27888116985299999, 0.27888116985299999, 0.29428424249599999, 0.29428424249599999, 0.29428424249599999, 0.299788951114, 0.299788951114, 0.31720186969399999, 0.31720186969399999, 0.31720186969399999, 0.35285717429300001, 0.35285717429300001, 0.35967187727099997, 0.35967187727099997, 0.35967187727099997, 0.36425099049600002, 0.37144632312499998, 0.37144632312499998, 0.37144632312499998, 0.37144632312499998, 0.393647946528, 0.393647946528, 0.40432582434100001, 0.40432582434100001, 0.40432582434100001, 0.41409827036399999, 0.41409827036399999, 0.42605819547399998, 0.42605819547399998, 0.438201525694, 0.438201525694, 0.438201525694, 0.52412206191900002, 0.52412206191900002, 0.53036211888999996, 0.53036211888999996, 0.53947846940699995, 0.53947846940699995, 0.53947846940699995, 0.54022582851800005, 0.54022582851800005, 0.54022582851800005, 0.55304014916499999, 0.55304014916499999, 0.58228935374099999, 0.58228935374099999, 0.58228935374099999, 0.60596028174500005, 0.60596028174500005, 0.61041536468199997, 0.61041536468199997, 0.61041536468199997, 0.65478363743500001, 0.65478363743500001, 0.67732197187900001, 0.67732197187900001, 0.69170398708900005, 0.69170398708900005, 0.69170398708900005, 0.71778169588399998, 0.71778169588399998, 0.71778169588399998, 0.724448255762, 0.724448255762, 0.73445742378500001, 0.73445742378500001, 0.73445742378500001, 0.74008547261299995, 0.74008547261299995, 0.74881364436599995, 0.74881364436599995, 0.77742926704699999, 0.77742926704699999, 0.77742926704699999, 0.80214410030399996, 0.80214410030399996, 0.80237181021399995, 0.80237181021399995, 0.80237181021399995, 0.80480889025799995, 0.80480889025799995, 0.81567228496599997, 0.81567228496599997, 0.81567228496599997, 0.82045939538299995, 0.82045939538299995, 0.82352724851000003, 0.82352724851000003, 0.82352724851000003, 0.832308451359, 0.832308451359, 0.85064319551300005, 0.85064319551300005, 0.85064319551300005, 0.86707524700500005, 0.86707524700500005, 0.87113615998799998, 0.87113615998799998, 0.87113615998799998, 0.893480617719, 0.893480617719, 0.91025084198899997, 0.91025084198899997, 0.91025084198899997, 0.92945707303699998, 0.92945707303699998, 0.94367179870100004, 0.94367179870100004, 0.96249504634000005, 0.96249504634000005, 0.96249504634000005, 1.04851239622, 1.04851239622, 1.05472835341, 1.05472835341, 1.05472835341, 1.0571022668900001, 1.0571022668900001, 1.0795501896999999, 1.0795501896999999, 1.0795501896999999, 1.08606295202, 1.08606295202, 1.1610428489, 1.1610428489, 1.1610428489, 1.1737862567099999, 1.1737862567099999, 1.19233887401, 1.19233887401, 1.19233887401, 1.23499695024, 1.23499695024, 1.32872584115, 1.32872584115, 1.32872584115, 1.4875655673799999, 1.4875655673799999, 1.7768916535799999, 1.7768916535799999, 1.7768916535799999, 1.90484127934, 1.90484127934, 1.9108413266499999, 1.9108413266499999, 1.9108413266499999, 2.0007729910999998, 2.0007729910999998, 2.3382342441700001, 2.3382342441700001, 2.5987544026, 2.5987544026, 2.5987544026, 2.6082788293000001, 2.6082788293000001, 2.6082788293000001, 2.8392763735900002, 2.8392763735900002, 3.3819024131300002, 3.3819024131300002, 3.7018275480299998, 3.7018275480299998, 3.7018275480299998, 4.72930160618, 4.72930160618, 4.72930160618, 4.72930160618] diff --git a/Muon/MuonID/python/MuonID/M_2010_def_distb.py b/Muon/MuonID/python/MuonID/M_2010_def_distb.py index 1c3d6c7e5f0..5aaf6927a0d 100644 --- a/Muon/MuonID/python/MuonID/M_2010_def_distb.py +++ b/Muon/MuonID/python/MuonID/M_2010_def_distb.py @@ -1 +1,11 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### M_2010_def_distb = [0.0, 0.56094372606762677, 0.7748555093433106, 0.95310767752176617, 1.1906079835411554, 1.4135063615181933, 1.5469706087575439, 1.717637715444549, 1.9078084450312611, 2.078830865302939, 2.3673694393209286, 2.5652916154906422, 2.719176314163422, 2.9143350583182777, 3.0556867288035465, 3.3314071492430846, 3.5309373944964433, 3.7198259542235506, 3.9746173222307726, 4.1716075147757152, 4.3331714146492013, 4.5010791980770231, 4.7010753304750965, 4.8936058791922381, 5.1037597147293932, 5.2592473096915198, 5.4933808099586612, 5.6277238343814533, 5.8620859412865522, 6.1059450539869653, 6.3120134479962893, 6.5830830775944706, 6.8200926493441481, 7.0702834736372564, 7.3483462204604635, 7.6264067744909951, 7.8372782469612465, 8.0617780685477705, 8.3995622657866384, 8.7403882283600378, 9.0992605207420993, 9.3705162889778926, 9.75889880418889, 10.194686638374007, 10.438514323942188, 10.726873592781514, 11.069318434988878, 11.396569108340843, 11.801419844938572, 12.128206841266881, 12.485948104637052, 12.756299870388832, 13.076944452763826, 13.458692068837927, 13.824717813822369, 14.316393196413889, 14.621905587891465, 14.888480073624264, 15.335930506891625, 15.609627342322275, 16.191900883034002, 16.54381609680534, 17.147813194052553, 17.468929751742763, 17.940480341162086, 18.345046931400908, 18.601290104964175, 19.011371018239437, 19.335036342308854, 19.740516156682062, 20.13447317647455, 20.462447938558235, 21.091090849462493, 21.556877958704259, 21.823267014913611, 22.208749180717806, 22.786099855049944, 23.371401551338806, 23.73315353587088, 24.31738397233147, 24.625223648727555, 25.069412618036147, 25.928099135972015, 26.497110723217201, 27.085968731165757, 27.631123699960334, 28.187584878982072, 28.991619387322526, 29.353231676085986, 30.083376143103514, 30.880607280324416, 31.435216510900492, 32.392330109783813, 32.921554836523583, 33.514110805447565, 34.303809151243847, 35.456294459561711, 36.280791683627093, 36.940252784295062, 37.717899566227963, 38.457688239199655, 39.596732893642503, 40.36400419560065, 40.945135884536548, 41.797758649637814, 42.487275414278201, 43.921777494122409, 44.874273975496472, 45.67446232320151, 46.727212320012811, 47.45119952715492, 48.639858771576726, 49.370473491276989, 50.528638968567975, 51.389834372987714, 52.582079342007546, 53.589199085657242, 54.585243505081834, 55.622223351244195, 56.936556831025484, 58.385520290381457, 59.451232373507203, 60.588566421499443, 62.401492617291595, 63.88804064081846, 65.599157033995837, 67.204436723739235, 69.4912133287594, 71.622345320740351, 73.103725049112015, 75.089813374922841, 76.884823802108912, 78.275061550352873, 80.357326438684495, 83.305006897820235, 85.400732831032357, 87.218868459052473, 89.130072489534143, 91.252783666141042, 92.815637585979999, 95.739391170148252, 98.435092605981637, 100.31960869294872, 102.50286766025864, 105.48705400852423, 108.82295714914468, 111.39204546177986, 114.62248349802513, 117.87687880992867, 119.40484241859349, 122.7734081083525, 125.26971884287919, 128.55177396728385, 131.66269963489299, 136.57359107720188, 140.51816667169177, 144.16804544736863, 150.35987039520109, 154.72466658210519, 160.54109480247283, 164.18861964598716, 170.24309324015738, 175.29889321042558, 183.11630724838597, 189.01683118972002, 196.90975774880297, 204.49263459337524, 213.04893801936598, 219.75869942751646, 228.19907555440614, 239.44926809073948, 248.20168822805923, 259.25320106736922, 265.44318466962994, 277.32312416782054, 288.56952434288797, 298.64263419554209, 315.25981209742378, 331.89024853535398, 342.74298087821637, 360.77964203727674, 378.48547030119011, 392.5550051422876, 405.31614074355014, 421.74150173342304, 441.4412304371254, 457.82211257306926, 480.45566322885566, 513.45774433642032, 555.4000490334372, 605.92811073979146, 652.49495125201292, 704.61385101258315, 786.33845891481292, 874.04643470496728, 1012.3600088462719, 1159.4774300577808, 1379.2669821003758, 1756.1106436012778, 2357.4547208831491, 217148.93534056327, 0.0, 0.46532971898727915, 0.68496949409616426, 0.94645340397600952, 1.102736193185504, 1.312453009792369, 1.4867727436472011, 1.6340240974064906, 1.8260512349059785, 1.9700706984768943, 2.1040893787044128, 2.2333135236192967, 2.3880111121966587, 2.5520785579949155, 2.6739841145948597, 2.8075636832160806, 2.9039966303754365, 3.0345967971695451, 3.2102417439344437, 3.3137856992787351, 3.4376002808848787, 3.5571277890563819, 3.6898499180667237, 3.799063723671626, 3.94997555574531, 4.0925736583580976, 4.2086028832412561, 4.3390635740171728, 4.4761244808887941, 4.6023420572801266, 4.7263227277876512, 4.8591547764014482, 5.0957595508246589, 5.30514679884981, 5.4401600222425195, 5.5717535777959721, 5.7003644346866409, 5.8768488839999593, 5.991691304228997, 6.1771150398732244, 6.3465048845874961, 6.4948860632013519, 6.6772230060948159, 6.8030943590107249, 6.9813191429783039, 7.165284199966873, 7.3873559281058423, 7.5948269266966975, 7.801592658633016, 7.9955249125214145, 8.1905643672046686, 8.3270830680818655, 8.5054910750061179, 8.7225666260180663, 8.9368113184240965, 9.1376808053645888, 9.3633428615533649, 9.5990825604962264, 9.7364383724201087, 9.9186955590691088, 10.124746714296, 10.40687565362729, 10.737648017833138, 11.012188237958963, 11.214102933586581, 11.45440355061357, 11.736264046084917, 12.026226014607102, 12.245762888886343, 12.541549269023777, 12.756641375192153, 12.98360561266394, 13.288306417225625, 13.526164571303489, 13.75503655409527, 14.117128492708087, 14.374029807073448, 14.712173108685258, 14.981897180990096, 15.344366904559326, 15.600391910392348, 16.020999494977502, 16.300440442407332, 16.606309936976054, 16.902143272482817, 17.159816580240875, 17.461774805635738, 17.781122815339479, 18.119654210560597, 18.48063214553467, 18.820102897217541, 19.161710076244763, 19.479832189525602, 19.848403979835609, 20.122299299121863, 20.43004460334555, 20.753188532047265, 21.116860477662346, 21.534773567291243, 22.137744141529421, 22.45219966811996, 22.843712755485114, 23.327127510714419, 23.801219885543535, 24.400068243422009, 24.859199781454677, 25.249212813218318, 25.681597611963909, 26.218124149559316, 26.865624109857663, 27.476273115575268, 28.003316090112232, 28.465744086402083, 29.114406317582951, 29.863184721251695, 30.645923853117178, 31.411221663197541, 32.083675244596449, 32.623907125336849, 33.542071438820663, 34.423855107765, 35.090015994189059, 35.83529395578082, 36.739635743840758, 37.456669272617518, 38.267335328548761, 39.333029993613607, 40.288484522728531, 41.508400903755643, 42.819861162087363, 43.639905039190687, 44.572666361081048, 45.821482473822918, 46.862153416881057, 48.147392790601714, 49.404082667631819, 50.527705863342902, 52.004399737632923, 53.494784474459131, 54.714589396642559, 55.67232429415796, 56.793224205114853, 58.007050364060461, 59.680200263089169, 61.232876696778597, 62.427428818562269, 63.973042504689445, 65.632536988952083, 67.347413597855891, 69.065640807296859, 70.464693299553076, 72.418849794356461, 74.105138155507049, 75.662376323980538, 77.872835649845626, 79.967351057764517, 81.928379445805646, 84.034972341121062, 86.103344705230924, 88.477411000229537, 90.312287755291578, 92.507210044700187, 95.060608477240947, 97.679889639836844, 100.54820722011901, 104.05860073649033, 106.9975903165883, 110.72495391129446, 114.47278880860986, 118.67332903577829, 122.47362728985475, 127.29751063199502, 131.9947396665213, 137.58105901899614, 143.2436551636288, 148.62549462778085, 155.59863941964065, 162.63324375828105, 168.58328521973854, 176.47623591935073, 187.10110318413911, 194.1945607895322, 205.76585363429373, 218.54795010442368, 224.54362476449748, 231.28500418937108, 243.28574251055934, 254.11346183370961, 270.37086108698531, 283.71979921314824, 298.26484833307381, 309.41788972573079, 335.8183191815636, 361.8565261478937, 398.47210782079094, 453.94084657359673, 537.44153147414909, 644.04067764548461, 779.41712961885173, 1047.3517440661496, 32924.039482636828, 0.0, 0.44937757329633327, 0.61250349172115959, 0.7863111534649565, 0.88962062078461757, 1.0382238515645796, 1.1737343879099387, 1.3675367911897895, 1.4812885968395111, 1.6632187662691276, 1.8341758133782387, 1.9619748247014435, 2.0552125983628433, 2.1703209170187905, 2.2961317300880717, 2.3982858575534443, 2.4969661855862513, 2.6039206933082872, 2.7154863269399461, 2.7935806808717341, 2.9157144052335742, 3.0304254455360686, 3.1804609723019346, 3.2662231643163544, 3.3535831040758928, 3.4593860912217078, 3.5730577882484265, 3.6829046499090672, 3.7926322745010292, 3.918389650507887, 4.0461615056476345, 4.1688075178063455, 4.261935760927039, 4.3872821403468514, 4.4849226816074195, 4.5815647915521316, 4.7329622842326859, 4.8333438381787959, 4.9751149870072844, 5.1439939747359258, 5.2679283122041474, 5.3979939515818964, 5.4986148492629514, 5.5833034840702549, 5.7762491544651375, 5.8901795208691912, 6.0406044947405793, 6.1414968907338547, 6.3109595855296661, 6.4702277997994733, 6.6084310395612746, 6.7478047002924155, 6.8791042308295953, 6.9969768325569115, 7.1196791826285173, 7.2490813954518822, 7.4130615395895152, 7.6062113466901806, 7.7506437587572199, 7.8830685300393055, 8.0353926744476123, 8.1996939525956183, 8.4142220833085606, 8.5808330010701201, 8.7445310419872921, 8.9841822249357115, 9.181432418740652, 9.3539737653904709, 9.5793187725543287, 9.7462277892814431, 9.9098280489576762, 10.04079373626851, 10.211734359829405, 10.501564944142677, 10.710373784142686, 10.886736785556671, 11.066921822136326, 11.235485714770356, 11.437646009474888, 11.67346914949365, 11.83325542414009, 12.036493633448316, 12.32938637637468, 12.554138183666348, 12.743210513050011, 12.983810120622046, 13.174204038774839, 13.3680862872507, 13.620942224242304, 13.890272176459577, 14.165385082423146, 14.413231848006964, 14.724376594252243, 14.977328826245193, 15.231234613500565, 15.55914351677969, 15.781820608210545, 16.091194364415028, 16.347431974296502, 16.596030336748036, 16.887891775703359, 17.178071227425107, 17.48876537215957, 17.802979490086393, 18.167601675413529, 18.451234059983907, 18.773722324177371, 19.095678793499459, 19.393224208627331, 19.892470444495725, 20.360431028492791, 20.714816695587093, 21.109538106861837, 21.528542624887123, 21.903763658847744, 22.32752745556132, 22.932277869765915, 23.443859045149278, 24.010482595441839, 24.454443667170533, 24.893590041546005, 25.519805040678591, 25.948341902144293, 26.521018356962905, 27.203480036460771, 27.923098995772133, 28.875462789782972, 29.551018023069748, 29.950704440314354, 30.476114881076313, 31.046996042296136, 31.828920785208862, 32.724644642398538, 33.519807747032317, 34.207784670738299, 34.978220277672911, 35.82880248810423, 36.674526307149222, 37.539567643195326, 38.598050079089823, 39.461587691403167, 40.326650088153748, 41.3817881768775, 42.413485151973958, 43.434107971290473, 44.327692773369833, 45.281573404128643, 46.623500435435595, 47.845340004545946, 48.925490779005997, 50.099817716244445, 51.130922527278209, 52.52201636244277, 54.171384212197573, 56.251402930866988, 57.343667697555219, 59.060037223666868, 60.886212298901022, 62.282534857812919, 63.86965941245365, 65.907528655065505, 68.060546344496487, 69.886943517625568, 72.15339782090426, 74.790861312079699, 76.921991723046403, 79.835163669975174, 82.098620972009513, 84.019415664127024, 87.941587866072609, 90.308304219949349, 93.475153751625228, 96.866828921040394, 99.559133387387135, 103.13311038199714, 107.13838078377783, 111.61641909521742, 116.39540365181381, 122.02402340139254, 126.12078269274167, 131.70138789081315, 136.7872837632539, 142.28439193970823, 147.89576596130524, 152.23255441740992, 157.7226413282819, 164.37241204310453, 173.15971613514671, 180.11295998936518, 188.48112308463158, 202.36800846564165, 217.16809097558243, 229.45603073021095, 243.95331007710857, 267.19713077328231, 291.31657906696654, 319.83880240534251, 369.84715199786609, 456.83736037240828, 563.36551513987104, 1212.4845181047338, 0.0, 0.39299523597374442, 0.57756602839919102, 0.74933717643467546, 0.84798806113800529, 0.98808387915300122, 1.0731681865898071, 1.1904878246948769, 1.3296105353290197, 1.4470486564441511, 1.6132307202687894, 1.7334018816456787, 1.8405138120116515, 1.9401180825384614, 2.0206956222611518, 2.088323294417457, 2.1965858893088366, 2.2678507808547295, 2.3513510591465976, 2.452940588067142, 2.5244403869314138, 2.6111507000688201, 2.686185953440015, 2.7762991589505912, 2.8623591840837115, 2.9644501753879853, 3.0534304377734371, 3.1183306038752914, 3.2022029138736583, 3.3578682900076662, 3.4578586494674859, 3.5567846506796079, 3.6352803762683252, 3.7653628446367353, 3.8440117447262629, 3.9584732534380351, 4.0302646502503574, 4.1218781156084869, 4.211981828454741, 4.3396760587886405, 4.4201415569911395, 4.5235887459809963, 4.6307469822655509, 4.7731054586827728, 4.8838280863806549, 4.9937362132930252, 5.1605178704372632, 5.2560966186259481, 5.3556600842824587, 5.4678635206702646, 5.5973168757166114, 5.7048755075035276, 5.8878433771286218, 6.0190112054897522, 6.118844708522011, 6.2719026695437989, 6.3725565545753042, 6.4738742707717662, 6.5961657370971558, 6.6863432232288851, 6.8285306029142401, 6.9529888304791623, 7.0345923470005971, 7.153050087371815, 7.23828648460319, 7.3488613350575518, 7.5297259666276082, 7.665228962415263, 7.814513809818397, 7.9676729944874758, 8.0965767962005515, 8.258619388928004, 8.4038000906770929, 8.5498166593706451, 8.6979091856223683, 8.8099783579444786, 8.9513067459030502, 9.1237502030553657, 9.3482831702262139, 9.5044967504159725, 9.6593366065001636, 9.82253449013227, 9.9874115529723486, 10.137506876476476, 10.289126599046901, 10.444223952502876, 10.599915162622709, 10.734363441288647, 10.917595405084366, 11.108460594133211, 11.352160340302392, 11.607842306499339, 11.798599260283471, 12.009365871239995, 12.251934875461144, 12.49314138461267, 12.815528078713546, 13.078160801731713, 13.367979668775682, 13.61963788461563, 13.830407348960653, 14.134759793056256, 14.406222062237235, 14.719108048702839, 15.039806819372597, 15.357959034733886, 15.742708764682598, 16.038031868942646, 16.342061974077719, 16.619014591659234, 16.995469066261826, 17.440245060531616, 17.749017033014272, 18.105417999557947, 18.521262453800805, 18.847635914656443, 19.422978973137425, 19.69919609219999, 20.085099945021412, 20.537864119839881, 21.008059900732494, 21.532289222273434, 22.054776673981362, 22.335014932602295, 22.916014727566228, 23.337139989662067, 23.720719036927843, 24.388060450004911, 24.84313177402456, 25.486862832547693, 26.168604409957322, 26.702984764635431, 27.287480741291404, 27.801078630394546, 28.269720592443107, 28.926401527988713, 29.605430975118843, 30.330319669354552, 31.30134009465884, 31.993708205209099, 32.73067706792078, 33.486394058985752, 34.167581724784604, 35.401930848802451, 36.065974473699839, 36.896350829985813, 37.7813927333629, 38.921309661559299, 39.97516998571502, 40.789572211691727, 42.125840794801142, 43.644711500275349, 44.85355032164108, 45.812829425455917, 47.046058315709615, 48.449631897327926, 49.622408318720304, 51.04144247927352, 53.201024346560494, 54.577940901359469, 55.974500547503887, 57.300272604946706, 58.935437915672885, 61.253114155133289, 63.821740538824884, 65.624318697869271, 67.454483508361619, 69.123018783403808, 71.210354296257066, 74.567150230165254, 76.23070335468914, 78.271987515678816, 81.071827225516031, 83.453646862710841, 86.529339530495577, 89.958680391197973, 92.139227178417912, 95.452626979151631, 98.96652527128883, 102.73989810547134, 106.50759157615551, 111.64659346669681, 115.90393310434297, 120.92459723788905, 125.40052719866213, 129.67134907792868, 135.46294701412262, 142.5538801102015, 151.30070681491432, 157.84567716877518, 169.5170423411827, 178.87680934745092, 193.39884029816415, 208.14234715671577, 235.5424670602799, 259.89890359594898, 295.34858783034383, 334.33861915695468, 435.37594838703143, 500.4258992515953, 26136.224608103177, 0.0, 0.39973293565211121, 0.54970468651962101, 0.69428019898164828, 0.80416896659170267, 0.97256228280721502, 1.0741947545845139, 1.1635254227187484, 1.2659631876378288, 1.3822232353331732, 1.4871416503290158, 1.6059691148096156, 1.7314193523743162, 1.8189928465042873, 1.9334458898159075, 2.0377516716510327, 2.1075833274228066, 2.217744079961764, 2.2892931053076637, 2.370399790641895, 2.4612447561840849, 2.5289316577717074, 2.6468319175582824, 2.7635584974075624, 2.8487982858984613, 2.960003647452937, 3.040264995484101, 3.1340583717433561, 3.235843360825664, 3.3184989258906628, 3.3887498944054912, 3.4742665307996607, 3.5562981091035697, 3.6417013733235564, 3.7311047300627127, 3.8872996993864741, 3.9804799011541103, 4.0534756404067585, 4.1363024053202926, 4.2208974321794877, 4.2861111457481496, 4.3766112965174155, 4.4823314746332565, 4.5480736492020721, 4.6140282594933879, 4.6927572802426791, 4.7950758075336255, 4.8965365095798212, 5.0072589054206107, 5.0975160269495143, 5.2362442989591846, 5.3289517016526302, 5.4178449031775839, 5.5118563643244292, 5.5991786537930563, 5.7292585294169509, 5.8455520624288511, 5.9835086379946096, 6.1056860394816654, 6.2159830829296503, 6.3853574209981945, 6.4974583447731833, 6.6378799857782989, 6.7643189783177879, 6.9331608618050389, 7.0563877476272356, 7.1597694820310664, 7.2747575984770805, 7.4061511602581902, 7.566805332709456, 7.7166738418404099, 7.8275904312086375, 7.9656564706412034, 8.1244717048328159, 8.3128776945349419, 8.4492226274061721, 8.6026791744357034, 8.7913701590231152, 8.9674862747079285, 9.203292738543686, 9.4039626926929181, 9.5311545009803265, 9.7551708743344214, 9.9026582594455501, 10.022592104276631, 10.254556398686347, 10.441547514468155, 10.55911902240299, 10.753522809241019, 10.926077226400229, 11.111675067184086, 11.282496796620391, 11.542358714530458, 11.747566119524583, 12.063275519031006, 12.341240623919091, 12.652985756993917, 12.911635251767006, 13.185612347682703, 13.397850815278218, 13.510168018667791, 13.823974357607668, 14.079700135326661, 14.319520604253412, 14.516982034078424, 14.715852185550794, 14.964361234520684, 15.243919353703765, 15.434116248837348, 15.848964391761008, 16.086776522206492, 16.492027051516569, 16.795026784147762, 17.200208653485955, 17.498774119010612, 17.697568539728877, 17.989065229745375, 18.378303894171673, 18.701677957394676, 19.000050086953262, 19.305072306272276, 19.640223854343546, 20.148513190788542, 20.571031137831589, 20.950263329212515, 21.493452145932224, 21.900647991805542, 22.368835386038555, 22.757466417332257, 23.266697302860564, 23.748918186455164, 24.013428277953601, 24.436060444302342, 24.839469583056065, 25.343925184450622, 25.873641504196087, 26.482510119485095, 27.117741302188946, 28.028030125009568, 28.67264931970686, 29.423325760610378, 29.889992195728581, 30.465443031984776, 31.309530466130287, 31.901260500752073, 32.799551692053072, 33.541476679668996, 34.443620232941036, 35.302557206918429, 36.095895295724823, 36.967344523130116, 37.972365673128152, 39.113785970733069, 40.183225976540719, 41.415014418976391, 42.519519437606419, 43.877982190483891, 45.274268146469012, 46.598258997931197, 47.577075478663595, 49.30474498506122, 50.820118338226344, 52.111331702490496, 53.410484924257844, 54.902819374535113, 56.280708096832775, 57.753628438949818, 58.879346286077769, 59.968520735732298, 60.999746067677791, 62.753450775062085, 64.030882243935793, 65.729557300284014, 67.561576034705098, 69.665957842633134, 71.539525862837877, 73.715255033933218, 76.042333108418404, 79.197194154406716, 82.16221890263013, 85.299196384291619, 89.066358132689487, 91.826772968117325, 96.091493878155831, 101.23287053213269, 106.50298553112719, 109.91541659247912, 113.35584144711426, 119.43260281154497, 126.01710530963756, 135.83275402928408, 143.34767183967989, 153.86665354982301, 165.32615555272824, 178.67838621083195, 195.7780863511025, 213.10059234298109, 235.43734867679117, 282.56546879749584, 344.49428452558914, 1032.3156481054148, 0.0, 0.28542906758282582, 0.44835957796562231, 0.62651997706725926, 0.72080554472755054, 0.85153448889118422, 1.0135203835548705, 1.1497401649165981, 1.249689630633253, 1.3399789001967404, 1.4564959287102479, 1.5525185391245844, 1.645337296328182, 1.7029587642670561, 1.7998807148268574, 1.8818193335491449, 1.9378684814241007, 2.0045089255406014, 2.0748139436457822, 2.1773066185618797, 2.2832712158697772, 2.3883600529626685, 2.51854086329767, 2.6082969305879526, 2.6653570235348072, 2.7353083692676279, 2.8357637619195271, 2.949800063298929, 3.0384811951680373, 3.1078994075124524, 3.2335260889505033, 3.2990419647626399, 3.3727668828240933, 3.4799226620744226, 3.5425893742655994, 3.602653782843948, 3.6809307822931201, 3.7636220805378935, 3.8356481276880539, 3.9348563402662586, 4.0173932529537133, 4.1063926031921367, 4.1717702846007647, 4.2630914745857496, 4.3776816586639553, 4.4711604153944746, 4.5898411942902397, 4.6529598063193873, 4.7594223012672128, 4.859397400196225, 4.9911351337934935, 5.0565770304775857, 5.1225454425221839, 5.2210476830787913, 5.3162453599135313, 5.4019041740602542, 5.4940746055002112, 5.6136974622961269, 5.7781825322921838, 5.8753555715066135, 5.9710447043669799, 6.0693550815356012, 6.2210987536494446, 6.3057281942751633, 6.4213140942100821, 6.5389008456679329, 6.6598814572271587, 6.7667995850353684, 6.8447945703412136, 6.9638166797290806, 7.089919065426475, 7.2063358053191635, 7.352017914006157, 7.4537565287326801, 7.582581434309609, 7.7515979917104838, 7.922857945264326, 8.1036189902911531, 8.3020028506929222, 8.4634925955724825, 8.6391711422358544, 8.7635395423761935, 8.8992877245899145, 9.0893279549043093, 9.3039711595273165, 9.4509385898117682, 9.5886214810203292, 9.7390698728931344, 9.9541876691465312, 10.169584740152244, 10.408818535856438, 10.659936222779091, 10.885872639294179, 11.234872889392312, 11.380004892188218, 11.630544911322611, 11.842161705728255, 12.145847767420936, 12.330853164469056, 12.583698055254121, 12.816494298528724, 13.030768267855716, 13.340667906325312, 13.590963465427643, 13.838270526487388, 14.074223027757553, 14.348879588563831, 14.623052429806279, 14.889780883997153, 15.16693031574218, 15.627987742305928, 15.886715102647821, 16.122720491922152, 16.370043221512347, 16.698521062776425, 17.014791424541087, 17.277243625151677, 17.630298905505015, 17.922468720470825, 18.149957595022286, 18.504105261759602, 18.795720406240982, 19.18862905514699, 19.475658613972989, 19.718119783763974, 20.003625971835866, 20.315035816376586, 20.769230895348553, 21.215197103344, 21.721451002558126, 22.141375933409783, 22.495823827116208, 22.862304058851613, 23.305091172097715, 23.849319624238138, 24.24364699835543, 24.720699200556524, 25.085626207841511, 25.638589513652505, 26.154907865789191, 26.464735192229831, 26.827306144197109, 27.546994095945028, 28.177135131091795, 28.63885753555148, 29.495195057633349, 29.842693161801382, 30.377067174788916, 30.875858140539503, 31.744346334559026, 32.758933651918937, 33.726942266387887, 34.215890876186286, 35.205804764096222, 36.335678040868849, 37.11614771455158, 37.941465739425929, 38.859334633575578, 39.928208407832223, 40.699477662771486, 41.819209837420011, 43.215290220738062, 43.752358355431525, 44.477418638451525, 45.544939322383215, 46.640235116349203, 47.579833058320212, 49.08201798196896, 50.659250361498124, 51.765930922941273, 53.63059431256552, 55.1000160675475, 56.73201493619726, 58.246215912516156, 59.40623788602521, 61.827647106103718, 64.49842649472086, 66.976553190431929, 70.198059650548117, 73.471061518231679, 75.97093457032166, 78.702576395464334, 81.611672320767141, 83.584533696176564, 89.483719245164707, 95.503007633435587, 99.897758416618558, 104.5780094282018, 111.60694946504658, 117.51568863458957, 127.92288436293775, 136.29858810722959, 147.30418079416475, 162.5922919611979, 173.4980042718681, 184.44721960771685, 206.66903439286079, 235.60943993849668, 279.42538519180954, 395.73590980190897, 767.7437697537913, 0.0, 0.36374037786845004, 0.55995190555689123, 0.68730867176589694, 0.8050753739354829, 0.92714388919158952, 1.0175094347724474, 1.0720068922506483, 1.1785486021612082, 1.2657419124971916, 1.4035727483941891, 1.4650786245458309, 1.5545465660549713, 1.650599565868383, 1.6933702592952453, 1.7732804777571083, 1.8838172082592433, 1.954950718947722, 2.0048840780203179, 2.0683672686827492, 2.1645078261391331, 2.2612520597106451, 2.3359440089385646, 2.3981343988484136, 2.4476156886612883, 2.5691159773482495, 2.6084450349000678, 2.6658038289568791, 2.802053890520781, 2.8561183704950697, 2.9543741961709769, 3.0135138877978185, 3.0505910337969002, 3.129399027027457, 3.1984302483970564, 3.3186190937914195, 3.4057540256655323, 3.4777981689415913, 3.5184191917833267, 3.5975803130944266, 3.6588848905491038, 3.8130976291367, 3.8802414294541254, 3.957222730170348, 4.0900593899149893, 4.1986310350360245, 4.3311490651060334, 4.4373460503609401, 4.5587919710581124, 4.6277536709616927, 4.6884807290574564, 4.7843280503620607, 4.8638283249690355, 4.948337773654341, 5.1040636578149838, 5.1795964194464377, 5.2973077144211338, 5.3522785288725707, 5.4939098011676935, 5.6180430790090652, 5.7470634587269451, 5.8397056876634732, 5.9561260760004444, 6.0433823634687371, 6.1235992948872031, 6.2504421209611483, 6.4113950981142374, 6.5516323124086711, 6.7244564776287783, 6.8618195100648141, 6.9505641642794975, 7.0916813413393385, 7.2272991950515504, 7.3163089878854173, 7.4623335136659801, 7.6110387010371117, 7.7791913595037805, 7.936641896374983, 8.0878941913267184, 8.2595490578730129, 8.385431944546335, 8.5207274071897672, 8.6857803464137824, 8.8101649975015821, 8.9536744831786148, 9.0600596564391367, 9.2078447326702051, 9.3228888631291884, 9.4666810933090737, 9.5842181319219488, 9.7117679522558404, 9.8364937741290674, 9.9578885988719605, 10.050258999773828, 10.222935957512945, 10.316390929540351, 10.475548798393795, 10.645698388425439, 10.784281041251679, 10.948840474245644, 11.18619695562867, 11.391007009711993, 11.567902525938473, 11.71609814428081, 11.986239831997279, 12.114994517734564, 12.299234012158884, 12.519873907814063, 12.863454387962484, 13.071436848150757, 13.401814698265529, 13.616665965772345, 13.917822552439985, 14.188207378128368, 14.392249303363604, 14.565292790891043, 14.8227217543752, 15.082488535254081, 15.353996053129002, 15.71970041593713, 16.055798117141507, 16.350541959618788, 16.59026542651214, 16.985800718119268, 17.454849654596948, 17.727304029707067, 18.074448871862273, 18.657077244754035, 19.113484525377181, 19.562570052919153, 20.051208287923327, 20.510845671810618, 20.868530774744045, 21.265799148848728, 21.905779229740901, 22.253576842522836, 22.93054457765145, 23.206345747345235, 23.442698316367355, 23.819566588138276, 24.284074517836409, 24.787572758168594, 25.29135993018971, 25.702149605001754, 26.244235212381223, 26.972918611793055, 27.497687861234269, 27.803253080067293, 28.455954373351648, 28.799808431536636, 29.848012115835569, 30.659490646833433, 31.278494629826003, 31.986230266586109, 32.844426473455414, 33.467758528183403, 34.226128209009545, 35.361957028401591, 36.258109649477035, 36.936669242532219, 37.818365857787754, 38.696285651145452, 40.081917650133853, 40.64346996992446, 41.711711592656641, 42.702888952548854, 43.463449958527363, 44.933303891653537, 46.280030045429775, 46.884828739246672, 47.9164412951895, 48.816783602198043, 51.059938151143868, 52.990341731171874, 55.149664388125281, 56.632548806783447, 59.744429378935919, 61.750152716933627, 64.13446025245527, 65.894498123950655, 68.469194455591804, 72.127321506278804, 75.510184634367306, 79.070343457944233, 82.83698071207391, 86.213350717712743, 91.263841459235479, 96.251898067968696, 100.97702206389322, 110.24223086163732, 122.08402559600439, 133.28649360785434, 143.88249756506781, 165.37750731198261, 172.54296243585648, 184.52345636646612, 205.19933792261477, 225.68130093091153, 254.48608422209975, 356.13158711494771, 667.13884179705951, 0.0, 0.26354229304624982, 0.38447836652746359, 0.47827776444151504, 0.57102745980500924, 0.66953353299980622, 0.7418659221489563, 0.83156847070200968, 0.90459644576835174, 1.0010729921508612, 1.0747030979707302, 1.1266171474464457, 1.2074942519793959, 1.2865431026365461, 1.3473439404701553, 1.4202020302877516, 1.4768893225494599, 1.5313969774675775, 1.5909847654923739, 1.6475355098467457, 1.6997939412324161, 1.7637752265692834, 1.8242615872864518, 1.8898188947673684, 1.9509538324144411, 2.0098808061983942, 2.0640737132115903, 2.1250621349491174, 2.1880199036006234, 2.2482335097460373, 2.3224687338799601, 2.3810854640962966, 2.4539462471917695, 2.5205389108480092, 2.5736335433800064, 2.6351983220648534, 2.7117894124038844, 2.7769524741702436, 2.8358464472920151, 2.8923290609616985, 2.952869124430904, 3.019886501351988, 3.0890122216294262, 3.1640429065297679, 3.230928687772761, 3.2871518048094348, 3.3658272937032447, 3.4150577541035902, 3.5021039779235932, 3.5747695852696721, 3.6487836281519805, 3.7241574101269204, 3.8142260058409829, 3.889886219446729, 3.959556232893171, 4.0356800011365941, 4.1057394274812147, 4.1980461864106902, 4.309452131909552, 4.3828331762835537, 4.4695204020316721, 4.5367508600967223, 4.6233009941728263, 4.723559288314422, 4.8418135782046221, 4.9493007712556114, 5.0770358904447308, 5.1638022761303857, 5.258523659828418, 5.355344510356554, 5.4603287604488076, 5.5379537810288211, 5.6249248142354942, 5.7220275089216761, 5.838923475249886, 5.9497212657328467, 6.0583843755738309, 6.1867532212460965, 6.3064698765052771, 6.4319591322171776, 6.5483864027049101, 6.6488785338577285, 6.7665965268891011, 6.9052017507528056, 7.045854866965354, 7.2014256979466307, 7.330485956308558, 7.4487327302385404, 7.5665345877761823, 7.6547168896849138, 7.8054455606559943, 7.9504829122596341, 8.0783042696456278, 8.2122962977826681, 8.3879105778396355, 8.5583569201645879, 8.7283836649546007, 8.883891378612029, 9.0083786843632403, 9.1761351492455319, 9.3638324400389497, 9.5907615887485385, 9.7594846934193047, 10.010833472510898, 10.185621904747663, 10.346951216302086, 10.520062141237078, 10.706681377384809, 10.967233078599998, 11.138591663326494, 11.336327609263476, 11.538065870352529, 11.780969742764785, 12.040396856930878, 12.278033460635026, 12.572587972604635, 12.836717579047866, 13.112528685175548, 13.349919258349592, 13.711232799022634, 13.952743864796032, 14.173739895596908, 14.465060589666624, 14.731797503743392, 14.982825032585207, 15.26649112996823, 15.569851389101043, 15.807990176918581, 16.100384923714998, 16.357766493568764, 16.777677977704688, 17.171170485060028, 17.439164114500958, 17.753339594991331, 18.098780157602537, 18.506119482642575, 18.872634818431685, 19.158220809140616, 19.460619214965231, 19.861854966350609, 20.194551637195691, 20.572956591632238, 20.928294578986577, 21.344426709478942, 21.66166937542549, 22.240766877718343, 22.565729819049889, 23.044323591163653, 23.475228287516739, 23.932777693805892, 24.431735905582023, 24.9753478724361, 25.444631767712121, 26.034501673986167, 26.793728332827442, 27.366686796047183, 27.957289531847202, 28.628949210391269, 29.141828609314189, 29.719739181851036, 30.30594251575133, 30.960727844584873, 32.027496656930069, 32.974018472252368, 33.863248797022031, 34.561629815364022, 35.481873500994837, 36.425956905396923, 37.348331262937052, 38.205344049967586, 39.198221653394434, 40.278372389201685, 41.677786414811592, 43.065418693400801, 44.574973160850661, 46.276760954798682, 47.637500721436417, 49.306031705719278, 51.89715331335065, 54.021647205722303, 56.568849685307754, 58.260272125967838, 61.01559773170208, 63.460178968983008, 66.681062849099575, 70.419627156287063, 73.920166575505235, 77.213692861072445, 81.815040784668199, 85.962566683415389, 91.041503329412507, 95.177144795049969, 99.955722087200343, 108.58955753524259, 117.80784071631163, 130.37475347981882, 147.21446326393803, 169.18325814487829, 205.95766196129654, 265.65512151989378, 87848.280391018183, 0.0, 0.19490317513848199, 0.31818006814142752, 0.44431328428917849, 0.51127610159630021, 0.60383086895704507, 0.66138230429826461, 0.71265972318194859, 0.76129462676019677, 0.83795014966870063, 0.89283607223616412, 0.94121780304322211, 0.99883776020744297, 1.0583181972227838, 1.1082428211928517, 1.1713208117143756, 1.2148024624665414, 1.2609968601390287, 1.3328682001354739, 1.3925492252792258, 1.4667867999704067, 1.514482258913509, 1.5743932825824867, 1.6055483247197799, 1.6735799139620093, 1.7242981980275145, 1.7695095310430997, 1.8260039068052139, 1.8847715885877299, 1.9197993080657989, 1.9744731923762646, 2.0311915914165062, 2.1097644028458769, 2.1664244086126137, 2.2431869595868097, 2.2837360345225766, 2.3556313195570087, 2.405430036905444, 2.4505170860355792, 2.4989854383785239, 2.5407069198492236, 2.5973895600257899, 2.6662262216343775, 2.7003533281249101, 2.7540559919851004, 2.8059856736986672, 2.8744094871135686, 2.9296784011089727, 2.9987201241218648, 3.060603076649417, 3.149353771093593, 3.2335250198149148, 3.2987481250279922, 3.3813159530575105, 3.420245321649098, 3.4667630445198467, 3.5404207818987037, 3.6319368958518181, 3.7059200378072354, 3.7740034108713001, 3.8372038077261137, 3.9197610988151039, 3.9886257099364339, 4.0660495867193172, 4.138300196794412, 4.2257097559547683, 4.3260432863760752, 4.4121971145250116, 4.5042890038890597, 4.5643129623079091, 4.6632837420436948, 4.760388268790428, 4.8656859399723364, 4.9325603768335293, 5.0342194443918942, 5.1201176332551412, 5.2068094592308221, 5.2861985755361616, 5.3619402279344657, 5.4488952829979578, 5.5661630444890307, 5.6302459604039878, 5.7251570645424943, 5.8265289703090026, 5.9757197595129812, 6.0745229648833075, 6.1917517048051831, 6.2953470395796423, 6.403259690218019, 6.4917627633704118, 6.6358190501534073, 6.7679316573810269, 6.8686794099073571, 6.951123042441683, 7.0714773931514774, 7.1876874501549377, 7.2851841541363633, 7.4277247272769777, 7.545118161206557, 7.6796631181823791, 7.8167880642937018, 7.9566071237538072, 8.0603936878360543, 8.1832039873181959, 8.3115755716587163, 8.4320844813486833, 8.5902802761521784, 8.7221702888496431, 8.8514060135926869, 9.0332345688234028, 9.1963706908372931, 9.3367587179861236, 9.497006030540005, 9.6427753811526102, 9.8532189063800164, 10.050461242163172, 10.168236220470268, 10.348527513241617, 10.531791667580992, 10.703985943887844, 10.93278400032537, 11.15334897515447, 11.279161608656203, 11.493658887982159, 11.629213658946661, 11.813149108077441, 12.148329929207353, 12.428225959361159, 12.590673999087862, 12.794134333415222, 13.002054595845699, 13.29166579030848, 13.555249875763497, 13.805021300146676, 14.163857718369647, 14.396612581875223, 14.68307313946254, 14.923008872428863, 15.32205455142778, 15.692053745001203, 16.016016291617053, 16.269176030476242, 16.559936897997712, 16.907361798334914, 17.258247430228977, 17.522507804773419, 17.819739257247601, 18.300494526840033, 18.61675208077844, 18.901401014716043, 19.417022408557258, 19.797904233478242, 20.228015085729147, 20.637954339218549, 21.183210911355513, 21.771881557448339, 22.21773210897102, 22.779612813526374, 23.276529546096842, 23.849594764724543, 24.446921593531446, 25.015101229550464, 25.658559396356374, 26.282199605420455, 27.105386636499361, 27.676243476410885, 28.419439927324717, 29.184424065828914, 29.883208551297241, 30.862499878001806, 31.713413996846523, 32.826935291082727, 33.72406490654123, 34.680776796431886, 35.528359794461842, 36.670845950707843, 37.969249977719763, 39.273981900912467, 40.244728926237393, 41.483302822400162, 43.211405024691217, 44.630074152677139, 46.308911078822682, 48.422856008629161, 49.774586644602294, 51.781332900742051, 53.252372889554401, 55.257436943999878, 57.314324693762337, 60.134437476839075, 64.643054466595004, 67.805529413896068, 72.960204750804039, 78.548035565623934, 86.612578466349305, 95.851443874433429, 105.43467161328387, 123.71872542791084, 144.47153346382115, 176.91525388308472, 309.16164265953068, 0.0, 0.093398210950316154, 0.1964204104101267, 0.28305640434431101, 0.37579074941364743, 0.43376997866650091, 0.49429543879132976, 0.53862866326746572, 0.58159097219579325, 0.61215633846525852, 0.66489866088651661, 0.71376871279852483, 0.76604518711445135, 0.80762780660631495, 0.86702460155016359, 0.92578293211375118, 0.96655278458941574, 1.012408711382466, 1.0389370892326379, 1.0979094469421704, 1.1360967828124768, 1.1843998812376955, 1.2121765466487182, 1.2356656356376803, 1.269517337829088, 1.3064220440414478, 1.3456604109067491, 1.3847455871539975, 1.4433510659744919, 1.4787246262422706, 1.5290320752062629, 1.5562124703009197, 1.6073426914107938, 1.6404681580522233, 1.6702244973685063, 1.73063179859356, 1.7750006715499509, 1.8279516044521678, 1.859195201800822, 1.9053170452940513, 1.9280767671566097, 1.9902516035810496, 2.0186760912468551, 2.092657238098997, 2.1474948054253384, 2.1871961512096565, 2.2317816251782281, 2.2907742739410164, 2.3359180870369833, 2.3869816483688759, 2.4529856457177273, 2.4909203390683849, 2.5537529934964778, 2.6292032978804851, 2.6784202619777213, 2.7190242328666847, 2.7592501032192169, 2.8141411237425067, 2.8832878890394928, 2.9253711343109838, 2.9954526684612648, 3.0483400308079833, 3.1195790079290284, 3.1882923341376097, 3.2475133828248954, 3.3082893597110878, 3.3998621255091428, 3.47762860298067, 3.5504403144136871, 3.6091991238429708, 3.6617110799009782, 3.747352642356359, 3.7869413127021954, 3.8494017410196837, 3.9492065318655385, 4.0178432318231367, 4.1459135647020364, 4.2117067391482745, 4.2819404568634685, 4.3483465566680453, 4.4244779495490469, 4.4626585143965478, 4.529665123797245, 4.590443570999347, 4.6959724608287416, 4.7546121047868048, 4.8565039814092676, 4.9526895878521771, 5.0443764740864374, 5.1192000512767368, 5.2222704461323, 5.3679136440586834, 5.44561515189495, 5.573881356101074, 5.6587732114410647, 5.7456859581229036, 5.8285056653676959, 5.9249388997940375, 6.0008874169591815, 6.1408249280378238, 6.1925479765893821, 6.257597707865, 6.3482665820132933, 6.4362617657783012, 6.5018677743421236, 6.5990992264693222, 6.7059841755319676, 6.8408659416578956, 6.9783602936172588, 7.0768404883339144, 7.275512674657814, 7.3760305080718176, 7.4852630022878435, 7.5558323048134834, 7.6469369887215128, 7.7796586853873126, 7.8927874437708638, 7.9917930786552116, 8.1024563434454961, 8.2999865668501034, 8.4506558762494599, 8.5965995871403145, 8.8639775066208841, 8.963955758417768, 9.1445204978480277, 9.3391048111935557, 9.4789266524635813, 9.6269538620278485, 9.798523665360058, 9.9267454692157209, 10.135523291360611, 10.266903541690644, 10.45005203381487, 10.715778409248584, 10.96464567850493, 11.083463676843031, 11.256660301260217, 11.500996192642983, 11.687974340512826, 11.903229343489697, 12.133709181931877, 12.310998874748263, 12.750272219083747, 13.056147482613222, 13.253490555112993, 13.675145968268881, 13.924230477174909, 14.217574079767886, 14.571236022596374, 14.939288725850155, 15.314551253615292, 15.575987515584663, 15.833645863054313, 16.200485384427974, 16.477465196601848, 16.843241153808755, 17.272849032588312, 17.796542227272955, 18.154946140541519, 18.42280855377696, 18.768141850732011, 19.187362345680633, 19.591309885228171, 19.89722345376024, 20.702595711695711, 21.128564543818339, 21.527729127045859, 21.98660526945358, 22.521671536797641, 23.024367946134102, 23.561848505072032, 24.014992900974836, 24.436576472708754, 25.503186568685322, 26.610835772872736, 27.151442239196715, 27.70328225888667, 28.806039995726948, 29.627287233320377, 30.315284533811624, 31.327683853768139, 32.147834022257314, 32.92691659425568, 34.04201415685305, 35.413352753610873, 36.221826443150817, 37.977707465427912, 39.36878752355473, 40.951879054950432, 42.365682197246947, 44.629804117764586, 46.795396750300675, 49.67533805194968, 54.589345174300426, 59.129570664612665, 65.197403972300108, 72.17408937465612, 82.574762345786382, 93.478082113773723, 137.00082761546682, 199.8118228761337, 0.0, 0.10986207372166874, 0.14872621306540318, 0.19845064349132605, 0.23956108970357301, 0.27567089124994565, 0.30377868213388104, 0.33708359499769869, 0.36673053244321807, 0.39912993308020295, 0.426779015978206, 0.44779438158941426, 0.47517643738476034, 0.50286573074575236, 0.52693060971954953, 0.55098158547076637, 0.58123019985394664, 0.60493909669532997, 0.63389774238520347, 0.67186606098347501, 0.69617002023919206, 0.72425525288091774, 0.74131268328835165, 0.75822441587657952, 0.78496504186460769, 0.81439669478023768, 0.83597937513562759, 0.86590383841807772, 0.8832207398905233, 0.9128885288784947, 0.93278832232658382, 0.9712970144945392, 0.98805434822469451, 1.017363705614581, 1.0437582087199948, 1.0718487411987458, 1.1004250896437773, 1.1194711959360109, 1.1437610856843738, 1.1703135770105868, 1.2056434217949175, 1.2338045789280789, 1.2543783796951538, 1.2881091828814166, 1.3112986519959224, 1.3412713397963407, 1.3643779221604135, 1.3915419763427743, 1.4135745730894449, 1.4437349779195308, 1.4780368538634174, 1.5059249898934794, 1.5377824779923701, 1.5720832254223982, 1.6052142651949446, 1.6359894194069291, 1.6698249679324384, 1.7010194250562272, 1.7272294927445859, 1.7640864928040065, 1.8021508917193763, 1.836941181297739, 1.8572858792099074, 1.8790413654272671, 1.9118884108245098, 1.942073490357896, 1.9694860799879985, 2.0015645272239428, 2.0522149106625998, 2.0912660589444134, 2.1247257810064668, 2.1749093251088301, 2.2217650563723126, 2.2797139028050473, 2.3273351675369698, 2.3662520837977135, 2.4085161957373407, 2.44842259128407, 2.4966048731591064, 2.5293551875388931, 2.5632601598410365, 2.6058201417068219, 2.6332894599197223, 2.6736218730705206, 2.7182676740160878, 2.7675212194433909, 2.812780412941005, 2.851379316835152, 2.8952580472277556, 2.9324664002449192, 2.9730447751871556, 3.0227975296309393, 3.0615273198990827, 3.1268021698603428, 3.174893627551298, 3.2193684712802222, 3.2683746695506959, 3.3223129099795639, 3.373078633435032, 3.436781965208882, 3.4965341709413189, 3.5485636123343998, 3.6258706424876941, 3.6600532837001367, 3.70560155555301, 3.7650593373841739, 3.8358507676461393, 3.9084549757206171, 3.9708021023524647, 4.0212671115382888, 4.0946288617889595, 4.1394244422887896, 4.2188351505187107, 4.2823861107092336, 4.345215736329938, 4.4124531199132271, 4.4715502537649803, 4.5793747033075158, 4.6772348615589658, 4.7793135998354499, 4.8587348255519132, 4.9729544448725447, 5.0694000105385566, 5.1648687512296263, 5.2375026757215011, 5.3107689102038451, 5.3918869300439356, 5.4798227286901664, 5.5404131589193328, 5.648241044217758, 5.7449977826195706, 5.8598429438509489, 5.9784308800284593, 6.0724910376893559, 6.2240939885017204, 6.3418997607004348, 6.4869662152984544, 6.6005309624044228, 6.7321547133945252, 6.8313273194562418, 6.9553827276444107, 7.0978539209087161, 7.2385617409417087, 7.4083545257663301, 7.5207064390014864, 7.6784562087734116, 7.8094272468662487, 7.9694720845049609, 8.1498776347751605, 8.3017112945801781, 8.5266505277166349, 8.6503142671472784, 8.9054272928070564, 9.1373026527777839, 9.3315715528110896, 9.5401595700260877, 9.7597048968193185, 9.9666371700161704, 10.22144069326451, 10.408114251683418, 10.676084943208242, 10.908036087339795, 11.20436716656776, 11.477519824720831, 11.808217307144476, 12.095306359268855, 12.384349218033464, 12.685309460589796, 12.923557637527606, 13.204138344604788, 13.616900691559191, 13.979656973992922, 14.606515576714788, 14.962258652534821, 15.314510650339031, 15.724483559731054, 16.382829228207918, 17.009132961353529, 17.366569031693889, 17.900210603831621, 18.648573105414446, 19.363994023453447, 20.143558523165193, 20.828002130195308, 21.73898624871266, 22.409876982562661, 23.415203632804776, 24.355119676733135, 25.938175172718896, 27.639017238717773, 29.341494300849057, 30.595119225694788, 32.714674098003904, 35.49272152410154, 37.928565199883295, 43.491713440727274, 47.581292491927705, 57.969627624865709, 63.340294577285306, 80.397876878853367, 1699.4418298669216, 0.0, 0.057563746961587628, 0.072111582138628103, 0.08953965473080569, 0.096680126595439592, 0.11426458268489206, 0.12297408594046662, 0.13531860413261979, 0.14452962166237915, 0.18495685986529226, 0.19550850903207695, 0.22061034782875669, 0.24758609568932677, 0.2612060900760057, 0.26777787436395784, 0.27913993724767144, 0.29698064960443493, 0.31244925057107031, 0.32122508788845933, 0.33311366430341305, 0.34236037155250942, 0.35256380627730061, 0.35729858105022982, 0.36206918848814695, 0.36696792159332803, 0.37634614206748435, 0.38534850898782269, 0.3894744547332164, 0.40001857990165496, 0.40628143701841141, 0.41257543810712505, 0.42792024247708083, 0.43741390937376029, 0.44679385424881979, 0.45338668180597402, 0.45852917891908479, 0.46847035670602488, 0.47881191760237773, 0.48636454017775488, 0.49953494697176376, 0.50860731875951681, 0.51485110540295576, 0.52109982877729388, 0.52856828716304816, 0.53396501041075717, 0.54519067350690764, 0.55087030570382234, 0.56120787950497175, 0.56947875574614748, 0.57879694500782908, 0.59045771217758214, 0.60020074472460661, 0.61356581621742379, 0.62339692092995469, 0.62921777922324307, 0.63757958596122966, 0.64566282308710643, 0.65337163144903077, 0.65757954743934188, 0.66731107005984081, 0.68506693378151473, 0.69407449975565316, 0.71475464833393743, 0.71919154363460669, 0.72854121818321049, 0.73768805533929283, 0.74964936797719572, 0.77319064552644212, 0.78475208628536974, 0.79568283458133116, 0.80765736770217855, 0.81877434008276662, 0.82795271525666825, 0.83973491168326087, 0.84972560110746476, 0.85639470621002023, 0.8647134858775507, 0.88244802261826683, 0.89985271988240045, 0.92340768696765485, 0.93788541450428287, 0.94792835531188524, 0.96027918757802155, 0.96921149562521636, 0.97952213604373195, 0.98854957689191614, 0.99970116951294496, 1.00882043327571, 1.0201870773908586, 1.041349919759516, 1.0556530343908901, 1.0756585260782074, 1.088223830319788, 1.0958784727426483, 1.1149995386526934, 1.1304796415226661, 1.1446063542280724, 1.1638356180596499, 1.1745794869462154, 1.193511657405055, 1.2182391405087374, 1.2382096317106388, 1.2472982421708765, 1.2622218704529613, 1.2744400683695623, 1.2908221594923039, 1.305167165044943, 1.3252374721898401, 1.3384679854994657, 1.3542873322844842, 1.3724563152241775, 1.3892962190041085, 1.4109408775708268, 1.419655422200014, 1.4315263030154188, 1.4527276892177177, 1.4683378048771656, 1.4867165057343337, 1.516076453749051, 1.5433792065946024, 1.5553543482759045, 1.5609831318052232, 1.5806764726673499, 1.6041131847991026, 1.6344144243726575, 1.6710888016711845, 1.7061932731840148, 1.7354452179890347, 1.7630243267926291, 1.7975788676407549, 1.814028785525206, 1.8281150670319055, 1.8550087441605427, 1.8737649522280617, 1.8856226040366797, 1.9079304881331332, 1.9442107218496263, 1.9659920408787115, 1.9983699901526899, 2.0223202139688512, 2.0401740051464592, 2.0748888988742027, 2.1149914291249212, 2.1360608521646109, 2.1565833101041338, 2.1693334907915234, 2.207376721598215, 2.2255919603217067, 2.272629194554781, 2.3279774087392666, 2.3517585387327471, 2.3910765083557908, 2.4703248547335415, 2.5208338119493607, 2.5806226807785433, 2.6402836153572076, 2.7185362598168772, 2.7677835795641461, 2.8180997959029526, 2.8326345693021624, 2.8701055927549652, 2.9318268717765115, 3.0139842815042615, 3.0571236539047622, 3.1734047661118234, 3.2297672388561938, 3.3059073464928148, 3.3897975561487925, 3.4745601523423382, 3.5452181551689357, 3.6265670674665991, 3.7050473014775043, 3.8309245560041219, 3.9372996837644192, 4.0716930145722978, 4.212857083996437, 4.2692123731220972, 4.46591990841738, 4.5523023767467139, 4.6548916677892533, 4.7758394764018659, 4.9758326990027228, 5.2769985200911247, 5.5486096014042028, 5.7245726086000337, 6.0102407093754762, 6.1426829331257933, 6.287333950013684, 6.5928811370882103, 6.9367730409204489, 7.0646691460119388, 7.2083448239980932, 7.5049899728910674, 8.1901484843386374, 8.6011704867597345, 9.304469886954676, 10.665731252277961, 11.88866301597937, 13.361123901157045, 18.497872676781789, 25.178694947474682] diff --git a/Muon/MuonID/python/MuonID/M_2010_def_dists.py b/Muon/MuonID/python/MuonID/M_2010_def_dists.py index c360a27ec35..d8fb8c39825 100644 --- a/Muon/MuonID/python/MuonID/M_2010_def_dists.py +++ b/Muon/MuonID/python/MuonID/M_2010_def_dists.py @@ -1 +1,11 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### M_2010_def_dists = [0.0, 0.057628562576303784, 0.091878457821655726, 0.1132900806480715, 0.16850875337211296, 0.23480972950916859, 0.25538164963671517, 0.31559279249314726, 0.3709861971858377, 0.39525547000677452, 0.48512586717169626, 0.50506908796001859, 0.57765035525262631, 0.62148541152837633, 0.64263863444579483, 0.69882483312164267, 0.7161545153916149, 0.80411890720042356, 0.8805970872918405, 0.95906879172041093, 0.9964168954980418, 1.0467630571651532, 1.0811313132957849, 1.107613450320283, 1.1414327414809755, 1.200680497698831, 1.2258265309284444, 1.3292666112945957, 1.3827312359018287, 1.4123188606803245, 1.5512850653633397, 1.6356584995938095, 1.6731651325192813, 1.7284734590792767, 1.7492218434041287, 1.7668984797381611, 1.859839254768237, 1.8915873446892628, 1.906971142493358, 1.9739012545347705, 2.0042595869827151, 2.0404670643203007, 2.0801334669349569, 2.1361786545358559, 2.1800889828349126, 2.2526723098806514, 2.4615221000598324, 2.522133895087689, 2.5349568672753051, 2.6130589764080723, 2.7500027760987162, 2.8562937139926889, 2.9119263033764744, 3.0019158345608132, 3.075603035061484, 3.1141526815876208, 3.1813265812952172, 3.3676587418240587, 3.554323576839598, 3.6496213142048179, 3.6874293716075122, 3.7856923728140917, 3.8474310667342051, 3.9949344157172133, 4.125555286661946, 4.3290913548691856, 4.4952013654404812, 4.556343784992352, 4.639912221981799, 4.7146391204010234, 4.8227084013441566, 4.9863406697764292, 5.1842339785740776, 5.3023803998521304, 5.4750202011939866, 5.54048973773856, 5.6494197613846904, 6.031189352625824, 6.1768307442788197, 6.2620964668403225, 6.4351623085815, 6.7265466116268859, 6.7915288820461273, 6.858752135722245, 7.0391175979404581, 7.1234944848067601, 7.3258340038478451, 7.6012540830071256, 7.8610379546027023, 8.1407339356122499, 8.6344134454714787, 8.7180144432721391, 9.0978762948485237, 9.2738466401608814, 9.3278635864048827, 9.4424890946840847, 9.6030189615224657, 9.7486413490900201, 9.9120876012927628, 10.0634236132968, 10.415298132107214, 10.522058512873633, 10.613299539059163, 10.777003890057323, 11.19134404322137, 11.263117192375013, 11.498561061679176, 12.21806762702662, 12.483196087543357, 13.54470365954359, 13.849619017840872, 14.123084642390928, 14.398832659078749, 14.566089250066417, 14.807446823406554, 14.954042474253805, 15.017632122375311, 15.534486588862363, 16.087579752773408, 16.335273051167704, 16.59865583486215, 16.787365784531143, 16.930772808747413, 16.978230896616772, 17.45341757723757, 17.54161801859598, 17.670822982069833, 18.057953137339432, 18.349411130934708, 18.874645742669262, 19.811500245302732, 20.617053831744901, 21.425708785184192, 22.13342945397601, 22.514800015329385, 22.600876120356858, 22.995926973030485, 23.562574109846953, 24.294710403256879, 24.710775959864485, 25.735807637080889, 26.538055293359648, 27.290028726831821, 27.773430106003083, 29.668208899311839, 29.767759573249858, 30.328136166047656, 31.494086670497492, 31.717352094096093, 32.525981982450979, 33.265585384845679, 33.751316746168612, 34.201802003064067, 36.899918838933765, 38.096479462365799, 39.516017768346714, 39.989735840240321, 41.194468318352641, 43.299364753871842, 43.400612046669139, 44.217051933181644, 45.224566778084622, 46.422304247376758, 46.960808813383558, 48.299557096246531, 49.543362472280329, 52.100735352804534, 53.655447353773283, 55.960391277909508, 59.70514539293125, 61.843693253111184, 68.081331605587849, 71.540166073226146, 73.270793327751335, 76.171347038456744, 76.713947935814872, 79.452578223589953, 81.242818023980888, 85.253618574552505, 90.576557423795492, 92.997247053710012, 95.821107577619216, 106.64500479999833, 120.18058037798956, 126.50923215826064, 131.32814912989315, 147.1399472964454, 167.43638431036157, 192.68604805851697, 214.74959666043176, 236.90417250922937, 270.13811088102972, 311.13617202210634, 348.43212870989748, 397.49279405192692, 418.52939500887197, 490.05308025042825, 601.26449991098229, 943.69926165035622, 2272.151119348498, 2272.151119348498, 0.0, 0.068201728466174436, 0.11237783313391692, 0.12830033204755303, 0.14738276605539258, 0.17452595819420164, 0.18740679497876259, 0.22092788589298604, 0.24698157312934674, 0.26321755681186182, 0.278982404063846, 0.29425614113597565, 0.30386598141884186, 0.33348471684689712, 0.35448258891286477, 0.38416466052319098, 0.41799061907192603, 0.43332985148006498, 0.46022545438188606, 0.46720029992587914, 0.4834191580769957, 0.49135304898180576, 0.50065137294598305, 0.54116902167600822, 0.56502516934264901, 0.58383186711851243, 0.59988283878047788, 0.61745037135253056, 0.64851934211375817, 0.65771446388077714, 0.68201656335208749, 0.69501882934571635, 0.70859407070539537, 0.76811748190181783, 0.785547174693628, 0.80584170571483826, 0.80977921469642378, 0.84983656800224905, 0.87762202858938831, 0.89989293732657549, 0.92737970573962192, 0.94822275849814597, 0.97010634169397159, 1.0004701361644599, 1.027252813486935, 1.0516264427778705, 1.085865795301199, 1.1039829998101676, 1.1231421375848933, 1.1351908524310048, 1.1870327649828589, 1.2108652899633887, 1.2418615536907456, 1.2620878726057261, 1.2831955088252662, 1.306480565141986, 1.3214819027067988, 1.3819750197102438, 1.3964962886754628, 1.4416267404974048, 1.4723276588556404, 1.5102821076425617, 1.5397500825876973, 1.5614284610319382, 1.6110339651345407, 1.6433416553385205, 1.6728829936173992, 1.6999366415445392, 1.7240699041761254, 1.7508519958752469, 1.7969849629216739, 1.8430561905053708, 1.8717904098493616, 1.9063368309633759, 1.9506003143418458, 2.0298196868542142, 2.0991713956674101, 2.1633526448161282, 2.2629929459851224, 2.29081267396016, 2.3416198215358914, 2.3573314548287789, 2.4218587714491338, 2.4993355473824033, 2.5384325382544848, 2.6491004992037666, 2.7210651339892107, 2.8237246255258426, 2.8700824362814488, 2.9188785020766925, 2.9635962519687955, 3.0154773635321317, 3.1026722776260538, 3.1782308010920812, 3.2642539873638139, 3.322125355058692, 3.3714861504441376, 3.4218839487759731, 3.5144951962763513, 3.5765944072239031, 3.6273675925681212, 3.7247691072149096, 3.8232379391542128, 3.8893216636307564, 3.9288057496282955, 4.0390899251352117, 4.1600948751312279, 4.1871263152018612, 4.2621860547974828, 4.3500604627307435, 4.5436519743962078, 4.5849723086596628, 4.729044783865576, 4.8683804704143165, 4.9563493866144599, 5.0241568504440179, 5.1468726623856105, 5.1949999782992462, 5.3140299451508861, 5.4879645142694358, 5.7223471643025841, 5.8380855647564118, 5.953449532130346, 6.0187020640170728, 6.2108553226358252, 6.3916059248644403, 6.4913362763076323, 6.6031140372618351, 6.6636491589809301, 6.9509407634766989, 7.1531488937141772, 7.2409474401975658, 7.4303919093490327, 7.5669382679335202, 7.7441286658925934, 7.9000616206163423, 8.0724648473816156, 8.2412216959472371, 8.4137214458024516, 8.6069007301001861, 8.7736666850099372, 8.9890876982826367, 9.155130462775519, 9.3411611417176861, 9.4866270624314577, 9.5872328045423547, 9.8527914805110655, 9.9514305967967953, 10.292405041584022, 10.75673026860011, 11.169289189746417, 11.46807997463821, 11.689766834399332, 11.966027273630296, 12.351431387718186, 12.727667430393458, 13.119586645059071, 13.424611040389257, 13.786397020277862, 13.968352336123267, 14.21068016740667, 14.453408188853816, 15.461180267394132, 15.895481313307476, 16.317601512617198, 16.780792483093965, 17.624171385239844, 18.139839382922045, 18.594772196087924, 20.516375547145831, 21.567448512929186, 21.977404088239552, 23.299471636450161, 24.278490139740818, 24.993212131783924, 26.592135163847711, 27.623113931391885, 28.865470012834731, 29.227604875711496, 31.101999334866235, 31.57497302654869, 32.684647994128909, 33.375146403972977, 37.692891082911196, 39.851813023596023, 41.523584144387264, 46.008072429817098, 49.647884975691284, 52.784847459347759, 54.294626625518887, 63.228644431972903, 69.726924033194564, 74.015904215742552, 86.164937892726826, 100.73311845118887, 112.18515642738907, 135.19609351797098, 176.61381022152227, 242.73583361720463, 308.26543522152377, 513.52205453065437, 0.0, 0.064681645397600726, 0.097055786527166205, 0.11671616479466058, 0.14904699771147067, 0.1812546389613125, 0.20555172420798953, 0.2183799557562153, 0.24037810467237944, 0.25036231174093732, 0.26632542829596018, 0.2738878158208915, 0.28695869973365634, 0.30912145801504926, 0.32069346660692333, 0.32716841268857905, 0.33921112396795472, 0.35411605334840923, 0.36992181322350265, 0.37555978900730691, 0.39245722745804307, 0.40098714822474785, 0.40795369226674527, 0.4172218451215533, 0.42679459853118645, 0.45012838868569222, 0.46395657933185602, 0.47588120991692906, 0.4859429317025537, 0.5012486174834101, 0.51554915854539141, 0.52673766504363306, 0.54037167562839805, 0.55386824464727247, 0.56986151348392444, 0.58441413430603695, 0.59504137541093982, 0.60183139418849574, 0.6097548033252651, 0.61636145539533693, 0.63729376685379835, 0.65492235590733228, 0.66704610998785618, 0.700953708734812, 0.7190525585629578, 0.73579423752153761, 0.74901914818208437, 0.7639095729012253, 0.78507593810209142, 0.7991677445398635, 0.82057225160808045, 0.83874577852045251, 0.8514279150065982, 0.86730722882820255, 0.890038058955962, 0.90572082476051208, 0.93235631316890322, 0.95142142918059724, 0.969384366562271, 0.99218758210384461, 1.00299637932868, 1.0092887025882542, 1.0324830139871306, 1.0486654108510693, 1.0641141875260127, 1.0835468393653898, 1.1071616076049358, 1.1168131966461825, 1.1456586118817482, 1.1644419001186364, 1.1774811339270124, 1.2092190407790164, 1.2384799339065578, 1.2616903228237686, 1.2889294434698533, 1.3164843722957189, 1.3568929832436432, 1.3789685995582368, 1.4016262455149839, 1.4303108283460788, 1.4487819999160492, 1.48021838699676, 1.5050773691689014, 1.5354136497221011, 1.5761026989532505, 1.5976227134137739, 1.6180255352377244, 1.6461488070064747, 1.6754933786486672, 1.7043391941827599, 1.7436653784542346, 1.7574238222395258, 1.8083751761401707, 1.8364695449180659, 1.8853960408395598, 1.9209489973470637, 1.9614779158767812, 1.9837030977196592, 2.0254456515521015, 2.06356755784513, 2.1061669436995003, 2.1608319242443135, 2.176533829184859, 2.2139646657342289, 2.2418326677035214, 2.2819602869499667, 2.3275988135789891, 2.355439289035997, 2.4108423085380779, 2.4436348968031414, 2.5031234860019178, 2.5439256045997136, 2.5773599788744934, 2.6327828846554593, 2.6997266593235456, 2.7317169496478648, 2.8033821298933836, 2.872746199477366, 2.911616529815233, 2.9546022533503957, 3.0081446390299069, 3.0894107259868058, 3.1461648060150367, 3.2073093130678618, 3.2707390207274067, 3.3815481629909145, 3.4779532042245807, 3.4955043576213232, 3.5757478436815138, 3.6322878543855621, 3.7796644436769657, 3.8151756075230678, 3.8802551661883786, 4.0289839922041422, 4.1279506765446614, 4.1958722575439298, 4.2681132445184655, 4.3694161532010058, 4.4793716338291727, 4.5714087303580433, 4.6493194432085412, 4.7141095620043281, 4.8655065654352976, 4.9733934483219935, 5.038859603913723, 5.1120453856118537, 5.2240263349175526, 5.326857227285414, 5.4452851717228903, 5.6191948437507619, 5.8251247312267305, 6.0364763774143135, 6.1085463321063269, 6.2898990925768432, 6.4181400947195311, 6.6210137015645536, 6.7263257016206106, 6.8855750366072552, 7.1232383189565454, 7.4007790575336729, 7.5183445501556623, 7.6542486054829189, 7.7796080000079355, 8.0776151677243515, 8.4160158721268967, 8.6283072431350387, 9.0099513745919317, 9.1985032179916839, 9.3715895144040058, 9.689097239085406, 9.9747151298520151, 10.162420972781135, 10.525043005039576, 10.9348593423718, 11.220406152599313, 11.472292936429914, 12.331513581808927, 12.99141401636353, 13.792445320126436, 14.159631387529567, 14.898875104642451, 15.391013071702499, 16.58446392489617, 17.397044111420918, 18.246693100142146, 19.539678557308235, 21.894007859929044, 23.769625964542684, 25.674579790101415, 28.595587316047272, 30.020256306881702, 33.276780738700346, 35.817076665002631, 42.110340471763912, 48.790270781601912, 54.046938187573666, 67.878422664921544, 86.808719614124982, 106.08957126365338, 212.6174296424627, 530.67951165916725, 0.0, 0.066200047903027276, 0.083721669217692474, 0.097716651445752478, 0.11022140255760769, 0.12682667647071302, 0.1310312002419774, 0.14174741060946225, 0.15012768070557803, 0.16322364512908868, 0.18204188144428807, 0.1932509011687073, 0.20736566877237284, 0.21677471984321531, 0.22208330716146871, 0.2368478044903545, 0.24800109075566285, 0.26042292583219756, 0.27071259593706476, 0.28654565496167866, 0.29337837365624814, 0.30198842285047178, 0.30844586201328328, 0.3149470593102916, 0.32463921048140526, 0.33612661364720992, 0.34538798562234241, 0.35362965043869748, 0.36471294151406786, 0.37175950729075813, 0.38160665904037616, 0.38574106898579719, 0.39688874219887516, 0.40205350235521997, 0.41084581512509888, 0.4190808913198204, 0.43544148967863316, 0.44346612867974777, 0.45227198826541537, 0.46661118452309958, 0.47567354802653689, 0.49123378069289259, 0.5026379690695526, 0.51145199410264641, 0.5230420844440421, 0.53633757129515192, 0.55323199501557874, 0.5709327471747897, 0.57668332951826085, 0.58661731761735014, 0.60316797340939221, 0.61231767919746716, 0.62173743546202065, 0.63367739150206992, 0.64417081791316222, 0.650588306867667, 0.66136245644028779, 0.67194367164364066, 0.68483211499577568, 0.69390170098605697, 0.70978541298372555, 0.71733880725642318, 0.72982716816440152, 0.744382107200665, 0.75464756880526096, 0.76971757975591903, 0.79092500924780884, 0.80139259706827826, 0.82007493231551376, 0.83636749901593976, 0.85607123696181142, 0.87178377197180712, 0.89028508898771552, 0.90709689710063435, 0.92105845964996935, 0.94062127053830347, 0.95072473335636265, 0.96303055939494286, 0.97648251804695785, 0.99369926534400232, 1.0090186828881174, 1.0418114909215104, 1.0698515568115963, 1.0781642613654208, 1.0953662056922651, 1.1107307176100356, 1.1257267330935268, 1.1471842785819382, 1.1676817560236403, 1.1877943080225843, 1.216398240925453, 1.2316053787491037, 1.2474229964718553, 1.269525880355836, 1.3019912398706039, 1.3277002379637455, 1.3443466595361551, 1.3685810866232899, 1.3984804559046911, 1.4355750324517496, 1.460852572211057, 1.4948996531027956, 1.5268570238239529, 1.5522940777876273, 1.5719325888893447, 1.6024193084645637, 1.633598364214381, 1.6528693309141695, 1.6741744069714672, 1.7003470022341649, 1.735298179037982, 1.7582063751832995, 1.7909792627750754, 1.8300707159778025, 1.8684354743589122, 1.9062901732716007, 1.9304116745252333, 1.9651822643793164, 2.0028643201051111, 2.0355079559039346, 2.0677432834609206, 2.0974741272119317, 2.1477636951029404, 2.1758324097429544, 2.2038264839493977, 2.2387897181326624, 2.2799150775007226, 2.3116834558621813, 2.3770756042717061, 2.4423912978053499, 2.5043639857858704, 2.6183935138202945, 2.6651645510870448, 2.6996454559378718, 2.7642312413471197, 2.8501819058526374, 2.8874618455541339, 2.9299786710240685, 2.9902882140860028, 3.0106036707675705, 3.0721304018549587, 3.1161855866638852, 3.2369909410932256, 3.2937695851357418, 3.3415607515486019, 3.4135640311960804, 3.4863864701809169, 3.5495511431068625, 3.6258591972624328, 3.6947502192132147, 3.7950739251414829, 3.8952813228916106, 4.0427476635565807, 4.0982562136044365, 4.2381714903602026, 4.325585224629334, 4.460333473236096, 4.5891338691369086, 4.6893335143109196, 4.7853618220189347, 4.8500011901031046, 4.9499390325888388, 5.0651986930646391, 5.1906420764523, 5.3052661921332698, 5.3795959386387144, 5.4884702877024898, 5.6251182444238585, 5.736009877510825, 5.8235819678819309, 6.0452731168242577, 6.1535182776969091, 6.4223906871159802, 6.7828263511308, 6.9787759843247965, 7.2868999104783532, 7.604505778440271, 7.9090260134516059, 8.4851413606010251, 8.6965137695221202, 9.0770837937907398, 9.3896211096143869, 9.7704946596107849, 10.142102955347768, 10.870897424798827, 11.627557560059024, 12.487371659037647, 13.393741745878474, 14.080823719400907, 15.608105497185557, 16.823724341129342, 18.261126223618554, 19.636996869210478, 20.562702661180669, 21.601610993499339, 23.839730158552172, 27.477708564377878, 33.318576554469637, 49.103081020159834, 73.345872444192949, 106.52935418648646, 0.0, 0.049394419396927715, 0.064736734696013376, 0.079308002177416376, 0.087959980883483738, 0.10194236904560904, 0.11008607182951631, 0.11465366805246813, 0.12715531070407432, 0.13166809405389251, 0.13847247629313228, 0.14384864573811881, 0.15002396002358567, 0.15562720051884482, 0.16116827009383153, 0.16632968738513401, 0.17136648014616976, 0.17900086203665841, 0.18694008640938087, 0.19702916534694626, 0.20392975208968295, 0.21361422240935368, 0.22042948071555513, 0.23063300033673573, 0.23966278802965957, 0.24711447349179011, 0.25303301261186184, 0.25579240638304279, 0.26267170853506805, 0.26750482270286108, 0.27493473053623635, 0.28258910182162267, 0.28822901265050227, 0.29608647684984479, 0.30214524820456018, 0.30864368126348923, 0.31508865166237593, 0.32124032165523375, 0.33011261444903611, 0.33703483646960708, 0.34733723809596734, 0.35691769635678916, 0.36690708933320493, 0.37128928317734283, 0.37755689980492391, 0.38701609409764459, 0.39302164725609023, 0.40331084641477311, 0.41072208837025759, 0.41852937501544424, 0.42932124920083142, 0.43324849767497853, 0.43993900664314145, 0.44761176101936301, 0.45202419082248341, 0.45529173163984443, 0.46653702581395917, 0.47399725820611593, 0.48198881472501576, 0.48708257057534343, 0.49302150180651805, 0.49978383605626248, 0.51339894682816312, 0.52160424774706593, 0.52748289873084886, 0.53676595811893124, 0.5455171486636371, 0.5534396873141485, 0.56241263737675429, 0.56973323223537264, 0.57574914723880954, 0.58234713319994302, 0.59066240355655708, 0.60510984788748057, 0.61807462013879144, 0.62637623226295402, 0.63542696189453973, 0.64701799464926024, 0.65882045306679504, 0.67141179273787532, 0.67909380683392095, 0.68707873750652504, 0.69640315687854726, 0.70807547488547196, 0.71771853550219356, 0.73309718820363279, 0.74214506352540133, 0.75177033126786774, 0.76943956404912883, 0.79020165814710741, 0.80781062970338047, 0.81634889994531135, 0.82618810526895436, 0.84005098189915028, 0.86666756102772669, 0.87735918829690207, 0.88554074010562978, 0.90240999323032145, 0.91632635431957332, 0.92982256792581119, 0.93859572806129865, 0.95740797855505955, 0.97317410516930258, 0.98783906755984918, 1.0108980555570175, 1.0284511401075709, 1.0482594431498151, 1.0611613677510832, 1.0784870131371229, 1.0919180174352818, 1.1135514694962279, 1.125494491992268, 1.1410712650872479, 1.1674352256776539, 1.184785119317356, 1.2096294450605212, 1.2323778220867625, 1.2549931419768594, 1.2806924911813222, 1.3081961580241186, 1.3320238796794894, 1.3534172327636966, 1.3807267144923916, 1.4001500408447822, 1.4316269135391197, 1.449518126496226, 1.4807942237706289, 1.4996141554775, 1.51697171202322, 1.5501818193618728, 1.5774423949301954, 1.6090796134626164, 1.6337740770081619, 1.6692908417512815, 1.6961331386742853, 1.7261310689460392, 1.7616614368687207, 1.7805522635031978, 1.8048113834777242, 1.8629871128198423, 1.9197945215709944, 1.9552472287743048, 2.006402075733154, 2.0427474979249962, 2.074496897491799, 2.1328916089262004, 2.1753943657622523, 2.2401831220855666, 2.270693018282933, 2.3105641384054061, 2.3945586906581622, 2.4399768881846882, 2.5000049081492532, 2.5621934580643706, 2.6392295124107816, 2.7208587148102463, 2.8097139724064282, 2.8701110813681128, 2.9862082469647095, 3.0488516638446339, 3.1242308091436368, 3.243153466201278, 3.3051260648856364, 3.4863819457159302, 3.5505875681994588, 3.7448427188152658, 3.8463429990501901, 3.9838928478843263, 4.1238239879386667, 4.2490672817706532, 4.3599387844761468, 4.473253957654526, 4.6690383558822228, 4.8383638550300123, 5.0032896939841258, 5.1925150031279994, 5.4083749056768973, 5.8187938054935762, 6.1416785529469493, 6.5966499906173439, 6.9452175432435155, 7.3694350201120091, 7.6611410187916773, 8.1962221951718313, 8.3985520655394108, 8.954871482916916, 9.5555811691967367, 10.075581787179221, 10.666984624254228, 11.269430893231096, 12.244383827267271, 13.43327333120301, 15.035950482663642, 16.932372656888262, 19.087843838164819, 21.876507647307918, 24.329735267714369, 32.551612521357441, 42.817333269075768, 80.868741705532841, 263.02173214876871, 0.0, 0.039467746129120185, 0.051824916097853023, 0.061771901689009187, 0.071565972010870144, 0.076518802143588971, 0.085618493830758285, 0.093725626920029337, 0.10393841275774901, 0.11413580827974683, 0.12152641148533293, 0.12627525292174707, 0.12968718206917149, 0.13855089010953145, 0.14242136361586646, 0.14961341703535569, 0.15878848104707796, 0.16821185149526602, 0.17193496653825602, 0.18370817507532361, 0.19347902698219727, 0.20136482066552064, 0.20583838921300673, 0.21305461768025999, 0.22181194102152516, 0.22504305621818932, 0.23406898010225857, 0.2398853548764919, 0.24436856459787337, 0.25265341913397688, 0.26007714837241541, 0.26691829493661323, 0.26931297477030441, 0.27726914154785853, 0.28210711764692858, 0.2859614857691346, 0.29125186385881313, 0.29881267745856349, 0.30375673974281647, 0.30854811947856214, 0.31656603656425492, 0.32546607312581727, 0.33113501361486541, 0.33582693482769788, 0.34276150289703894, 0.35127805306418919, 0.35845367388296762, 0.36558831277905995, 0.36979924962746219, 0.37578338456878752, 0.38327703665171509, 0.38743278300825934, 0.3933947408991858, 0.40090502054506943, 0.41078320064762447, 0.41434452765896151, 0.42079409894287106, 0.4255673661624485, 0.43408043802357538, 0.43842453852669183, 0.44479957009297705, 0.44911932255159215, 0.46075892982346434, 0.47136693037959077, 0.47672759686825411, 0.48530543752076094, 0.49072973814548543, 0.49757125712438277, 0.50205891056941676, 0.50989707552295971, 0.52048634390291548, 0.52487724594117247, 0.53197428010086045, 0.54193181090656062, 0.54669601892015796, 0.55199308212187415, 0.56177797788147832, 0.57397840735843453, 0.58305121749436828, 0.58875829816518199, 0.60014475586825022, 0.61146976460798996, 0.62147757074967558, 0.62937535472116102, 0.63521150679693283, 0.6443683639844624, 0.65570350537151256, 0.66248422346281488, 0.67431167007929649, 0.68081103970994383, 0.70070897539479826, 0.70949394177954128, 0.72368744374810079, 0.73324494948980001, 0.74442385396599853, 0.75726956491948028, 0.76814002853040864, 0.78549563545170853, 0.79690455102462399, 0.80911780465283023, 0.8217559489409707, 0.83736881584366574, 0.84769382359635626, 0.86418498778599284, 0.88747705639947372, 0.90131822030096298, 0.91456928681735306, 0.926248872898779, 0.94662179325634455, 0.95246146300701406, 0.96865365604621834, 0.98601045426396106, 1.004370843669373, 1.0278846153106977, 1.044847701668429, 1.0629345673978381, 1.0786014914723667, 1.0929756602733387, 1.1261078972699916, 1.1512164532678049, 1.1694773456967209, 1.2047879047450252, 1.2191337268903064, 1.2371236242769537, 1.2604030750182345, 1.2728991082384753, 1.3021733465601504, 1.3366400801240468, 1.3669786453201016, 1.3893263316106292, 1.4142311210562548, 1.4371089884829913, 1.4735470017754577, 1.520014037615578, 1.5362080843085604, 1.57308131482694, 1.6005512179859467, 1.6311466151664402, 1.6766677965478609, 1.702427114649556, 1.7358113192351368, 1.7589620076466705, 1.8122197381889422, 1.8371172353927989, 1.8839698049061866, 1.9368978033833055, 1.9859165193893249, 2.0266473776917446, 2.0435418938412577, 2.0904755804619093, 2.137008395650732, 2.2105679265040039, 2.2912315391120952, 2.3171846492564172, 2.3789143587376254, 2.4392413643504884, 2.4804720034966028, 2.5405224136745002, 2.5964604917467198, 2.6705999263123781, 2.7251943964162413, 2.772341712266535, 2.8651026212603763, 2.9882335264110305, 3.0505642000004207, 3.1879882564475781, 3.2713189106502325, 3.3340572644275901, 3.3973177283139346, 3.5111941452660176, 3.6432762400676104, 3.7893397930271497, 3.8962740628195554, 4.0871617267378353, 4.2202691837388713, 4.3774443034324424, 4.4936111350115695, 4.7506236842341369, 5.0112340217497193, 5.3496875229084306, 5.5766544089000956, 5.8287954513602722, 6.3423620558230542, 6.7899919751160516, 7.1981726869941802, 7.7399452080885132, 8.3342259680123636, 9.1990412068218603, 9.6467855088846335, 10.137584353746163, 10.89364428926409, 11.552396435112094, 13.030143614298112, 14.095239648815568, 16.252904088875191, 20.637122578101994, 25.04746535648458, 29.349607631916427, 39.069463698724505, 53.341542218906731, 131.24704840076191, 0.0, 0.032884942472054493, 0.044042928317071753, 0.051717952097554462, 0.058447068850037934, 0.068821794240992967, 0.076446506641690143, 0.083331576500669718, 0.090983634325567123, 0.097188602723129819, 0.1088593709111567, 0.11459623029540639, 0.11844837313630252, 0.12384168852201749, 0.12684488135204505, 0.13447015956640213, 0.1391542676007054, 0.14625472031000056, 0.15200345906187301, 0.15688159917859762, 0.16356525869840099, 0.16595293381775883, 0.17208869146003852, 0.17708137414161021, 0.18245018966878032, 0.18979132041734897, 0.19637969400495253, 0.2032346071402627, 0.20694798677484283, 0.21265331651833888, 0.21882977443215981, 0.22494202116978182, 0.23178859272489064, 0.23787915511551139, 0.24313950482755242, 0.24682307808790133, 0.24943612844036106, 0.25577269021993287, 0.26291464226288852, 0.26970943169082667, 0.2725648028979728, 0.28144606977956577, 0.28556551666434349, 0.29091966470999592, 0.29709027671048366, 0.30175232279695008, 0.30845384710365537, 0.31297498910818361, 0.3160194068150165, 0.31918148875981589, 0.32331388150265972, 0.32927405147803945, 0.33377069470184595, 0.33894412800963025, 0.34522709990281475, 0.35123488575457434, 0.3558821207267826, 0.36144785378066896, 0.37019315147158249, 0.37724004091309249, 0.3829924502040804, 0.38790812361879717, 0.39588105871510798, 0.40044226663641691, 0.40836868589232361, 0.41402643554261809, 0.41875667916369519, 0.42450774070868258, 0.43229589405318924, 0.43734997488844168, 0.44538394823457816, 0.45353980762093016, 0.45851077590488476, 0.46383676125545098, 0.47059046215711398, 0.4762006151939136, 0.48431439285713834, 0.49389826855702679, 0.49974442650636974, 0.50732118012468475, 0.51342129390440416, 0.52297582923711328, 0.53288748131056163, 0.54544803680941312, 0.55056947454571459, 0.5630440930673537, 0.57647988095569747, 0.58254891183837865, 0.59122845087621589, 0.5957914205706567, 0.60314265091258978, 0.61908921631667679, 0.62247554745711642, 0.63329981498300048, 0.64301069689433055, 0.64989657369654952, 0.65888445152749431, 0.66647227612873217, 0.67668838768171136, 0.68893091987254185, 0.7025879217168467, 0.71826561462270089, 0.72771455488965531, 0.7391009553915564, 0.75223783989741744, 0.76166485140694018, 0.77084000065236591, 0.79065365493321382, 0.804383247442233, 0.81683812596185346, 0.82843493554640024, 0.84246759604107702, 0.86350701623054671, 0.88180313041705505, 0.90376335449490075, 0.91286915972557914, 0.92036986380455399, 0.9291438387362384, 0.95352040422537032, 0.96809418471522612, 0.9828969762772849, 0.99701637984191405, 1.0053920653287929, 1.0224322964595809, 1.0436497009914834, 1.0616070630675405, 1.0802764748267883, 1.0951850173844457, 1.1193411761447549, 1.1379681972224709, 1.1599468248342446, 1.1886340506700033, 1.2148385191461482, 1.2481418152125123, 1.2792573174668869, 1.3154615262708993, 1.342394558445551, 1.3629899838283757, 1.3761143300434635, 1.4093858037430134, 1.4522804850005502, 1.4748979300612479, 1.5306210379322103, 1.5495843761095305, 1.584244002737959, 1.6126131532613874, 1.6604506166505426, 1.6921120149154147, 1.7126738210319639, 1.7396125064233854, 1.785135464734434, 1.824889085813346, 1.8829431177071814, 1.9343935926685978, 1.9916768565010168, 2.0267961688503453, 2.0766377474824029, 2.1330899777256795, 2.1848037174415449, 2.2801579583808342, 2.3579957571857286, 2.4501358388830012, 2.5153457412512981, 2.582374390832427, 2.633575300083673, 2.7077686567647499, 2.7684316125814457, 2.8476458237947857, 2.9627792222491238, 3.0403520366260612, 3.1093550063736379, 3.2559496906005565, 3.384456584459806, 3.5451252896822063, 3.658802669941331, 3.8535789702629515, 4.1036627374662622, 4.3847833011124493, 4.5324017993862, 4.6567473442819232, 4.8795997539612124, 5.0351805245400989, 5.4071167044869721, 5.8112812324471728, 6.387968909517352, 6.6133968886491754, 6.9446864587547097, 7.5543017399007653, 8.3092309621502434, 8.9855329925540648, 9.7607248945108189, 10.562225389927731, 11.547524333694614, 13.042152628954279, 15.066816239535164, 16.843645091885804, 22.29298319668764, 27.78918358142127, 36.15482791135674, 48.467620573432804, 150.75527930067238, 0.0, 0.030475436329936944, 0.041455577211803325, 0.050587167936695224, 0.058798726126600857, 0.065119327951945208, 0.073499955494061478, 0.07885113088345877, 0.085143786389228412, 0.08965572615115161, 0.094178377769283547, 0.098501280404947864, 0.1030958981377707, 0.10869385918561442, 0.11297670615452211, 0.11689141102215121, 0.1214840331703515, 0.12584718500031158, 0.12987214864837779, 0.13468557220683824, 0.13924503288786391, 0.14386351348014154, 0.1493340912759876, 0.15399302445531154, 0.15891197422219733, 0.16342430790220985, 0.16862541478716603, 0.17284449028563825, 0.17822842307181602, 0.1820267480405092, 0.18688153961477047, 0.1927267317388851, 0.1970428163553993, 0.20121205502603673, 0.20565232504914904, 0.20898176045815323, 0.21456701344386478, 0.2193381728343505, 0.2241310071800133, 0.22817700334024027, 0.23233337863145165, 0.23720906624202601, 0.24191353394033271, 0.24708942468474382, 0.25285280260759901, 0.25671572324736464, 0.26213421506917656, 0.26638683139162828, 0.27152578772723279, 0.2762872026065426, 0.28128390667450365, 0.28593911283892171, 0.29087431204884701, 0.29557087416205607, 0.30019592182315891, 0.30513806758216755, 0.31016793114986319, 0.31616724797260032, 0.32041768091414635, 0.32514136402938837, 0.330175514469844, 0.33510934856577768, 0.34052636062698755, 0.34595494789256998, 0.35149217534601079, 0.35744012588115681, 0.36163975663483183, 0.36600266939188625, 0.3715301308425546, 0.37731624495426341, 0.38179171447482013, 0.38695470344853578, 0.39172315899130233, 0.39614948723382537, 0.3998385857290081, 0.40528704514340191, 0.4113906789211898, 0.41723754661044737, 0.42330595508586388, 0.4298295205380972, 0.43639003733749093, 0.44294781550179985, 0.45031606698625348, 0.45589276061599149, 0.4637504954853186, 0.46972702984856168, 0.47691662036234045, 0.48515870923762039, 0.49260277947704278, 0.50180009274783677, 0.50899844136237671, 0.51521773387918002, 0.52259062361544673, 0.53071416140395877, 0.53996499482812654, 0.54675197629336969, 0.55561683421554353, 0.56353596314369636, 0.57266468438633022, 0.57882534017246046, 0.5879193586669369, 0.59795376910115772, 0.60910017566901453, 0.62152501089463474, 0.62899125612273621, 0.63944993844645304, 0.65079039292032037, 0.65990599756610113, 0.67267050134312967, 0.6811396504155568, 0.69102170908780658, 0.70572381661063954, 0.71917690416970415, 0.73053302980642632, 0.74479922749569372, 0.75660131757288107, 0.76966460911714163, 0.78382775044111574, 0.79890547769142994, 0.81316878697223616, 0.82632592595142507, 0.84038976545168742, 0.85889454588180414, 0.87584528603730916, 0.88938215721139913, 0.90647622547342221, 0.92517109894543503, 0.9420929353690477, 0.95887351889851813, 0.97485760015251421, 0.99539728475785438, 1.0168269490191464, 1.0321969253945085, 1.0509239949366704, 1.0749039195763974, 1.0954893550189169, 1.1204402411184233, 1.1460855159498731, 1.1725936611440071, 1.1991674830298438, 1.223355141542398, 1.2503166821062022, 1.2755553790294463, 1.2974083183962621, 1.3271479307498393, 1.3598997679834393, 1.3966740129081683, 1.4270275926175096, 1.4608948615990871, 1.4952195611664525, 1.5313585561683203, 1.5640142535985393, 1.5994377044435546, 1.638305110435522, 1.6786361340413112, 1.7240031947949774, 1.7621335157109532, 1.8101134128648371, 1.8620922391744734, 1.9224643921259204, 1.9710346661166867, 2.0344533242374103, 2.0831877260508893, 2.1372551671286524, 2.2034358794278646, 2.2716335521446531, 2.3429160177345003, 2.4104357266981919, 2.480935437184201, 2.5343673042490624, 2.6084557648811311, 2.7199516996724253, 2.8338987909810287, 2.9216428190030639, 3.0360484810989852, 3.1500945673097052, 3.270619104044989, 3.4227068074159761, 3.5665311638055055, 3.7247617410661675, 3.925297648069769, 4.1375118576391934, 4.3398004727933692, 4.5346219219569655, 4.7447780176553112, 5.0148304110646036, 5.3334608060172872, 5.7276260586600891, 6.1890543526613122, 6.6801902478700868, 7.2800631153055209, 7.8835838788384223, 8.6803326930194569, 9.7122609465184322, 10.941190698085899, 12.542472669018284, 14.627074477598748, 17.832826769519468, 22.898509435438054, 33.157382047966806, 268.8200344237456, 0.0, 0.028898274302596512, 0.040633940377108956, 0.047933728659069468, 0.054523381031400885, 0.06011329230279238, 0.065188383675028702, 0.071626919796562605, 0.077168570402807349, 0.083037174267918165, 0.08755686111436492, 0.092118428080118928, 0.096425123862060327, 0.10043552253883403, 0.10554902051980319, 0.11009718665642487, 0.11326275217950955, 0.11698509676168573, 0.12080022735318345, 0.12517509152109374, 0.13013769328680053, 0.13345882034603812, 0.13747142162715098, 0.14150064959740938, 0.14442943761896229, 0.14941148229826645, 0.15440519818373027, 0.15783715568801643, 0.16265630037450993, 0.16672946241207018, 0.17011132508732738, 0.17420920933779047, 0.1787571250538082, 0.18406358630263245, 0.18924049544452431, 0.19306320330392984, 0.19641759705419837, 0.20044589719386452, 0.20365259207914921, 0.20746114210240005, 0.21178663359554398, 0.21561802968012542, 0.2201648522340745, 0.22394901627082189, 0.22890960512700576, 0.23288763477408511, 0.23799769247855981, 0.24277846906856382, 0.24620220114345401, 0.25085581063453694, 0.2547852657654528, 0.2584622001605798, 0.26226644168550362, 0.26587748056735006, 0.27001206297540875, 0.27333957150348165, 0.27844160533530171, 0.28262027978412785, 0.28651353733567758, 0.29232034746442948, 0.29580376680146625, 0.29935090999568476, 0.30309728324775276, 0.30715090410428514, 0.31201121511000857, 0.31571249520502215, 0.31981978170465836, 0.32351704294037775, 0.32816906538652812, 0.33260532162929424, 0.3375253795185012, 0.34227658789873155, 0.34672628630214691, 0.35173264439552276, 0.35642244422141933, 0.36316985109331051, 0.36811409230691677, 0.3739818336331292, 0.37900422010827939, 0.38371686137179334, 0.38830090222693142, 0.39314672036266179, 0.39750505605076314, 0.40399586297398238, 0.40779084214158268, 0.41471724442253388, 0.419908928474307, 0.42527068506941523, 0.43082110702825382, 0.43546343483577804, 0.44058928875209435, 0.4501165160939869, 0.455800248584872, 0.46250910353077601, 0.4679792550227716, 0.4771052601340332, 0.48317268060065444, 0.49024307149325064, 0.49795121259530739, 0.50489713934710001, 0.51144292478572784, 0.52042454216218859, 0.52715808936571795, 0.53458634795400084, 0.54336964463015824, 0.55167313602281232, 0.55895482076372938, 0.56755092529864581, 0.5767512365389893, 0.58757892054706506, 0.59812779085356993, 0.60674604159456691, 0.61595140194035713, 0.62390929987658528, 0.63464413788738838, 0.64205470333131864, 0.64919687404877857, 0.66358361675173039, 0.67457487585108067, 0.68565375079097346, 0.69515353663280854, 0.70835712049313537, 0.71637388222414811, 0.72810587108889246, 0.74259519148707775, 0.75505940962506923, 0.76533718705099252, 0.77978770960457156, 0.79277034764412091, 0.81042776509929326, 0.8252185957527518, 0.84081567710998861, 0.85591239426333621, 0.87366392436831841, 0.8906804437761574, 0.90431935636817162, 0.92374870367862294, 0.9403922748286605, 0.96024005012655089, 0.9834409532310171, 1.0063612444728725, 1.0237103083075751, 1.0406894015881631, 1.0646614938416241, 1.0953872473777502, 1.1182073342474079, 1.1431128152282664, 1.1700990970833274, 1.1937825903128636, 1.2194906544605457, 1.2510699786546229, 1.2724440268105714, 1.3012328136568787, 1.3306077291828782, 1.3661125359622348, 1.4057121542663247, 1.438874003521625, 1.4852719546886077, 1.53160091645302, 1.5835611112903651, 1.6195792978908965, 1.6633225682365109, 1.7092772469624007, 1.7547058942561764, 1.7983361923251511, 1.8554877739779563, 1.9046272406631959, 1.9419569456472263, 2.007485115392952, 2.0766613504192311, 2.1363921756522712, 2.2042343314393218, 2.2881456308297792, 2.3461181458892382, 2.4247974852833076, 2.5226066296330565, 2.6287822381475663, 2.7093614689581362, 2.8121552403853838, 2.9431246632384611, 3.0643163534914351, 3.196540002859162, 3.3476671295609703, 3.578795801196712, 3.7570824917749248, 3.956586592960103, 4.1768360199630372, 4.472267971856815, 4.7565859357335603, 4.9434439507675787, 5.3520609425930763, 5.8616989500167476, 6.4670935400506355, 7.1530922193648818, 7.7821104509969494, 8.8151940771286945, 9.7442668096522507, 11.579039475678208, 14.881052320293959, 23.3134974983852, 162.64936699836366, 0.0, 0.024602282011824184, 0.033143590712601562, 0.04010112014507021, 0.047902150582693877, 0.053593751494366668, 0.062881795990017086, 0.069817105932830248, 0.074260939707892284, 0.078749877606011834, 0.081760044924091488, 0.084762821011376818, 0.089159093597265968, 0.094139760178390847, 0.097396291127248735, 0.10077623786944703, 0.10375890948969808, 0.10775393339205297, 0.11107421600652036, 0.11454249675077989, 0.11920949455998719, 0.12303922825017929, 0.12645066727981549, 0.13048462720436904, 0.1341988563625206, 0.13791508807970299, 0.14051821878738302, 0.14390700642876164, 0.14729815411578639, 0.15116482000305284, 0.15414159957761076, 0.15804245202080439, 0.16172156388894671, 0.16616763697232559, 0.17065475263188637, 0.17483972650814011, 0.17834701051598184, 0.18178605513225987, 0.18596570995349604, 0.19037643524106021, 0.19362400150613118, 0.19718898681246891, 0.2022368611342357, 0.20627559864432171, 0.21047667837856643, 0.21441293730751429, 0.21798145949842526, 0.22269174316657275, 0.22805839010378598, 0.23142809067166253, 0.23544682877794354, 0.23918263561370051, 0.24332300301909804, 0.24826906410872435, 0.25329675001124591, 0.25742137093006096, 0.26143472523908162, 0.26537197580924371, 0.26880822609496718, 0.27325053108693759, 0.27801599017393808, 0.28185455264796982, 0.28551898655760571, 0.28969797468999514, 0.29469614849601827, 0.29819033120752614, 0.30227519353061394, 0.30780461335572351, 0.31237611153645817, 0.31627202746095395, 0.31963567780659174, 0.32237740964523504, 0.32589638801542542, 0.3305286646674907, 0.33420221321848032, 0.33989663227054645, 0.34416327912283068, 0.35034447837510441, 0.35498972403807633, 0.35855091882620921, 0.36327633213491833, 0.36753998247607372, 0.3729367659785795, 0.37985192360779313, 0.38437016760352599, 0.39005755502373884, 0.39482572425216256, 0.4001927093622929, 0.40602742972788325, 0.41233512801313243, 0.41899152804988438, 0.42337530114761357, 0.42792125565896905, 0.43382026465554158, 0.44268614546944335, 0.44830619792220222, 0.45415410061721351, 0.46167530106933863, 0.46895550041529654, 0.47530473993436245, 0.48211460809658874, 0.48857483722379846, 0.49668510358579077, 0.502197066237135, 0.50751626698891095, 0.51264907367868728, 0.51969473148215983, 0.52818547378333625, 0.5349708260232352, 0.54112734609955404, 0.54811112287301356, 0.55616647069377034, 0.56629653003164915, 0.57402173658393196, 0.58265287411054412, 0.5936899552780841, 0.60345904162633524, 0.61533841077412088, 0.6228300863754348, 0.63457632801607111, 0.64512830577873503, 0.65448141887048117, 0.66218373436088196, 0.67678504831115915, 0.68732881229737786, 0.69861201377323079, 0.70832408210492892, 0.72121539173424809, 0.7359553436177424, 0.7531392829935406, 0.76543733074434961, 0.77710358182478712, 0.79485555672259334, 0.81224713754094657, 0.82988361758294238, 0.84792677249400605, 0.86258822924608003, 0.88223434681999902, 0.8944425527153399, 0.90955292927291309, 0.92359168030991856, 0.94256546540532238, 0.96434694242106067, 0.98312881507572292, 1.0032438887848716, 1.0221149781502081, 1.051983899991995, 1.0734774915118375, 1.099530441789152, 1.127960244545553, 1.1534134957090025, 1.1740889749056131, 1.2012742900536555, 1.2342300186242645, 1.2639939024901934, 1.2928179180773745, 1.3208800657063657, 1.3529947499482198, 1.3990112708325715, 1.4319941184494371, 1.4710663063309652, 1.5244700765754542, 1.5635439274849725, 1.5954367199073531, 1.6323134541541804, 1.6724715064169311, 1.7158054453195073, 1.7557217613084009, 1.8048129564898812, 1.8315787027457608, 1.8815354841358516, 1.9566650167344006, 2.0217329340053252, 2.0871078895617967, 2.174040010957027, 2.2381267311291735, 2.3160142472723693, 2.4147723365413021, 2.5376474031182616, 2.6272818671259373, 2.7401975123216742, 2.8684444249229628, 3.0130575018172316, 3.1604260734920331, 3.2962359526985634, 3.4644518032671439, 3.6844961008964079, 3.869097249632687, 4.0583540650809953, 4.2786209475461598, 4.5240194654211052, 4.822566531353826, 5.2714477848841934, 5.9366668833227134, 6.6736260326271726, 7.4551267397319529, 8.3647745090344028, 9.8450415285668225, 13.306780281265262, 17.423150761794336, 35.674610410451407, 0.0, 0.026072158368489466, 0.036900224781724264, 0.045624066076788504, 0.051368104055365224, 0.057774560304207197, 0.063146496944509634, 0.067588098405070435, 0.071805619462746537, 0.07613539155227117, 0.080103152511407455, 0.083942709652846864, 0.087666574981076481, 0.091817280544786176, 0.095686966687175301, 0.099145626961583258, 0.10201499654232103, 0.10517988601597632, 0.10903765629410936, 0.11233875871599709, 0.11536415976301187, 0.11841077260641984, 0.12163826850713737, 0.12514181216632086, 0.12858606228948036, 0.13177179631102987, 0.13482024094190459, 0.13784834878294833, 0.14173344180612701, 0.1443921643498963, 0.14823517008509296, 0.15145826578672161, 0.15493735233574032, 0.157933736355726, 0.16144421044205534, 0.16496481804605914, 0.16826466934931564, 0.17176157430765859, 0.17500874461399182, 0.17804879932812664, 0.18119742226991276, 0.18460902834327048, 0.18841699006227006, 0.19203375816854248, 0.19532030848596255, 0.19938169412343268, 0.20296708531160809, 0.20618735671870392, 0.21005410851308523, 0.21234742151711827, 0.21601167034217333, 0.2193383757310533, 0.222820615737646, 0.22619381050579929, 0.23003091052614577, 0.23415565946236791, 0.23843514043598069, 0.24127671289852604, 0.24517794764409234, 0.24860194155386806, 0.25245137707720106, 0.25637962117578617, 0.26045765403062382, 0.26378413560952962, 0.26727514960402926, 0.27133464777153365, 0.27484241340019733, 0.27916743423061174, 0.28346759202211091, 0.28803025780779556, 0.29103424057548449, 0.2948369270235498, 0.29857003211993777, 0.30250669156367849, 0.30693020880140259, 0.31089496342193434, 0.31523727395296902, 0.31963281400208449, 0.32299918409538603, 0.32683085030433912, 0.33075648000217506, 0.33471837712211988, 0.33909222602081823, 0.34276815018760209, 0.34765709135230655, 0.35209532653578884, 0.35661461412974371, 0.36104303543672206, 0.36462562668761184, 0.36940962892850221, 0.37390697111571997, 0.37904116253667841, 0.38404481300200927, 0.38891575774564258, 0.39360053923178462, 0.39785365298982145, 0.40294361388219591, 0.40892518527823574, 0.41407469140496583, 0.41971691479383916, 0.42599384924960337, 0.43117256502009815, 0.4364633576555077, 0.4415508493771485, 0.44655303590621287, 0.45317266402900153, 0.45915054065776795, 0.46466311475985489, 0.47082285538337654, 0.47636350784519593, 0.48258249873987841, 0.48865756797890558, 0.49554799425562435, 0.50243188982979481, 0.51091693503362012, 0.51956374319976362, 0.52657472160011631, 0.53391907857488219, 0.54231740014001373, 0.55062127393281413, 0.55819389427687915, 0.56684075835760694, 0.57623528957134074, 0.5852137336415546, 0.59460081643291185, 0.60431695479865122, 0.61470640426964351, 0.62697542247017701, 0.63629726675946074, 0.64618052793061942, 0.65666316630386357, 0.66697229921408963, 0.67607240691087234, 0.68567631485065328, 0.69828642365744309, 0.70939742170743159, 0.71984730245856587, 0.73335327137205786, 0.7491983752217467, 0.76288874208982593, 0.77518238687845964, 0.78603287042076431, 0.79995968268653628, 0.81111128891867956, 0.82484474830527166, 0.83982849255420589, 0.8570889681002567, 0.87095612444570292, 0.88896785472177609, 0.90333809106860474, 0.92310933391162042, 0.9405629243797472, 0.95692109407032377, 0.97963547072788137, 1.0004217317748421, 1.0236926463114733, 1.0479024684311415, 1.0736587494567686, 1.1029019665569759, 1.12906516845161, 1.1535229840512065, 1.183650543141433, 1.2145616634515819, 1.2433817141554775, 1.2742936392427719, 1.3109612706104625, 1.3449613279449495, 1.3823759584622277, 1.4151051032327249, 1.4538354777949225, 1.4970878314012157, 1.544365849864396, 1.5852559389906491, 1.6289127182967043, 1.6763419507458905, 1.7346054874616406, 1.7874905505861236, 1.8348302383376642, 1.8883747008525986, 1.9710178297482999, 2.0327376391000698, 2.1131140769950014, 2.1969238514695641, 2.2946506914354945, 2.3927630404203812, 2.4890825215958983, 2.6207165719985688, 2.7919843701169169, 2.9728330577394462, 3.1407377025361027, 3.3485082966286388, 3.5810252651374039, 3.793190415760634, 4.1676272347122065, 4.4916169379050928, 4.8904487124863456, 5.4391848217865677, 6.2263879924626009, 7.5489807356158831, 9.9553179387792401, 36.574431675278419, 0.0, 0.028921816660492792, 0.038476208480468108, 0.045737177892749226, 0.050347326935298052, 0.054427244640566273, 0.059679563902977878, 0.062901418988622379, 0.065683103076441055, 0.069075624012220505, 0.073207759498264968, 0.075280554146869794, 0.079462144204613699, 0.083297706495367232, 0.086394086487673827, 0.088903479078186923, 0.09243845286973873, 0.094364478720997277, 0.096709129954935052, 0.099600772001187554, 0.10194958435962591, 0.10513809510421018, 0.10794208190913103, 0.11150222159681712, 0.1142579134971833, 0.11634657875634755, 0.11969047101715455, 0.12161519787344191, 0.12385053356930883, 0.12634084519901401, 0.1291305476386892, 0.13156417910210463, 0.13417493406967573, 0.13679964962661262, 0.13945990964839527, 0.14181342525248586, 0.14549282281256487, 0.14783340369717113, 0.14958856732057474, 0.15255382916645896, 0.15544319048994837, 0.1591542931569995, 0.16119409443564187, 0.16370574506975646, 0.16653288283113751, 0.16902699557221748, 0.1717260132509677, 0.17468466981937897, 0.1779552731592591, 0.18111140017332697, 0.18333071563005016, 0.18636531857836564, 0.19016088025525124, 0.19209155599903649, 0.19565401433448046, 0.19789779372738567, 0.20022629670546713, 0.20335515738656165, 0.20665614531626331, 0.20885428273616122, 0.21207980049406244, 0.21443174939028406, 0.2181358361099921, 0.2214704825023979, 0.22450859729188807, 0.22759981694087877, 0.23010697985919781, 0.23328733118479639, 0.23565035124699107, 0.23875228245044389, 0.24183177104791836, 0.2447595964898302, 0.24820098427265322, 0.25154143481035013, 0.25581771326492664, 0.26013522490314944, 0.26367297455136646, 0.26617604776659792, 0.26987259220624055, 0.27275363634505095, 0.27623705412540422, 0.27871993911088333, 0.28203251770501186, 0.28491073583870125, 0.28814332922843749, 0.29094277059610124, 0.2938064288488651, 0.2969815313602166, 0.30045527623320389, 0.30317724130982737, 0.30666702944803848, 0.30970778832795376, 0.31259577673706118, 0.31539427764199768, 0.31988050312274674, 0.32178656835758568, 0.32443980138047129, 0.3277688075192623, 0.33195003313090921, 0.33561880003007449, 0.33962945622215918, 0.34377428459224846, 0.349067132730848, 0.35295036042250361, 0.35729246702459938, 0.36187726953066712, 0.36506622168141156, 0.36986324059850173, 0.37569852555383199, 0.37905100286460758, 0.38294669891233701, 0.3866300329330194, 0.39204361455678038, 0.3962317851808338, 0.4030804475511377, 0.40814046916968216, 0.4119865334190676, 0.41817342893503151, 0.42349477228870891, 0.42867287716554325, 0.43313666513603649, 0.43739315237997622, 0.44219051331195619, 0.44643158583414966, 0.4513416019103979, 0.45705935192419134, 0.46264308628398765, 0.46825247944091547, 0.47465420547020648, 0.48174758431700188, 0.48788633445295398, 0.49349388643954339, 0.49865197511805071, 0.50773384443998426, 0.51541046681270575, 0.52255860785575936, 0.5356310077627463, 0.5406463000317947, 0.55076304278607535, 0.55854776590405919, 0.56582581731679704, 0.57267437404735588, 0.58175877378359275, 0.59034691980596277, 0.59823264051739911, 0.60957442271674445, 0.6194670575252732, 0.6294844755918888, 0.63775217112429661, 0.65038656712647513, 0.66556623318671948, 0.67830398239462752, 0.68857340585147719, 0.70637124241783045, 0.72004520953233619, 0.73226719735392387, 0.7457490295034942, 0.76151155409015303, 0.7788125970268942, 0.79515932542339285, 0.81254279994519929, 0.82700166070107894, 0.84377746720044, 0.8616801611253373, 0.87312979926600642, 0.89306244383302025, 0.91157949941262495, 0.93649830671061973, 0.96045815324208017, 0.98026017538300847, 1.0032275044690475, 1.0223665747906359, 1.0503696830959937, 1.0755078532636331, 1.101139306224127, 1.1388797172799137, 1.1665602377614628, 1.1971228830372136, 1.2429765744431311, 1.27151817897234, 1.3196059857459572, 1.3607077146634539, 1.4080100832014402, 1.4436105483598447, 1.5062656999309187, 1.5705018855286448, 1.6196741040179319, 1.7017546419225014, 1.7817219551686443, 1.8729498330391841, 2.006473698316642, 2.0957964833521063, 2.2485598216783145, 2.423609185843191, 2.626008839643847, 2.9939990973758333, 3.246795944923798, 3.6373053766092713, 4.1523041564312617, 5.165408952511334, 14.439408507928594, 0.0, 0.018339072203810237, 0.02329902841443731, 0.028894088769264126, 0.033732536832338969, 0.039118065252253129, 0.043508833467363728, 0.047063221143802791, 0.051667831189905436, 0.055471945442740714, 0.059563400199632022, 0.063407265987904318, 0.067563772217917817, 0.070562077753977034, 0.072564969601282711, 0.075957653960410501, 0.079471937233580703, 0.081610948505659406, 0.084336182277764543, 0.085729555024764481, 0.087912606080814831, 0.090426742471708968, 0.092226052618394103, 0.095203088495300195, 0.097507441529407504, 0.09931583216850505, 0.10098213901865467, 0.10362977207550068, 0.106536499498979, 0.10886405033186211, 0.11088891781357048, 0.11328699495935905, 0.11540087510304135, 0.11799931027470408, 0.12050531073316835, 0.12242779955312402, 0.12514823721707605, 0.12721735558212802, 0.12933447430330011, 0.13203036634017445, 0.13417276652072574, 0.13682939156923718, 0.13887038216932518, 0.14017857392699531, 0.14260782990365448, 0.14507059221307408, 0.14695417225791405, 0.1497654226781093, 0.15138564492801476, 0.15472639458976323, 0.15772367683889396, 0.16045043223988531, 0.16195088977448327, 0.1653371285663317, 0.16739293400606811, 0.16902564888868615, 0.17135686517783991, 0.17417715392414423, 0.17596450913872053, 0.17803129891730965, 0.1805883516853817, 0.1825060880502859, 0.1838873485985828, 0.18554056668826283, 0.18688214127303718, 0.19034439134742612, 0.19315414674660081, 0.19515118537205678, 0.19721801513205642, 0.19995735714435001, 0.202946145175666, 0.20558544474904342, 0.20755322999229742, 0.20900643222762244, 0.21121684498145538, 0.2141429261516028, 0.21798646354299808, 0.22017242536159604, 0.22218023639013998, 0.22376317029676776, 0.22537433505677418, 0.22809119148663043, 0.23139281037580572, 0.23480276077988851, 0.23684629676326219, 0.23958019092042915, 0.24220286199703944, 0.24366569953375267, 0.24625074936964272, 0.24915921270974223, 0.25224407083384365, 0.2538581843802209, 0.25651702169266016, 0.26003397601516304, 0.26243381994538789, 0.26573203122069483, 0.26815769894861019, 0.27071592524571436, 0.27210161216348083, 0.27479515468230203, 0.27748117382633419, 0.280031855760834, 0.28299682369589024, 0.28524892290169052, 0.28898573042967923, 0.29228482183314008, 0.29504239920787978, 0.29806595908916128, 0.30100912736728097, 0.30284142122993929, 0.30711397725763068, 0.30933508238145735, 0.31253352531706291, 0.31451417053860403, 0.31873834499509557, 0.32074973819730013, 0.3227054052696956, 0.32713499329815404, 0.32974764249150712, 0.33492335792956868, 0.33718040901799218, 0.3445901607353572, 0.34780889710624885, 0.35093774887440915, 0.35623622197550575, 0.36041747761865661, 0.3642024692932514, 0.36810814698209304, 0.37267235846192165, 0.37479086986451726, 0.37861500834946049, 0.38309681552259905, 0.38664479850030559, 0.39090235429868447, 0.39557988601615102, 0.40024979955036705, 0.40474065571274853, 0.41182223255228778, 0.41565261202748732, 0.41888281162295166, 0.42393582615245412, 0.42822578404852624, 0.43294724828815934, 0.43951811737015356, 0.44722396323185154, 0.456459221718371, 0.46045447756416902, 0.46515308472591632, 0.46794991783126505, 0.47105981062684799, 0.47694020659007907, 0.48566640347419093, 0.4925745593913089, 0.49834783552581607, 0.50583387303211413, 0.51446464375101153, 0.52037516362506031, 0.53000380193173813, 0.5385532513944602, 0.54874910866185223, 0.557812399599245, 0.56788840989487577, 0.57980243654512897, 0.59369025108432061, 0.60559961256557782, 0.61889472781609867, 0.62969186089776408, 0.63837174738104929, 0.65949504499792255, 0.67141801254799327, 0.68600870858985674, 0.70043252145572876, 0.71339160274800251, 0.73333888359098232, 0.7460716086234207, 0.77171882001476177, 0.79223386524767436, 0.80514904996463144, 0.83016666521645444, 0.85350687238710088, 0.87938142652533746, 0.90714316395586614, 0.94541747300904144, 0.96712639337790818, 1.0077289627906116, 1.0578436059764642, 1.0814656481052898, 1.1213085582112645, 1.1519192766424888, 1.2067063531674953, 1.2531782152469926, 1.3107295260357585, 1.3724083852801383, 1.4468184839518206, 1.5305694103262035, 1.6312349936217583, 1.756018052127331, 1.8367605970857828, 2.1866989616417953, 2.6254576951184867, 6.6659216112228403, 0.0, 0.022907607978118902, 0.029821550682582357, 0.041345273775706924, 0.047618453577416696, 0.050555949727830833, 0.051530800253982594, 0.054552378113468664, 0.057086940000512496, 0.060602812091659256, 0.062248198918549692, 0.064804482413347478, 0.068044804113331997, 0.068908259193016616, 0.071132441977344307, 0.072933767937089555, 0.074986799025957215, 0.077263304695632015, 0.077976304453341666, 0.080549007965029493, 0.082270832598215493, 0.085046708133008728, 0.087447299482588489, 0.088756661262206285, 0.089943943671740606, 0.091007938101520788, 0.094928097449594656, 0.099174513732067163, 0.10225836726704171, 0.10576989225044739, 0.10833249442743473, 0.11038664233579089, 0.11189318059686042, 0.11482544288738511, 0.11669347663279424, 0.11877928264418412, 0.12047520194953332, 0.12165567868304332, 0.12370102433239426, 0.12612018039059264, 0.12684700576746685, 0.12878646240712111, 0.13057121120289508, 0.13306734076172619, 0.13372880707703153, 0.13736038992044558, 0.13881715097710293, 0.14064884529964838, 0.14124573991521217, 0.14311942643715578, 0.14513581305673817, 0.14595784685930299, 0.14716393061676503, 0.14885367705639466, 0.15050993397888962, 0.15162964533831316, 0.15369975683678072, 0.15435469959388012, 0.15577759046058082, 0.15668226730841731, 0.1584071432356994, 0.16082946927662081, 0.16239265698907479, 0.16531349295331907, 0.16703861065645129, 0.16929110758385099, 0.17070372367338077, 0.17240081949003247, 0.17401929655089876, 0.17549939813262669, 0.17701318273239205, 0.17868149692193935, 0.18147990984218215, 0.18481043739856384, 0.18569720961339536, 0.18665041599964075, 0.18938007981684934, 0.19112692772630277, 0.19315708801010689, 0.19508059108287254, 0.19644468311306196, 0.19883785512746996, 0.1996477292940389, 0.20328799229092981, 0.20659034076463945, 0.20796810335371782, 0.20983542523783127, 0.2115840603792295, 0.21255804907160578, 0.21431203105213031, 0.21628777053004405, 0.21896636799431354, 0.21986294549536606, 0.22078232590253416, 0.22179327232323751, 0.22426607190724099, 0.22774633679825707, 0.22885586498217825, 0.23208931497029114, 0.23445635314933294, 0.23554916368095241, 0.23985598287746046, 0.24076111746584605, 0.24198970919459603, 0.24456695954672134, 0.24539417383496825, 0.24905154968712961, 0.25090707777222615, 0.25130106870142177, 0.25451533183987707, 0.25566996933756181, 0.25867328796775041, 0.26064956359600089, 0.26093120395291297, 0.26335008874127647, 0.26856790047127449, 0.27254893327198854, 0.27567782840817318, 0.28124267210164966, 0.28247854937130817, 0.28625114431857379, 0.29082925078376376, 0.29320605506152064, 0.29647487884551421, 0.29850592855711272, 0.30094246795171609, 0.30299611653537667, 0.30732808774918102, 0.30921735043703502, 0.31232747522186072, 0.31576319709815054, 0.31898849977118987, 0.32108644244395629, 0.32447138047106261, 0.3276024319651058, 0.33168278635557902, 0.33493496691600139, 0.33845815307623212, 0.34437679545267702, 0.34822020725155695, 0.35388817414966195, 0.35700939815500266, 0.36137972027986198, 0.36735725529631541, 0.37122673740911644, 0.37736118189762147, 0.38121463316019755, 0.38546836603235024, 0.38836897993416342, 0.39553820461710354, 0.40116462511742196, 0.40279764229171539, 0.40785429136994455, 0.4120631734290916, 0.41819001160031855, 0.4234655903840544, 0.43068989317940309, 0.4331178277657271, 0.43638042629268897, 0.44171464739442051, 0.44829733628879731, 0.45755514155993304, 0.46339964109942611, 0.47692651434693667, 0.48203233568420067, 0.49140553703676787, 0.50067617538535925, 0.50624500029535147, 0.509762509086366, 0.52599740110606863, 0.53670458159003154, 0.54068269935836055, 0.54513452026347542, 0.55442379727646218, 0.5804414969611561, 0.58740464650794555, 0.59797187392502571, 0.60955631740740246, 0.62001210363745418, 0.62794424312588415, 0.64232876391400828, 0.65803432767723335, 0.67702143179047414, 0.69561200182704575, 0.70599633378133608, 0.73591608002676656, 0.75513253846758877, 0.78397996641105416, 0.80710202421052646, 0.84525049120784146, 0.9052678157224523, 0.9490825408336746, 1.016326214794693, 1.0596533647480635, 1.1401329656445862, 1.2775775816110475, 1.3755053508861865, 1.4769805157017351, 1.6399119604908177, 2.1348657056627016, 3.1990537574230995, 0.0, 0.037229647806545842, 0.042899747607156292, 0.04852625796660219, 0.053427828682963238, 0.057846043814273482, 0.058789366804777823, 0.059894670960058481, 0.061806496819415593, 0.06288357937563871, 0.063705491238154652, 0.064624564349766864, 0.066539564546213181, 0.068117644205825445, 0.069689987448183402, 0.072973810118958204, 0.075029578028714114, 0.076090220871986247, 0.078275623933525537, 0.080159770792154389, 0.081406116039587209, 0.08164553964490695, 0.083593049530192948, 0.084590953870938804, 0.086465834117303964, 0.08822532572632788, 0.089186854619600464, 0.089886020317945056, 0.092572749202295607, 0.093694972932557227, 0.094937834404926119, 0.097040224291640623, 0.097667138521545876, 0.099969968038602502, 0.10417048484174087, 0.10780079213283225, 0.10889375095854625, 0.10903938989013479, 0.11128176917618536, 0.11257507660636565, 0.11326518811097527, 0.11352509387853861, 0.11567847555302868, 0.11768952386243653, 0.1204905958236033, 0.12232339630742434, 0.12313609921978132, 0.12415844929489957, 0.12496470498144355, 0.1256037537020967, 0.12639939557206845, 0.12838761114223329, 0.13077332351034465, 0.13313785622768695, 0.13467524077070694, 0.13767775043346175, 0.1395173441181872, 0.14023356529287612, 0.14136086842893428, 0.14571034508839201, 0.1469532644277852, 0.14759361899260168, 0.14842017101772531, 0.15242521256839886, 0.15426856023023913, 0.15672970714335024, 0.15841699106659399, 0.16004962219962768, 0.16049659367868152, 0.16157625338408105, 0.16342153321263841, 0.16532114637213219, 0.16564588513427789, 0.16769053519184424, 0.16854825098054121, 0.17028923250134065, 0.17081950396614154, 0.17342913449829525, 0.17419644038376433, 0.17653031453657719, 0.17786246650019316, 0.17958041035624855, 0.18003570826506662, 0.18432275493254124, 0.18459458761615619, 0.18561588691792064, 0.18819478610235629, 0.18893514209622653, 0.19095535469625224, 0.19170408021332064, 0.19567600800094345, 0.19999780259216959, 0.20284315225727748, 0.20373012583225134, 0.20456046242286197, 0.20898756476926456, 0.2100591678518928, 0.21318265146979337, 0.21479341720286452, 0.21493894958991802, 0.21552884148320978, 0.21678370295180605, 0.22005390213330656, 0.2208750353533499, 0.22231160974944153, 0.22547606652116448, 0.22883502427842192, 0.23247314084489223, 0.23365595384777041, 0.23970523046509304, 0.24138410146972589, 0.24522137341984301, 0.24570522451863233, 0.24780703706547635, 0.24933355507759977, 0.25284652657486378, 0.25514210353592087, 0.26026745358900111, 0.26128019347213516, 0.26202930456238355, 0.2653982496052657, 0.27065798701145305, 0.27463053229655843, 0.27595152381920862, 0.27800957551439981, 0.27890303616529488, 0.28289551881522107, 0.28379888321436764, 0.28474455516979619, 0.28548889806913502, 0.28851856129741399, 0.28925469033111689, 0.28955788894271245, 0.29350305977266933, 0.29609872122681807, 0.30241998726464192, 0.30382080452923382, 0.30448438898977698, 0.30631757913135704, 0.30916236790296231, 0.31205028913580696, 0.31313738153954629, 0.31539404590186959, 0.32210740953492534, 0.32318384166541836, 0.32403796494592974, 0.32464341580886236, 0.32818473413596672, 0.33067902264725552, 0.33203810229003639, 0.33962444057763569, 0.34073403626495863, 0.34374538688334105, 0.34554821131082758, 0.34684735903657665, 0.34836578284950859, 0.35197282198795432, 0.35911745218986346, 0.36040424548108152, 0.36271817789575339, 0.36453208838267026, 0.3722041874594319, 0.3850959970374066, 0.3967374853148608, 0.41083356110814401, 0.41558974094228335, 0.41984747597880934, 0.42851282447107242, 0.44033883814796876, 0.44769850108485965, 0.45485476695336086, 0.45517769344815051, 0.46988589941579539, 0.47336234940402983, 0.48228476100040185, 0.4963129125170842, 0.52496401740850696, 0.54174268466224507, 0.56778264213285756, 0.59947949441738635, 0.61618637620027639, 0.62469990851376267, 0.63559373655292239, 0.64028148402424645, 0.6417944978527288, 0.66120751834923108, 0.67230387905415456, 0.68549918126957876, 0.73574140945002686, 0.76189058824857092, 0.78177211477759978, 0.78478497130854397, 0.81183845339312055, 0.92595133931696894, 1.0420074377189543, 1.1184834461004387, 1.1868475850375335, 1.3795391514935433, 1.6690912806799729, 3.620579386400943, 4.4069707474488888, 0.0, 0.030864281125046841, 0.03669053240718801, 0.03669053240718801, 0.039541803469962257, 0.039755585819827695, 0.041911399040835309, 0.044531607387296508, 0.046731484997993428, 0.046731484997993428, 0.06192300563276, 0.06192300563276, 0.066085275241882221, 0.067880636244234044, 0.067880636244234044, 0.069612626096000677, 0.071396391336907949, 0.074309967475605268, 0.078162954961568054, 0.079768809149418779, 0.079768809149418779, 0.081322012057796628, 0.081579918597752932, 0.081965289512041781, 0.082670774423793988, 0.082670774423793988, 0.083676047986424987, 0.083826394915856112, 0.085375798643674658, 0.085510183074035503, 0.088324648985544513, 0.088324648985544513, 0.089066018619338688, 0.089523451445578398, 0.092390560807742189, 0.10166676719934153, 0.10195388252236594, 0.10195388252236594, 0.10528536390229394, 0.10679858905504509, 0.10764192688172415, 0.11227193635040114, 0.11227193635040114, 0.11244606922440568, 0.1136218868259553, 0.11451053199472827, 0.11659577642426923, 0.11691086289458787, 0.11691086289458787, 0.1173211686698568, 0.11960461186081611, 0.12046430069545827, 0.12256846680870316, 0.12256846680870316, 0.12280198926010166, 0.1257225389684917, 0.13059187471398534, 0.13073228193993355, 0.13136136021211561, 0.13136136021211561, 0.13233380712258788, 0.13614938779187713, 0.14007489771345971, 0.14560628646680376, 0.14560628646680376, 0.14756930951437783, 0.14916144609305121, 0.14922882591595366, 0.15191188357115223, 0.15579801420071124, 0.15610306654452089, 0.15610306654452089, 0.15875192987335729, 0.16047737283948593, 0.16705380313003848, 0.16705380313003848, 0.168016882808462, 0.17068350389171213, 0.17282355855710782, 0.17412526193089098, 0.17681813754652775, 0.17681813754652775, 0.17715999760351636, 0.17756752055286806, 0.17871040321678122, 0.18018603591927709, 0.18070221855952068, 0.18070221855952068, 0.18495477280536446, 0.18580464561947918, 0.18637382093258065, 0.18739559121993163, 0.18739559121993163, 0.18989848932672079, 0.1902906960015, 0.19079530690057658, 0.19139358210577725, 0.1938767861484369, 0.1938767861484369, 0.19812320558888927, 0.19864349781538035, 0.20096245867613949, 0.20739126731129648, 0.20739126731129648, 0.20890608427242904, 0.21005835424486638, 0.21737774907061119, 0.21854346896037202, 0.22284661457281491, 0.22284661457281491, 0.23203519715709653, 0.23203519715709653, 0.23558872825006388, 0.23602589936541735, 0.23602589936541735, 0.23638998760967109, 0.23703292133804643, 0.24047672111025759, 0.24232933889648617, 0.24387144046296869, 0.24387144046296869, 0.24388260654882868, 0.24896631802503422, 0.25046853137361336, 0.25166045673406662, 0.25166045673406662, 0.25359663196242094, 0.25498419205566342, 0.25901909865108758, 0.26243633410773498, 0.26917225709613957, 0.26917225709613957, 0.27179969406100962, 0.27215636119935699, 0.27269960957360972, 0.27295835182412659, 0.27444977275651289, 0.27444977275651289, 0.274486965108864, 0.27757442781989727, 0.28007367094306918, 0.28306039462916666, 0.28306039462916666, 0.29022692808414607, 0.29319016306643131, 0.2953248123792146, 0.29727012315484735, 0.30055429636041897, 0.30055429636041897, 0.30274018734482672, 0.30371328246605706, 0.31089484427626424, 0.31222083890057561, 0.31222083890057561, 0.31342334287374385, 0.31360922339798514, 0.31781375837493059, 0.32086597698136354, 0.32397526199152671, 0.32397526199152671, 0.3252274384988707, 0.32557079328326183, 0.33071479846211244, 0.33213366103834452, 0.33213366103834452, 0.33806274054259133, 0.34060768522908541, 0.34066725641268175, 0.35070821312772565, 0.35281117830908848, 0.36022367837676228, 0.36022367837676228, 0.36359476452865169, 0.36867343874662684, 0.37500703454904866, 0.37500703454904866, 0.37559552094037618, 0.37776360565050465, 0.37911941464036175, 0.38043414821366556, 0.38673933256135501, 0.38673933256135501, 0.41493531465793626, 0.42545225470978032, 0.43335020944353286, 0.45946584864513479, 0.47934271794544625, 0.47934271794544625, 0.4835397584082895, 0.507001135566851, 0.53670698552411766, 0.62709022030658668, 0.62709022030658668, 0.6307562723487633, 0.6978337089986677, 0.96104664619258018, 0.97932419086538236, 1.3786097683148981, 1.3786097683148981, 2.1383436514004277, 2.1383436514004277, 0.0, 0.0, 0.040258951562044121, 0.040258951562044121, 0.04337227036223338, 0.04337227036223338, 0.04337227036223338, 0.056733258526878674, 0.056733258526878674, 0.059895656757221916, 0.063352892119378321, 0.063352892119378321, 0.063352892119378321, 0.063352892119378321, 0.063460760236515132, 0.063460760236515132, 0.063460760236515132, 0.064176771962993165, 0.064176771962993165, 0.069374734097819607, 0.069374734097819607, 0.069941635924431284, 0.069941635924431284, 0.069941635924431284, 0.07441063086446581, 0.07441063086446581, 0.090038436293935278, 0.090038436293935278, 0.090038436293935278, 0.093919282982153851, 0.098259451815303545, 0.098259451815303545, 0.098259451815303545, 0.098259451815303545, 0.11221645527330414, 0.11221645527330414, 0.11464109406455952, 0.11464109406455952, 0.11464109406455952, 0.11504122558884447, 0.11504122558884447, 0.11661461574279566, 0.11661461574279566, 0.11661461574279566, 0.11694434342186813, 0.11694434342186813, 0.12361989892840071, 0.12361989892840071, 0.12361989892840071, 0.12731915639699826, 0.13338496267239372, 0.13338496267239372, 0.13338496267239372, 0.13338496267239372, 0.14060738795616895, 0.14060738795616895, 0.14577369503859991, 0.14577369503859991, 0.14577369503859991, 0.15154574744822344, 0.15154574744822344, 0.15338029980440129, 0.15338029980440129, 0.155704785287297, 0.155704785287297, 0.155704785287297, 0.16408818329459646, 0.16408818329459646, 0.16611008928152352, 0.16611008928152352, 0.16793010863802235, 0.16793010863802235, 0.16793010863802235, 0.17350035363146732, 0.17350035363146732, 0.17350035363146732, 0.17720670978465847, 0.17720670978465847, 0.18778273599380949, 0.18778273599380949, 0.18778273599380949, 0.1956978506206099, 0.1956978506206099, 0.20618188353800229, 0.20618188353800229, 0.20618188353800229, 0.20667910131294201, 0.20667910131294201, 0.20897230394199579, 0.20897230394199579, 0.21603929997442067, 0.21603929997442067, 0.21603929997442067, 0.21750678346847724, 0.21750678346847724, 0.21750678346847724, 0.22319258104633796, 0.22319258104633796, 0.22577633029393052, 0.22577633029393052, 0.22577633029393052, 0.22835066066328252, 0.22835066066328252, 0.23127950794349347, 0.23127950794349347, 0.2335912050904361, 0.2335912050904361, 0.2335912050904361, 0.23855651821128016, 0.23855651821128016, 0.2403910894270215, 0.2403910894270215, 0.2403910894270215, 0.24693892553945757, 0.24693892553945757, 0.25144395559134397, 0.25144395559134397, 0.25144395559134397, 0.26144207730435715, 0.26144207730435715, 0.26316375812762322, 0.26316375812762322, 0.26316375812762322, 0.269250257528246, 0.269250257528246, 0.26976356545845359, 0.26976356545845359, 0.26976356545845359, 0.27207502394872296, 0.27207502394872296, 0.2722348959852619, 0.2722348959852619, 0.2722348959852619, 0.27399949932593481, 0.27399949932593481, 0.28525376986066708, 0.28525376986066708, 0.28525376986066708, 0.28581273013248543, 0.28581273013248543, 0.28581555874501124, 0.28581555874501124, 0.28725787127206887, 0.28725787127206887, 0.28725787127206887, 0.29182201476670522, 0.29182201476670522, 0.29774917483412067, 0.29774917483412067, 0.29774917483412067, 0.3221172335419677, 0.3221172335419677, 0.32286123906893716, 0.32286123906893716, 0.32286123906893716, 0.32784329797451783, 0.32784329797451783, 0.39859714532471063, 0.39859714532471063, 0.39859714532471063, 0.40861269762703839, 0.40861269762703839, 0.43492497337962299, 0.43492497337962299, 0.43492497337962299, 0.45154247181726737, 0.45154247181726737, 0.47903191315956584, 0.47903191315956584, 0.47903191315956584, 0.48764413130617162, 0.48764413130617162, 0.55753055427216291, 0.55753055427216291, 0.55753055427216291, 0.59950889251110473, 0.59950889251110473, 0.62302532522821363, 0.62302532522821363, 0.62302532522821363, 0.70821265192750071, 0.70821265192750071, 0.78923825478405685, 0.78923825478405685, 0.80991304315555079, 0.80991304315555079, 0.80991304315555079, 0.88217017561019562, 0.88217017561019562, 0.88217017561019562, 0.90564207937415331, 0.90564207937415331, 0.92743264762046396, 0.92743264762046396, 1.0496487600196804, 1.0496487600196804, 1.0496487600196804, 1.2152980938033116, 1.2152980938033116, 1.2152980938033116, 1.2152980938033116] diff --git a/Muon/MuonID/python/MuonID/M_2010_def_gamoms.py b/Muon/MuonID/python/MuonID/M_2010_def_gamoms.py index 9f90d0e4abd..c137b1d081d 100644 --- a/Muon/MuonID/python/MuonID/M_2010_def_gamoms.py +++ b/Muon/MuonID/python/MuonID/M_2010_def_gamoms.py @@ -1 +1,11 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### M_2010_def_gamoms = [0, 350.0, 1050.0, 1750.0, 2450.0, 3150.0, 3850.0, 4550.0, 5250.0, 5950.0, 6650.0, 7350.0, 8050.0, 8750.0, 9450.0, 10150.0, 10850.0, 11550.0, 12250.0, 12950.0, 13650.0, 14350.0, 15050.0, 15750.0, 16450.0, 17150.0, 17850.0, 18550.0, 19250.0, 19950.0, 20650.0, 21350.0, 22050.0, 22750.0, 23450.0, 24150.0, 24850.0, 25550.0, 26250.0, 26950.0, 27650.0, 28350.0, 29050.0, 29750.0, 30450.0, 31150.0, 31850.0, 32550.0, 33250.0, 33950.0, 34650.0, 35350.0, 36050.0, 36750.0, 37450.0, 38150.0, 38850.0, 39550.0, 40250.0, 40950.0, 41650.0, 42350.0, 43050.0, 43750.0, 44450.0, 45150.0, 45850.0, 46550.0, 47250.0, 47950.0, 48650.0, 49350.0, 50050.0, 50750.0, 51450.0, 52150.0, 52850.0, 53550.0, 54250.0, 54950.0] diff --git a/Muon/MuonID/python/MuonID/M_2010_def_gaprobs.py b/Muon/MuonID/python/MuonID/M_2010_def_gaprobs.py index 269050e7205..b39edb4b793 100644 --- a/Muon/MuonID/python/MuonID/M_2010_def_gaprobs.py +++ b/Muon/MuonID/python/MuonID/M_2010_def_gaprobs.py @@ -1 +1,11 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### M_2010_def_gaprobs = [0, 0.0, 0.0, 0.0, 0.91489362716699996, 0.95692306757000001, 0.98613864183400002, 0.99072849750500003, 0.98903292417499999, 0.98952460288999999, 0.99774098396300004, 0.99152541160600005, 0.99343830347100004, 0.99500310421000004, 0.99360203742999997, 0.99673414230299995, 0.99803018569900004, 0.99857753515199998, 0.99271136522299996, 0.993197262287, 0.997596144676, 0.99408286809900004, 0.99648505449299996, 0.99720668792699996, 0.99559080600700001, 0.99696666002300005, 0.99382078647600003, 0.99571734666800005, 0.99760192632699995, 0.99768519401599998, 0.99423962831500001, 0.99749684333800004, 0.99865412712099999, 0.99725276231799997, 0.99565845727900004, 1.0, 0.995768666267, 0.99697428941699995, 0.99658703804000004, 0.995065808296, 0.998257815838, 0.99835252761799997, 0.99401199817700003, 1.0, 0.99435025453600001, 0.99797159433399996, 0.99582463502899998, 0.99365752935399998, 0.99794661998699996, 0.99550563097, 0.99768519401599998, 0.99052131176000002, 0.99722993373900004, 0.99507391452799998, 0.98961037397399998, 0.99184781312900006, 0.98863637447399999, 0.99135446548499995, 0.99723756313300005, 0.99006623029700003, 0.99099099636099997, 0.99672132730499996, 0.992857158184, 1.0, 1.0, 1.0, 0.98947370052299999, 0.99640285968800002, 0.99641579389599999, 0.98892986774400005, 0.984126985073, 0.99591839313499997, 0.98765432834599998, 0.98712444305400004, 0.99523806571999995, 0.98076921701399999, 1.0, 1.0, 1.0, 1.0, 0, 0.0, 0.0, 0.0, 0.031914893537799999, 0.68923074006999996, 0.94653463363599999, 0.97483444213899995, 0.98404783010499997, 0.98952460288999999, 0.99397587776200003, 0.99022161960599997, 0.99081367254300001, 0.99312931299200002, 0.99488162994399998, 0.99738734960599995, 0.99606043100399999, 0.99431008100499996, 0.99562680721300001, 0.99546486139299994, 0.997596144676, 0.99408286809900004, 0.99648505449299996, 0.996275603771, 0.99823635816599998, 0.99494439363499998, 0.99485069513299995, 0.99678802490200002, 0.99520385265400002, 0.99884259700800004, 0.99539172649399998, 0.99374216795000003, 0.99730819463700005, 0.99450546503100001, 0.99565845727900004, 1.0, 0.99435824155800001, 0.99546140432399999, 0.99488055706, 0.99342107772800003, 0.99651569127999995, 0.99670511484099999, 0.99401199817700003, 0.99616122245799998, 0.99811673164400005, 0.99594318866700005, 0.99791228771200002, 0.99154335260399995, 0.99794661998699996, 0.99775278568299997, 0.99768519401599998, 0.99289101362200005, 0.99722993373900004, 0.99014776945100003, 0.98961037397399998, 0.99728262424500003, 0.98863637447399999, 0.98559075593900003, 0.99447512626599999, 0.98675495386099998, 0.98798799514799995, 0.99672132730499996, 0.98571425676299995, 0.99662160873399996, 1.0, 1.0, 0.98947370052299999, 0.99640285968800002, 0.99641579389599999, 0.98892986774400005, 0.99603176116900005, 0.99591839313499997, 0.99588477611500004, 0.99570816755299996, 0.99523806571999995, 0.98076921701399999, 1.0, 0.99545454978900005, 0.98958331346499995, 1.0, 0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.31881189346299998, 0.88344371318799997, 0.95014953613300002, 0.97824335098299997, 0.97515058517499997, 0.98370271921200003, 0.98556429147699998, 0.99250465631499996, 0.99168264865900002, 0.99281513690900003, 0.99409061670300003, 0.99217641353599995, 0.99271136522299996, 0.99168556928600005, 0.99439102411299995, 0.99492812156699995, 0.99384886026399999, 0.99720668792699996, 0.99029982090000002, 0.99089992046399999, 0.99382078647600003, 0.99571734666800005, 0.99040764570200002, 0.99884259700800004, 0.98847925663000002, 0.99624532461199999, 0.99327051639599995, 0.99450546503100001, 0.99710565805399998, 0.99855905771300002, 0.99012696742999995, 0.99546140432399999, 0.99317407607999997, 0.99013155698800004, 1.0, 0.99341022968299997, 0.99201595783200003, 0.99808061122900005, 0.99811673164400005, 0.99594318866700005, 0.99791228771200002, 0.98308670520800001, 0.99794661998699996, 0.99775278568299997, 1.0, 0.99052131176000002, 0.99445980787300003, 0.99014776945100003, 0.984415590763, 0.98913043737399997, 0.98579543829000005, 0.97982710599900003, 0.98895025253299995, 0.98675495386099998, 0.98798799514799995, 0.99672132730499996, 0.98928570747400002, 0.99662160873399996, 0.98207885026899999, 0.99658703804000004, 0.98596489429500001, 0.98920863866800002, 0.99641579389599999, 0.98154979944200005, 0.98809522390399995, 0.99591839313499997, 0.99176955223100005, 0.982832610607, 0.98571425676299995, 0.98076921701399999, 1.0, 0.99545454978900005, 0.99479168653500005, 1.0, 0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.00198019808158, 0.076821193098999999, 0.595214366913, 0.90491539239899998, 0.95858430862400001, 0.96870923042299995, 0.98556429147699998, 0.98750782012899996, 0.98784387111700001, 0.98889613151599998, 0.99146419763600002, 0.99359887838399996, 0.98833817243599997, 0.993197262287, 0.99038463830900003, 0.99492812156699995, 0.99384886026399999, 0.99720668792699996, 0.99206346273400003, 0.99494439363499998, 0.99176108837099997, 0.99357599019999998, 0.99040764570200002, 0.99652779102300004, 0.98732721805599999, 0.99374216795000003, 0.99327051639599995, 0.99587911367399995, 0.99565845727900004, 0.99711817503, 0.99294781684900002, 0.98940998315799999, 0.98634815216100002, 0.991776287556, 0.99477350711800006, 0.99341022968299997, 0.98602795600899995, 0.99232244491599997, 0.99811673164400005, 0.993914783001, 0.99791228771200002, 0.98520082235299999, 0.99794661998699996, 0.99775278568299997, 0.99768519401599998, 0.98815166950199995, 0.99445980787300003, 0.99261081218699998, 0.98701298236799995, 0.99184781312900006, 0.991477251053, 0.97694522142399998, 0.99171268940000001, 0.98344373702999999, 0.98498499393500005, 0.99344259500499998, 0.98928570747400002, 0.99324321746800004, 0.98924732208300004, 0.99658703804000004, 0.98596489429500001, 0.98561149835600004, 0.98207885026899999, 0.985239863396, 0.98809522390399995, 0.98775511980099995, 0.99588477611500004, 0.98712444305400004, 0.98095238208799995, 0.97596156597100003, 0.99512195587200003, 0.99090909957899997, 0.98958331346499995, 1.0] diff --git a/Muon/MuonID/python/MuonID/M_2011_def_chi2b.py b/Muon/MuonID/python/MuonID/M_2011_def_chi2b.py index 5fd4e500ac3..c5f09cbf89c 100644 --- a/Muon/MuonID/python/MuonID/M_2011_def_chi2b.py +++ b/Muon/MuonID/python/MuonID/M_2011_def_chi2b.py @@ -1 +1,11 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### M_2011_def_chi2b = [0.0, 1.19643536295, 1.7799429438800001, 2.5000897208500001, 3.0593132287299998, 3.4839286608000002, 3.9982294568999999, 4.4402913862600002, 4.8147369692600002, 5.3054432104, 5.8105717909600001, 6.1370968299099999, 6.7475810144699997, 7.3015792720599997, 7.6896019690199999, 8.13938977856, 8.4515096605100002, 8.9879216562900002, 9.4927671192999998, 10.085788064899999, 10.625255410199999, 11.0026891093, 11.3895870178, 11.843719932200001, 12.253271789299999, 12.767614137500001, 13.262427498099999, 13.786048882799999, 14.16595075, 14.643883369899999, 15.146539539600001, 15.7813472808, 16.280656373900001, 16.655646821400001, 17.114459585199999, 17.598615494000001, 18.184936752399999, 18.740805828900001, 19.248318706700001, 19.9296167205, 20.463100761100002, 21.2124495216, 21.626706539400001, 22.210655822100001, 22.700941956400001, 23.302821910599999, 23.920510033900001, 24.580456784700001, 25.2569820073, 25.959142340700001, 26.512265281099999, 27.196530728900001, 27.733216163200002, 28.478633239299999, 29.299270036500001, 30.256722160100001, 30.986221208, 31.737877171200001, 32.3960443243, 33.105226859200002, 33.767065963699999, 34.404378731100003, 34.924274373000003, 35.644436068099999, 36.564111572900003, 37.417350414600001, 38.238436024899997, 38.799991177199999, 39.436095377800001, 40.277347542100003, 41.016879076899997, 41.908435708699997, 42.819594709699999, 43.738915136400003, 44.846693151399997, 45.536023954699999, 46.546157932100002, 47.460643921100001, 48.624537354399997, 49.4055755953, 50.186510797700002, 51.175277055499997, 52.089204297199998, 53.122068163400002, 54.127727041100002, 54.940780204399999, 56.114554909900001, 57.0656839854, 57.894406169100002, 59.009235477799997, 60.0914392866, 61.208045864900001, 62.2858241466, 63.543350702799998, 64.856196127700002, 66.682225449399994, 68.209557105800002, 69.742463108799996, 71.750057073999997, 73.414467924899995, 75.307815587799993, 77.118795934299996, 78.812379695000004, 80.355455134600007, 81.877925440300004, 83.662200974800001, 85.224686517899997, 86.615321828199995, 88.267510348100004, 89.802469557099997, 91.374895675700003, 93.408025320799993, 95.336052711299999, 97.395921625599996, 98.859486409499993, 100.657442178, 102.99984774399999, 105.41734144900001, 107.273191485, 109.044242849, 110.937136356, 113.583166593, 115.56257233300001, 117.846911268, 120.681655831, 122.799469999, 124.375415383, 126.97394391900001, 129.436815795, 132.49568735599999, 135.98857834699999, 138.09223868300001, 141.65649987800001, 146.09086464500001, 149.16576952099999, 152.208770273, 155.187653896, 157.43246798000001, 160.43301280700001, 162.84002901100001, 166.77052560600001, 169.29494600500001, 172.91801473500001, 176.654293306, 180.23478114700001, 183.296380473, 186.73903581499999, 190.86755789399999, 195.654394298, 199.69558299600001, 203.92254700699999, 208.397049907, 213.10008202399999, 217.93095747000001, 222.20188235800001, 227.07325009499999, 230.860699883, 237.97819378299999, 245.85743037500001, 252.73101680400001, 258.89556405000002, 268.60486464500002, 276.47499798699999, 282.03633185400003, 289.17078451600003, 302.06749436299998, 312.57905513100002, 322.60452264899999, 331.014610371, 341.75075497, 350.173888159, 361.88637575400003, 371.61412230500002, 385.17435225200001, 400.72319405799999, 411.753441162, 422.75058281299999, 437.11037701999999, 453.45288953800002, 474.420871385, 488.318616894, 512.11653910200005, 535.54182501000003, 555.56166528300002, 573.43505104999997, 593.13241480700003, 614.79560775100003, 649.435414896, 688.17560751799999, 721.87795355000003, 773.415382937, 813.66800489900004, 877.39648314099998, 964.732528602, 1069.40860047, 1223.88660858, 1424.4787858300001, 1674.8315303500001, 1977.7544173799999, 2651.83993319, 200410.392804, 0.0, 1.1584312650099999, 1.8096405876999999, 2.08809545024, 2.39759603108, 2.8210825374900002, 3.2262415616500002, 3.6767261063199999, 4.0712643350700004, 4.3358305431000002, 4.6961593196700004, 5.0048297457600004, 5.3979863436900004, 5.8290699240099997, 6.1960232764300001, 6.5088252292500002, 6.8948342983900002, 7.2696660689300003, 7.5399291096800001, 8.01313726329, 8.3889381116700008, 8.8151563879800001, 9.3221845714700002, 9.7919081310700005, 10.197322679699999, 10.690667428799999, 11.1669675994, 11.439377929899999, 11.6674844277, 12.008682137099999, 12.4556500154, 12.8218557119, 13.3281486992, 13.7095661165, 14.2163312161, 14.836869545500001, 15.3589870134, 15.8272834403, 16.238276813700001, 16.5883025266, 17.023074348600002, 17.414160002799999, 17.848152475399999, 18.247715569499999, 18.664561518999999, 19.075395695600001, 19.486374441700001, 19.973916476399999, 20.5269080381, 21.020846655300002, 21.507367194299999, 22.0135312996, 22.461208124300001, 23.036281720800002, 23.480764591, 23.9941998794, 24.413118882100001, 24.9392923634, 25.478485752899999, 26.086617298499998, 26.6809648813, 27.1950947449, 28.074728258899999, 28.720521756, 29.3654350726, 30.087513917199999, 30.702053779700002, 31.306689242899999, 31.780186689299999, 32.4753156827, 33.135143889299997, 33.888469867399998, 34.645545953000003, 35.367533057599999, 36.110020627200001, 36.758678629099997, 37.497664023799999, 38.081984167100003, 38.997417122999998, 39.672472603700001, 40.429274192199998, 41.295854716299999, 41.954930876799999, 42.5972412096, 43.276950597999999, 44.159449579799997, 45.025165711200003, 45.821814644200003, 46.555175562499997, 47.583311010599999, 48.589989172199999, 49.510833894599998, 50.257035760699999, 51.092289456800003, 52.258119141000002, 52.938195970499997, 53.804888863800002, 54.8416712187, 55.960279943899998, 57.006686652699997, 58.274563175499999, 59.3790074307, 60.283128322000003, 61.549512813600003, 62.4978155636, 63.834912981700001, 64.904107601199996, 66.223931861400004, 67.086972593499993, 68.397576571800002, 69.942186175000003, 71.207027708799998, 72.602512277200006, 73.560342838699995, 74.967359775099993, 76.577240733500005, 78.057764533799997, 79.513502422499997, 81.078073566599997, 82.165643638800006, 83.719127560900006, 85.148667228299999, 86.337704861199995, 87.860157790000002, 89.431109054900006, 90.980131378099998, 92.433634234400003, 94.226038238300006, 95.621501725399995, 97.080958997099998, 99.134428385800007, 101.04854586800001, 102.97657310699999, 105.139486026, 107.602665034, 109.70147691299999, 112.05021857600001, 114.125549412, 116.61722458, 118.189314409, 120.82322130999999, 123.127890034, 125.47513250999999, 127.848312975, 130.41431036200001, 133.57317560600001, 136.49161050999999, 140.74286875799999, 143.71689255300001, 146.67120050400001, 149.59581133399999, 152.22756825499999, 156.533766931, 160.06017973100001, 165.11262847200001, 169.23166942399999, 175.315765167, 179.524732857, 183.40525104400001, 188.17945511100001, 191.82963235400001, 197.202013322, 202.34316464599999, 207.99698327900001, 215.67824328500001, 224.47764356499999, 230.63417344199999, 236.60643002699999, 242.61055810900001, 251.77410247, 259.46544586200002, 268.047248459, 276.79107524199998, 286.15718497099999, 295.84758942399998, 305.58034509200002, 314.60780894999999, 325.34498936799997, 338.27578485100003, 348.53507352600002, 362.42239857200002, 375.083278597, 389.444337389, 407.52083932199997, 423.996775576, 439.86516896699999, 461.74456199100001, 481.21447879099998, 506.20652181600002, 531.64557102599997, 563.79744206400005, 601.85836871599997, 633.07763874900002, 693.45668289599996, 762.28141866299995, 852.11407475700003, 985.769367053, 1195.0785449099999, 1389.62431328, 2042.8647050500001, 78636.810297999997, 0.0, 1.0297464516799999, 1.60346935644, 2.0630353810100002, 2.4007054222700002, 2.7231158619300002, 3.0845870231900001, 3.3825315783100001, 3.7827559602099998, 4.1271402089200002, 4.4667826236700003, 4.7067760450099998, 5.1713770843100004, 5.53668279583, 5.74764546799, 6.1299980556899998, 6.3496742207699999, 6.6781045773500001, 7.12938206889, 7.39578341085, 7.7627325807999998, 8.0843024355399997, 8.3430476893299996, 8.7253588764300005, 9.0323780076000002, 9.3251680266000001, 9.7700665673099998, 10.103065082900001, 10.4121667828, 10.792220887399999, 11.114426525200001, 11.3987065041, 11.7259278942, 12.148971416, 12.454565579200001, 12.7910859418, 13.0925963376, 13.4917267129, 13.8568357546, 14.099344370200001, 14.466338023, 14.773502690999999, 15.1559213702, 15.4627289245, 15.735248281500001, 16.264394708800001, 16.624779056400001, 17.059591039099999, 17.366603691200002, 17.645800374, 18.074841360299999, 18.3713457528, 18.6782869727, 19.1657010441, 19.623227022799998, 20.045230785600001, 20.669991472, 21.181226625299999, 21.496046951899999, 22.092489347299999, 22.5203682028, 22.913515129299999, 23.382882170199998, 23.760241867400001, 24.103618211899999, 24.540791235699999, 25.0420139973, 25.4305135832, 26.0666776578, 26.564557883900001, 27.273553850399999, 27.7820097687, 28.3303665601, 28.745443715499999, 29.332968781000002, 30.009561780399999, 30.6135990386, 31.065902801899998, 31.520776554800001, 32.034559784499997, 32.646134072499997, 33.136621810400001, 34.091020344699999, 34.492997237600001, 34.960981709999999, 35.534538623400003, 36.397290535000003, 36.973557298199999, 37.496289196399999, 38.275574691300001, 39.132056666700002, 39.940285424599999, 40.663404855499998, 41.192514081399999, 41.940303401100003, 42.428268793400001, 43.002423862000001, 43.754682545599998, 44.392160792200002, 45.226295550300001, 45.955474380200002, 46.6701829171, 47.223011101499999, 47.870306336100001, 49.055475024800003, 49.870096181000001, 50.573112358800003, 51.511936900599999, 52.294025013499997, 52.962422501100001, 54.0366510279, 54.7208861318, 55.623480251799997, 56.401930573599998, 57.257184440700001, 58.072153872400001, 58.874410881099998, 60.104082592799998, 61.246007962100002, 62.248201307400002, 63.333179544099998, 64.4524632575, 65.680454143800006, 66.683104472400004, 67.860077341099995, 68.838786806399995, 69.8305645449, 71.030064286699997, 72.106640080299996, 73.718568832599999, 74.8928190476, 76.122150548999997, 77.8978499384, 79.078046305800001, 80.938626385199996, 82.707864462499998, 84.409564379399995, 85.580444997300006, 87.015983902800002, 88.433916929199995, 90.027633876400003, 91.989641288499996, 94.085497345299999, 97.019197389300004, 98.948948656499994, 101.110113046, 102.857621045, 104.948948472, 107.370061428, 110.309341836, 113.069785897, 115.334911873, 118.811007467, 121.8903905, 124.534635235, 127.237679828, 130.822044406, 133.95795785600001, 137.088601866, 141.331942336, 144.39698896600001, 148.46879151300001, 151.54049203599999, 156.010435457, 159.23907638899999, 163.84405742499999, 167.20574813600001, 171.571248282, 175.307565178, 180.898544257, 188.209642444, 192.88951267100001, 199.07961470500001, 204.98453083699999, 210.87189762099999, 217.37683173400001, 226.04598215600001, 233.03168449699999, 241.629711085, 246.946999901, 257.88334712900001, 264.42034237600001, 275.808770686, 285.32670270400001, 296.425658236, 311.66211481800002, 325.77524805600001, 339.41158178199998, 359.89737101100002, 378.89288395099999, 407.45313021999999, 430.825250423, 463.86767345999999, 495.964419029, 532.31966564899994, 589.85183477299995, 656.18178811200005, 784.26433017099998, 943.24503690999995, 1302.9980653, 102139.29543300001, 0.0, 0.86743237287200003, 1.3552076122000001, 1.74882176592, 2.1568118435899999, 2.5442077510700001, 2.7836243977500001, 3.00643655951, 3.2689355412999999, 3.5104534629600002, 3.8022522251600002, 4.0581864022299996, 4.3187967801799996, 4.5167601174499996, 4.8300373207899998, 5.1908096910400001, 5.4523307194299999, 5.7058518279000001, 6.0398043860700001, 6.3374641220700001, 6.6584016957400003, 6.8846773738299998, 7.1723016125100001, 7.48248963179, 7.7608348148299999, 8.0287909583299992, 8.3818549816299992, 8.7220174560999997, 9.0911091549999998, 9.35929759333, 9.6835960622500004, 9.9959322308900003, 10.3919770948, 10.747496464799999, 11.051538298500001, 11.316949795799999, 11.6183662131, 11.847164556699999, 12.1264569509, 12.437037774, 12.678519424999999, 13.016651663899999, 13.442219338399999, 13.7024184299, 14.0640518316, 14.3690724623, 14.6322090714, 15.003935011899999, 15.4618156875, 15.691396925499999, 16.018873943599999, 16.325083680199999, 16.72412623, 17.1800229961, 17.565089287999999, 17.955333696, 18.350394168699999, 18.662332183499998, 19.055520775400002, 19.3243741866, 19.697736269300002, 20.1598827376, 20.587558148399999, 20.947803652899999, 21.377289620700001, 21.7382160949, 22.148445907799999, 22.538187253499999, 22.969405032299999, 23.3515975378, 23.7868814409, 24.248895708799999, 24.763958241200001, 25.1997621694, 25.508926166199998, 25.958095899700002, 26.333188731500002, 26.824658796200001, 27.2155445271, 27.6568308628, 28.003116157499999, 28.541185737399999, 29.063342253199998, 29.560897612200002, 30.089418954599999, 30.597578276299998, 31.089081956699999, 31.4765648224, 31.894925652200001, 32.457647031999997, 33.030174841600001, 33.487885595199998, 34.018036955900001, 34.729723770100001, 35.271537205000001, 35.835399970200001, 36.307941559900001, 37.035916915500003, 37.561814357099998, 38.147376215199998, 38.7343663929, 39.318444863700002, 40.219249623899998, 40.878162636200003, 41.4384018103, 42.125905574999997, 42.975687067999999, 43.8669515737, 44.7165019555, 45.320383934500001, 46.290441078699999, 47.103139229999996, 47.737629462800001, 48.481018605400003, 49.4000519043, 50.130121766099997, 51.236341089200003, 52.022103237400003, 53.121350018199998, 54.3133505427, 55.198931289699999, 56.1880323006, 57.196115179099998, 58.388588195399997, 59.017601707799997, 60.191491397699998, 61.1785764937, 62.150011268, 63.062827775300001, 64.255070623099996, 65.725583058799998, 67.146069528200002, 68.855182272500002, 70.625039886400003, 72.517402771500002, 74.012329769800004, 75.142684897799995, 77.263163371999994, 78.970113074099999, 81.015664056600002, 82.952470754299995, 84.358247795500006, 86.345419452399994, 87.398236220800001, 88.877403817100003, 91.486012660200004, 93.475534618099999, 95.836579746699996, 99.517911350299997, 102.47972814000001, 104.56502959399999, 106.80315385900001, 109.427661664, 112.172083348, 114.752710729, 117.319711297, 120.332179395, 122.523137369, 125.80426376699999, 128.152192243, 130.68223203400001, 135.03565554799999, 138.836718018, 142.72321670599999, 145.83471307600001, 148.23894481900001, 150.940455676, 155.45888045199999, 160.45763036100001, 165.78439021700001, 170.10783283399999, 176.981973885, 182.24637161699999, 187.99729957, 193.341158584, 201.153499485, 209.89557814400001, 215.512255272, 222.916166694, 234.63262219500001, 242.24162438799999, 250.84387633899999, 264.39217630600001, 286.10701643599998, 294.863916168, 309.35324268800002, 326.01462315399999, 343.064113615, 361.99177679500002, 387.72006495800002, 407.06863126899998, 432.93714764600003, 471.081198336, 512.23599568500003, 547.44287580900004, 597.93801741300001, 672.97299630600003, 816.76871595199998, 996.88891773900002, 1291.9070935100001, 161358.74421500001, 0.0, 0.99453276649300004, 1.34957440998, 1.80040223325, 2.1674828403999999, 2.48530115303, 2.78071282241, 3.0627252072600002, 3.2784701121599999, 3.5719852163999999, 3.9766675073700002, 4.1919498196699996, 4.4401116787000001, 4.7010850741399999, 4.8325546723099997, 4.9905503588400002, 5.2121802011499998, 5.4487589889699999, 5.7199962258500001, 5.9713598443100002, 6.2934525916500004, 6.5164568592299998, 6.7356095053300002, 6.9021306576599999, 7.1721655965900002, 7.3281530158799999, 7.5914585431999999, 7.8254960779699996, 7.9993083693299996, 8.2012397418000003, 8.3720004276700006, 8.6300188092199992, 8.9217519372599998, 9.3077081475300005, 9.6043493889500002, 9.8964144834100001, 10.211666127200001, 10.4213008992, 10.788691589500001, 11.051012050900001, 11.344200771000001, 11.725614780600001, 11.9588900773, 12.2827247511, 12.637968324099999, 12.966823288900001, 13.168992016800001, 13.4745396448, 13.785583859500001, 14.036187573499999, 14.3890843198, 14.7328997316, 15.1242120858, 15.3426967014, 15.6612958042, 15.9789841683, 16.360263102400001, 16.772235545499999, 17.216064751899999, 17.589241161899999, 17.8572448364, 18.1950328878, 18.559156973699999, 18.792157978999999, 19.092364930399999, 19.509183897500002, 19.8903785993, 20.395241299399999, 20.715609197399999, 21.129151485000001, 21.4384474457, 21.8051370373, 22.0983151782, 22.589355123800001, 22.923955315299999, 23.293660984199999, 23.8073499164, 24.164663172499999, 24.468464225200002, 24.9136660319, 25.292481224799999, 25.704244781, 26.122315593700002, 26.745139958900001, 27.142677224500002, 27.678661556600002, 28.172552657800001, 28.7004617023, 29.254574122400001, 29.9576316134, 30.320919945, 30.8651150524, 31.535303165799998, 32.0284025188, 32.4595794536, 32.939819047199997, 33.536005820299998, 34.287543194800001, 34.940091845399998, 35.379675577999997, 36.122305638999997, 36.623643357600002, 37.258982358499999, 37.645211866499999, 38.348043171800001, 39.121822204899999, 39.903193717900002, 40.5501905506, 41.172201017399999, 41.965871158399999, 42.633532572999997, 43.135795547100003, 43.854137299599998, 44.859996618799997, 45.622113159199998, 46.6849616684, 47.678221519899999, 48.843464619499997, 49.8146602526, 50.688647234999998, 51.583461331899997, 52.591197556700003, 53.717957165400001, 55.506732086500001, 56.662175622500001, 58.167854235900002, 59.062885457699998, 60.411246125200002, 61.391033951200001, 62.368874448500002, 63.688858420800003, 64.888271486199997, 66.635858121799998, 67.817878363199995, 68.880671285700004, 70.095051569500001, 71.501848303100005, 72.775151774600005, 74.558541465199994, 76.409518135499994, 77.761688797700003, 79.005647183500002, 80.295269079099995, 82.4136017931, 84.613797778800006, 86.016896733899998, 87.430508335200003, 88.670983118500004, 90.231433799300007, 91.891509509399995, 94.498776834500006, 97.249232232899999, 98.623021338599997, 101.238294708, 102.87975996900001, 105.291018643, 107.24435443199999, 109.666596011, 113.098272596, 115.61031488, 119.614780612, 123.287443794, 126.249115391, 128.58356817500001, 131.775900138, 135.290949961, 139.29796378500001, 146.262327629, 150.00976835200001, 154.61572367400001, 160.255070652, 165.26334147099999, 170.16736670500001, 173.77829739699999, 179.56132179599999, 184.561922764, 190.69775108499999, 196.65891324699999, 203.521908177, 211.093916154, 221.47514707299999, 231.47529352399999, 237.75562241, 244.883786829, 253.30171895399999, 261.76505171600002, 278.98552843200002, 292.60068635200003, 311.55099943599998, 325.88771172899999, 343.19537559700001, 365.551962753, 393.39248336999998, 422.56973752499999, 461.27635287499999, 502.54248837599999, 563.31345992700005, 636.33864636400006, 803.18510591400002, 1017.18613565, 2073.8933950400001, 0.0, 0.84882448919599995, 1.1297295603899999, 1.43790054577, 1.8034031745600001, 2.1567378511699999, 2.46200691124, 2.7164909210600001, 2.9725139778099998, 3.3258460814699999, 3.51565620581, 3.6829072744900002, 3.8503255597599999, 4.0960101060699996, 4.3195587197099998, 4.5180080510099998, 4.7208657011600001, 4.9188747051200004, 5.0822519781400004, 5.2471047837700002, 5.4397152562800004, 5.6442757923500002, 5.94422558704, 6.2491652156599997, 6.5158366836499999, 6.6694208713499998, 6.9618320371699998, 7.0954639576199998, 7.3925975604899996, 7.6671833348599998, 8.0270911346999991, 8.2155617499000009, 8.3810446408000008, 8.6728270830500005, 8.9919564023300005, 9.1979666478599995, 9.4613822654199993, 9.8638159812400001, 10.064467502699999, 10.300861637400001, 10.5922395715, 10.898994478100001, 11.2204623911, 11.462764891000001, 11.827261590299999, 12.083868714099999, 12.386429319099999, 12.6393019529, 12.853547404, 13.1367142199, 13.3487410123, 13.656895326200001, 14.024084867899999, 14.2305895378, 14.537063637599999, 14.7677980479, 14.983400628, 15.254355192, 15.4728650747, 15.7833358443, 16.258317366699998, 16.591420611899999, 16.7968951537, 17.321484078699999, 17.688159546000001, 17.9917501318, 18.4264735655, 18.751733764800001, 19.0344300858, 19.372343152500001, 19.740307887699998, 20.051092925599999, 20.305765000400001, 20.618187255599999, 20.819816596500001, 21.0782135131, 21.397939723499999, 21.854582025799999, 22.2881163357, 22.6506377304, 22.877000473599999, 23.384389492899999, 23.836418588899999, 24.222254926800002, 24.655197791999999, 25.022161849, 25.444878252500001, 26.053606325400001, 26.614004877900001, 27.0211182404, 27.401244503200001, 27.7850805052, 28.159129948299999, 28.6603675532, 29.200278675, 29.671973053799999, 30.210222716600001, 30.961837351900002, 31.650008409800002, 32.094382395700002, 32.843304519299998, 33.577328693699997, 34.237700249100001, 34.801256214399999, 35.485455770500003, 35.9765981579, 36.670725593599997, 37.170285661000001, 37.990796691500002, 38.642774190700003, 39.528303337300002, 39.978645888499997, 40.8020907732, 41.489481081900003, 42.4638964743, 43.139901183799999, 44.090235702199998, 45.199560705499998, 45.817027413600002, 47.017044573200003, 48.262105780699997, 49.1479688362, 50.425156699799999, 51.855557858499999, 52.673049050499998, 53.828962193300001, 54.706265736600002, 55.754088218, 56.6875216169, 57.802232958300003, 59.077269420699999, 59.802668045799997, 60.803463371600003, 62.277143198700003, 63.318223359400001, 64.249051654799999, 65.723438296400005, 66.690473547300002, 67.987683240400003, 69.312005970800001, 70.335791722799996, 71.525547407700003, 73.2296426005, 74.761566365899995, 76.401961372800002, 78.083813237900003, 79.959478159499994, 81.411397194700001, 83.907706583600003, 85.130641549399996, 86.564841115600004, 88.151400025100003, 90.839542183500001, 93.404373994799997, 95.237850676600004, 96.510747774899997, 98.111723876599996, 100.59771252100001, 103.473781565, 106.22999075200001, 109.035110547, 111.514197384, 114.660071867, 117.91431810100001, 120.95989149899999, 125.315578238, 127.97488147200001, 131.55766028400001, 133.79550634099999, 136.780043667, 143.37105514300001, 147.41143759799999, 152.70084909799999, 158.68963683999999, 163.480470784, 168.40748618699999, 176.23576411799999, 181.51714572399999, 188.435573998, 193.69868358400001, 201.866252981, 209.69486823, 221.66246932499999, 231.771152277, 245.05347127900001, 258.89263676799999, 273.73973170099998, 290.43652293600002, 304.91784651400002, 317.71453254800002, 345.81680795, 370.51493599600002, 396.34922032399999, 427.34649876600002, 472.648184012, 548.811516697, 616.97696803199995, 698.58074685700001, 921.70016827699999, 1351.93476429, 4555.3138270099998, 0.0, 1.05775845422, 1.30722302885, 1.6550836259599999, 2.0164548998499998, 2.22264762997, 2.4339426832900002, 2.63987900941, 2.8474331698999999, 3.1394413773199998, 3.3488811388099999, 3.5845593259999999, 3.7278526245200001, 3.89707499961, 4.0930076946499998, 4.2667403322500004, 4.4444123281100003, 4.7057346005499996, 4.8776095749700001, 5.0766543427900004, 5.2576254422700002, 5.4227043983799996, 5.5565800836300001, 5.6921444728099999, 5.8967927912900002, 6.0520540232300002, 6.18092403149, 6.4448963355100002, 6.6606765375799997, 6.8569177525900002, 6.9871721176600001, 7.1997752419300003, 7.4790143792799997, 7.6433232341600004, 7.8838845337299999, 8.0362724982000007, 8.2491173118100001, 8.4854912803700007, 8.7981272976200007, 8.98771466078, 9.2672797478700009, 9.4910127015200008, 9.7196918691600001, 9.9958458284499994, 10.2946220832, 10.5192779153, 10.7367739562, 11.0486241079, 11.264306749099999, 11.610683487999999, 11.8590324631, 12.102995508599999, 12.274140378, 12.5626984562, 12.777400244300001, 13.0071767612, 13.3075190692, 13.506522563900001, 13.7736133375, 14.034237147500001, 14.3718879313, 14.704450492399999, 15.006497291000001, 15.4860321302, 15.8250864202, 16.068562412599999, 16.366417189700002, 16.791695786399998, 17.1963988083, 17.692784723599999, 17.9889456748, 18.250281237599999, 18.540758284100001, 19.105488743399999, 19.3676116446, 19.9057967233, 20.372155027400002, 20.617865943399998, 21.0056881543, 21.3998014925, 21.886629124399999, 22.301586328599999, 22.8157840378, 23.1577773249, 23.562675140700001, 23.9908312801, 24.371709623200001, 24.853048289, 25.321527433499998, 25.817410943100001, 26.333798079699999, 26.743897014000002, 27.404019467800001, 27.750455412299999, 28.245307990099999, 28.8302203846, 29.238499632700002, 29.908395497000001, 30.222815192500001, 30.759701009099999, 31.296847612400001, 31.809133106099999, 32.3396270004, 33.065629932, 33.614025315299997, 34.269816387299997, 35.012311410899997, 35.852750563500003, 36.404141805499997, 36.8294660038, 37.935726292200002, 38.368785425900001, 39.1826087245, 40.008409596500002, 40.726090274800001, 41.337873114600001, 42.209034503799998, 43.359563836100001, 44.113217655, 44.844831191300003, 45.6845486769, 46.347966789700003, 47.331044909100001, 48.2533342455, 49.162487231599997, 50.1543142202, 50.931869310099998, 51.636126617899997, 52.181963144800001, 53.396775668799997, 55.032301978100001, 55.596427951899997, 56.5791496927, 57.542454919599997, 58.554653988799998, 59.636429710999998, 61.407241399900002, 62.509754862100003, 63.601590468700003, 64.824312135300005, 66.386878043999999, 67.693732305799998, 69.365119204300001, 71.025400599899996, 72.653909433799996, 74.395827576000002, 75.769964444999999, 77.234020831500004, 78.433715899099994, 81.101681241799994, 83.076307199300004, 84.5988995469, 86.376895072899998, 88.194960597199994, 90.441746414899995, 92.189595910199998, 93.440994131400004, 95.435247487400005, 99.0558885879, 101.49204924999999, 104.088533635, 106.181199298, 109.219007221, 112.61624315100001, 116.029069048, 119.96844246400001, 124.344004768, 127.91969076300001, 132.149553927, 135.922055457, 140.068507211, 144.15378361399999, 148.60536720600001, 153.82589839900001, 158.576947158, 165.555672257, 171.63158056899999, 176.33047682, 181.08906739299999, 186.793582875, 192.534521512, 203.56027511299999, 211.12137373499999, 218.32402486300001, 227.271126122, 239.72295971400001, 255.439273482, 266.59600377999999, 284.21895951499999, 302.86802943499998, 319.3660428, 335.96299544999999, 371.29655514500001, 386.65083379800001, 434.96311705400001, 521.05039447499996, 574.39597849699999, 643.38261744700003, 749.10677599899998, 937.47346937500004, 2164.74350723, 0.0, 0.87216036854099999, 1.1731523662100001, 1.4528318226800001, 1.7506036653599999, 1.95830274355, 2.1933454622299999, 2.4315041290299999, 2.6097449606700001, 2.8143037344300001, 2.98234250898, 3.14296097174, 3.28163067285, 3.4197130756399998, 3.5577964282300001, 3.7192315259700002, 3.8806453857499998, 4.0848607038400004, 4.27058822443, 4.4259870320300001, 4.6202853710799996, 4.8079818422300002, 4.9703096793699997, 5.1771997283899998, 5.32208420074, 5.4736064223099996, 5.6716933713, 5.7948310020399996, 5.9616974056899998, 6.1294408520800001, 6.3200579482499997, 6.5465172585299998, 6.7046238334500003, 6.8696070854100002, 7.0421250211300004, 7.21408035417, 7.3666599903499996, 7.5629677715200003, 7.7854370727999997, 8.0250690670800005, 8.2018499794099995, 8.4165599450900004, 8.6205648003099995, 8.8020739087200006, 8.9976602698800008, 9.2090483824400007, 9.40554714598, 9.6268466056699999, 9.8387845757699992, 10.063513496600001, 10.3066855573, 10.5490401104, 10.760759543200001, 11.0190557159, 11.247083638299999, 11.487903512700001, 11.690503747999999, 11.9163331257, 12.1540624086, 12.3754681949, 12.6225724062, 12.8298548017, 13.105360490300001, 13.352707515200001, 13.600565291800001, 13.8363089384, 14.081226945299999, 14.370552543500001, 14.6854081396, 14.959606431799999, 15.238257795699999, 15.488877516500001, 15.783357724, 16.059268546999999, 16.371064702799998, 16.635482564899998, 16.926054678500002, 17.2595416636, 17.558429913600001, 17.873233837699999, 18.1713476396, 18.437921946300001, 18.808552489299998, 19.094615129400001, 19.521706635899999, 19.8753230885, 20.298514125000001, 20.622495869000002, 20.9353854017, 21.4098244692, 21.829437198099999, 22.259602406999999, 22.672559352, 23.1204515296, 23.483853294300001, 23.9484201462, 24.3248985436, 24.847141378100002, 25.2522052389, 25.681308357599999, 26.205337182699999, 26.576187536300001, 27.078663830899998, 27.677873063900002, 28.2381539971, 28.8023214868, 29.3993510241, 29.912833547399998, 30.573666294900001, 31.104430988600001, 31.796146883399999, 32.497170738500003, 33.279496414699999, 34.098064962599999, 34.843216272900001, 35.542133214099998, 36.276287779500002, 36.975928357500003, 37.504257990799999, 38.314777833900003, 39.177430845000004, 39.819717746400002, 40.407911670099999, 41.120240020300002, 41.978665155199998, 42.866256983200003, 43.496257352299999, 44.207718886199999, 44.967775733800003, 45.845529661199997, 46.8316582737, 47.606961498799997, 48.454226783199999, 49.675775014400003, 50.5811434361, 51.543186701800003, 52.633751532200002, 53.929547364699999, 55.037714174199998, 56.301767675000001, 57.451158926300003, 58.714248343199998, 59.628151489899999, 60.807000845600001, 62.156996127799999, 63.456997649599998, 65.008915114800004, 66.386142722499997, 67.978491519900004, 69.422238847200006, 70.791592380799997, 72.011370736700002, 73.522117942199998, 75.359756207299995, 77.030728253800007, 78.893995033400003, 80.530957561600005, 81.946598575099998, 84.055736077199995, 86.177382717599997, 88.231077799399998, 90.830107187099998, 93.291203665799998, 96.842991020100001, 99.738754614200005, 102.822309851, 106.472937214, 109.712921572, 112.28819169, 115.383539528, 118.33937052500001, 121.6283803, 126.21758780099999, 130.559458404, 135.25935161000001, 139.64966053500001, 144.08321394399999, 149.81024360000001, 155.95824547500001, 160.54965979900001, 165.74901272299999, 173.07092800300001, 181.971265612, 190.12184997899999, 199.140874, 208.94440364799999, 219.692760295, 231.41654560800001, 244.813734337, 260.64934893600002, 276.86471985399999, 297.854074072, 327.675880581, 363.64694161300002, 395.28587648799999, 430.29646448199998, 476.771927382, 552.10628605099998, 688.09209059399996, 965.66929444699997, 5512.1265341500002, 0.0, 0.62589083024600001, 1.0089155589900001, 1.2669403239100001, 1.4930834132099999, 1.6647456778, 1.86494432327, 2.0537877508200002, 2.25391444537, 2.4255788848600002, 2.5625113900800001, 2.70119472848, 2.8053232942299999, 2.92720031662, 3.1007147687100001, 3.2394799841499999, 3.39215368186, 3.5920914079299999, 3.74416489544, 3.8829579282000002, 4.0121750001200001, 4.1604435034699998, 4.2969491096299999, 4.4303864671199999, 4.5829179833699998, 4.7183684166099997, 4.8667168998800001, 4.9825970049999997, 5.1443596513600003, 5.29642331298, 5.5116304645699996, 5.6662601962099997, 5.8151835779100001, 5.9375451382, 6.1570517624500001, 6.3131151288699998, 6.52398099929, 6.6722523007500003, 6.86154545663, 7.0599193283100004, 7.3129107271700002, 7.5490299843899997, 7.7172198221199997, 7.8648526311499998, 8.0837370196799991, 8.2593266698099992, 8.4613117407199994, 8.6884386074200002, 8.8745901890700001, 9.1116656074600009, 9.3126467721299999, 9.5071399643899994, 9.7151605657500006, 9.9551889093600003, 10.149609288200001, 10.3401891662, 10.621445531099999, 10.8426697409, 11.0272843935, 11.270829726400001, 11.4694723487, 11.6178469386, 11.821109029700001, 12.021790796499999, 12.3252449453, 12.5092794759, 12.818332850699999, 13.020756306899999, 13.310810976799999, 13.5124599496, 13.767115336, 14.0644181972, 14.332859790200001, 14.5607314245, 14.9082657073, 15.125302185800001, 15.3715537263, 15.670518073, 16.0341797918, 16.263188094, 16.565119653299998, 16.768979356500001, 17.107996179400001, 17.3155602187, 17.633055544099999, 17.978850956799999, 18.239306430100001, 18.603581283899999, 18.890651686000002, 19.2448822751, 19.6097734435, 19.926314503299999, 20.1586253842, 20.499346128900001, 20.763220895300002, 21.214468897100001, 21.6883372251, 21.932186764800001, 22.421734858200001, 22.8480131942, 23.3200873278, 23.594830171000002, 24.038195447900002, 24.408468226699998, 24.92649372, 25.442113401899999, 25.8447679595, 26.3726873799, 26.812905815000001, 27.122537899899999, 27.7422113077, 28.078738693199998, 28.5723682014, 29.0944195565, 29.5634253395, 30.1247268702, 30.983710482300001, 31.826570418700001, 32.3620827385, 33.029481950899999, 33.566683207600001, 34.288337869199999, 34.942294123800004, 35.546860066900003, 36.362485731600003, 37.2408130333, 38.058683128600002, 38.750745497600001, 39.428888690199997, 40.115263124599998, 40.901282995400003, 41.4018687274, 42.138788071800001, 43.018359615500003, 44.106243223500002, 45.093539481699999, 45.8411771739, 46.570250118399997, 47.841644068400001, 49.303024838200002, 50.464239790100002, 51.234103358299997, 52.317696309799999, 53.0996279724, 54.369256693700002, 55.965980526800003, 57.287395203700001, 58.636793195099997, 60.683809927200002, 62.106524762100001, 63.455965556400002, 64.508962315299996, 65.830030819000001, 67.3272861871, 68.485336924099997, 69.962539390399996, 71.3643490332, 73.207148927299997, 75.267417445500001, 77.636856277999996, 79.567969825700004, 81.887922453399995, 84.409393872699994, 86.252385378499994, 89.609195726400003, 92.058129085499999, 94.237863167399993, 97.130241311000006, 99.337287984200003, 102.785121426, 105.16684627799999, 108.155644287, 111.12424827, 114.20309084500001, 118.25567124200001, 120.63906266799999, 126.769351089, 131.30368792600001, 135.35008283600001, 140.167179914, 146.276635801, 154.69830296500001, 162.097699463, 168.49842445199999, 174.39338381300001, 183.839663489, 194.04584716900001, 205.199824904, 216.99026627999999, 226.397941844, 239.11086462599999, 257.98370514300001, 272.68513598700002, 294.38470478199997, 317.32579381900001, 352.86648779500001, 396.000885729, 447.65133356299998, 552.83482503000005, 744.96290114700003, 7762.8570038400003, 0.0, 0.36214416262600002, 0.60004394504000003, 0.87269790764999999, 1.0816835608199999, 1.1769418756600001, 1.3339406513100001, 1.5379932977899999, 1.64092011303, 1.8114937983699999, 1.92478153605, 2.0791194022399999, 2.18522431294, 2.3239286241100001, 2.4474903603299998, 2.56875405118, 2.6706112235399999, 2.7868128103399998, 2.89962589709, 3.0247650187300001, 3.1799188214799998, 3.3163269799299999, 3.4326557716099999, 3.5761530940699999, 3.6698664516599999, 3.8395536775700001, 3.9742173052399998, 4.0666621486399999, 4.1860672163199997, 4.2677782405900002, 4.39398556059, 4.5599359743100001, 4.7182993929599997, 4.8549576225899997, 4.9793340551199998, 5.1106161380800001, 5.22653369925, 5.3697032505699998, 5.5502664604199996, 5.6901435710500001, 5.81186063054, 5.9447132463900001, 6.05627291431, 6.16844943146, 6.3088485415099997, 6.5158703652999996, 6.6663173981500004, 6.7889778856399996, 6.92685753591, 7.05832274623, 7.2113778586999997, 7.3735471867099998, 7.4967882360999996, 7.67708191997, 7.8383618689299999, 8.0007809638400005, 8.2598039090000004, 8.4646047196400005, 8.6068680876200006, 8.7919284529800006, 8.9449623581599997, 9.1615349379200008, 9.3168642346000006, 9.4680652743600007, 9.7295350278099999, 9.9208554836600005, 10.0769753157, 10.1731120514, 10.3276036073, 10.6154476322, 10.8889357781, 11.016681222400001, 11.166106582099999, 11.3010656278, 11.460114477099999, 11.6049507496, 11.754826317499999, 12.128326894900001, 12.393725440500001, 12.601959282999999, 12.929220557000001, 13.2033834409, 13.496651655100001, 13.6720510495, 14.0106799329, 14.2715969553, 14.4738353905, 14.887431385199999, 15.0448999294, 15.3053817024, 15.6545606815, 15.9636364194, 16.322553926800001, 16.694194434500002, 17.030383725899998, 17.430560569699999, 17.700358551699999, 18.117532589300001, 18.425291790799999, 18.722525176000001, 19.151242618000001, 19.5588949566, 19.985716502399999, 20.4476355348, 20.9045258441, 21.276626095099999, 21.575188439600002, 22.0493676255, 22.446726857400002, 22.7039434454, 23.13535392, 23.679737149400001, 24.0913996564, 24.592582522600001, 24.846344199699999, 25.1692127267, 25.707613397399999, 26.060921460599999, 26.402713800499999, 26.7672555555, 27.323489971800001, 28.1384294904, 28.886585523400001, 29.625952655700001, 30.049929096700001, 30.912490141700001, 31.7116329208, 32.432935618400002, 33.0836818525, 33.756748210399998, 34.448977073899997, 34.967596885500001, 35.526411413300004, 36.153337627600003, 37.193655335499997, 37.865997652899999, 38.746337718900001, 39.2502404719, 39.9758412025, 40.513914754399998, 41.377973330099998, 42.134772359599999, 42.670801806599997, 43.359820479100001, 44.8475078349, 45.403055004400002, 46.8336235847, 47.7113874912, 48.6941028253, 49.650345725199998, 50.665570570200003, 51.724056971300001, 53.992577544, 55.575370979100001, 57.251984441700003, 58.745608337299998, 60.1648035049, 61.246203909800002, 62.419975842699998, 63.422574513400001, 64.876159087000005, 66.885247274500003, 68.391010214800005, 69.915828121700002, 72.4871931144, 74.172952607699997, 75.652527461199995, 78.468287273000001, 80.721637548800004, 83.956121732200003, 87.163249777199994, 88.897109974100005, 91.2752939664, 93.173034590599997, 95.435791827200006, 100.344464677, 104.832073959, 109.276679528, 112.578422989, 114.53132503400001, 119.746495774, 124.493025184, 129.95658998100001, 134.31216815799999, 137.89688887400001, 140.67569338600001, 147.559990177, 157.91491644199999, 164.60831501999999, 171.84101301800001, 186.69105907299999, 195.42122663699999, 208.16940782099999, 238.53526263200001, 245.87424240300001, 268.33659908499999, 292.616848678, 312.784421705, 376.69900637799998, 486.40594854400001, 909.54311207000001, 0.0, 0.29947032321799999, 0.52334873310399999, 0.68115226771299997, 0.86995042995600003, 0.98257819082099995, 1.1046843742300001, 1.1768999986299999, 1.2647418797800001, 1.36884910987, 1.4645619499, 1.5759885725, 1.6653002782099999, 1.75269298364, 1.87728664641, 1.9895373943000001, 2.0546833007099998, 2.1563717716299999, 2.2189233742900001, 2.3098127374300002, 2.4206150527000001, 2.4845079548800002, 2.6079748566799998, 2.6769284875300001, 2.7907616607699999, 2.8700892704999998, 2.93034323954, 2.9963469551599999, 3.06834808782, 3.1480022766900002, 3.2256769408800001, 3.30379140374, 3.3884221330000002, 3.4570332483000001, 3.54002670756, 3.6248614990800001, 3.7101075382699999, 3.7687182426899999, 3.8163207208699998, 3.89049827354, 3.9685665546200002, 4.0278252280400002, 4.1485435748499997, 4.2118118690999999, 4.2767713334400002, 4.3538326518200003, 4.4579713825800003, 4.5508743169399999, 4.6676333956900002, 4.74653167618, 4.8197525947199997, 4.9241035310900001, 5.0189077614800004, 5.1005151570300002, 5.2006018753400003, 5.2927488243700003, 5.4001527926900001, 5.4768772282700002, 5.5890430439100003, 5.7009271960400003, 5.80755356372, 5.9548448325700001, 6.0994726695899999, 6.25645276871, 6.3819964031299996, 6.4711966493400004, 6.5880414298299996, 6.7348102011000002, 6.8307196477099996, 6.9337887910999996, 7.1040524671199998, 7.2069620188099996, 7.3301993509400001, 7.4527574858900003, 7.5532437966600003, 7.6852803779599999, 7.8640635376499999, 8.0318076099900004, 8.1796189996499997, 8.3642059418999999, 8.5050041495500004, 8.6533583034700001, 8.7675089334600003, 8.90401831396, 9.0651446520400008, 9.2032868451700001, 9.3704603805200009, 9.5586269002000002, 9.7223680241999997, 9.9347655253599996, 10.098260913100001, 10.255212992300001, 10.4208240003, 10.5811816078, 10.765906323299999, 10.957390713400001, 11.087388472400001, 11.328556388399999, 11.528238631900001, 11.7872480683, 11.915456216899999, 12.1248574875, 12.422258492999999, 12.630647267100001, 12.8227992595, 13.1516423519, 13.4269728621, 13.7263917941, 13.910454382299999, 14.1519663254, 14.338029858300001, 14.560423425, 14.770007548300001, 14.9841095141, 15.334444082699999, 15.4948694147, 15.855824070500001, 16.241262736900001, 16.5489680156, 16.821966605299998, 17.034108685700001, 17.2704823658, 17.5373816422, 17.870520279099999, 18.260020296, 18.612564062099999, 18.852361614399999, 19.4196515169, 19.842134040099999, 20.208065711, 20.730183175899999, 21.211762532200002, 21.724835097900002, 22.113935455899998, 22.527518860600001, 22.952535640800001, 23.578085247400001, 24.165234135199999, 24.660451264300001, 25.101613714700001, 25.726113937200001, 26.0893457106, 26.669907244299999, 27.169577979900001, 27.596626516000001, 28.329601780800001, 28.779048282000002, 29.224608145400001, 29.781331889800001, 30.432540589399999, 31.415359296199998, 31.9605897486, 32.492956216000003, 33.285631429200002, 34.070187818800001, 35.060381063199998, 35.680990641100003, 36.895345624699999, 37.869889303100003, 38.7151898057, 39.673959652199997, 40.7449007739, 42.072602957599997, 43.253042370099998, 44.872848970500002, 46.556160648899997, 48.1796820673, 49.545397762699999, 51.074845857200003, 52.800367472799998, 54.781904047099999, 56.6419800444, 58.294167776899997, 59.890254052499998, 62.933262895200002, 64.383209257600001, 66.273695300300005, 68.879466623300004, 71.737383912400006, 73.694424811299996, 76.676559064200006, 79.509307012099995, 82.2830341003, 85.991392160700002, 90.717177404200001, 94.429171780900006, 97.473571158699997, 102.467911147, 107.546301419, 114.342831581, 121.31476895, 126.05533253199999, 137.91440966299999, 144.79876003499999, 163.923571595, 181.508527445, 213.04454604899999, 245.38055141000001, 301.25496328499997, 332.04731076600001, 25328.083268499999, 0.0, 0.16960710904000001, 0.24797331543600001, 0.30236896744000002, 0.34361899401099999, 0.40999983457, 0.48890969043100002, 0.54342837436299996, 0.60861265194400005, 0.64673129635399995, 0.69004038945699997, 0.73679534547199999, 0.77536960959000001, 0.82841780807499998, 0.90256777434299995, 0.93909860962199998, 1.00410024985, 1.0408385717899999, 1.11535670052, 1.14711502865, 1.15928977273, 1.18798598113, 1.2274534778099999, 1.26769475616, 1.3002205824799999, 1.3310033753199999, 1.3446656342200001, 1.3760840745, 1.39081400794, 1.4505341583, 1.4632661604999999, 1.4984860150399999, 1.5529767251, 1.57864986714, 1.6173517424399999, 1.67533252068, 1.70471580487, 1.7278608476799999, 1.7811033034399999, 1.82818139122, 1.86555208204, 1.8941511847700001, 1.92488230379, 1.95851626987, 1.99363516305, 2.0170055272299998, 2.0586483531600002, 2.0850970425700002, 2.1085030088000001, 2.1283137664099998, 2.16603036339, 2.19060342065, 2.2345184857999998, 2.2714847812799999, 2.2993152139899999, 2.3222064716699999, 2.3498083965699998, 2.3879408831800002, 2.4133674625900001, 2.45645766658, 2.5043169972600001, 2.5332218388799999, 2.5860056276300001, 2.6092200429700001, 2.6593928409799998, 2.7167476183999999, 2.7528966109600002, 2.8165365213600002, 2.8466368258900001, 2.8966874532100002, 2.9315763405099999, 2.9602961735200002, 2.9944957343700001, 3.0486180954200002, 3.1054310960799998, 3.17422308542, 3.22876924922, 3.2476266926499999, 3.2895811744699999, 3.33758062866, 3.3814007836000002, 3.4235448060599998, 3.49735659195, 3.5619485828699999, 3.61508084496, 3.6882879176299999, 3.7441381326799998, 3.8290921697, 3.87138230506, 3.9399367140599999, 3.9855674425799998, 4.03423244708, 4.1224800094800003, 4.1617950069500003, 4.2098466376400001, 4.2671599100500002, 4.3072566201600004, 4.3243450788600004, 4.3957664746200003, 4.4519812552699998, 4.4969306764399999, 4.5152175579399998, 4.56732663911, 4.6752821882199997, 4.7424836408799997, 4.8540575522499996, 4.9112049708600001, 4.9863832664899999, 5.0723492115899997, 5.1341872206300003, 5.1757472919899996, 5.2672883329999998, 5.3193278175799996, 5.3545440009799998, 5.3662639863299999, 5.4478164688200001, 5.51018935901, 5.6222469255899998, 5.7031572715200003, 5.78511780914, 5.87666466639, 6.0267396241600002, 6.1198844067399998, 6.1979622858300001, 6.28159827041, 6.3904158104600004, 6.4453162825900003, 6.5218544413200004, 6.6086381632900002, 6.6725993210399999, 6.8163144940900002, 6.97804495911, 7.0227642352400004, 7.1626846845100003, 7.3423024204600003, 7.5327362668799998, 7.6978310374000003, 7.7611027450999996, 7.88016729875, 7.9472676633599999, 8.1244228188799994, 8.2399482591299993, 8.3372351004799992, 8.5151888904599993, 8.5980587770099994, 8.7064795243800006, 8.9028549639799994, 9.1412099458099991, 9.2928218155500009, 9.5260445012799995, 9.7243731171600007, 9.9194989507500004, 10.158387747800001, 10.358305334700001, 10.8456897256, 11.0126503317, 11.1397484418, 11.3568231431, 11.725070023000001, 11.952829343599999, 12.355631104, 12.741115586999999, 12.9604116418, 13.0782774906, 13.386035293300001, 13.7586242928, 14.065910686100001, 14.481276965199999, 14.8428342578, 15.0857067332, 15.5610363036, 15.9877621903, 16.564935242699999, 17.222646941699999, 17.705236311899998, 18.2065490938, 18.6451801326, 19.1223591105, 19.606893553199999, 20.1404072423, 20.653286086600001, 21.431578720299999, 21.979215851300001, 23.048094735900001, 23.846359740299999, 24.3529984143, 24.985293486700002, 25.965109587899999, 26.669072074799999, 27.831042996200001, 29.685768165100001, 30.986492906100001, 32.7579031852, 34.704015628800001, 39.043339889599999, 43.627269160300003, 50.063241984299999, 55.522634061300003, 63.83632205, 80.274312648399999, 121.666396689] diff --git a/Muon/MuonID/python/MuonID/M_2011_def_chi2s.py b/Muon/MuonID/python/MuonID/M_2011_def_chi2s.py index 2c5122c1664..85fbe1ceadd 100644 --- a/Muon/MuonID/python/MuonID/M_2011_def_chi2s.py +++ b/Muon/MuonID/python/MuonID/M_2011_def_chi2s.py @@ -1 +1,11 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### M_2011_def_chi2s = [0.0, 0.14444029837799999, 0.22835657018399999, 0.34413732731800001, 0.46587804732900001, 0.65270096936599997, 0.81143218193800004, 1.00226438356, 1.03788125951, 1.24257294992, 1.32793236661, 1.34635418779, 1.4371572854100001, 1.5191327005499999, 1.54602854301, 1.7046681136999999, 1.87758836483, 1.9813264417300001, 2.1146974377399999, 2.1938492694299998, 2.4097221919699998, 2.5070571186900001, 2.6311171881000002, 2.7328195551999999, 2.7736899606000001, 3.0227873463499999, 3.10803398473, 3.1824676694599998, 3.3138417252000001, 3.4291812515900002, 3.50419808407, 3.7101281572199998, 3.8432672208200001, 3.8796565679100001, 3.9915562540499998, 4.0723303682700003, 4.2029321661800001, 4.3768188648899997, 4.4816827669199997, 4.6990199258800001, 4.8084875822399997, 4.8365914296700003, 5.0590152661600003, 5.1248841813699997, 5.1771937064899998, 5.4889247870900002, 5.57813871862, 5.6972377675899999, 5.8456278064799996, 6.06915586574, 6.1204251477299998, 6.17699599008, 6.3172684659999998, 6.4192197959800001, 6.52383433373, 6.6186618180399996, 6.7251587769999999, 6.7866374808999996, 6.8276218028500004, 6.9188765840600004, 7.1331898582499997, 7.2065701539399996, 7.3244993804199998, 7.36483433106, 7.5193634033699999, 7.7822629874100002, 8.2222416265000007, 8.4497457766200004, 8.5930318077999992, 8.7570172042000003, 8.9696132883900006, 9.1272011085100004, 9.4333510895299995, 9.5278688390900008, 9.8002379139299993, 10.062964643999999, 10.572141176200001, 10.796071421700001, 10.9985214683, 11.3182197168, 11.660606036000001, 11.847287044, 12.432752901300001, 12.5532808679, 12.920547884299999, 13.715431382, 13.9427496484, 14.252177361499999, 14.3846625264, 14.6017942841, 14.867988867399999, 15.211408408800001, 15.4524408633, 15.8995520183, 16.278660079800002, 16.607110122000002, 17.2812107494, 17.425166927999999, 17.6847110579, 17.924433366199999, 18.107368758, 18.486488274799999, 18.675113313000001, 18.821461450800001, 19.392315572800001, 20.026821224999999, 21.515140794000001, 22.458730085300001, 22.563704860600001, 23.2879347571, 23.969079893499998, 24.336542956300001, 24.499336477500002, 25.0036717642, 25.774135368900001, 26.0929925969, 26.934629466499999, 27.458541006800001, 27.8422100246, 28.5518247111, 28.965082549800002, 30.702632564599998, 31.123950922300001, 31.264305230000002, 31.965843641500001, 32.212378185600002, 34.283698532999999, 35.219561660799997, 36.755695116600002, 37.138783892900001, 37.986001245399997, 38.621250490999998, 38.9481443707, 39.3726060041, 40.276085332900003, 41.898719000699998, 42.396709494500001, 43.749429257499997, 44.676029422900001, 46.364739487400001, 47.275528738799999, 47.869005850699999, 48.490202586899997, 49.788875049200001, 50.404381347099999, 52.2209766649, 52.7548497923, 53.758555342299999, 56.144346903600002, 58.857197224499998, 61.218540911200002, 62.083264127200003, 62.809329462100003, 64.673596130899995, 70.530443844700002, 71.037859097099997, 74.956651292000004, 75.479775530200001, 77.970753225099998, 78.784135755700007, 83.634030189599997, 87.631048698900003, 89.682360645100005, 91.657671611699996, 93.431100026199999, 96.871787694199995, 98.904758199400007, 100.903126246, 104.97935501800001, 117.211912426, 118.593299874, 123.983293097, 126.40072390500001, 132.90804449300001, 135.77425614000001, 145.645663189, 150.462714554, 154.135665945, 158.670439012, 161.11217567599999, 165.74332436700001, 168.951515621, 173.84826456100001, 184.64661891700001, 188.990674536, 195.25008580400001, 200.52870912200001, 208.31911763799999, 223.21659264900001, 234.232880967, 297.24728825900002, 321.93167475199999, 332.08151963699999, 346.34478154800001, 377.30757977899998, 403.47421662800002, 425.16143535399999, 572.37340253299999, 766.55659324999999, 1611.5984637199999, 1611.5984637199999, 0.0, 0.083813974438700006, 0.31831933895699999, 0.34638794272399998, 0.46455080305099999, 0.49519963016099999, 0.54548279077600004, 0.56403794228199999, 0.60837298377799998, 0.68118756294600002, 0.70071771432399999, 0.78976831924699997, 0.81703862518199999, 0.83363911177799999, 0.89857941080399995, 0.94493515463400002, 0.99107239417899995, 1.0238060094799999, 1.0799844142199999, 1.11400208909, 1.1685453374400001, 1.18519938288, 1.22148339123, 1.2645577512499999, 1.3045626778799999, 1.3391777624900001, 1.3826642013199999, 1.4644506572, 1.5099094374299999, 1.5888224991, 1.62182558706, 1.65137395874, 1.6991401368100001, 1.7758428480799999, 1.8277920540999999, 1.9017455410199999, 1.9705532488599999, 2.0324665469399998, 2.0752937413999999, 2.1185145273899999, 2.1611322415299998, 2.1917842756499999, 2.22729976286, 2.2777275853000001, 2.32665524011, 2.3543342053699998, 2.3935181153, 2.44446825618, 2.50093820286, 2.5844026906000002, 2.6884797637600002, 2.78657713546, 2.81180130111, 2.84116667305, 2.9014197632199998, 2.9952091375399998, 3.0386348574599999, 3.0956021427799998, 3.1328046143999999, 3.1631373405500001, 3.2039828237700001, 3.29405069373, 3.3496993056400002, 3.4055971771900002, 3.5073893196000001, 3.5755835925800001, 3.6580199126399999, 3.7782186004999998, 3.8741030635099998, 3.9119985650200002, 3.9699909851999999, 4.0132311662099998, 4.07009700397, 4.1555761906299997, 4.2241691161799997, 4.3896744175800002, 4.5146783570400002, 4.6155145535499997, 4.7783116523600002, 4.8822447657900003, 4.9863031398300004, 5.0556875698599999, 5.13217451548, 5.1928716528900001, 5.2987216440799996, 5.4584561742300002, 5.6054585689499996, 5.7579579032500003, 5.8452201175000003, 5.9593969184300004, 6.1479798348300001, 6.2484864308999999, 6.3722452057199996, 6.5705963806599996, 6.6811287682699998, 6.7311130873599998, 6.7864435351600001, 6.9196277988999997, 7.1929613935300001, 7.3441277346099998, 7.3800960628999999, 7.4749874111999999, 7.6512577099200003, 7.77153906732, 7.9243829575799998, 8.2024869676600005, 8.2599528374899993, 8.4119253626999999, 8.5469992409900009, 8.9001784810399993, 9.2121022677299997, 9.2412472507699999, 9.4431345314800001, 9.6680036066100001, 9.7816077025699997, 9.9566055535700002, 10.359764716899999, 10.506972293900001, 10.7808329052, 11.3592743902, 11.7111644662, 11.8605742172, 12.291120808400001, 12.5270770795, 12.7952635728, 12.9362140074, 13.4529548967, 13.5501939602, 13.8515392309, 14.251817031, 14.6798102809, 14.9162575219, 15.3044645221, 15.963210610899999, 16.293018033300001, 16.528628889099998, 16.769307273999999, 17.050491132000001, 17.233636284700001, 17.435953831300001, 18.114197076100002, 18.209546654099999, 18.677206457099999, 18.876676305499998, 19.277115787700001, 19.603010971100002, 20.061147162099999, 20.558554522000001, 21.1117685004, 22.012839372799998, 22.378322630900001, 22.859288315200001, 23.142180705200001, 24.245079698800001, 25.9020405244, 26.507190805699999, 27.4739929789, 27.988361249099999, 28.8421369677, 29.731031435799999, 31.265395005199998, 31.947761314699999, 32.3600162185, 33.960158921500003, 35.2205479892, 37.329919228900003, 38.591860211300002, 39.653380662899998, 40.416668255899999, 41.847439486799999, 42.946435578200003, 44.555593529500001, 46.195425314700003, 48.272380437999999, 50.7171113769, 54.108838268299998, 57.192427144600003, 60.232285910500003, 61.154227242799998, 66.058563735700005, 68.912059708300006, 72.377827169900002, 74.8258152975, 76.523326659299997, 80.2223354204, 83.911959833699996, 89.242198798399997, 91.759192939900004, 100.917764795, 108.556622026, 117.397361636, 128.654564397, 132.220775344, 146.851921275, 158.21656178999999, 195.59053564300001, 220.40862631100001, 243.67073925299999, 279.44509449999998, 385.39670284599998, 2229.5014584, 0.0, 0.134568667089, 0.22096714722800001, 0.241982365309, 0.282582147299, 0.30887973543699998, 0.35848485966299998, 0.41670345418499999, 0.45274913222000002, 0.49984586837299999, 0.54693631356799999, 0.57642906524899995, 0.60428947073799999, 0.64551627763399999, 0.67184177451600002, 0.70559205139299996, 0.73195413388499997, 0.75941154288699997, 0.79316878417600001, 0.82828163530300003, 0.84996727554600005, 0.86244322276499996, 0.884092879818, 0.90053656979100005, 0.92189301683699998, 0.937781050186, 0.958448778068, 0.975518145216, 0.99972035165499995, 1.01410165008, 1.0561167276200001, 1.07137630702, 1.0888616342999999, 1.1214366313199999, 1.14842012372, 1.16675344893, 1.1928671069600001, 1.21185202445, 1.2444492257999999, 1.26555362339, 1.3020670717, 1.33144019427, 1.3700782606599999, 1.3922490459600001, 1.4214195703900001, 1.4412309995599999, 1.4713854851299999, 1.4981194360000001, 1.5156807782599999, 1.5353937789600001, 1.58193085489, 1.6363825813699999, 1.6679066542700001, 1.6953948491199999, 1.7432788369000001, 1.7757706818400001, 1.81420953428, 1.8369562966299999, 1.86603816317, 1.9079331429399999, 1.93559913056, 1.96441828434, 2.0090532694099998, 2.0388004444800001, 2.0592603576499999, 2.0856426528799998, 2.1175114071599999, 2.1825469443399999, 2.2474604253599999, 2.2749390467700001, 2.3121411416000002, 2.37177298826, 2.4274122023400002, 2.5181769644699998, 2.5418057541599999, 2.6434630075899999, 2.6747329533199999, 2.7266999242900001, 2.7654445970700001, 2.8140457094300002, 2.8559643406999999, 2.9061498475100001, 2.9702744923500002, 3.0318004993800001, 3.0771937025499998, 3.1682821350100001, 3.21259901675, 3.2495167992399998, 3.2811541713699999, 3.3233868123799999, 3.3736627766299998, 3.4058671494200001, 3.4805577671700001, 3.5668223714799998, 3.6084238266100002, 3.6537321290999998, 3.7175778126500001, 3.7450147871700001, 3.86111106714, 3.9410134870100002, 4.0067546356400001, 4.1423679617299998, 4.2024818847300001, 4.2596486695399998, 4.3063451426699997, 4.3689910892499997, 4.4722054954099999, 4.5632364049399996, 4.6512485022599996, 4.6978386313799998, 4.7798445058399999, 4.8531420455600003, 4.9717578546299999, 5.0417112146500003, 5.17081749886, 5.3019735577100002, 5.3705152383400003, 5.5084455462199999, 5.6182818515299999, 5.70571954448, 5.8223915078699999, 5.9441571869700001, 6.0647963728700001, 6.27675467201, 6.3795693788000003, 6.4992010115000003, 6.7279283143099997, 6.83719902118, 6.9670805423799997, 7.1376257228400002, 7.3185795684699997, 7.4174379003000004, 7.6252542819300002, 7.7560876076699996, 7.97791101428, 8.1287972523200001, 8.2935032606900005, 8.4263936568899993, 8.7299676982999994, 8.9000309257799994, 9.2106417444800002, 9.4067341973099996, 9.6877599453100007, 9.8288098032200004, 10.1462267898, 10.4430670065, 10.7710082101, 10.9083004672, 11.0537899029, 11.351140496499999, 11.538958771800001, 11.919288993, 12.375346950699999, 12.6154005045, 12.9524855025, 13.285189669299999, 13.649405117900001, 13.802655147899999, 14.3746878025, 14.8989750379, 15.0686452095, 15.44874785, 15.955460911599999, 16.199894288199999, 17.0458946378, 17.5301252159, 18.4112497281, 18.916626085899999, 19.3485479418, 19.9851877306, 20.604288900899999, 20.943333255799999, 22.112819051599999, 22.959668231999999, 23.9954402314, 25.035153965599999, 25.796351962900001, 26.3445116589, 27.598244108500001, 29.492678119099999, 31.494753701, 33.570886100899997, 35.411126519100002, 38.343129207700002, 40.297936357899999, 43.269089215000001, 46.554746459699999, 50.1438786354, 55.452409753200001, 63.874460149000001, 67.985459050900005, 72.783745624700003, 78.750906101200002, 87.178006099399994, 99.277342007100003, 112.32447045000001, 150.08323985000001, 191.04328713300001, 243.74940976799999, 298.61209890999999, 610.57351237299997, 0.0, 0.14365451929100001, 0.18957677402299999, 0.22199376087, 0.23947365917300001, 0.27923813419900001, 0.30376922239699999, 0.34130260137399998, 0.37018363348299999, 0.39852502592, 0.42043849640699998, 0.449086279049, 0.48566461460900001, 0.51522238701900003, 0.53527463838099998, 0.55878126111399995, 0.57558991560799999, 0.60170381902000003, 0.61440597833099997, 0.62492627680099999, 0.64456984690600005, 0.66038800753100002, 0.67204091430099999, 0.68713981404900004, 0.69934187376699997, 0.71638006601299997, 0.73072718468300002, 0.75753415419600001, 0.76939140872400003, 0.79364917250900002, 0.811751128298, 0.82030423753799997, 0.84036478778699997, 0.85629058780800005, 0.88242755870699996, 0.90879942564799998, 0.92603904590499997, 0.93855599609700002, 0.95967573616799995, 0.96617694541400001, 0.98792001044, 1.00156976046, 1.01153057626, 1.0353518346699999, 1.05486723045, 1.07085911512, 1.09910531917, 1.11522376431, 1.1305179753100001, 1.1546508204399999, 1.1781173432600001, 1.19157394455, 1.2190490331999999, 1.24787505864, 1.27361506734, 1.2980636222699999, 1.31518378894, 1.3450052218399999, 1.3740854471799999, 1.39558556012, 1.41519699656, 1.4321123741399999, 1.45909622379, 1.4759330072700001, 1.4910300726400001, 1.51232373124, 1.5490811046699999, 1.5782570548899999, 1.6116668459000001, 1.62617849191, 1.6591646731, 1.69383967991, 1.72149942318, 1.74810559857, 1.7978507557100001, 1.8196064275499999, 1.8439294053699999, 1.85951442745, 1.89107086338, 1.93673967856, 1.96033355989, 1.99524000334, 2.0280809922900001, 2.0465420455199999, 2.0660751500700001, 2.1082666292100001, 2.1419500113600001, 2.1692545932899998, 2.1918809811900002, 2.2313430406800001, 2.2895699616299998, 2.3198331260499998, 2.3513058338000001, 2.4080887408899998, 2.4815537977800002, 2.50851999576, 2.5617387306700001, 2.6055769623199998, 2.6324085179700001, 2.6961178878899998, 2.7413602155099999, 2.7712317948799998, 2.8112071562300001, 2.8581867699200001, 2.9190632974400001, 2.9439800057899999, 3.0104094840100002, 3.05330503281, 3.10048262834, 3.17539590266, 3.24511619487, 3.3056217356499999, 3.3894902835899998, 3.4335423889599999, 3.4854372314700002, 3.5606476568300001, 3.6043560751500001, 3.66406156029, 3.7660563649099998, 3.82560813033, 3.9466078971199998, 4.0283572412000002, 4.07714877006, 4.1552108679300002, 4.2392816813699996, 4.3147199438200001, 4.3721369730999999, 4.4555652323799997, 4.5860495006899997, 4.6665459593199996, 4.7624381582100002, 4.8488614634399996, 4.97179759557, 5.0150206490000002, 5.1053040689999998, 5.2812791639799999, 5.3716757235900001, 5.5829288018599996, 5.6518465465299998, 5.7620823724100001, 5.8560109031899996, 6.0128804814499999, 6.1465396667499999, 6.2414128574400003, 6.3854761500099997, 6.5447042531899999, 6.7541882725000004, 6.9854005143200002, 7.1367012840399999, 7.3218030112200001, 7.49946696682, 7.6472229734199999, 7.8443990144000004, 7.99745891313, 8.1776134189099992, 8.3773452967500006, 8.5328760252000002, 8.7514477358700002, 9.0436490880000004, 9.2332685611399992, 9.5356141275600006, 9.7666024864200001, 9.94823040132, 10.300958636400001, 10.771366926100001, 11.085233969500001, 11.3324457523, 11.7174375167, 12.143472104400001, 12.303553276000001, 12.6481061467, 12.833583689599999, 13.203659956699999, 13.5986055699, 14.043362878, 14.626177334199999, 15.0760755417, 15.580834984399999, 16.312841933200001, 16.9821347018, 17.9935383499, 19.206358017199999, 19.9097935496, 20.7049210144, 21.193393770899998, 22.4118111278, 23.293576085200002, 24.460751301199998, 27.218111206700002, 28.9534668252, 31.141828193399999, 33.063105836200002, 36.594408596199997, 41.9655259134, 50.634196787, 57.4170436749, 66.004841056100005, 79.707781310800002, 93.567004987600001, 129.369356154, 263.52530093899998, 0.0, 0.099110105290900002, 0.152330008962, 0.19277005116400001, 0.21849998202900001, 0.23666692719999999, 0.257596221751, 0.27451854288499999, 0.29857050680000002, 0.31354284220099998, 0.33022769626800003, 0.33745039990999998, 0.34950560680999998, 0.36896880619099998, 0.38855134185000001, 0.41755081359899998, 0.425150061144, 0.44306593384300003, 0.45497931754199999, 0.480210732157, 0.49961199725900002, 0.52519732628100002, 0.54104302118299996, 0.55456165182600003, 0.57645288194699995, 0.58830880718699996, 0.61047699977699998, 0.62243525124499999, 0.64059305866600003, 0.64864591793299997, 0.66076567911499995, 0.67269456457499999, 0.69062452712199995, 0.70930687903199996, 0.72584855411399996, 0.74121377368600005, 0.75125743091999997, 0.77150265368000004, 0.78324441542400003, 0.79888631364700002, 0.81247216458500005, 0.83204971232799996, 0.84425730939599997, 0.85740264943900002, 0.87520806795200001, 0.88821997325500002, 0.90285273820699996, 0.918029579805, 0.92615377290000001, 0.944808560001, 0.95843032520799998, 0.96908459648199996, 0.98091068958799998, 0.99546224846599995, 1.0114143418099999, 1.0370041029999999, 1.05163455603, 1.06941917585, 1.0849323260699999, 1.09786891934, 1.1200484481799999, 1.1401856044400001, 1.1614766378400001, 1.1779927836999999, 1.18794131464, 1.19800995642, 1.2153169910399999, 1.23620743467, 1.2464006441, 1.28309014464, 1.30117129963, 1.3139480025800001, 1.32973840183, 1.34585218726, 1.36483113807, 1.3880086518200001, 1.4038694678400001, 1.4269838991299999, 1.4531887240500001, 1.4761551228100001, 1.49140958787, 1.50497619744, 1.51748249595, 1.54755568638, 1.56624981363, 1.5996976922199999, 1.6270535823300001, 1.64604277857, 1.66675355419, 1.69387124571, 1.7124303672300001, 1.7402106696399999, 1.7770409733200001, 1.79456862305, 1.8202531872000001, 1.84460821986, 1.86760077894, 1.89650572807, 1.9192579590500001, 1.95188224797, 1.96482546943, 1.9921085106, 2.0131483132499999, 2.05544343578, 2.0827595529899998, 2.1347983483699999, 2.16760564415, 2.2014516721900002, 2.2315870739900001, 2.2636169272100002, 2.30995438871, 2.3374033408299999, 2.3738865256000001, 2.3951038330599999, 2.4431717219700002, 2.4826850222400001, 2.5185317615099998, 2.5638428795100001, 2.6284306548999998, 2.66623660644, 2.7096591116400002, 2.7586335740300001, 2.8025663346699998, 2.8401708445299998, 2.8783352938300002, 2.9063543000399998, 2.9593598772399998, 2.9957288325500002, 3.0605506942799998, 3.10955011278, 3.1789052606700001, 3.2428513432099999, 3.3274186461299999, 3.4074444667899999, 3.4504525115, 3.52884017973, 3.5708077150699999, 3.6772565091299998, 3.7474521798599998, 3.8121617114599999, 3.9240511321899998, 4.02413852901, 4.0815085453500002, 4.1825546762599997, 4.2751667515599996, 4.3741820336400004, 4.4834872676200002, 4.5686814128700002, 4.6358562892300004, 4.8094489254399999, 4.9654168327999999, 5.1314477165500003, 5.25148158988, 5.4403573194500003, 5.6010313900300002, 5.7161651882199997, 5.8958565355000001, 6.0361890974200003, 6.16740467168, 6.3041850958600003, 6.44114745164, 6.60541649452, 6.7974616801999996, 6.97815602873, 7.1388403799600004, 7.4314686713300002, 7.8384931901600003, 8.2177028271400001, 8.6453372183900008, 9.1543142843100007, 9.3764541677899995, 9.7962854173, 10.1633267175, 10.574689812400001, 11.0937462194, 11.4000754819, 11.9914359538, 12.3258902671, 12.7457696507, 13.361289611, 14.0129741907, 14.632251501600001, 15.099323370900001, 16.134748603599999, 16.802461663300001, 17.854647673100001, 18.834756072000001, 20.042735115799999, 21.573609706300001, 22.868457402400001, 24.574192288399999, 26.8474848352, 30.083792871499998, 34.499075183899997, 38.6709205943, 44.689686852000001, 52.857340428500002, 72.813133754999996, 91.564507002300005, 158.818628891, 939.11373358000003, 0.0, 0.071205885244299993, 0.099254028698600005, 0.14849104281600001, 0.17292354310999999, 0.20032666224500001, 0.226406277543, 0.23815469487599999, 0.26703405121599999, 0.28197072629300002, 0.296082146193, 0.31125854952699999, 0.32554466413499999, 0.33804933218900002, 0.35118970952299999, 0.371085578114, 0.39491385706400001, 0.413740038782, 0.42221028600999999, 0.44225862765200002, 0.458189520006, 0.48022475118199998, 0.49685298807599998, 0.51500317491299996, 0.53482118753700003, 0.55247938228399995, 0.57330658115499999, 0.58475963165199996, 0.60106501656199995, 0.62413217304400004, 0.63793653903699998, 0.65128873183500002, 0.66636704386000001, 0.67951755835000005, 0.68956025540200006, 0.70245093627400002, 0.71504184012600003, 0.73014210840100002, 0.74713784886300005, 0.75935155136999999, 0.77523714645700004, 0.78405425336400003, 0.79615963931099998, 0.81110455864499997, 0.82545864838799998, 0.83566202986100002, 0.85063666826600004, 0.87077765663700002, 0.88045508705099995, 0.89294081845100004, 0.90498155226699994, 0.91781500438800001, 0.93111410315300003, 0.94545406555199996, 0.95838819225799998, 0.96877608392100001, 0.98476526685599997, 1.0010342642000001, 1.0119849276699999, 1.03464783319, 1.05455213715, 1.0711504321800001, 1.08010453195, 1.1004877825999999, 1.10818262538, 1.1246761488799999, 1.13470825936, 1.14750678231, 1.1632448283100001, 1.18449169262, 1.2011657527599999, 1.2152811055699999, 1.2364506326, 1.24964319272, 1.2661037937899999, 1.2785791013300001, 1.2962377117699999, 1.3138558072099999, 1.3362693854300001, 1.34951663893, 1.3637686600700001, 1.37717976853, 1.3942209300999999, 1.4185816293, 1.43866597309, 1.45276157482, 1.48127714521, 1.5023296186499999, 1.52673585641, 1.5503318122600001, 1.5888091586999999, 1.6062719352799999, 1.6295964377400001, 1.6612388523299999, 1.6812256221899999, 1.70508917316, 1.72112188896, 1.74686294045, 1.7609156044800001, 1.7888509017400001, 1.8132839677799999, 1.8432731273, 1.8705117570000001, 1.89982085224, 1.9362197326199999, 1.96069015259, 1.9880007387600001, 2.0201535914000002, 2.0573265057399999, 2.0987964366999998, 2.13211771373, 2.1622274845799998, 2.1903685766800001, 2.22533347206, 2.26089786499, 2.3105003291199999, 2.33786317109, 2.37516129651, 2.4193923972300002, 2.4579148222399998, 2.5029183158800001, 2.53381912593, 2.5677307283899999, 2.6162502017999998, 2.6750579269800001, 2.7203789138199999, 2.7458139153899999, 2.8254724574300001, 2.8565396273200001, 2.9040559269499999, 2.9651085310499998, 3.0196812095999999, 3.0843657504699999, 3.1558869808600001, 3.2223894339400001, 3.2603729802400001, 3.3614620894799998, 3.4362647479800001, 3.53920130259, 3.5756943688499998, 3.64101261846, 3.7233677998300001, 3.8016940916299999, 3.9106972227400001, 3.9990351336300001, 4.0897762814999998, 4.1774051907800001, 4.2798115401099999, 4.3711459042799996, 4.4838086749199997, 4.5942578656300004, 4.69725646861, 4.8356147641699998, 4.9568908200199999, 5.0559387430399996, 5.1307907403700002, 5.29064241813, 5.4495402731300002, 5.5692069479899997, 5.8023798879999999, 5.9217137438199998, 6.1545111640699997, 6.2686946022500001, 6.4619248209700002, 6.6102067457500002, 6.8760747683199996, 7.1590374621899997, 7.31422994403, 7.6196963320300002, 7.9330981866299997, 8.3005559691100004, 8.5080589881200002, 8.9030525835399992, 9.3843270585099994, 9.88649146809, 10.279354769599999, 10.603107312100001, 11.1118716186, 11.4784714402, 12.035536117199999, 12.847959552400001, 13.415735074900001, 14.1791106731, 15.0355747631, 16.9356357166, 17.805067612999999, 19.342641049299999, 21.009071134500001, 23.1764543914, 25.379614414799999, 27.885782949300001, 29.619482312399999, 33.254904224999997, 36.867160964200004, 40.4774911481, 50.2787838733, 62.180321216899998, 80.798575822199993, 94.584243390899999, 131.07441246799999, 532.11553542800004, 0.0, 0.066750493128400007, 0.10229228903, 0.14064849221799999, 0.16816604212, 0.185917820027, 0.21145207109799999, 0.22637409875299999, 0.23827441847700001, 0.25325002214100001, 0.282002121386, 0.29459754431500002, 0.309921025947, 0.32256024829399998, 0.33607649321799998, 0.35308583886400002, 0.366974488228, 0.38834215578600001, 0.407453141593, 0.42152609543199998, 0.44240079751299999, 0.45519187153599999, 0.46297707882400002, 0.47982221228700001, 0.49667630123599998, 0.508498258634, 0.51689250307900003, 0.53635170713299996, 0.55035959890200004, 0.56783201126299998, 0.58585694882899997, 0.59530161133699999, 0.60864863465700003, 0.61872677583699998, 0.63314266869000002, 0.64227626695200002, 0.66366778123400005, 0.67270302950299998, 0.68420389566899997, 0.69282668375900003, 0.70143224682899996, 0.71443579991700001, 0.72615598912400003, 0.73642045277699997, 0.74797476862599999, 0.75717018072300002, 0.76798353829599997, 0.77486375038599997, 0.79414765885500005, 0.80854204945800001, 0.82112865231700005, 0.83235531435499999, 0.84902111566299998, 0.85542717883200003, 0.85897397230799999, 0.87704088496099997, 0.89151271520300002, 0.90700102609599997, 0.920719450271, 0.92891160690200003, 0.938857619857, 0.94825684266300003, 0.95986000285999995, 0.96960811962399995, 0.989941122374, 1.00360008757, 1.02107596077, 1.03643638202, 1.0502377328700001, 1.0717680324100001, 1.0865864964900001, 1.0954103929900001, 1.10647648545, 1.11919554073, 1.1348944810799999, 1.1478893503600001, 1.1583683144100001, 1.17725367471, 1.1977476949200001, 1.2115494448899999, 1.2227006682499999, 1.23641648061, 1.2453807854500001, 1.2593987794899999, 1.26998244399, 1.2869142286699999, 1.30049557207, 1.31446944898, 1.3295110779099999, 1.3446024810899999, 1.3719517782999999, 1.3907558123199999, 1.40705250973, 1.4264556633200001, 1.4396767485499999, 1.46991083644, 1.4987499147300001, 1.51363764814, 1.5369634294400001, 1.55497159429, 1.58019513401, 1.58671558905, 1.6122642631099999, 1.6513557926, 1.68400062899, 1.7089437540000001, 1.72753924255, 1.7453552720800001, 1.7758454361, 1.7994335997999999, 1.82770292952, 1.84731671466, 1.8985423459799999, 1.9145465641699999, 1.9448048626000001, 1.9916997561000001, 2.0178550764300001, 2.0361698775099999, 2.0577739526799999, 2.0831203668899998, 2.1103632127899998, 2.1537354568799998, 2.1788561526999999, 2.2045213341899998, 2.2224788538400002, 2.2635629295799999, 2.3165276562799999, 2.34821085414, 2.3981207218199998, 2.4198916383700002, 2.4597388271499998, 2.5017065354999999, 2.56256913084, 2.60073239413, 2.6306494736500001, 2.6860626220700001, 2.7343736190899999, 2.8116594856499999, 2.8637335040699998, 2.9264728333900001, 2.9955476839699999, 3.05285386085, 3.1356878770200001, 3.2072182033300001, 3.26764142152, 3.3485823077900001, 3.4312097504199999, 3.4816563758900001, 3.5584231314100001, 3.6375811375099998, 3.7335599506700001, 3.8014008857100001, 3.8705553019300001, 3.9806979118000001, 4.0971698101299996, 4.1749168167999997, 4.3083366103599996, 4.38165849577, 4.5310804208600004, 4.6613092856899998, 4.7803056653900002, 4.9095209439899996, 5.0546229367600004, 5.2110820221100003, 5.3463510691199998, 5.52429734599, 5.6756130707899999, 5.9685799046800003, 6.1860199186999996, 6.3195153450500001, 6.6566660244499998, 6.9673972764899998, 7.26908683037, 7.6488825007600001, 7.8611350773700002, 8.2320652147600004, 8.4210908255200003, 8.9496041073600008, 9.5584199425000005, 10.1439245514, 10.6423118073, 11.0791716855, 11.838823182500001, 12.7106408238, 14.1580993885, 15.148907718, 15.904843132, 17.434395016500002, 18.518727628800001, 20.121463138599999, 22.7076019362, 24.3760430058, 27.247058263300001, 30.661631466599999, 33.079547519400002, 39.127879890599999, 48.943565214800003, 59.4575606151, 91.335874697400001, 141.45432793200001, 411.661489776, 0.0, 0.069952231864699996, 0.103404633578, 0.125014068162, 0.146010270449, 0.16359155444599999, 0.178864568833, 0.19599840432599999, 0.21261593381499999, 0.22711972642700001, 0.243111674684, 0.25767461785399998, 0.27180823360799999, 0.28563106170000002, 0.30065227522400001, 0.31466033367599999, 0.32740274431499999, 0.34144162964000002, 0.35392977821499999, 0.36739586603699997, 0.37668601825699999, 0.38997906091099999, 0.40341912954199999, 0.416373727157, 0.426895908682, 0.43977830899800002, 0.45258671966300001, 0.466514605217, 0.477389064152, 0.48977333283500002, 0.50163197604999998, 0.51199626571900003, 0.52444304417700005, 0.535756267392, 0.54517617178599997, 0.556723976482, 0.56923743022399997, 0.58148013003300003, 0.59338244193300005, 0.60349023988499995, 0.61844448197599999, 0.63082462731599998, 0.64077938591500005, 0.65387489192500003, 0.66469357132100004, 0.67819373925399995, 0.68727074573400004, 0.69848718075600003, 0.71043795726600001, 0.71961915177299995, 0.72969713364300004, 0.74107602282600005, 0.75606721670699994, 0.76643518425500001, 0.77845497049099999, 0.78839543992500005, 0.80132022172700001, 0.81246877456, 0.82543482006900004, 0.835142423425, 0.84674802068300004, 0.85967143818799996, 0.87125300477599998, 0.88408451673499999, 0.89664194416599996, 0.91062205430599996, 0.92119895144599995, 0.93242997074199996, 0.94571219445300003, 0.96041450364400005, 0.97224013435699996, 0.98495533130900004, 0.99919196810900002, 1.0129236124100001, 1.02562802722, 1.0390578098300001, 1.05327349462, 1.06699289985, 1.08003878786, 1.0911503311699999, 1.10287478431, 1.11752324595, 1.1314149261899999, 1.1474113539199999, 1.1623424598800001, 1.1809099334199999, 1.19698636893, 1.21181796755, 1.22544671282, 1.24244196167, 1.25768137753, 1.2753336486, 1.29073541071, 1.3028499501799999, 1.3187969502100001, 1.33382177937, 1.35329432786, 1.3654396608399999, 1.3831852898699999, 1.4053731868899999, 1.4244601671899999, 1.4458595538900001, 1.4624828517299999, 1.48424757851, 1.50258889287, 1.5267644454, 1.54442727619, 1.56845111196, 1.5867698647199999, 1.60842558029, 1.6313088751, 1.6534369558899999, 1.6753389600899999, 1.69620207473, 1.7204189063699999, 1.7419530680599999, 1.76805842778, 1.7922030172000001, 1.8188034212699999, 1.85148643519, 1.8773786266000001, 1.90256305862, 1.9386203775399999, 1.9687813707199999, 1.9981566611499999, 2.0245303042499998, 2.0584208427499999, 2.0946946719900001, 2.1348120365500001, 2.1791471443199999, 2.2224520832399999, 2.2595687931800001, 2.3106923875200001, 2.3553963857400002, 2.3983286546599998, 2.4436515071799998, 2.4865189620699999, 2.5405446707500001, 2.59421388661, 2.64091695706, 2.6996385735900001, 2.7473734419100002, 2.8035977565799999, 2.8535299568900001, 2.91542786179, 2.9893281334399999, 3.0516305485699999, 3.1163028661999999, 3.1947678399299999, 3.2663049222699998, 3.3339853805400002, 3.40237096205, 3.4768322926400002, 3.5806851899900001, 3.6801840510099999, 3.7872722453700001, 3.8916915748699998, 3.9917050980400002, 4.0940578914500003, 4.19602458524, 4.3323371208100001, 4.4338250448399998, 4.5732353526800003, 4.7071896650899996, 4.8371637819700002, 4.9861306159599996, 5.1247005951200002, 5.2989900989100001, 5.4331191858299999, 5.5988276453600001, 5.8197641223699996, 6.0307234869500004, 6.2629671258800004, 6.4723292924600004, 6.73373305351, 7.0011281823499996, 7.2896172889599997, 7.6282663585300003, 7.9822597848400001, 8.4459703825899997, 8.8384469969099992, 9.2101115074000006, 9.73610634934, 10.3512776241, 10.917239822399999, 11.6235706159, 12.2958078571, 12.939563854899999, 14.2324201348, 15.485703747200001, 16.9857809226, 18.432059703, 20.321399149499999, 22.561711453099999, 25.531954585200001, 29.543395520299999, 34.331229479900003, 42.111056517599998, 54.231741921900003, 88.569928594700002, 402.90323270200003, 0.0, 0.063832780404899994, 0.097778217097499995, 0.12370909607, 0.150339924072, 0.16482266304000001, 0.17990570626399999, 0.190646713912, 0.20163809948600001, 0.216830757348, 0.22812951506500001, 0.24021891326399999, 0.25541866841600003, 0.269018368043, 0.28049226030899999, 0.29164957411100001, 0.30229091825999999, 0.31343659256900003, 0.327727185596, 0.33950733116499998, 0.35546334505900001, 0.36812325794200002, 0.38133767715299999, 0.394597620963, 0.404978263841, 0.41815375781000003, 0.42864653293400001, 0.444894300819, 0.454376903331, 0.46341028375999999, 0.47599157488299998, 0.48560628028199998, 0.49777311032799998, 0.508833944353, 0.52141721957599996, 0.53079993862899999, 0.54083525487700002, 0.55116155918099996, 0.56028981112599996, 0.571200303066, 0.58044683485600002, 0.58839931947599999, 0.59900193670599999, 0.60844513668900002, 0.61984074999700001, 0.630706376051, 0.64055060618699999, 0.65022883648700003, 0.65969805240099999, 0.67173860230299998, 0.683039145269, 0.69151743825699996, 0.70492328902000001, 0.71497674644599996, 0.72455754197800004, 0.73626892393499999, 0.74666068393600005, 0.75711837954399996, 0.76917986479, 0.78031391817899998, 0.79003646883199996, 0.80178135233600001, 0.81294330929500003, 0.82479240642999996, 0.83793294590599998, 0.84856051750299999, 0.857727050288, 0.867523080562, 0.87989898293299995, 0.88810730552100003, 0.89899588869799996, 0.90918788036700005, 0.92161182284099996, 0.93310880618299996, 0.94666983786799996, 0.95950586438800001, 0.96954717752200004, 0.98183054360800004, 0.99327109762300003, 1.0071871810099999, 1.0199396023, 1.0299591745400001, 1.0433590956800001, 1.0579526586200001, 1.0722037652, 1.0856825564000001, 1.10062275455, 1.11366547931, 1.12553109294, 1.1369984132099999, 1.1497029036699999, 1.16306292312, 1.17522255584, 1.1892082610600001, 1.2041212236300001, 1.22190050707, 1.2347118934600001, 1.2504314859500001, 1.2629302579599999, 1.2791680786099999, 1.29405735901, 1.3107720617700001, 1.32643387797, 1.3415152129300001, 1.3620274129300001, 1.3823476697499999, 1.40444011877, 1.42173569526, 1.4364703857500001, 1.45484612731, 1.47972134044, 1.49655634371, 1.5141380044499999, 1.53379025535, 1.5555036580899999, 1.5714663036600001, 1.59647294538, 1.6138151759899999, 1.6380127097199999, 1.6594163419300001, 1.6820072233800001, 1.7019879011500001, 1.7246555912899999, 1.75616951171, 1.7809849497500001, 1.8095401046899999, 1.83533696471, 1.8573176551099999, 1.88542875324, 1.92090178934, 1.9505618811500001, 1.9774596313099999, 2.0068544301600002, 2.0350921018900001, 2.0643959097, 2.1062800026400001, 2.1347376230699999, 2.1742676793900002, 2.2104098855299998, 2.2514941680099998, 2.2912348247100001, 2.3349554164100002, 2.3796253970099999, 2.41766195211, 2.4815347228200002, 2.5296861327400002, 2.57523096673, 2.6414826618, 2.6880090127099998, 2.7379395286100001, 2.7971131333199999, 2.8454615301600001, 2.9012187913899998, 2.9675790254000001, 3.04978866032, 3.12354871979, 3.2117080755199998, 3.3031992991200001, 3.3786495999400001, 3.4622786505200001, 3.5341733641599999, 3.5975451787299999, 3.7026608369999998, 3.82558431557, 3.9485708722999999, 4.0749917626799999, 4.2182278466299996, 4.3815530054699998, 4.5579379614200004, 4.7079073862299996, 4.8861754887000002, 5.0662849643500003, 5.2496674690900003, 5.4708584275999996, 5.6873944276300001, 5.9465154086899998, 6.10841977807, 6.32522045284, 6.6457452149499998, 6.8963618663700004, 7.1600629694100002, 7.4849075540900003, 7.8078159674899998, 8.1135987260599993, 8.6434490614699993, 9.3138777741999998, 9.9096943796500003, 10.5413045729, 11.158948712999999, 11.999104899500001, 12.8985733307, 13.9490047253, 15.518092394, 17.033131729600001, 18.432082803299998, 20.708613102099999, 23.123985660399999, 27.884421759599999, 36.561019225000003, 61.076641297099997, 468.04625970900003, 0.0, 0.067076529355799996, 0.097824586424400006, 0.12058047219699999, 0.135066352689, 0.15703805450399999, 0.16865220856099999, 0.18272153189500001, 0.19456107267299999, 0.20905544303500001, 0.22429021016199999, 0.23682684978499999, 0.24961005214199999, 0.26225295033399998, 0.27282432554800001, 0.283602099439, 0.29623312604699997, 0.30840842319700001, 0.31645548412699998, 0.33143452632300002, 0.343712260145, 0.35341928343099999, 0.36635377466399999, 0.37717670892999999, 0.39032523504299999, 0.40013045900700001, 0.41162395957300002, 0.42423155816699998, 0.43186283101, 0.44215015996599999, 0.45428937582200002, 0.46224971743999999, 0.47594444504299999, 0.48807023390400001, 0.49693964716900002, 0.51019137347099996, 0.52165237357899996, 0.53174150971800005, 0.54256492119300004, 0.55515020156399997, 0.56325486596700003, 0.57178372078899997, 0.57891384744999996, 0.58826455880299999, 0.59910449639800001, 0.60935191848000003, 0.61881052080400001, 0.62702569041300005, 0.63798126176500003, 0.64999626073299999, 0.66409842520700002, 0.67206511322700002, 0.68117655017099998, 0.69235691936599997, 0.70629027472700001, 0.71718753920199996, 0.72825030830899995, 0.73958277894699997, 0.74721313986399995, 0.75951044739999996, 0.77054717878099999, 0.78033716992000002, 0.791657009508, 0.80069783012999995, 0.81151864388700001, 0.82257967604500004, 0.83376565960100002, 0.84367481175100001, 0.85373445615999999, 0.86281664475599995, 0.87277267299399997, 0.88522150941099997, 0.895112829577, 0.90741716188900001, 0.91619554643300005, 0.92601655850499998, 0.93734361345600004, 0.94620041333000005, 0.95712672909899998, 0.96744573225499997, 0.98318977108299999, 0.99187947130599996, 1.00505446816, 1.0135141032699999, 1.02598410227, 1.0352951482399999, 1.0473143060900001, 1.0610104522899999, 1.07557548922, 1.0886540525699999, 1.1030302993000001, 1.1222000890499999, 1.1397653729499999, 1.15430437835, 1.1696993848599999, 1.1869488960800001, 1.20122564741, 1.2141587142000001, 1.2257708751700001, 1.2411522805399999, 1.2560045466400001, 1.27446251035, 1.2841952131300001, 1.2982208578200001, 1.3182157576, 1.3298159782600001, 1.3424136029, 1.3604328317200001, 1.3767068167600001, 1.39749108045, 1.4148267830400001, 1.43982412632, 1.45450195158, 1.47070553463, 1.4842104270200001, 1.5036094415600001, 1.5196111004899999, 1.5427837280000001, 1.56874118822, 1.59012806749, 1.6156339281200001, 1.6415259814800001, 1.6627342303899999, 1.68678597138, 1.7123700775899999, 1.7355941341300001, 1.7575287234700001, 1.77549370303, 1.8023242212999999, 1.8306364744700001, 1.86843117775, 1.89616140233, 1.92693168508, 1.94653908551, 1.9674301249699999, 2.0023775987399999, 2.0410970809600002, 2.0712419181500001, 2.1001298794399998, 2.1435551353000002, 2.18745519946, 2.2407411531300001, 2.2877176484300001, 2.3482386991299999, 2.3878544206000001, 2.4256485211599998, 2.4689746994299999, 2.54115707404, 2.6060044637200002, 2.6471446480799998, 2.7082778846300002, 2.7625848318599999, 2.8217618519399998, 2.8730281955899999, 2.94944935405, 2.9984511177900002, 3.06158326156, 3.1477109402800001, 3.2264457052400002, 3.3135370713699999, 3.3913116560900001, 3.46766561982, 3.5469306652600001, 3.6270133483599998, 3.7196516111200002, 3.8300128499600001, 3.9706856961599999, 4.0624593885399998, 4.16862605645, 4.32355081595, 4.4582130280000003, 4.5901068198399999, 4.7253251831799998, 4.8713623347399997, 5.0670691161099999, 5.2375849693000003, 5.3887073546400002, 5.6495635870200003, 5.8884178613599998, 6.1407571599699997, 6.3858608976199998, 6.6661948102800004, 7.0439049067599999, 7.3559915120800001, 7.73009363221, 8.2262361691900008, 8.8019442355600006, 9.2680434525499997, 9.7743200198599993, 10.6920252267, 11.3785733059, 12.170137853, 13.036613519199999, 14.486048819000001, 16.028067222499999, 17.977721620600001, 20.963719555200001, 25.110074835700001, 32.315204575999999, 51.776266767099997, 108.063764331, 0.0, 0.074209559522700003, 0.108008052641, 0.12807119272199999, 0.145696860505, 0.15949782790200001, 0.17030767784699999, 0.181856162219, 0.194359775116, 0.206545451204, 0.216886655718, 0.227597454714, 0.239520822277, 0.24975972163499999, 0.26174800391699998, 0.27515156150300002, 0.28928260960800001, 0.30056007218699998, 0.31177038148300001, 0.32223273686999998, 0.33233709398299999, 0.34226863585799999, 0.35054033371600002, 0.36272022538900001, 0.37265758299599999, 0.38450845354800001, 0.392952528902, 0.40280374789700002, 0.41239163517100003, 0.42225057636800001, 0.43390677896199997, 0.44589553585300001, 0.456357880291, 0.46605928183400003, 0.47533877800199997, 0.485109944056, 0.49754601794199999, 0.50792030114300002, 0.51923692407099997, 0.52864927728800004, 0.53777407420400003, 0.54790751383199998, 0.55673983995999998, 0.56698607143699997, 0.57670367642800002, 0.58667471005899996, 0.596751819495, 0.60570130209100004, 0.61498993393199997, 0.62532916186599996, 0.63421809777399996, 0.643945582415, 0.652131236, 0.66037342159400003, 0.66984241853199999, 0.68013004284099998, 0.68891506562500004, 0.69795858717600001, 0.70724072355500001, 0.71773910407499997, 0.72600456224599996, 0.73529066837299994, 0.74465581544199999, 0.75311728489600005, 0.76285052475299997, 0.77230557399699995, 0.78194921514500004, 0.79213459741699999, 0.80258535964699995, 0.81396443458699996, 0.82267338024400005, 0.83206771620599995, 0.83984893131100002, 0.85244698240700001, 0.860212067124, 0.87121284808199995, 0.88206426743400002, 0.893602624377, 0.90550090295300001, 0.91868520951400001, 0.92977380346299998, 0.94206318246999998, 0.95246633238900003, 0.96670282891199999, 0.97605982209599995, 0.98559747736000003, 0.99585577432700001, 1.00707064259, 1.01710690075, 1.02898182166, 1.04428034784, 1.0538694818500001, 1.06500309695, 1.0756346263800001, 1.08768054822, 1.0986564112699999, 1.11056517658, 1.1222492032, 1.13556072341, 1.1472841566, 1.16118311944, 1.17259765348, 1.1861421571199999, 1.1985894798400001, 1.20980222263, 1.2233664048399999, 1.2385002300500001, 1.2516226459299999, 1.2669008712400001, 1.2794959423800001, 1.2958611531299999, 1.31116706463, 1.32857407312, 1.34365731571, 1.35879876289, 1.3767427480700001, 1.3927745273200001, 1.41141387435, 1.4296441628400001, 1.4469934928999999, 1.46603314043, 1.4837471764900001, 1.5016602720400001, 1.51855715617, 1.5372635274499999, 1.55585749083, 1.5776110083899999, 1.59566951462, 1.62476079488, 1.6471928626000001, 1.6678247338300001, 1.6864094001200001, 1.7115934443700001, 1.7389659531499999, 1.76721239977, 1.78849994105, 1.81312786502, 1.8365295582100001, 1.8646738456900001, 1.8978807795199999, 1.9240405234, 1.9549490789899999, 1.98972377392, 2.0200230888899999, 2.0589141742399999, 2.10302415543, 2.14058485254, 2.1818536127199999, 2.2299519963300001, 2.2712959938699999, 2.3135445986500001, 2.3566542270399999, 2.3959056922599999, 2.4446333513399998, 2.4952439185199999, 2.5492654399200001, 2.6106037504100001, 2.6602865229799999, 2.7105208912299998, 2.7745671455899998, 2.8333797499900002, 2.9008461857499999, 2.96494326499, 3.0289889630300002, 3.10234506861, 3.1725169557099999, 3.2548023935399999, 3.3312575634499999, 3.41501385226, 3.5077691502100001, 3.6109139158899999, 3.70736489466, 3.8078795299400001, 3.9399935880500001, 4.0729162849399998, 4.1754315477999997, 4.32871701963, 4.4670420558400004, 4.6172360869400002, 4.7801353008799996, 4.9685158392900002, 5.1787521224099997, 5.3659561809799996, 5.5579867362700002, 5.80647069765, 6.0770936171800001, 6.3474439077599998, 6.62582338065, 6.9727248909400004, 7.3991913842899999, 7.8834449215399998, 8.5166144845100007, 9.2030546325000007, 9.88020733826, 10.866036106699999, 12.0758777085, 14.18128042, 16.712052750600002, 20.430876708300001, 27.2913398323, 198.831343334, 0.0, 0.069244384700200001, 0.088432101515100003, 0.10716305206, 0.12503845091900001, 0.140404065533, 0.15732758095900001, 0.17026163426999999, 0.181554153262, 0.19229104097999999, 0.20063488720700001, 0.20918075219000001, 0.22448851398700001, 0.23329259600999999, 0.243417838223, 0.25098683398999999, 0.26086665715599999, 0.26722012921400001, 0.27447102517700001, 0.28549280903099999, 0.29370514330199998, 0.30435794709199998, 0.31171401890299999, 0.32079725821600003, 0.33073290586199999, 0.340392028515, 0.35038726600499998, 0.35811690266399998, 0.36447411653700001, 0.37185544116399999, 0.381082348721, 0.390780214455, 0.39830952785200002, 0.40748168602500001, 0.41488373765499997, 0.42543510561100001, 0.43158160961199998, 0.44002625662900002, 0.44926347686599999, 0.45776432919799998, 0.468022411503, 0.47664440380200002, 0.48258490950499999, 0.48896171374500003, 0.496491820137, 0.50698509859999996, 0.51452015906199999, 0.52068937139100002, 0.52946408477100004, 0.53880448153799998, 0.548801791313, 0.555995027759, 0.56369511933200001, 0.57026213611200005, 0.57917412801400003, 0.58903117523000004, 0.59960305490099997, 0.60673607228299997, 0.61394249280099999, 0.62335872512500001, 0.62950473092000003, 0.63564906077100003, 0.64370653836500002, 0.65068290176499999, 0.65692425783200004, 0.66660140937199996, 0.67467287438699997, 0.68340267482299999, 0.69234704669500002, 0.70022548729900003, 0.70878108772100001, 0.71517132508000003, 0.72483344563800001, 0.73510369684400001, 0.74464179844099998, 0.75114169742299997, 0.75948786098200005, 0.76927896632399995, 0.780181603981, 0.79038397953499995, 0.79658809158499999, 0.80565180419899995, 0.81340080992999997, 0.82502676166900002, 0.83237961296700003, 0.84110268556400003, 0.85232968998699998, 0.86273446105600005, 0.87069963084699997, 0.88137854582999997, 0.89128913714400004, 0.90061058757400003, 0.90609412190700001, 0.91504032505999999, 0.92415693050900005, 0.93648983181699996, 0.94349116139300004, 0.95300702282700001, 0.96521719153999996, 0.97733292798399996, 0.98974230043699996, 1.0028012640199999, 1.01236890773, 1.0253034214500001, 1.0345343165800001, 1.0429324387700001, 1.0534672371, 1.06628868009, 1.07468795352, 1.08633326882, 1.09933424957, 1.1068518163600001, 1.12106242894, 1.13430375102, 1.1497669909499999, 1.16355554605, 1.1741333470999999, 1.1865602471200001, 1.19552264974, 1.20964466299, 1.2206552660600001, 1.2334735428900001, 1.2446193507100001, 1.26228052188, 1.2733668809500001, 1.2862487980799999, 1.29915564596, 1.31311637923, 1.3325804596099999, 1.34251302023, 1.3591003659500001, 1.377169549, 1.3924811167, 1.40750771045, 1.4232614989300001, 1.4396669344899999, 1.4651287187599999, 1.4899491085200001, 1.50816578923, 1.5249813512099999, 1.5484316629499999, 1.56552035633, 1.58626075727, 1.60321824898, 1.6254795315799999, 1.64592427713, 1.6680292001699999, 1.6929771865600001, 1.71641044875, 1.73825985627, 1.7655221754799999, 1.7903694698399999, 1.8124234588000001, 1.83919765728, 1.86770929471, 1.9001015000199999, 1.9321267789500001, 1.95584199638, 1.99690811411, 2.0217444230499999, 2.05376297292, 2.0929451083099999, 2.12301731176, 2.1526232798299998, 2.19298807375, 2.2255018723100002, 2.2689246505599998, 2.3179026897699999, 2.3644121098699999, 2.4221039841300001, 2.4838688069799999, 2.53466998697, 2.6042919607999999, 2.6812450073999998, 2.7654172146999998, 2.8309204248399999, 2.9094078948100002, 2.9876772553499999, 3.0748530970700001, 3.1622064731699999, 3.24147451246, 3.32558384886, 3.4422202342600001, 3.5775338240400001, 3.7141610497599999, 3.87173250803, 4.0663966875900002, 4.29308118297, 4.4781034155099997, 4.7041054642700004, 5.0488522514199996, 5.3311777928700002, 5.6656935490200002, 6.1539089237400004, 6.8843836607600002, 7.4347424954000001, 8.2978267417500007, 9.6243020157500005, 11.369168954199999, 15.540639672399999, 76.1760172643, 0.0, 0.049706365699999998, 0.0666592682662, 0.088322065368899999, 0.104536859611, 0.11923256786399999, 0.127291144238, 0.13502577832400001, 0.140820543469, 0.15139945632400001, 0.16099717066999999, 0.16793664804899999, 0.179770597659, 0.18534480911599999, 0.19437588065, 0.20501796081000001, 0.21442507195499999, 0.223638661722, 0.235448046864, 0.24069837603999999, 0.249796619168, 0.2569021037, 0.26571241794099998, 0.273484835112, 0.28264031867099998, 0.29203238294299999, 0.30128506578199998, 0.30890798204499997, 0.31400372247300001, 0.32085907990500001, 0.33018590514200002, 0.33434813763600002, 0.34099138695100001, 0.34839419218399997, 0.36043796979300002, 0.366921197137, 0.374978179395, 0.380142953738, 0.38497527854699998, 0.39412431397300002, 0.40294224279800001, 0.41036947119900002, 0.42097414080500001, 0.426696154529, 0.43405547629300001, 0.438076390323, 0.44626941882600002, 0.45209988855099997, 0.46025667702299999, 0.46751534699899999, 0.47569740786199999, 0.48648925341600002, 0.49365845173799999, 0.50062076512099996, 0.50762099689399998, 0.51599561488599999, 0.52069070294499997, 0.52771734894599998, 0.53507770527700005, 0.53957262010100004, 0.54687563426600005, 0.55882733756900005, 0.56778279961099998, 0.57581367970300001, 0.58169558514099995, 0.589416835832, 0.59799990574399997, 0.60309451416000004, 0.60776585343300005, 0.61113211528400002, 0.620751519689, 0.63049668177200002, 0.64186111209399999, 0.649049389792, 0.65881032984999999, 0.667603399933, 0.67500088551600002, 0.68058962597299999, 0.68475592303099997, 0.69020553863599998, 0.69297641552300004, 0.69919890922799999, 0.70692564551500003, 0.71223085652100004, 0.72213575435900001, 0.730079802251, 0.73971307206199999, 0.74754515744299999, 0.75906245692899998, 0.76535806436599996, 0.768435170424, 0.77936645084, 0.78371319966099995, 0.793548757173, 0.79992665980300004, 0.80669075308100002, 0.813805390164, 0.82073219292800004, 0.82530292600499999, 0.83254418888299997, 0.84023227490600005, 0.84610269681500005, 0.850974506809, 0.85604916181199997, 0.86800267070000003, 0.87548269182500005, 0.88170746226899999, 0.89168104316600005, 0.89886785180600004, 0.90941660694899995, 0.92091095976000004, 0.92713708903799996, 0.93255472954399998, 0.94075570205600001, 0.95405981205900003, 0.96338844277799995, 0.97402552055400005, 0.98526481076200001, 0.99808150342699997, 1.00881814468, 1.0181152037700001, 1.02462072395, 1.0362614133200001, 1.0501057383200001, 1.05573829434, 1.0663375241399999, 1.0815544234900001, 1.0920197863400001, 1.10280835408, 1.1180455459900001, 1.1302349147199999, 1.14338393376, 1.1517784771899999, 1.16459044846, 1.17843359548, 1.1909602731, 1.2038564818399999, 1.2161138792399999, 1.22899884794, 1.24167619324, 1.25804220029, 1.26669854112, 1.28319750286, 1.29839920006, 1.31138545902, 1.3222317000599999, 1.34185918055, 1.3547619368999999, 1.3711217067000001, 1.3874485756199999, 1.4017178245899999, 1.4176863825099999, 1.43525875504, 1.4513358921899999, 1.4669285814799999, 1.49058059786, 1.51243917885, 1.5343601628600001, 1.5519685841999999, 1.5858246281799999, 1.6052702545799999, 1.6255288476200001, 1.645511371, 1.67744979518, 1.7003145979100001, 1.7236176675199999, 1.74467645265, 1.7809151811699999, 1.8104241704099999, 1.85100020932, 1.8902605480300001, 1.9127629589099999, 1.94264465956, 1.98831619403, 2.0462312106199998, 2.1088091964400002, 2.1589111550700002, 2.19880416124, 2.2551363689100001, 2.32115689321, 2.3900112406699998, 2.4355086734200002, 2.53167527975, 2.5574390199299999, 2.69075228193, 2.80722131929, 2.8827815963000001, 3.0169724035100001, 3.1020365340699998, 3.2877647668300001, 3.4186314330799998, 3.55711527829, 3.7777833577900002, 4.0940063095600001, 4.35113022089, 4.7722176832300001, 5.4945754250499999, 6.0600360065499999, 6.7983858917699997, 9.1234186672500002, 40.009378980599998, 0.0, 0.067895952064799994, 0.084300078749299998, 0.095052432169299997, 0.102638659398, 0.112117784904, 0.11826939027900001, 0.12549932636300001, 0.12979818836900001, 0.14651996704600001, 0.15100212390600001, 0.161663165759, 0.16954870848299999, 0.177081348221, 0.18018558524200001, 0.18303580819699999, 0.19216015759300001, 0.19761816342399999, 0.20405892001000001, 0.208512677383, 0.2121909193, 0.219201257102, 0.226866968867, 0.23794276716900001, 0.24987132195699999, 0.25465170763400002, 0.26099785587800001, 0.26730559655899999, 0.28331961066, 0.29096521670800002, 0.29624967979200001, 0.29829805930100001, 0.30951316035100002, 0.31770754811700003, 0.32720886553700002, 0.33647444911699997, 0.34198895204000002, 0.35025569471500001, 0.35723583674800002, 0.36574792956399999, 0.37381139126899998, 0.38799391889500001, 0.39067031169299998, 0.39620024782899999, 0.40020907354500002, 0.406629782376, 0.41587001647900002, 0.42064605710199998, 0.427983894024, 0.43880340547500002, 0.446223080223, 0.450449340882, 0.45558651616200002, 0.46105934588699998, 0.46416526610600001, 0.47234232416100003, 0.47838800081799998, 0.48398364517499998, 0.49028214090200001, 0.499284532015, 0.50451360745100005, 0.509733914146, 0.51534943972199998, 0.51694525305200001, 0.52351544417600004, 0.52741635274900001, 0.53030801158100005, 0.54039249319000005, 0.543358519993, 0.55090831684899999, 0.56351528162800002, 0.57109497028699996, 0.57678495336900004, 0.58431894816300001, 0.59453107257500004, 0.60337885959000004, 0.61000337793399995, 0.61727383516599998, 0.62371645808300002, 0.629855469291, 0.64046230499599999, 0.64338774420900002, 0.64928236111199999, 0.65253922932700004, 0.65630438988100004, 0.66542800844200001, 0.67245369789099996, 0.67689678974900003, 0.68490163471400001, 0.697879548796, 0.70321721042899998, 0.70825620560000002, 0.71214130965099998, 0.71606229576000002, 0.72849739743399999, 0.72997690491599998, 0.73496304621899999, 0.74722916204000001, 0.75461055645599995, 0.76049922669799996, 0.76492250952399998, 0.77219537422499995, 0.77615043430200004, 0.78272629883699996, 0.78806707738399995, 0.803877101727, 0.81237050231600005, 0.82231101211000002, 0.82643891219300003, 0.82994343368199996, 0.84104036655799996, 0.85001450139900003, 0.85722719700299999, 0.86813520497600005, 0.87634807207999998, 0.87849406127499996, 0.88626760274000005, 0.89464524886600005, 0.89854680515700003, 0.90579336081200001, 0.90937836218900003, 0.92263809143499997, 0.92671709472899999, 0.93140291302300005, 0.93889838636400003, 0.94817473635500005, 0.95134624523199995, 0.95948566447500006, 0.96931430537899999, 0.97827519300099997, 0.98284090499800003, 0.98853660864199999, 0.99999303088000002, 1.00933104878, 1.02227252775, 1.0339923686800001, 1.03840687036, 1.04500879737, 1.05122171927, 1.06723984471, 1.07953686403, 1.09113807067, 1.10417487551, 1.11446546637, 1.1254220105599999, 1.1353940360999999, 1.16144655068, 1.1695186521200001, 1.1831819617599999, 1.2096151764900001, 1.2368935164299999, 1.2456266675500001, 1.25296303964, 1.26564891435, 1.2701959942000001, 1.28466851306, 1.29873724956, 1.31966389347, 1.3313272542500001, 1.34786430325, 1.3621826611400001, 1.3720433831700001, 1.3971090305, 1.4043458957999999, 1.4238434153299999, 1.4590867995000001, 1.4854743821, 1.5153253015599999, 1.54813838085, 1.57329724758, 1.6116532666100001, 1.62277970085, 1.63219947245, 1.6666665269000001, 1.73127681763, 1.7492774307700001, 1.80557771894, 1.8267234865099999, 1.88934211181, 1.9203963709, 1.99466093314, 2.0230718376899999, 2.0628543274000002, 2.1367073224899999, 2.1821320160500002, 2.22093938088, 2.3072520016700002, 2.3621845025599999, 2.44517002578, 2.5015913727800001, 2.5975738754100002, 2.7045052724200001, 2.8865631109500001, 3.1260959842, 3.39849260601, 3.6254807685400001, 4.0097191798100003, 4.5724242129699997, 5.4143250544999999, 6.3272292972399997, 17.5560575511, 0.0, 0.085458258148600003, 0.098622234580399995, 0.106568524017, 0.108057180859, 0.1107805041, 0.11464013028599999, 0.13602438252499999, 0.14300574817799999, 0.146684159845, 0.15122598984999999, 0.154733085331, 0.161754974932, 0.17723910406000001, 0.18032389045700001, 0.18658548177699999, 0.18746673820000001, 0.19896129970099999, 0.209234599805, 0.21980562614900001, 0.228062016284, 0.23711187915099999, 0.23869840689499999, 0.240361816358, 0.27144033681000002, 0.27327373169399999, 0.27458858408600001, 0.28007177711800002, 0.28248298888899998, 0.28387767697499999, 0.287453003343, 0.292023090998, 0.29519223190999999, 0.31407066578100001, 0.32033662902100002, 0.32377361486099998, 0.33791304018399998, 0.340145093994, 0.34355792125200002, 0.35986952431000002, 0.36278049873099999, 0.36565591999199998, 0.36887445402199998, 0.37307785833099999, 0.37522358431500002, 0.38644599385299999, 0.38905873533300001, 0.39011760635100001, 0.39429900482899999, 0.40016937602000002, 0.40636267913899998, 0.408103464438, 0.411985395905, 0.42002274379400001, 0.42424580987299998, 0.42889507706199997, 0.43431096613499998, 0.43634598755999998, 0.44074601502999999, 0.44833586654099999, 0.44981411452999998, 0.45139144803199999, 0.45825414352600002, 0.465858692219, 0.46971239089400002, 0.48073097106200002, 0.49008253400700003, 0.49019267044199999, 0.49421178442399999, 0.49592401222499999, 0.51649450538700004, 0.52148438326400004, 0.52450649919199999, 0.52875492868700003, 0.53851929926099995, 0.55522500190799995, 0.56567545616600001, 0.57500972364500003, 0.575413910571, 0.577492611263, 0.58282093829299997, 0.5882333891, 0.59178334343399996, 0.59490514439200004, 0.59707926005599998, 0.60398628531999998, 0.61018821270699997, 0.62788446277499999, 0.62845001268199996, 0.63245592828700004, 0.64203220116600002, 0.64960047364600004, 0.65218235923199996, 0.65302094855500004, 0.65709800478699998, 0.66525750618900004, 0.66772838617499997, 0.66931616078599998, 0.67398981338899999, 0.67995566798200002, 0.69261712558099997, 0.69323176238100004, 0.70328807748099997, 0.70817581305300004, 0.71362676385000001, 0.72122326659400005, 0.72982093594899999, 0.73501610749799995, 0.74418077769299995, 0.74740381350899998, 0.75972971198000006, 0.76542085452499997, 0.77293727748999996, 0.77569521588599999, 0.79040702133899998, 0.79124143409100001, 0.79674835901600005, 0.801314329913, 0.80761727105100001, 0.81334526814800001, 0.82599153547399995, 0.835753037664, 0.84010997734000004, 0.84324537731399996, 0.84524994337100001, 0.852251511771, 0.85726585936199995, 0.86776513236499997, 0.87321839355800002, 0.88257634312599997, 0.88885223178899997, 0.89462277052799999, 0.89929289721500005, 0.91054077473399997, 0.91235045283799998, 0.91859506476800001, 0.92379410344599999, 0.92778311003299996, 0.95200833907100002, 0.96058777907100001, 0.96275379136000006, 0.96711989399800002, 0.98158423342400003, 0.99959381644599998, 1.0158547410300001, 1.0257344455099999, 1.0386164152999999, 1.05829394823, 1.0652432737599999, 1.06870005665, 1.0850122523800001, 1.08895555924, 1.1035938848, 1.1079237802499999, 1.14480878564, 1.1555554675299999, 1.1789854119500001, 1.21604495077, 1.21944541763, 1.2255115895799999, 1.2349135122299999, 1.2574900653700001, 1.2756099428300001, 1.27830965632, 1.29563470054, 1.33511311013, 1.37879372829, 1.4104141532900001, 1.42999159888, 1.4340564609599999, 1.4404309370999999, 1.45125639917, 1.4753290649999999, 1.50104361326, 1.5067651051299999, 1.56173064277, 1.5867665737000001, 1.6529842751699999, 1.68573957888, 1.6981474139899999, 1.7544189081799999, 1.79075077468, 1.8606238073600001, 1.9675939468600001, 1.99649367583, 2.0088494420599998, 2.0624960910299999, 2.1345821995000001, 2.25477797389, 2.4129377727399999, 2.4947352830499998, 2.6183637912700002, 3.0074794112299998, 3.1791961046799999, 3.4293356642399999, 3.8514844690699999, 4.2517228191100003, 4.9637069833399998, 6.0765632038800002, 6.7603904355099997, 10.3173126473, 0.0, 0.078613919986899997, 0.086706257325800007, 0.086706257325800007, 0.114789651673, 0.12273957318299999, 0.127062920365, 0.128484790396, 0.13578225807899999, 0.13578225807899999, 0.14730174056500001, 0.14730174056500001, 0.15501754607599999, 0.17160764402600001, 0.17160764402600001, 0.17716597523700001, 0.19318889167600001, 0.201064059002, 0.20544566915199999, 0.208662339522, 0.208662339522, 0.209070783313, 0.217981911645, 0.21984720431800001, 0.22959168302800001, 0.22959168302800001, 0.22979925938500001, 0.23023398217900001, 0.23282324285100001, 0.23847389001200001, 0.24981772981200001, 0.24981772981200001, 0.251976912788, 0.26484603340399998, 0.267063574626, 0.276065116128, 0.27955725551999999, 0.27955725551999999, 0.29253129065099998, 0.29257984585899999, 0.29426519135099999, 0.29991973517600001, 0.29991973517600001, 0.300865581125, 0.30629956382500001, 0.33189640078299998, 0.33193362117300002, 0.332892715999, 0.332892715999, 0.33786995917700002, 0.34286355479300001, 0.35037131399499999, 0.36538777844499998, 0.36538777844499998, 0.39533598300400002, 0.40761459269400002, 0.43071349334699999, 0.44611156073300001, 0.44821302280300002, 0.44821302280300002, 0.45970379461999999, 0.479322648149, 0.49927725766600001, 0.50856338644599997, 0.50856338644599997, 0.51381349247600006, 0.52312377414900002, 0.52365255460899995, 0.524357535308, 0.52449511360300005, 0.53246792168500001, 0.53246792168500001, 0.53406269761799996, 0.54066543759600005, 0.54165597718199998, 0.54165597718199998, 0.54286979560399995, 0.54565296744199998, 0.54680412639599996, 0.55924698793600003, 0.55948804920899997, 0.55948804920899997, 0.56237285913900004, 0.61191574840100005, 0.61803286518099998, 0.62621800263899996, 0.62894744300399996, 0.62894744300399996, 0.64175065233299999, 0.64274226864700001, 0.643141090937, 0.64957757771299995, 0.64957757771299995, 0.65462416615899999, 0.65508592379599995, 0.65577214273499995, 0.65867533793400002, 0.65966257080699997, 0.65966257080699997, 0.67002637381200003, 0.6862767676, 0.68775204324200001, 0.68935688154399999, 0.68935688154399999, 0.68958321519599997, 0.69489243672400003, 0.69799974598299996, 0.70085954020999996, 0.70570470911100003, 0.70570470911100003, 0.71529355939600003, 0.71529355939600003, 0.73061672396900001, 0.73147192102699998, 0.73147192102699998, 0.73172502367900005, 0.74705904753800001, 0.75069245931200002, 0.76171481537700003, 0.78431047228100004, 0.78431047228100004, 0.79589062785700004, 0.79985244088700003, 0.80739451523600003, 0.80995278660199999, 0.80995278660199999, 0.818149271693, 0.81876691441600002, 0.82187704197599998, 0.82398018051199995, 0.83061310912300002, 0.83061310912300002, 0.841520560606, 0.84283988029500001, 0.845286826815, 0.85635186159599996, 0.88301536060399999, 0.88301536060399999, 0.89457113891100004, 0.90319721159599997, 0.91110728614600001, 0.920115781518, 0.920115781518, 0.924752016362, 0.93270708632099997, 0.93634613579199999, 0.93668785307699998, 0.938056933654, 0.938056933654, 0.963093301648, 0.97003534928799995, 0.97433733039600001, 0.98296990885400004, 0.98296990885400004, 0.99165891962800001, 0.99363899328700001, 1.00411505522, 1.0082220608200001, 1.04142653436, 1.04142653436, 1.05299960148, 1.0584566497800001, 1.0631344471799999, 1.0702232139000001, 1.0702232139000001, 1.0745255061000001, 1.07801171048, 1.09546502235, 1.1130150782399999, 1.1212890952400001, 1.1453294864700001, 1.1453294864700001, 1.14683578271, 1.14912419314, 1.1868862875699999, 1.1868862875699999, 1.2135111146399999, 1.2764048086199999, 1.3014758897300001, 1.33521824385, 1.3586680634799999, 1.3586680634799999, 1.39549136126, 1.4365610253900001, 1.4568919919400001, 1.5925258819899999, 1.67910648307, 1.67910648307, 1.7175836223800001, 1.8595366530499999, 2.22804691293, 2.4236335095200001, 2.4236335095200001, 2.5444902152200002, 2.7565764210300001, 3.0002289122299999, 3.2770080283, 6.1761254131100003, 6.1761254131100003, 9.0448113096899991, 9.0448113096899991, 0.0, 0.0, 0.084719549076999995, 0.084719549076999995, 0.162771060016, 0.162771060016, 0.162771060016, 0.174797101293, 0.174797101293, 0.19337957316099999, 0.19634700654600001, 0.19634700654600001, 0.19634700654600001, 0.19634700654600001, 0.19855375347500001, 0.19855375347500001, 0.19855375347500001, 0.200626535691, 0.200626535691, 0.20443169045699999, 0.20443169045699999, 0.20546703844700001, 0.20546703844700001, 0.20546703844700001, 0.22648266447400001, 0.22648266447400001, 0.240550688555, 0.240550688555, 0.240550688555, 0.25396349222699999, 0.26176107887200001, 0.26176107887200001, 0.26176107887200001, 0.26176107887200001, 0.27888116985299999, 0.27888116985299999, 0.29428424249599999, 0.29428424249599999, 0.29428424249599999, 0.299788951114, 0.299788951114, 0.31720186969399999, 0.31720186969399999, 0.31720186969399999, 0.35285717429300001, 0.35285717429300001, 0.35967187727099997, 0.35967187727099997, 0.35967187727099997, 0.36425099049600002, 0.37144632312499998, 0.37144632312499998, 0.37144632312499998, 0.37144632312499998, 0.393647946528, 0.393647946528, 0.40432582434100001, 0.40432582434100001, 0.40432582434100001, 0.41409827036399999, 0.41409827036399999, 0.42605819547399998, 0.42605819547399998, 0.438201525694, 0.438201525694, 0.438201525694, 0.52412206191900002, 0.52412206191900002, 0.53036211888999996, 0.53036211888999996, 0.53947846940699995, 0.53947846940699995, 0.53947846940699995, 0.54022582851800005, 0.54022582851800005, 0.54022582851800005, 0.55304014916499999, 0.55304014916499999, 0.58228935374099999, 0.58228935374099999, 0.58228935374099999, 0.60596028174500005, 0.60596028174500005, 0.61041536468199997, 0.61041536468199997, 0.61041536468199997, 0.65478363743500001, 0.65478363743500001, 0.67732197187900001, 0.67732197187900001, 0.69170398708900005, 0.69170398708900005, 0.69170398708900005, 0.71778169588399998, 0.71778169588399998, 0.71778169588399998, 0.724448255762, 0.724448255762, 0.73445742378500001, 0.73445742378500001, 0.73445742378500001, 0.74008547261299995, 0.74008547261299995, 0.74881364436599995, 0.74881364436599995, 0.77742926704699999, 0.77742926704699999, 0.77742926704699999, 0.80214410030399996, 0.80214410030399996, 0.80237181021399995, 0.80237181021399995, 0.80237181021399995, 0.80480889025799995, 0.80480889025799995, 0.81567228496599997, 0.81567228496599997, 0.81567228496599997, 0.82045939538299995, 0.82045939538299995, 0.82352724851000003, 0.82352724851000003, 0.82352724851000003, 0.832308451359, 0.832308451359, 0.85064319551300005, 0.85064319551300005, 0.85064319551300005, 0.86707524700500005, 0.86707524700500005, 0.87113615998799998, 0.87113615998799998, 0.87113615998799998, 0.893480617719, 0.893480617719, 0.91025084198899997, 0.91025084198899997, 0.91025084198899997, 0.92945707303699998, 0.92945707303699998, 0.94367179870100004, 0.94367179870100004, 0.96249504634000005, 0.96249504634000005, 0.96249504634000005, 1.04851239622, 1.04851239622, 1.05472835341, 1.05472835341, 1.05472835341, 1.0571022668900001, 1.0571022668900001, 1.0795501896999999, 1.0795501896999999, 1.0795501896999999, 1.08606295202, 1.08606295202, 1.1610428489, 1.1610428489, 1.1610428489, 1.1737862567099999, 1.1737862567099999, 1.19233887401, 1.19233887401, 1.19233887401, 1.23499695024, 1.23499695024, 1.32872584115, 1.32872584115, 1.32872584115, 1.4875655673799999, 1.4875655673799999, 1.7768916535799999, 1.7768916535799999, 1.7768916535799999, 1.90484127934, 1.90484127934, 1.9108413266499999, 1.9108413266499999, 1.9108413266499999, 2.0007729910999998, 2.0007729910999998, 2.3382342441700001, 2.3382342441700001, 2.5987544026, 2.5987544026, 2.5987544026, 2.6082788293000001, 2.6082788293000001, 2.6082788293000001, 2.8392763735900002, 2.8392763735900002, 3.3819024131300002, 3.3819024131300002, 3.7018275480299998, 3.7018275480299998, 3.7018275480299998, 4.72930160618, 4.72930160618, 4.72930160618, 4.72930160618] diff --git a/Muon/MuonID/python/MuonID/M_2011_def_distb.py b/Muon/MuonID/python/MuonID/M_2011_def_distb.py index 14f36a85e96..cded37d2dd6 100644 --- a/Muon/MuonID/python/MuonID/M_2011_def_distb.py +++ b/Muon/MuonID/python/MuonID/M_2011_def_distb.py @@ -1 +1,11 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### M_2011_def_distb = [0.0, 0.56094372606762677, 0.7748555093433106, 0.95310767752176617, 1.1906079835411554, 1.4135063615181933, 1.5469706087575439, 1.717637715444549, 1.9078084450312611, 2.078830865302939, 2.3673694393209286, 2.5652916154906422, 2.719176314163422, 2.9143350583182777, 3.0556867288035465, 3.3314071492430846, 3.5309373944964433, 3.7198259542235506, 3.9746173222307726, 4.1716075147757152, 4.3331714146492013, 4.5010791980770231, 4.7010753304750965, 4.8936058791922381, 5.1037597147293932, 5.2592473096915198, 5.4933808099586612, 5.6277238343814533, 5.8620859412865522, 6.1059450539869653, 6.3120134479962893, 6.5830830775944706, 6.8200926493441481, 7.0702834736372564, 7.3483462204604635, 7.6264067744909951, 7.8372782469612465, 8.0617780685477705, 8.3995622657866384, 8.7403882283600378, 9.0992605207420993, 9.3705162889778926, 9.75889880418889, 10.194686638374007, 10.438514323942188, 10.726873592781514, 11.069318434988878, 11.396569108340843, 11.801419844938572, 12.128206841266881, 12.485948104637052, 12.756299870388832, 13.076944452763826, 13.458692068837927, 13.824717813822369, 14.316393196413889, 14.621905587891465, 14.888480073624264, 15.335930506891625, 15.609627342322275, 16.191900883034002, 16.54381609680534, 17.147813194052553, 17.468929751742763, 17.940480341162086, 18.345046931400908, 18.601290104964175, 19.011371018239437, 19.335036342308854, 19.740516156682062, 20.13447317647455, 20.462447938558235, 21.091090849462493, 21.556877958704259, 21.823267014913611, 22.208749180717806, 22.786099855049944, 23.371401551338806, 23.73315353587088, 24.31738397233147, 24.625223648727555, 25.069412618036147, 25.928099135972015, 26.497110723217201, 27.085968731165757, 27.631123699960334, 28.187584878982072, 28.991619387322526, 29.353231676085986, 30.083376143103514, 30.880607280324416, 31.435216510900492, 32.392330109783813, 32.921554836523583, 33.514110805447565, 34.303809151243847, 35.456294459561711, 36.280791683627093, 36.940252784295062, 37.717899566227963, 38.457688239199655, 39.596732893642503, 40.36400419560065, 40.945135884536548, 41.797758649637814, 42.487275414278201, 43.921777494122409, 44.874273975496472, 45.67446232320151, 46.727212320012811, 47.45119952715492, 48.639858771576726, 49.370473491276989, 50.528638968567975, 51.389834372987714, 52.582079342007546, 53.589199085657242, 54.585243505081834, 55.622223351244195, 56.936556831025484, 58.385520290381457, 59.451232373507203, 60.588566421499443, 62.401492617291595, 63.88804064081846, 65.599157033995837, 67.204436723739235, 69.4912133287594, 71.622345320740351, 73.103725049112015, 75.089813374922841, 76.884823802108912, 78.275061550352873, 80.357326438684495, 83.305006897820235, 85.400732831032357, 87.218868459052473, 89.130072489534143, 91.252783666141042, 92.815637585979999, 95.739391170148252, 98.435092605981637, 100.31960869294872, 102.50286766025864, 105.48705400852423, 108.82295714914468, 111.39204546177986, 114.62248349802513, 117.87687880992867, 119.40484241859349, 122.7734081083525, 125.26971884287919, 128.55177396728385, 131.66269963489299, 136.57359107720188, 140.51816667169177, 144.16804544736863, 150.35987039520109, 154.72466658210519, 160.54109480247283, 164.18861964598716, 170.24309324015738, 175.29889321042558, 183.11630724838597, 189.01683118972002, 196.90975774880297, 204.49263459337524, 213.04893801936598, 219.75869942751646, 228.19907555440614, 239.44926809073948, 248.20168822805923, 259.25320106736922, 265.44318466962994, 277.32312416782054, 288.56952434288797, 298.64263419554209, 315.25981209742378, 331.89024853535398, 342.74298087821637, 360.77964203727674, 378.48547030119011, 392.5550051422876, 405.31614074355014, 421.74150173342304, 441.4412304371254, 457.82211257306926, 480.45566322885566, 513.45774433642032, 555.4000490334372, 605.92811073979146, 652.49495125201292, 704.61385101258315, 786.33845891481292, 874.04643470496728, 1012.3600088462719, 1159.4774300577808, 1379.2669821003758, 1756.1106436012778, 2357.4547208831491, 217148.93534056327, 0.0, 0.46532971898727915, 0.68496949409616426, 0.94645340397600952, 1.102736193185504, 1.312453009792369, 1.4867727436472011, 1.6340240974064906, 1.8260512349059785, 1.9700706984768943, 2.1040893787044128, 2.2333135236192967, 2.3880111121966587, 2.5520785579949155, 2.6739841145948597, 2.8075636832160806, 2.9039966303754365, 3.0345967971695451, 3.2102417439344437, 3.3137856992787351, 3.4376002808848787, 3.5571277890563819, 3.6898499180667237, 3.799063723671626, 3.94997555574531, 4.0925736583580976, 4.2086028832412561, 4.3390635740171728, 4.4761244808887941, 4.6023420572801266, 4.7263227277876512, 4.8591547764014482, 5.0957595508246589, 5.30514679884981, 5.4401600222425195, 5.5717535777959721, 5.7003644346866409, 5.8768488839999593, 5.991691304228997, 6.1771150398732244, 6.3465048845874961, 6.4948860632013519, 6.6772230060948159, 6.8030943590107249, 6.9813191429783039, 7.165284199966873, 7.3873559281058423, 7.5948269266966975, 7.801592658633016, 7.9955249125214145, 8.1905643672046686, 8.3270830680818655, 8.5054910750061179, 8.7225666260180663, 8.9368113184240965, 9.1376808053645888, 9.3633428615533649, 9.5990825604962264, 9.7364383724201087, 9.9186955590691088, 10.124746714296, 10.40687565362729, 10.737648017833138, 11.012188237958963, 11.214102933586581, 11.45440355061357, 11.736264046084917, 12.026226014607102, 12.245762888886343, 12.541549269023777, 12.756641375192153, 12.98360561266394, 13.288306417225625, 13.526164571303489, 13.75503655409527, 14.117128492708087, 14.374029807073448, 14.712173108685258, 14.981897180990096, 15.344366904559326, 15.600391910392348, 16.020999494977502, 16.300440442407332, 16.606309936976054, 16.902143272482817, 17.159816580240875, 17.461774805635738, 17.781122815339479, 18.119654210560597, 18.48063214553467, 18.820102897217541, 19.161710076244763, 19.479832189525602, 19.848403979835609, 20.122299299121863, 20.43004460334555, 20.753188532047265, 21.116860477662346, 21.534773567291243, 22.137744141529421, 22.45219966811996, 22.843712755485114, 23.327127510714419, 23.801219885543535, 24.400068243422009, 24.859199781454677, 25.249212813218318, 25.681597611963909, 26.218124149559316, 26.865624109857663, 27.476273115575268, 28.003316090112232, 28.465744086402083, 29.114406317582951, 29.863184721251695, 30.645923853117178, 31.411221663197541, 32.083675244596449, 32.623907125336849, 33.542071438820663, 34.423855107765, 35.090015994189059, 35.83529395578082, 36.739635743840758, 37.456669272617518, 38.267335328548761, 39.333029993613607, 40.288484522728531, 41.508400903755643, 42.819861162087363, 43.639905039190687, 44.572666361081048, 45.821482473822918, 46.862153416881057, 48.147392790601714, 49.404082667631819, 50.527705863342902, 52.004399737632923, 53.494784474459131, 54.714589396642559, 55.67232429415796, 56.793224205114853, 58.007050364060461, 59.680200263089169, 61.232876696778597, 62.427428818562269, 63.973042504689445, 65.632536988952083, 67.347413597855891, 69.065640807296859, 70.464693299553076, 72.418849794356461, 74.105138155507049, 75.662376323980538, 77.872835649845626, 79.967351057764517, 81.928379445805646, 84.034972341121062, 86.103344705230924, 88.477411000229537, 90.312287755291578, 92.507210044700187, 95.060608477240947, 97.679889639836844, 100.54820722011901, 104.05860073649033, 106.9975903165883, 110.72495391129446, 114.47278880860986, 118.67332903577829, 122.47362728985475, 127.29751063199502, 131.9947396665213, 137.58105901899614, 143.2436551636288, 148.62549462778085, 155.59863941964065, 162.63324375828105, 168.58328521973854, 176.47623591935073, 187.10110318413911, 194.1945607895322, 205.76585363429373, 218.54795010442368, 224.54362476449748, 231.28500418937108, 243.28574251055934, 254.11346183370961, 270.37086108698531, 283.71979921314824, 298.26484833307381, 309.41788972573079, 335.8183191815636, 361.8565261478937, 398.47210782079094, 453.94084657359673, 537.44153147414909, 644.04067764548461, 779.41712961885173, 1047.3517440661496, 32924.039482636828, 0.0, 0.44937757329633327, 0.61250349172115959, 0.7863111534649565, 0.88962062078461757, 1.0382238515645796, 1.1737343879099387, 1.3675367911897895, 1.4812885968395111, 1.6632187662691276, 1.8341758133782387, 1.9619748247014435, 2.0552125983628433, 2.1703209170187905, 2.2961317300880717, 2.3982858575534443, 2.4969661855862513, 2.6039206933082872, 2.7154863269399461, 2.7935806808717341, 2.9157144052335742, 3.0304254455360686, 3.1804609723019346, 3.2662231643163544, 3.3535831040758928, 3.4593860912217078, 3.5730577882484265, 3.6829046499090672, 3.7926322745010292, 3.918389650507887, 4.0461615056476345, 4.1688075178063455, 4.261935760927039, 4.3872821403468514, 4.4849226816074195, 4.5815647915521316, 4.7329622842326859, 4.8333438381787959, 4.9751149870072844, 5.1439939747359258, 5.2679283122041474, 5.3979939515818964, 5.4986148492629514, 5.5833034840702549, 5.7762491544651375, 5.8901795208691912, 6.0406044947405793, 6.1414968907338547, 6.3109595855296661, 6.4702277997994733, 6.6084310395612746, 6.7478047002924155, 6.8791042308295953, 6.9969768325569115, 7.1196791826285173, 7.2490813954518822, 7.4130615395895152, 7.6062113466901806, 7.7506437587572199, 7.8830685300393055, 8.0353926744476123, 8.1996939525956183, 8.4142220833085606, 8.5808330010701201, 8.7445310419872921, 8.9841822249357115, 9.181432418740652, 9.3539737653904709, 9.5793187725543287, 9.7462277892814431, 9.9098280489576762, 10.04079373626851, 10.211734359829405, 10.501564944142677, 10.710373784142686, 10.886736785556671, 11.066921822136326, 11.235485714770356, 11.437646009474888, 11.67346914949365, 11.83325542414009, 12.036493633448316, 12.32938637637468, 12.554138183666348, 12.743210513050011, 12.983810120622046, 13.174204038774839, 13.3680862872507, 13.620942224242304, 13.890272176459577, 14.165385082423146, 14.413231848006964, 14.724376594252243, 14.977328826245193, 15.231234613500565, 15.55914351677969, 15.781820608210545, 16.091194364415028, 16.347431974296502, 16.596030336748036, 16.887891775703359, 17.178071227425107, 17.48876537215957, 17.802979490086393, 18.167601675413529, 18.451234059983907, 18.773722324177371, 19.095678793499459, 19.393224208627331, 19.892470444495725, 20.360431028492791, 20.714816695587093, 21.109538106861837, 21.528542624887123, 21.903763658847744, 22.32752745556132, 22.932277869765915, 23.443859045149278, 24.010482595441839, 24.454443667170533, 24.893590041546005, 25.519805040678591, 25.948341902144293, 26.521018356962905, 27.203480036460771, 27.923098995772133, 28.875462789782972, 29.551018023069748, 29.950704440314354, 30.476114881076313, 31.046996042296136, 31.828920785208862, 32.724644642398538, 33.519807747032317, 34.207784670738299, 34.978220277672911, 35.82880248810423, 36.674526307149222, 37.539567643195326, 38.598050079089823, 39.461587691403167, 40.326650088153748, 41.3817881768775, 42.413485151973958, 43.434107971290473, 44.327692773369833, 45.281573404128643, 46.623500435435595, 47.845340004545946, 48.925490779005997, 50.099817716244445, 51.130922527278209, 52.52201636244277, 54.171384212197573, 56.251402930866988, 57.343667697555219, 59.060037223666868, 60.886212298901022, 62.282534857812919, 63.86965941245365, 65.907528655065505, 68.060546344496487, 69.886943517625568, 72.15339782090426, 74.790861312079699, 76.921991723046403, 79.835163669975174, 82.098620972009513, 84.019415664127024, 87.941587866072609, 90.308304219949349, 93.475153751625228, 96.866828921040394, 99.559133387387135, 103.13311038199714, 107.13838078377783, 111.61641909521742, 116.39540365181381, 122.02402340139254, 126.12078269274167, 131.70138789081315, 136.7872837632539, 142.28439193970823, 147.89576596130524, 152.23255441740992, 157.7226413282819, 164.37241204310453, 173.15971613514671, 180.11295998936518, 188.48112308463158, 202.36800846564165, 217.16809097558243, 229.45603073021095, 243.95331007710857, 267.19713077328231, 291.31657906696654, 319.83880240534251, 369.84715199786609, 456.83736037240828, 563.36551513987104, 1212.4845181047338, 0.0, 0.39299523597374442, 0.57756602839919102, 0.74933717643467546, 0.84798806113800529, 0.98808387915300122, 1.0731681865898071, 1.1904878246948769, 1.3296105353290197, 1.4470486564441511, 1.6132307202687894, 1.7334018816456787, 1.8405138120116515, 1.9401180825384614, 2.0206956222611518, 2.088323294417457, 2.1965858893088366, 2.2678507808547295, 2.3513510591465976, 2.452940588067142, 2.5244403869314138, 2.6111507000688201, 2.686185953440015, 2.7762991589505912, 2.8623591840837115, 2.9644501753879853, 3.0534304377734371, 3.1183306038752914, 3.2022029138736583, 3.3578682900076662, 3.4578586494674859, 3.5567846506796079, 3.6352803762683252, 3.7653628446367353, 3.8440117447262629, 3.9584732534380351, 4.0302646502503574, 4.1218781156084869, 4.211981828454741, 4.3396760587886405, 4.4201415569911395, 4.5235887459809963, 4.6307469822655509, 4.7731054586827728, 4.8838280863806549, 4.9937362132930252, 5.1605178704372632, 5.2560966186259481, 5.3556600842824587, 5.4678635206702646, 5.5973168757166114, 5.7048755075035276, 5.8878433771286218, 6.0190112054897522, 6.118844708522011, 6.2719026695437989, 6.3725565545753042, 6.4738742707717662, 6.5961657370971558, 6.6863432232288851, 6.8285306029142401, 6.9529888304791623, 7.0345923470005971, 7.153050087371815, 7.23828648460319, 7.3488613350575518, 7.5297259666276082, 7.665228962415263, 7.814513809818397, 7.9676729944874758, 8.0965767962005515, 8.258619388928004, 8.4038000906770929, 8.5498166593706451, 8.6979091856223683, 8.8099783579444786, 8.9513067459030502, 9.1237502030553657, 9.3482831702262139, 9.5044967504159725, 9.6593366065001636, 9.82253449013227, 9.9874115529723486, 10.137506876476476, 10.289126599046901, 10.444223952502876, 10.599915162622709, 10.734363441288647, 10.917595405084366, 11.108460594133211, 11.352160340302392, 11.607842306499339, 11.798599260283471, 12.009365871239995, 12.251934875461144, 12.49314138461267, 12.815528078713546, 13.078160801731713, 13.367979668775682, 13.61963788461563, 13.830407348960653, 14.134759793056256, 14.406222062237235, 14.719108048702839, 15.039806819372597, 15.357959034733886, 15.742708764682598, 16.038031868942646, 16.342061974077719, 16.619014591659234, 16.995469066261826, 17.440245060531616, 17.749017033014272, 18.105417999557947, 18.521262453800805, 18.847635914656443, 19.422978973137425, 19.69919609219999, 20.085099945021412, 20.537864119839881, 21.008059900732494, 21.532289222273434, 22.054776673981362, 22.335014932602295, 22.916014727566228, 23.337139989662067, 23.720719036927843, 24.388060450004911, 24.84313177402456, 25.486862832547693, 26.168604409957322, 26.702984764635431, 27.287480741291404, 27.801078630394546, 28.269720592443107, 28.926401527988713, 29.605430975118843, 30.330319669354552, 31.30134009465884, 31.993708205209099, 32.73067706792078, 33.486394058985752, 34.167581724784604, 35.401930848802451, 36.065974473699839, 36.896350829985813, 37.7813927333629, 38.921309661559299, 39.97516998571502, 40.789572211691727, 42.125840794801142, 43.644711500275349, 44.85355032164108, 45.812829425455917, 47.046058315709615, 48.449631897327926, 49.622408318720304, 51.04144247927352, 53.201024346560494, 54.577940901359469, 55.974500547503887, 57.300272604946706, 58.935437915672885, 61.253114155133289, 63.821740538824884, 65.624318697869271, 67.454483508361619, 69.123018783403808, 71.210354296257066, 74.567150230165254, 76.23070335468914, 78.271987515678816, 81.071827225516031, 83.453646862710841, 86.529339530495577, 89.958680391197973, 92.139227178417912, 95.452626979151631, 98.96652527128883, 102.73989810547134, 106.50759157615551, 111.64659346669681, 115.90393310434297, 120.92459723788905, 125.40052719866213, 129.67134907792868, 135.46294701412262, 142.5538801102015, 151.30070681491432, 157.84567716877518, 169.5170423411827, 178.87680934745092, 193.39884029816415, 208.14234715671577, 235.5424670602799, 259.89890359594898, 295.34858783034383, 334.33861915695468, 435.37594838703143, 500.4258992515953, 26136.224608103177, 0.0, 0.39973293565211121, 0.54970468651962101, 0.69428019898164828, 0.80416896659170267, 0.97256228280721502, 1.0741947545845139, 1.1635254227187484, 1.2659631876378288, 1.3822232353331732, 1.4871416503290158, 1.6059691148096156, 1.7314193523743162, 1.8189928465042873, 1.9334458898159075, 2.0377516716510327, 2.1075833274228066, 2.217744079961764, 2.2892931053076637, 2.370399790641895, 2.4612447561840849, 2.5289316577717074, 2.6468319175582824, 2.7635584974075624, 2.8487982858984613, 2.960003647452937, 3.040264995484101, 3.1340583717433561, 3.235843360825664, 3.3184989258906628, 3.3887498944054912, 3.4742665307996607, 3.5562981091035697, 3.6417013733235564, 3.7311047300627127, 3.8872996993864741, 3.9804799011541103, 4.0534756404067585, 4.1363024053202926, 4.2208974321794877, 4.2861111457481496, 4.3766112965174155, 4.4823314746332565, 4.5480736492020721, 4.6140282594933879, 4.6927572802426791, 4.7950758075336255, 4.8965365095798212, 5.0072589054206107, 5.0975160269495143, 5.2362442989591846, 5.3289517016526302, 5.4178449031775839, 5.5118563643244292, 5.5991786537930563, 5.7292585294169509, 5.8455520624288511, 5.9835086379946096, 6.1056860394816654, 6.2159830829296503, 6.3853574209981945, 6.4974583447731833, 6.6378799857782989, 6.7643189783177879, 6.9331608618050389, 7.0563877476272356, 7.1597694820310664, 7.2747575984770805, 7.4061511602581902, 7.566805332709456, 7.7166738418404099, 7.8275904312086375, 7.9656564706412034, 8.1244717048328159, 8.3128776945349419, 8.4492226274061721, 8.6026791744357034, 8.7913701590231152, 8.9674862747079285, 9.203292738543686, 9.4039626926929181, 9.5311545009803265, 9.7551708743344214, 9.9026582594455501, 10.022592104276631, 10.254556398686347, 10.441547514468155, 10.55911902240299, 10.753522809241019, 10.926077226400229, 11.111675067184086, 11.282496796620391, 11.542358714530458, 11.747566119524583, 12.063275519031006, 12.341240623919091, 12.652985756993917, 12.911635251767006, 13.185612347682703, 13.397850815278218, 13.510168018667791, 13.823974357607668, 14.079700135326661, 14.319520604253412, 14.516982034078424, 14.715852185550794, 14.964361234520684, 15.243919353703765, 15.434116248837348, 15.848964391761008, 16.086776522206492, 16.492027051516569, 16.795026784147762, 17.200208653485955, 17.498774119010612, 17.697568539728877, 17.989065229745375, 18.378303894171673, 18.701677957394676, 19.000050086953262, 19.305072306272276, 19.640223854343546, 20.148513190788542, 20.571031137831589, 20.950263329212515, 21.493452145932224, 21.900647991805542, 22.368835386038555, 22.757466417332257, 23.266697302860564, 23.748918186455164, 24.013428277953601, 24.436060444302342, 24.839469583056065, 25.343925184450622, 25.873641504196087, 26.482510119485095, 27.117741302188946, 28.028030125009568, 28.67264931970686, 29.423325760610378, 29.889992195728581, 30.465443031984776, 31.309530466130287, 31.901260500752073, 32.799551692053072, 33.541476679668996, 34.443620232941036, 35.302557206918429, 36.095895295724823, 36.967344523130116, 37.972365673128152, 39.113785970733069, 40.183225976540719, 41.415014418976391, 42.519519437606419, 43.877982190483891, 45.274268146469012, 46.598258997931197, 47.577075478663595, 49.30474498506122, 50.820118338226344, 52.111331702490496, 53.410484924257844, 54.902819374535113, 56.280708096832775, 57.753628438949818, 58.879346286077769, 59.968520735732298, 60.999746067677791, 62.753450775062085, 64.030882243935793, 65.729557300284014, 67.561576034705098, 69.665957842633134, 71.539525862837877, 73.715255033933218, 76.042333108418404, 79.197194154406716, 82.16221890263013, 85.299196384291619, 89.066358132689487, 91.826772968117325, 96.091493878155831, 101.23287053213269, 106.50298553112719, 109.91541659247912, 113.35584144711426, 119.43260281154497, 126.01710530963756, 135.83275402928408, 143.34767183967989, 153.86665354982301, 165.32615555272824, 178.67838621083195, 195.7780863511025, 213.10059234298109, 235.43734867679117, 282.56546879749584, 344.49428452558914, 1032.3156481054148, 0.0, 0.28542906758282582, 0.44835957796562231, 0.62651997706725926, 0.72080554472755054, 0.85153448889118422, 1.0135203835548705, 1.1497401649165981, 1.249689630633253, 1.3399789001967404, 1.4564959287102479, 1.5525185391245844, 1.645337296328182, 1.7029587642670561, 1.7998807148268574, 1.8818193335491449, 1.9378684814241007, 2.0045089255406014, 2.0748139436457822, 2.1773066185618797, 2.2832712158697772, 2.3883600529626685, 2.51854086329767, 2.6082969305879526, 2.6653570235348072, 2.7353083692676279, 2.8357637619195271, 2.949800063298929, 3.0384811951680373, 3.1078994075124524, 3.2335260889505033, 3.2990419647626399, 3.3727668828240933, 3.4799226620744226, 3.5425893742655994, 3.602653782843948, 3.6809307822931201, 3.7636220805378935, 3.8356481276880539, 3.9348563402662586, 4.0173932529537133, 4.1063926031921367, 4.1717702846007647, 4.2630914745857496, 4.3776816586639553, 4.4711604153944746, 4.5898411942902397, 4.6529598063193873, 4.7594223012672128, 4.859397400196225, 4.9911351337934935, 5.0565770304775857, 5.1225454425221839, 5.2210476830787913, 5.3162453599135313, 5.4019041740602542, 5.4940746055002112, 5.6136974622961269, 5.7781825322921838, 5.8753555715066135, 5.9710447043669799, 6.0693550815356012, 6.2210987536494446, 6.3057281942751633, 6.4213140942100821, 6.5389008456679329, 6.6598814572271587, 6.7667995850353684, 6.8447945703412136, 6.9638166797290806, 7.089919065426475, 7.2063358053191635, 7.352017914006157, 7.4537565287326801, 7.582581434309609, 7.7515979917104838, 7.922857945264326, 8.1036189902911531, 8.3020028506929222, 8.4634925955724825, 8.6391711422358544, 8.7635395423761935, 8.8992877245899145, 9.0893279549043093, 9.3039711595273165, 9.4509385898117682, 9.5886214810203292, 9.7390698728931344, 9.9541876691465312, 10.169584740152244, 10.408818535856438, 10.659936222779091, 10.885872639294179, 11.234872889392312, 11.380004892188218, 11.630544911322611, 11.842161705728255, 12.145847767420936, 12.330853164469056, 12.583698055254121, 12.816494298528724, 13.030768267855716, 13.340667906325312, 13.590963465427643, 13.838270526487388, 14.074223027757553, 14.348879588563831, 14.623052429806279, 14.889780883997153, 15.16693031574218, 15.627987742305928, 15.886715102647821, 16.122720491922152, 16.370043221512347, 16.698521062776425, 17.014791424541087, 17.277243625151677, 17.630298905505015, 17.922468720470825, 18.149957595022286, 18.504105261759602, 18.795720406240982, 19.18862905514699, 19.475658613972989, 19.718119783763974, 20.003625971835866, 20.315035816376586, 20.769230895348553, 21.215197103344, 21.721451002558126, 22.141375933409783, 22.495823827116208, 22.862304058851613, 23.305091172097715, 23.849319624238138, 24.24364699835543, 24.720699200556524, 25.085626207841511, 25.638589513652505, 26.154907865789191, 26.464735192229831, 26.827306144197109, 27.546994095945028, 28.177135131091795, 28.63885753555148, 29.495195057633349, 29.842693161801382, 30.377067174788916, 30.875858140539503, 31.744346334559026, 32.758933651918937, 33.726942266387887, 34.215890876186286, 35.205804764096222, 36.335678040868849, 37.11614771455158, 37.941465739425929, 38.859334633575578, 39.928208407832223, 40.699477662771486, 41.819209837420011, 43.215290220738062, 43.752358355431525, 44.477418638451525, 45.544939322383215, 46.640235116349203, 47.579833058320212, 49.08201798196896, 50.659250361498124, 51.765930922941273, 53.63059431256552, 55.1000160675475, 56.73201493619726, 58.246215912516156, 59.40623788602521, 61.827647106103718, 64.49842649472086, 66.976553190431929, 70.198059650548117, 73.471061518231679, 75.97093457032166, 78.702576395464334, 81.611672320767141, 83.584533696176564, 89.483719245164707, 95.503007633435587, 99.897758416618558, 104.5780094282018, 111.60694946504658, 117.51568863458957, 127.92288436293775, 136.29858810722959, 147.30418079416475, 162.5922919611979, 173.4980042718681, 184.44721960771685, 206.66903439286079, 235.60943993849668, 279.42538519180954, 395.73590980190897, 767.7437697537913, 0.0, 0.36374037786845004, 0.55995190555689123, 0.68730867176589694, 0.8050753739354829, 0.92714388919158952, 1.0175094347724474, 1.0720068922506483, 1.1785486021612082, 1.2657419124971916, 1.4035727483941891, 1.4650786245458309, 1.5545465660549713, 1.650599565868383, 1.6933702592952453, 1.7732804777571083, 1.8838172082592433, 1.954950718947722, 2.0048840780203179, 2.0683672686827492, 2.1645078261391331, 2.2612520597106451, 2.3359440089385646, 2.3981343988484136, 2.4476156886612883, 2.5691159773482495, 2.6084450349000678, 2.6658038289568791, 2.802053890520781, 2.8561183704950697, 2.9543741961709769, 3.0135138877978185, 3.0505910337969002, 3.129399027027457, 3.1984302483970564, 3.3186190937914195, 3.4057540256655323, 3.4777981689415913, 3.5184191917833267, 3.5975803130944266, 3.6588848905491038, 3.8130976291367, 3.8802414294541254, 3.957222730170348, 4.0900593899149893, 4.1986310350360245, 4.3311490651060334, 4.4373460503609401, 4.5587919710581124, 4.6277536709616927, 4.6884807290574564, 4.7843280503620607, 4.8638283249690355, 4.948337773654341, 5.1040636578149838, 5.1795964194464377, 5.2973077144211338, 5.3522785288725707, 5.4939098011676935, 5.6180430790090652, 5.7470634587269451, 5.8397056876634732, 5.9561260760004444, 6.0433823634687371, 6.1235992948872031, 6.2504421209611483, 6.4113950981142374, 6.5516323124086711, 6.7244564776287783, 6.8618195100648141, 6.9505641642794975, 7.0916813413393385, 7.2272991950515504, 7.3163089878854173, 7.4623335136659801, 7.6110387010371117, 7.7791913595037805, 7.936641896374983, 8.0878941913267184, 8.2595490578730129, 8.385431944546335, 8.5207274071897672, 8.6857803464137824, 8.8101649975015821, 8.9536744831786148, 9.0600596564391367, 9.2078447326702051, 9.3228888631291884, 9.4666810933090737, 9.5842181319219488, 9.7117679522558404, 9.8364937741290674, 9.9578885988719605, 10.050258999773828, 10.222935957512945, 10.316390929540351, 10.475548798393795, 10.645698388425439, 10.784281041251679, 10.948840474245644, 11.18619695562867, 11.391007009711993, 11.567902525938473, 11.71609814428081, 11.986239831997279, 12.114994517734564, 12.299234012158884, 12.519873907814063, 12.863454387962484, 13.071436848150757, 13.401814698265529, 13.616665965772345, 13.917822552439985, 14.188207378128368, 14.392249303363604, 14.565292790891043, 14.8227217543752, 15.082488535254081, 15.353996053129002, 15.71970041593713, 16.055798117141507, 16.350541959618788, 16.59026542651214, 16.985800718119268, 17.454849654596948, 17.727304029707067, 18.074448871862273, 18.657077244754035, 19.113484525377181, 19.562570052919153, 20.051208287923327, 20.510845671810618, 20.868530774744045, 21.265799148848728, 21.905779229740901, 22.253576842522836, 22.93054457765145, 23.206345747345235, 23.442698316367355, 23.819566588138276, 24.284074517836409, 24.787572758168594, 25.29135993018971, 25.702149605001754, 26.244235212381223, 26.972918611793055, 27.497687861234269, 27.803253080067293, 28.455954373351648, 28.799808431536636, 29.848012115835569, 30.659490646833433, 31.278494629826003, 31.986230266586109, 32.844426473455414, 33.467758528183403, 34.226128209009545, 35.361957028401591, 36.258109649477035, 36.936669242532219, 37.818365857787754, 38.696285651145452, 40.081917650133853, 40.64346996992446, 41.711711592656641, 42.702888952548854, 43.463449958527363, 44.933303891653537, 46.280030045429775, 46.884828739246672, 47.9164412951895, 48.816783602198043, 51.059938151143868, 52.990341731171874, 55.149664388125281, 56.632548806783447, 59.744429378935919, 61.750152716933627, 64.13446025245527, 65.894498123950655, 68.469194455591804, 72.127321506278804, 75.510184634367306, 79.070343457944233, 82.83698071207391, 86.213350717712743, 91.263841459235479, 96.251898067968696, 100.97702206389322, 110.24223086163732, 122.08402559600439, 133.28649360785434, 143.88249756506781, 165.37750731198261, 172.54296243585648, 184.52345636646612, 205.19933792261477, 225.68130093091153, 254.48608422209975, 356.13158711494771, 667.13884179705951, 0.0, 0.26354229304624982, 0.38447836652746359, 0.47827776444151504, 0.57102745980500924, 0.66953353299980622, 0.7418659221489563, 0.83156847070200968, 0.90459644576835174, 1.0010729921508612, 1.0747030979707302, 1.1266171474464457, 1.2074942519793959, 1.2865431026365461, 1.3473439404701553, 1.4202020302877516, 1.4768893225494599, 1.5313969774675775, 1.5909847654923739, 1.6475355098467457, 1.6997939412324161, 1.7637752265692834, 1.8242615872864518, 1.8898188947673684, 1.9509538324144411, 2.0098808061983942, 2.0640737132115903, 2.1250621349491174, 2.1880199036006234, 2.2482335097460373, 2.3224687338799601, 2.3810854640962966, 2.4539462471917695, 2.5205389108480092, 2.5736335433800064, 2.6351983220648534, 2.7117894124038844, 2.7769524741702436, 2.8358464472920151, 2.8923290609616985, 2.952869124430904, 3.019886501351988, 3.0890122216294262, 3.1640429065297679, 3.230928687772761, 3.2871518048094348, 3.3658272937032447, 3.4150577541035902, 3.5021039779235932, 3.5747695852696721, 3.6487836281519805, 3.7241574101269204, 3.8142260058409829, 3.889886219446729, 3.959556232893171, 4.0356800011365941, 4.1057394274812147, 4.1980461864106902, 4.309452131909552, 4.3828331762835537, 4.4695204020316721, 4.5367508600967223, 4.6233009941728263, 4.723559288314422, 4.8418135782046221, 4.9493007712556114, 5.0770358904447308, 5.1638022761303857, 5.258523659828418, 5.355344510356554, 5.4603287604488076, 5.5379537810288211, 5.6249248142354942, 5.7220275089216761, 5.838923475249886, 5.9497212657328467, 6.0583843755738309, 6.1867532212460965, 6.3064698765052771, 6.4319591322171776, 6.5483864027049101, 6.6488785338577285, 6.7665965268891011, 6.9052017507528056, 7.045854866965354, 7.2014256979466307, 7.330485956308558, 7.4487327302385404, 7.5665345877761823, 7.6547168896849138, 7.8054455606559943, 7.9504829122596341, 8.0783042696456278, 8.2122962977826681, 8.3879105778396355, 8.5583569201645879, 8.7283836649546007, 8.883891378612029, 9.0083786843632403, 9.1761351492455319, 9.3638324400389497, 9.5907615887485385, 9.7594846934193047, 10.010833472510898, 10.185621904747663, 10.346951216302086, 10.520062141237078, 10.706681377384809, 10.967233078599998, 11.138591663326494, 11.336327609263476, 11.538065870352529, 11.780969742764785, 12.040396856930878, 12.278033460635026, 12.572587972604635, 12.836717579047866, 13.112528685175548, 13.349919258349592, 13.711232799022634, 13.952743864796032, 14.173739895596908, 14.465060589666624, 14.731797503743392, 14.982825032585207, 15.26649112996823, 15.569851389101043, 15.807990176918581, 16.100384923714998, 16.357766493568764, 16.777677977704688, 17.171170485060028, 17.439164114500958, 17.753339594991331, 18.098780157602537, 18.506119482642575, 18.872634818431685, 19.158220809140616, 19.460619214965231, 19.861854966350609, 20.194551637195691, 20.572956591632238, 20.928294578986577, 21.344426709478942, 21.66166937542549, 22.240766877718343, 22.565729819049889, 23.044323591163653, 23.475228287516739, 23.932777693805892, 24.431735905582023, 24.9753478724361, 25.444631767712121, 26.034501673986167, 26.793728332827442, 27.366686796047183, 27.957289531847202, 28.628949210391269, 29.141828609314189, 29.719739181851036, 30.30594251575133, 30.960727844584873, 32.027496656930069, 32.974018472252368, 33.863248797022031, 34.561629815364022, 35.481873500994837, 36.425956905396923, 37.348331262937052, 38.205344049967586, 39.198221653394434, 40.278372389201685, 41.677786414811592, 43.065418693400801, 44.574973160850661, 46.276760954798682, 47.637500721436417, 49.306031705719278, 51.89715331335065, 54.021647205722303, 56.568849685307754, 58.260272125967838, 61.01559773170208, 63.460178968983008, 66.681062849099575, 70.419627156287063, 73.920166575505235, 77.213692861072445, 81.815040784668199, 85.962566683415389, 91.041503329412507, 95.177144795049969, 99.955722087200343, 108.58955753524259, 117.80784071631163, 130.37475347981882, 147.21446326393803, 169.18325814487829, 205.95766196129654, 265.65512151989378, 87848.280391018183, 0.0, 0.19490317513848199, 0.31818006814142752, 0.44431328428917849, 0.51127610159630021, 0.60383086895704507, 0.66138230429826461, 0.71265972318194859, 0.76129462676019677, 0.83795014966870063, 0.89283607223616412, 0.94121780304322211, 0.99883776020744297, 1.0583181972227838, 1.1082428211928517, 1.1713208117143756, 1.2148024624665414, 1.2609968601390287, 1.3328682001354739, 1.3925492252792258, 1.4667867999704067, 1.514482258913509, 1.5743932825824867, 1.6055483247197799, 1.6735799139620093, 1.7242981980275145, 1.7695095310430997, 1.8260039068052139, 1.8847715885877299, 1.9197993080657989, 1.9744731923762646, 2.0311915914165062, 2.1097644028458769, 2.1664244086126137, 2.2431869595868097, 2.2837360345225766, 2.3556313195570087, 2.405430036905444, 2.4505170860355792, 2.4989854383785239, 2.5407069198492236, 2.5973895600257899, 2.6662262216343775, 2.7003533281249101, 2.7540559919851004, 2.8059856736986672, 2.8744094871135686, 2.9296784011089727, 2.9987201241218648, 3.060603076649417, 3.149353771093593, 3.2335250198149148, 3.2987481250279922, 3.3813159530575105, 3.420245321649098, 3.4667630445198467, 3.5404207818987037, 3.6319368958518181, 3.7059200378072354, 3.7740034108713001, 3.8372038077261137, 3.9197610988151039, 3.9886257099364339, 4.0660495867193172, 4.138300196794412, 4.2257097559547683, 4.3260432863760752, 4.4121971145250116, 4.5042890038890597, 4.5643129623079091, 4.6632837420436948, 4.760388268790428, 4.8656859399723364, 4.9325603768335293, 5.0342194443918942, 5.1201176332551412, 5.2068094592308221, 5.2861985755361616, 5.3619402279344657, 5.4488952829979578, 5.5661630444890307, 5.6302459604039878, 5.7251570645424943, 5.8265289703090026, 5.9757197595129812, 6.0745229648833075, 6.1917517048051831, 6.2953470395796423, 6.403259690218019, 6.4917627633704118, 6.6358190501534073, 6.7679316573810269, 6.8686794099073571, 6.951123042441683, 7.0714773931514774, 7.1876874501549377, 7.2851841541363633, 7.4277247272769777, 7.545118161206557, 7.6796631181823791, 7.8167880642937018, 7.9566071237538072, 8.0603936878360543, 8.1832039873181959, 8.3115755716587163, 8.4320844813486833, 8.5902802761521784, 8.7221702888496431, 8.8514060135926869, 9.0332345688234028, 9.1963706908372931, 9.3367587179861236, 9.497006030540005, 9.6427753811526102, 9.8532189063800164, 10.050461242163172, 10.168236220470268, 10.348527513241617, 10.531791667580992, 10.703985943887844, 10.93278400032537, 11.15334897515447, 11.279161608656203, 11.493658887982159, 11.629213658946661, 11.813149108077441, 12.148329929207353, 12.428225959361159, 12.590673999087862, 12.794134333415222, 13.002054595845699, 13.29166579030848, 13.555249875763497, 13.805021300146676, 14.163857718369647, 14.396612581875223, 14.68307313946254, 14.923008872428863, 15.32205455142778, 15.692053745001203, 16.016016291617053, 16.269176030476242, 16.559936897997712, 16.907361798334914, 17.258247430228977, 17.522507804773419, 17.819739257247601, 18.300494526840033, 18.61675208077844, 18.901401014716043, 19.417022408557258, 19.797904233478242, 20.228015085729147, 20.637954339218549, 21.183210911355513, 21.771881557448339, 22.21773210897102, 22.779612813526374, 23.276529546096842, 23.849594764724543, 24.446921593531446, 25.015101229550464, 25.658559396356374, 26.282199605420455, 27.105386636499361, 27.676243476410885, 28.419439927324717, 29.184424065828914, 29.883208551297241, 30.862499878001806, 31.713413996846523, 32.826935291082727, 33.72406490654123, 34.680776796431886, 35.528359794461842, 36.670845950707843, 37.969249977719763, 39.273981900912467, 40.244728926237393, 41.483302822400162, 43.211405024691217, 44.630074152677139, 46.308911078822682, 48.422856008629161, 49.774586644602294, 51.781332900742051, 53.252372889554401, 55.257436943999878, 57.314324693762337, 60.134437476839075, 64.643054466595004, 67.805529413896068, 72.960204750804039, 78.548035565623934, 86.612578466349305, 95.851443874433429, 105.43467161328387, 123.71872542791084, 144.47153346382115, 176.91525388308472, 309.16164265953068, 0.0, 0.093398210950316154, 0.1964204104101267, 0.28305640434431101, 0.37579074941364743, 0.43376997866650091, 0.49429543879132976, 0.53862866326746572, 0.58159097219579325, 0.61215633846525852, 0.66489866088651661, 0.71376871279852483, 0.76604518711445135, 0.80762780660631495, 0.86702460155016359, 0.92578293211375118, 0.96655278458941574, 1.012408711382466, 1.0389370892326379, 1.0979094469421704, 1.1360967828124768, 1.1843998812376955, 1.2121765466487182, 1.2356656356376803, 1.269517337829088, 1.3064220440414478, 1.3456604109067491, 1.3847455871539975, 1.4433510659744919, 1.4787246262422706, 1.5290320752062629, 1.5562124703009197, 1.6073426914107938, 1.6404681580522233, 1.6702244973685063, 1.73063179859356, 1.7750006715499509, 1.8279516044521678, 1.859195201800822, 1.9053170452940513, 1.9280767671566097, 1.9902516035810496, 2.0186760912468551, 2.092657238098997, 2.1474948054253384, 2.1871961512096565, 2.2317816251782281, 2.2907742739410164, 2.3359180870369833, 2.3869816483688759, 2.4529856457177273, 2.4909203390683849, 2.5537529934964778, 2.6292032978804851, 2.6784202619777213, 2.7190242328666847, 2.7592501032192169, 2.8141411237425067, 2.8832878890394928, 2.9253711343109838, 2.9954526684612648, 3.0483400308079833, 3.1195790079290284, 3.1882923341376097, 3.2475133828248954, 3.3082893597110878, 3.3998621255091428, 3.47762860298067, 3.5504403144136871, 3.6091991238429708, 3.6617110799009782, 3.747352642356359, 3.7869413127021954, 3.8494017410196837, 3.9492065318655385, 4.0178432318231367, 4.1459135647020364, 4.2117067391482745, 4.2819404568634685, 4.3483465566680453, 4.4244779495490469, 4.4626585143965478, 4.529665123797245, 4.590443570999347, 4.6959724608287416, 4.7546121047868048, 4.8565039814092676, 4.9526895878521771, 5.0443764740864374, 5.1192000512767368, 5.2222704461323, 5.3679136440586834, 5.44561515189495, 5.573881356101074, 5.6587732114410647, 5.7456859581229036, 5.8285056653676959, 5.9249388997940375, 6.0008874169591815, 6.1408249280378238, 6.1925479765893821, 6.257597707865, 6.3482665820132933, 6.4362617657783012, 6.5018677743421236, 6.5990992264693222, 6.7059841755319676, 6.8408659416578956, 6.9783602936172588, 7.0768404883339144, 7.275512674657814, 7.3760305080718176, 7.4852630022878435, 7.5558323048134834, 7.6469369887215128, 7.7796586853873126, 7.8927874437708638, 7.9917930786552116, 8.1024563434454961, 8.2999865668501034, 8.4506558762494599, 8.5965995871403145, 8.8639775066208841, 8.963955758417768, 9.1445204978480277, 9.3391048111935557, 9.4789266524635813, 9.6269538620278485, 9.798523665360058, 9.9267454692157209, 10.135523291360611, 10.266903541690644, 10.45005203381487, 10.715778409248584, 10.96464567850493, 11.083463676843031, 11.256660301260217, 11.500996192642983, 11.687974340512826, 11.903229343489697, 12.133709181931877, 12.310998874748263, 12.750272219083747, 13.056147482613222, 13.253490555112993, 13.675145968268881, 13.924230477174909, 14.217574079767886, 14.571236022596374, 14.939288725850155, 15.314551253615292, 15.575987515584663, 15.833645863054313, 16.200485384427974, 16.477465196601848, 16.843241153808755, 17.272849032588312, 17.796542227272955, 18.154946140541519, 18.42280855377696, 18.768141850732011, 19.187362345680633, 19.591309885228171, 19.89722345376024, 20.702595711695711, 21.128564543818339, 21.527729127045859, 21.98660526945358, 22.521671536797641, 23.024367946134102, 23.561848505072032, 24.014992900974836, 24.436576472708754, 25.503186568685322, 26.610835772872736, 27.151442239196715, 27.70328225888667, 28.806039995726948, 29.627287233320377, 30.315284533811624, 31.327683853768139, 32.147834022257314, 32.92691659425568, 34.04201415685305, 35.413352753610873, 36.221826443150817, 37.977707465427912, 39.36878752355473, 40.951879054950432, 42.365682197246947, 44.629804117764586, 46.795396750300675, 49.67533805194968, 54.589345174300426, 59.129570664612665, 65.197403972300108, 72.17408937465612, 82.574762345786382, 93.478082113773723, 137.00082761546682, 199.8118228761337, 0.0, 0.10986207372166874, 0.14872621306540318, 0.19845064349132605, 0.23956108970357301, 0.27567089124994565, 0.30377868213388104, 0.33708359499769869, 0.36673053244321807, 0.39912993308020295, 0.426779015978206, 0.44779438158941426, 0.47517643738476034, 0.50286573074575236, 0.52693060971954953, 0.55098158547076637, 0.58123019985394664, 0.60493909669532997, 0.63389774238520347, 0.67186606098347501, 0.69617002023919206, 0.72425525288091774, 0.74131268328835165, 0.75822441587657952, 0.78496504186460769, 0.81439669478023768, 0.83597937513562759, 0.86590383841807772, 0.8832207398905233, 0.9128885288784947, 0.93278832232658382, 0.9712970144945392, 0.98805434822469451, 1.017363705614581, 1.0437582087199948, 1.0718487411987458, 1.1004250896437773, 1.1194711959360109, 1.1437610856843738, 1.1703135770105868, 1.2056434217949175, 1.2338045789280789, 1.2543783796951538, 1.2881091828814166, 1.3112986519959224, 1.3412713397963407, 1.3643779221604135, 1.3915419763427743, 1.4135745730894449, 1.4437349779195308, 1.4780368538634174, 1.5059249898934794, 1.5377824779923701, 1.5720832254223982, 1.6052142651949446, 1.6359894194069291, 1.6698249679324384, 1.7010194250562272, 1.7272294927445859, 1.7640864928040065, 1.8021508917193763, 1.836941181297739, 1.8572858792099074, 1.8790413654272671, 1.9118884108245098, 1.942073490357896, 1.9694860799879985, 2.0015645272239428, 2.0522149106625998, 2.0912660589444134, 2.1247257810064668, 2.1749093251088301, 2.2217650563723126, 2.2797139028050473, 2.3273351675369698, 2.3662520837977135, 2.4085161957373407, 2.44842259128407, 2.4966048731591064, 2.5293551875388931, 2.5632601598410365, 2.6058201417068219, 2.6332894599197223, 2.6736218730705206, 2.7182676740160878, 2.7675212194433909, 2.812780412941005, 2.851379316835152, 2.8952580472277556, 2.9324664002449192, 2.9730447751871556, 3.0227975296309393, 3.0615273198990827, 3.1268021698603428, 3.174893627551298, 3.2193684712802222, 3.2683746695506959, 3.3223129099795639, 3.373078633435032, 3.436781965208882, 3.4965341709413189, 3.5485636123343998, 3.6258706424876941, 3.6600532837001367, 3.70560155555301, 3.7650593373841739, 3.8358507676461393, 3.9084549757206171, 3.9708021023524647, 4.0212671115382888, 4.0946288617889595, 4.1394244422887896, 4.2188351505187107, 4.2823861107092336, 4.345215736329938, 4.4124531199132271, 4.4715502537649803, 4.5793747033075158, 4.6772348615589658, 4.7793135998354499, 4.8587348255519132, 4.9729544448725447, 5.0694000105385566, 5.1648687512296263, 5.2375026757215011, 5.3107689102038451, 5.3918869300439356, 5.4798227286901664, 5.5404131589193328, 5.648241044217758, 5.7449977826195706, 5.8598429438509489, 5.9784308800284593, 6.0724910376893559, 6.2240939885017204, 6.3418997607004348, 6.4869662152984544, 6.6005309624044228, 6.7321547133945252, 6.8313273194562418, 6.9553827276444107, 7.0978539209087161, 7.2385617409417087, 7.4083545257663301, 7.5207064390014864, 7.6784562087734116, 7.8094272468662487, 7.9694720845049609, 8.1498776347751605, 8.3017112945801781, 8.5266505277166349, 8.6503142671472784, 8.9054272928070564, 9.1373026527777839, 9.3315715528110896, 9.5401595700260877, 9.7597048968193185, 9.9666371700161704, 10.22144069326451, 10.408114251683418, 10.676084943208242, 10.908036087339795, 11.20436716656776, 11.477519824720831, 11.808217307144476, 12.095306359268855, 12.384349218033464, 12.685309460589796, 12.923557637527606, 13.204138344604788, 13.616900691559191, 13.979656973992922, 14.606515576714788, 14.962258652534821, 15.314510650339031, 15.724483559731054, 16.382829228207918, 17.009132961353529, 17.366569031693889, 17.900210603831621, 18.648573105414446, 19.363994023453447, 20.143558523165193, 20.828002130195308, 21.73898624871266, 22.409876982562661, 23.415203632804776, 24.355119676733135, 25.938175172718896, 27.639017238717773, 29.341494300849057, 30.595119225694788, 32.714674098003904, 35.49272152410154, 37.928565199883295, 43.491713440727274, 47.581292491927705, 57.969627624865709, 63.340294577285306, 80.397876878853367, 1699.4418298669216, 0.0, 0.057563746961587628, 0.072111582138628103, 0.08953965473080569, 0.096680126595439592, 0.11426458268489206, 0.12297408594046662, 0.13531860413261979, 0.14452962166237915, 0.18495685986529226, 0.19550850903207695, 0.22061034782875669, 0.24758609568932677, 0.2612060900760057, 0.26777787436395784, 0.27913993724767144, 0.29698064960443493, 0.31244925057107031, 0.32122508788845933, 0.33311366430341305, 0.34236037155250942, 0.35256380627730061, 0.35729858105022982, 0.36206918848814695, 0.36696792159332803, 0.37634614206748435, 0.38534850898782269, 0.3894744547332164, 0.40001857990165496, 0.40628143701841141, 0.41257543810712505, 0.42792024247708083, 0.43741390937376029, 0.44679385424881979, 0.45338668180597402, 0.45852917891908479, 0.46847035670602488, 0.47881191760237773, 0.48636454017775488, 0.49953494697176376, 0.50860731875951681, 0.51485110540295576, 0.52109982877729388, 0.52856828716304816, 0.53396501041075717, 0.54519067350690764, 0.55087030570382234, 0.56120787950497175, 0.56947875574614748, 0.57879694500782908, 0.59045771217758214, 0.60020074472460661, 0.61356581621742379, 0.62339692092995469, 0.62921777922324307, 0.63757958596122966, 0.64566282308710643, 0.65337163144903077, 0.65757954743934188, 0.66731107005984081, 0.68506693378151473, 0.69407449975565316, 0.71475464833393743, 0.71919154363460669, 0.72854121818321049, 0.73768805533929283, 0.74964936797719572, 0.77319064552644212, 0.78475208628536974, 0.79568283458133116, 0.80765736770217855, 0.81877434008276662, 0.82795271525666825, 0.83973491168326087, 0.84972560110746476, 0.85639470621002023, 0.8647134858775507, 0.88244802261826683, 0.89985271988240045, 0.92340768696765485, 0.93788541450428287, 0.94792835531188524, 0.96027918757802155, 0.96921149562521636, 0.97952213604373195, 0.98854957689191614, 0.99970116951294496, 1.00882043327571, 1.0201870773908586, 1.041349919759516, 1.0556530343908901, 1.0756585260782074, 1.088223830319788, 1.0958784727426483, 1.1149995386526934, 1.1304796415226661, 1.1446063542280724, 1.1638356180596499, 1.1745794869462154, 1.193511657405055, 1.2182391405087374, 1.2382096317106388, 1.2472982421708765, 1.2622218704529613, 1.2744400683695623, 1.2908221594923039, 1.305167165044943, 1.3252374721898401, 1.3384679854994657, 1.3542873322844842, 1.3724563152241775, 1.3892962190041085, 1.4109408775708268, 1.419655422200014, 1.4315263030154188, 1.4527276892177177, 1.4683378048771656, 1.4867165057343337, 1.516076453749051, 1.5433792065946024, 1.5553543482759045, 1.5609831318052232, 1.5806764726673499, 1.6041131847991026, 1.6344144243726575, 1.6710888016711845, 1.7061932731840148, 1.7354452179890347, 1.7630243267926291, 1.7975788676407549, 1.814028785525206, 1.8281150670319055, 1.8550087441605427, 1.8737649522280617, 1.8856226040366797, 1.9079304881331332, 1.9442107218496263, 1.9659920408787115, 1.9983699901526899, 2.0223202139688512, 2.0401740051464592, 2.0748888988742027, 2.1149914291249212, 2.1360608521646109, 2.1565833101041338, 2.1693334907915234, 2.207376721598215, 2.2255919603217067, 2.272629194554781, 2.3279774087392666, 2.3517585387327471, 2.3910765083557908, 2.4703248547335415, 2.5208338119493607, 2.5806226807785433, 2.6402836153572076, 2.7185362598168772, 2.7677835795641461, 2.8180997959029526, 2.8326345693021624, 2.8701055927549652, 2.9318268717765115, 3.0139842815042615, 3.0571236539047622, 3.1734047661118234, 3.2297672388561938, 3.3059073464928148, 3.3897975561487925, 3.4745601523423382, 3.5452181551689357, 3.6265670674665991, 3.7050473014775043, 3.8309245560041219, 3.9372996837644192, 4.0716930145722978, 4.212857083996437, 4.2692123731220972, 4.46591990841738, 4.5523023767467139, 4.6548916677892533, 4.7758394764018659, 4.9758326990027228, 5.2769985200911247, 5.5486096014042028, 5.7245726086000337, 6.0102407093754762, 6.1426829331257933, 6.287333950013684, 6.5928811370882103, 6.9367730409204489, 7.0646691460119388, 7.2083448239980932, 7.5049899728910674, 8.1901484843386374, 8.6011704867597345, 9.304469886954676, 10.665731252277961, 11.88866301597937, 13.361123901157045, 18.497872676781789, 25.178694947474682] diff --git a/Muon/MuonID/python/MuonID/M_2011_def_dists.py b/Muon/MuonID/python/MuonID/M_2011_def_dists.py index 4e757a9fda1..dba527c65ae 100644 --- a/Muon/MuonID/python/MuonID/M_2011_def_dists.py +++ b/Muon/MuonID/python/MuonID/M_2011_def_dists.py @@ -1 +1,11 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### M_2011_def_dists = [0.0, 0.057628562576303784, 0.091878457821655726, 0.1132900806480715, 0.16850875337211296, 0.23480972950916859, 0.25538164963671517, 0.31559279249314726, 0.3709861971858377, 0.39525547000677452, 0.48512586717169626, 0.50506908796001859, 0.57765035525262631, 0.62148541152837633, 0.64263863444579483, 0.69882483312164267, 0.7161545153916149, 0.80411890720042356, 0.8805970872918405, 0.95906879172041093, 0.9964168954980418, 1.0467630571651532, 1.0811313132957849, 1.107613450320283, 1.1414327414809755, 1.200680497698831, 1.2258265309284444, 1.3292666112945957, 1.3827312359018287, 1.4123188606803245, 1.5512850653633397, 1.6356584995938095, 1.6731651325192813, 1.7284734590792767, 1.7492218434041287, 1.7668984797381611, 1.859839254768237, 1.8915873446892628, 1.906971142493358, 1.9739012545347705, 2.0042595869827151, 2.0404670643203007, 2.0801334669349569, 2.1361786545358559, 2.1800889828349126, 2.2526723098806514, 2.4615221000598324, 2.522133895087689, 2.5349568672753051, 2.6130589764080723, 2.7500027760987162, 2.8562937139926889, 2.9119263033764744, 3.0019158345608132, 3.075603035061484, 3.1141526815876208, 3.1813265812952172, 3.3676587418240587, 3.554323576839598, 3.6496213142048179, 3.6874293716075122, 3.7856923728140917, 3.8474310667342051, 3.9949344157172133, 4.125555286661946, 4.3290913548691856, 4.4952013654404812, 4.556343784992352, 4.639912221981799, 4.7146391204010234, 4.8227084013441566, 4.9863406697764292, 5.1842339785740776, 5.3023803998521304, 5.4750202011939866, 5.54048973773856, 5.6494197613846904, 6.031189352625824, 6.1768307442788197, 6.2620964668403225, 6.4351623085815, 6.7265466116268859, 6.7915288820461273, 6.858752135722245, 7.0391175979404581, 7.1234944848067601, 7.3258340038478451, 7.6012540830071256, 7.8610379546027023, 8.1407339356122499, 8.6344134454714787, 8.7180144432721391, 9.0978762948485237, 9.2738466401608814, 9.3278635864048827, 9.4424890946840847, 9.6030189615224657, 9.7486413490900201, 9.9120876012927628, 10.0634236132968, 10.415298132107214, 10.522058512873633, 10.613299539059163, 10.777003890057323, 11.19134404322137, 11.263117192375013, 11.498561061679176, 12.21806762702662, 12.483196087543357, 13.54470365954359, 13.849619017840872, 14.123084642390928, 14.398832659078749, 14.566089250066417, 14.807446823406554, 14.954042474253805, 15.017632122375311, 15.534486588862363, 16.087579752773408, 16.335273051167704, 16.59865583486215, 16.787365784531143, 16.930772808747413, 16.978230896616772, 17.45341757723757, 17.54161801859598, 17.670822982069833, 18.057953137339432, 18.349411130934708, 18.874645742669262, 19.811500245302732, 20.617053831744901, 21.425708785184192, 22.13342945397601, 22.514800015329385, 22.600876120356858, 22.995926973030485, 23.562574109846953, 24.294710403256879, 24.710775959864485, 25.735807637080889, 26.538055293359648, 27.290028726831821, 27.773430106003083, 29.668208899311839, 29.767759573249858, 30.328136166047656, 31.494086670497492, 31.717352094096093, 32.525981982450979, 33.265585384845679, 33.751316746168612, 34.201802003064067, 36.899918838933765, 38.096479462365799, 39.516017768346714, 39.989735840240321, 41.194468318352641, 43.299364753871842, 43.400612046669139, 44.217051933181644, 45.224566778084622, 46.422304247376758, 46.960808813383558, 48.299557096246531, 49.543362472280329, 52.100735352804534, 53.655447353773283, 55.960391277909508, 59.70514539293125, 61.843693253111184, 68.081331605587849, 71.540166073226146, 73.270793327751335, 76.171347038456744, 76.713947935814872, 79.452578223589953, 81.242818023980888, 85.253618574552505, 90.576557423795492, 92.997247053710012, 95.821107577619216, 106.64500479999833, 120.18058037798956, 126.50923215826064, 131.32814912989315, 147.1399472964454, 167.43638431036157, 192.68604805851697, 214.74959666043176, 236.90417250922937, 270.13811088102972, 311.13617202210634, 348.43212870989748, 397.49279405192692, 418.52939500887197, 490.05308025042825, 601.26449991098229, 943.69926165035622, 2272.151119348498, 2272.151119348498, 0.0, 0.068201728466174436, 0.11237783313391692, 0.12830033204755303, 0.14738276605539258, 0.17452595819420164, 0.18740679497876259, 0.22092788589298604, 0.24698157312934674, 0.26321755681186182, 0.278982404063846, 0.29425614113597565, 0.30386598141884186, 0.33348471684689712, 0.35448258891286477, 0.38416466052319098, 0.41799061907192603, 0.43332985148006498, 0.46022545438188606, 0.46720029992587914, 0.4834191580769957, 0.49135304898180576, 0.50065137294598305, 0.54116902167600822, 0.56502516934264901, 0.58383186711851243, 0.59988283878047788, 0.61745037135253056, 0.64851934211375817, 0.65771446388077714, 0.68201656335208749, 0.69501882934571635, 0.70859407070539537, 0.76811748190181783, 0.785547174693628, 0.80584170571483826, 0.80977921469642378, 0.84983656800224905, 0.87762202858938831, 0.89989293732657549, 0.92737970573962192, 0.94822275849814597, 0.97010634169397159, 1.0004701361644599, 1.027252813486935, 1.0516264427778705, 1.085865795301199, 1.1039829998101676, 1.1231421375848933, 1.1351908524310048, 1.1870327649828589, 1.2108652899633887, 1.2418615536907456, 1.2620878726057261, 1.2831955088252662, 1.306480565141986, 1.3214819027067988, 1.3819750197102438, 1.3964962886754628, 1.4416267404974048, 1.4723276588556404, 1.5102821076425617, 1.5397500825876973, 1.5614284610319382, 1.6110339651345407, 1.6433416553385205, 1.6728829936173992, 1.6999366415445392, 1.7240699041761254, 1.7508519958752469, 1.7969849629216739, 1.8430561905053708, 1.8717904098493616, 1.9063368309633759, 1.9506003143418458, 2.0298196868542142, 2.0991713956674101, 2.1633526448161282, 2.2629929459851224, 2.29081267396016, 2.3416198215358914, 2.3573314548287789, 2.4218587714491338, 2.4993355473824033, 2.5384325382544848, 2.6491004992037666, 2.7210651339892107, 2.8237246255258426, 2.8700824362814488, 2.9188785020766925, 2.9635962519687955, 3.0154773635321317, 3.1026722776260538, 3.1782308010920812, 3.2642539873638139, 3.322125355058692, 3.3714861504441376, 3.4218839487759731, 3.5144951962763513, 3.5765944072239031, 3.6273675925681212, 3.7247691072149096, 3.8232379391542128, 3.8893216636307564, 3.9288057496282955, 4.0390899251352117, 4.1600948751312279, 4.1871263152018612, 4.2621860547974828, 4.3500604627307435, 4.5436519743962078, 4.5849723086596628, 4.729044783865576, 4.8683804704143165, 4.9563493866144599, 5.0241568504440179, 5.1468726623856105, 5.1949999782992462, 5.3140299451508861, 5.4879645142694358, 5.7223471643025841, 5.8380855647564118, 5.953449532130346, 6.0187020640170728, 6.2108553226358252, 6.3916059248644403, 6.4913362763076323, 6.6031140372618351, 6.6636491589809301, 6.9509407634766989, 7.1531488937141772, 7.2409474401975658, 7.4303919093490327, 7.5669382679335202, 7.7441286658925934, 7.9000616206163423, 8.0724648473816156, 8.2412216959472371, 8.4137214458024516, 8.6069007301001861, 8.7736666850099372, 8.9890876982826367, 9.155130462775519, 9.3411611417176861, 9.4866270624314577, 9.5872328045423547, 9.8527914805110655, 9.9514305967967953, 10.292405041584022, 10.75673026860011, 11.169289189746417, 11.46807997463821, 11.689766834399332, 11.966027273630296, 12.351431387718186, 12.727667430393458, 13.119586645059071, 13.424611040389257, 13.786397020277862, 13.968352336123267, 14.21068016740667, 14.453408188853816, 15.461180267394132, 15.895481313307476, 16.317601512617198, 16.780792483093965, 17.624171385239844, 18.139839382922045, 18.594772196087924, 20.516375547145831, 21.567448512929186, 21.977404088239552, 23.299471636450161, 24.278490139740818, 24.993212131783924, 26.592135163847711, 27.623113931391885, 28.865470012834731, 29.227604875711496, 31.101999334866235, 31.57497302654869, 32.684647994128909, 33.375146403972977, 37.692891082911196, 39.851813023596023, 41.523584144387264, 46.008072429817098, 49.647884975691284, 52.784847459347759, 54.294626625518887, 63.228644431972903, 69.726924033194564, 74.015904215742552, 86.164937892726826, 100.73311845118887, 112.18515642738907, 135.19609351797098, 176.61381022152227, 242.73583361720463, 308.26543522152377, 513.52205453065437, 0.0, 0.064681645397600726, 0.097055786527166205, 0.11671616479466058, 0.14904699771147067, 0.1812546389613125, 0.20555172420798953, 0.2183799557562153, 0.24037810467237944, 0.25036231174093732, 0.26632542829596018, 0.2738878158208915, 0.28695869973365634, 0.30912145801504926, 0.32069346660692333, 0.32716841268857905, 0.33921112396795472, 0.35411605334840923, 0.36992181322350265, 0.37555978900730691, 0.39245722745804307, 0.40098714822474785, 0.40795369226674527, 0.4172218451215533, 0.42679459853118645, 0.45012838868569222, 0.46395657933185602, 0.47588120991692906, 0.4859429317025537, 0.5012486174834101, 0.51554915854539141, 0.52673766504363306, 0.54037167562839805, 0.55386824464727247, 0.56986151348392444, 0.58441413430603695, 0.59504137541093982, 0.60183139418849574, 0.6097548033252651, 0.61636145539533693, 0.63729376685379835, 0.65492235590733228, 0.66704610998785618, 0.700953708734812, 0.7190525585629578, 0.73579423752153761, 0.74901914818208437, 0.7639095729012253, 0.78507593810209142, 0.7991677445398635, 0.82057225160808045, 0.83874577852045251, 0.8514279150065982, 0.86730722882820255, 0.890038058955962, 0.90572082476051208, 0.93235631316890322, 0.95142142918059724, 0.969384366562271, 0.99218758210384461, 1.00299637932868, 1.0092887025882542, 1.0324830139871306, 1.0486654108510693, 1.0641141875260127, 1.0835468393653898, 1.1071616076049358, 1.1168131966461825, 1.1456586118817482, 1.1644419001186364, 1.1774811339270124, 1.2092190407790164, 1.2384799339065578, 1.2616903228237686, 1.2889294434698533, 1.3164843722957189, 1.3568929832436432, 1.3789685995582368, 1.4016262455149839, 1.4303108283460788, 1.4487819999160492, 1.48021838699676, 1.5050773691689014, 1.5354136497221011, 1.5761026989532505, 1.5976227134137739, 1.6180255352377244, 1.6461488070064747, 1.6754933786486672, 1.7043391941827599, 1.7436653784542346, 1.7574238222395258, 1.8083751761401707, 1.8364695449180659, 1.8853960408395598, 1.9209489973470637, 1.9614779158767812, 1.9837030977196592, 2.0254456515521015, 2.06356755784513, 2.1061669436995003, 2.1608319242443135, 2.176533829184859, 2.2139646657342289, 2.2418326677035214, 2.2819602869499667, 2.3275988135789891, 2.355439289035997, 2.4108423085380779, 2.4436348968031414, 2.5031234860019178, 2.5439256045997136, 2.5773599788744934, 2.6327828846554593, 2.6997266593235456, 2.7317169496478648, 2.8033821298933836, 2.872746199477366, 2.911616529815233, 2.9546022533503957, 3.0081446390299069, 3.0894107259868058, 3.1461648060150367, 3.2073093130678618, 3.2707390207274067, 3.3815481629909145, 3.4779532042245807, 3.4955043576213232, 3.5757478436815138, 3.6322878543855621, 3.7796644436769657, 3.8151756075230678, 3.8802551661883786, 4.0289839922041422, 4.1279506765446614, 4.1958722575439298, 4.2681132445184655, 4.3694161532010058, 4.4793716338291727, 4.5714087303580433, 4.6493194432085412, 4.7141095620043281, 4.8655065654352976, 4.9733934483219935, 5.038859603913723, 5.1120453856118537, 5.2240263349175526, 5.326857227285414, 5.4452851717228903, 5.6191948437507619, 5.8251247312267305, 6.0364763774143135, 6.1085463321063269, 6.2898990925768432, 6.4181400947195311, 6.6210137015645536, 6.7263257016206106, 6.8855750366072552, 7.1232383189565454, 7.4007790575336729, 7.5183445501556623, 7.6542486054829189, 7.7796080000079355, 8.0776151677243515, 8.4160158721268967, 8.6283072431350387, 9.0099513745919317, 9.1985032179916839, 9.3715895144040058, 9.689097239085406, 9.9747151298520151, 10.162420972781135, 10.525043005039576, 10.9348593423718, 11.220406152599313, 11.472292936429914, 12.331513581808927, 12.99141401636353, 13.792445320126436, 14.159631387529567, 14.898875104642451, 15.391013071702499, 16.58446392489617, 17.397044111420918, 18.246693100142146, 19.539678557308235, 21.894007859929044, 23.769625964542684, 25.674579790101415, 28.595587316047272, 30.020256306881702, 33.276780738700346, 35.817076665002631, 42.110340471763912, 48.790270781601912, 54.046938187573666, 67.878422664921544, 86.808719614124982, 106.08957126365338, 212.6174296424627, 530.67951165916725, 0.0, 0.066200047903027276, 0.083721669217692474, 0.097716651445752478, 0.11022140255760769, 0.12682667647071302, 0.1310312002419774, 0.14174741060946225, 0.15012768070557803, 0.16322364512908868, 0.18204188144428807, 0.1932509011687073, 0.20736566877237284, 0.21677471984321531, 0.22208330716146871, 0.2368478044903545, 0.24800109075566285, 0.26042292583219756, 0.27071259593706476, 0.28654565496167866, 0.29337837365624814, 0.30198842285047178, 0.30844586201328328, 0.3149470593102916, 0.32463921048140526, 0.33612661364720992, 0.34538798562234241, 0.35362965043869748, 0.36471294151406786, 0.37175950729075813, 0.38160665904037616, 0.38574106898579719, 0.39688874219887516, 0.40205350235521997, 0.41084581512509888, 0.4190808913198204, 0.43544148967863316, 0.44346612867974777, 0.45227198826541537, 0.46661118452309958, 0.47567354802653689, 0.49123378069289259, 0.5026379690695526, 0.51145199410264641, 0.5230420844440421, 0.53633757129515192, 0.55323199501557874, 0.5709327471747897, 0.57668332951826085, 0.58661731761735014, 0.60316797340939221, 0.61231767919746716, 0.62173743546202065, 0.63367739150206992, 0.64417081791316222, 0.650588306867667, 0.66136245644028779, 0.67194367164364066, 0.68483211499577568, 0.69390170098605697, 0.70978541298372555, 0.71733880725642318, 0.72982716816440152, 0.744382107200665, 0.75464756880526096, 0.76971757975591903, 0.79092500924780884, 0.80139259706827826, 0.82007493231551376, 0.83636749901593976, 0.85607123696181142, 0.87178377197180712, 0.89028508898771552, 0.90709689710063435, 0.92105845964996935, 0.94062127053830347, 0.95072473335636265, 0.96303055939494286, 0.97648251804695785, 0.99369926534400232, 1.0090186828881174, 1.0418114909215104, 1.0698515568115963, 1.0781642613654208, 1.0953662056922651, 1.1107307176100356, 1.1257267330935268, 1.1471842785819382, 1.1676817560236403, 1.1877943080225843, 1.216398240925453, 1.2316053787491037, 1.2474229964718553, 1.269525880355836, 1.3019912398706039, 1.3277002379637455, 1.3443466595361551, 1.3685810866232899, 1.3984804559046911, 1.4355750324517496, 1.460852572211057, 1.4948996531027956, 1.5268570238239529, 1.5522940777876273, 1.5719325888893447, 1.6024193084645637, 1.633598364214381, 1.6528693309141695, 1.6741744069714672, 1.7003470022341649, 1.735298179037982, 1.7582063751832995, 1.7909792627750754, 1.8300707159778025, 1.8684354743589122, 1.9062901732716007, 1.9304116745252333, 1.9651822643793164, 2.0028643201051111, 2.0355079559039346, 2.0677432834609206, 2.0974741272119317, 2.1477636951029404, 2.1758324097429544, 2.2038264839493977, 2.2387897181326624, 2.2799150775007226, 2.3116834558621813, 2.3770756042717061, 2.4423912978053499, 2.5043639857858704, 2.6183935138202945, 2.6651645510870448, 2.6996454559378718, 2.7642312413471197, 2.8501819058526374, 2.8874618455541339, 2.9299786710240685, 2.9902882140860028, 3.0106036707675705, 3.0721304018549587, 3.1161855866638852, 3.2369909410932256, 3.2937695851357418, 3.3415607515486019, 3.4135640311960804, 3.4863864701809169, 3.5495511431068625, 3.6258591972624328, 3.6947502192132147, 3.7950739251414829, 3.8952813228916106, 4.0427476635565807, 4.0982562136044365, 4.2381714903602026, 4.325585224629334, 4.460333473236096, 4.5891338691369086, 4.6893335143109196, 4.7853618220189347, 4.8500011901031046, 4.9499390325888388, 5.0651986930646391, 5.1906420764523, 5.3052661921332698, 5.3795959386387144, 5.4884702877024898, 5.6251182444238585, 5.736009877510825, 5.8235819678819309, 6.0452731168242577, 6.1535182776969091, 6.4223906871159802, 6.7828263511308, 6.9787759843247965, 7.2868999104783532, 7.604505778440271, 7.9090260134516059, 8.4851413606010251, 8.6965137695221202, 9.0770837937907398, 9.3896211096143869, 9.7704946596107849, 10.142102955347768, 10.870897424798827, 11.627557560059024, 12.487371659037647, 13.393741745878474, 14.080823719400907, 15.608105497185557, 16.823724341129342, 18.261126223618554, 19.636996869210478, 20.562702661180669, 21.601610993499339, 23.839730158552172, 27.477708564377878, 33.318576554469637, 49.103081020159834, 73.345872444192949, 106.52935418648646, 0.0, 0.049394419396927715, 0.064736734696013376, 0.079308002177416376, 0.087959980883483738, 0.10194236904560904, 0.11008607182951631, 0.11465366805246813, 0.12715531070407432, 0.13166809405389251, 0.13847247629313228, 0.14384864573811881, 0.15002396002358567, 0.15562720051884482, 0.16116827009383153, 0.16632968738513401, 0.17136648014616976, 0.17900086203665841, 0.18694008640938087, 0.19702916534694626, 0.20392975208968295, 0.21361422240935368, 0.22042948071555513, 0.23063300033673573, 0.23966278802965957, 0.24711447349179011, 0.25303301261186184, 0.25579240638304279, 0.26267170853506805, 0.26750482270286108, 0.27493473053623635, 0.28258910182162267, 0.28822901265050227, 0.29608647684984479, 0.30214524820456018, 0.30864368126348923, 0.31508865166237593, 0.32124032165523375, 0.33011261444903611, 0.33703483646960708, 0.34733723809596734, 0.35691769635678916, 0.36690708933320493, 0.37128928317734283, 0.37755689980492391, 0.38701609409764459, 0.39302164725609023, 0.40331084641477311, 0.41072208837025759, 0.41852937501544424, 0.42932124920083142, 0.43324849767497853, 0.43993900664314145, 0.44761176101936301, 0.45202419082248341, 0.45529173163984443, 0.46653702581395917, 0.47399725820611593, 0.48198881472501576, 0.48708257057534343, 0.49302150180651805, 0.49978383605626248, 0.51339894682816312, 0.52160424774706593, 0.52748289873084886, 0.53676595811893124, 0.5455171486636371, 0.5534396873141485, 0.56241263737675429, 0.56973323223537264, 0.57574914723880954, 0.58234713319994302, 0.59066240355655708, 0.60510984788748057, 0.61807462013879144, 0.62637623226295402, 0.63542696189453973, 0.64701799464926024, 0.65882045306679504, 0.67141179273787532, 0.67909380683392095, 0.68707873750652504, 0.69640315687854726, 0.70807547488547196, 0.71771853550219356, 0.73309718820363279, 0.74214506352540133, 0.75177033126786774, 0.76943956404912883, 0.79020165814710741, 0.80781062970338047, 0.81634889994531135, 0.82618810526895436, 0.84005098189915028, 0.86666756102772669, 0.87735918829690207, 0.88554074010562978, 0.90240999323032145, 0.91632635431957332, 0.92982256792581119, 0.93859572806129865, 0.95740797855505955, 0.97317410516930258, 0.98783906755984918, 1.0108980555570175, 1.0284511401075709, 1.0482594431498151, 1.0611613677510832, 1.0784870131371229, 1.0919180174352818, 1.1135514694962279, 1.125494491992268, 1.1410712650872479, 1.1674352256776539, 1.184785119317356, 1.2096294450605212, 1.2323778220867625, 1.2549931419768594, 1.2806924911813222, 1.3081961580241186, 1.3320238796794894, 1.3534172327636966, 1.3807267144923916, 1.4001500408447822, 1.4316269135391197, 1.449518126496226, 1.4807942237706289, 1.4996141554775, 1.51697171202322, 1.5501818193618728, 1.5774423949301954, 1.6090796134626164, 1.6337740770081619, 1.6692908417512815, 1.6961331386742853, 1.7261310689460392, 1.7616614368687207, 1.7805522635031978, 1.8048113834777242, 1.8629871128198423, 1.9197945215709944, 1.9552472287743048, 2.006402075733154, 2.0427474979249962, 2.074496897491799, 2.1328916089262004, 2.1753943657622523, 2.2401831220855666, 2.270693018282933, 2.3105641384054061, 2.3945586906581622, 2.4399768881846882, 2.5000049081492532, 2.5621934580643706, 2.6392295124107816, 2.7208587148102463, 2.8097139724064282, 2.8701110813681128, 2.9862082469647095, 3.0488516638446339, 3.1242308091436368, 3.243153466201278, 3.3051260648856364, 3.4863819457159302, 3.5505875681994588, 3.7448427188152658, 3.8463429990501901, 3.9838928478843263, 4.1238239879386667, 4.2490672817706532, 4.3599387844761468, 4.473253957654526, 4.6690383558822228, 4.8383638550300123, 5.0032896939841258, 5.1925150031279994, 5.4083749056768973, 5.8187938054935762, 6.1416785529469493, 6.5966499906173439, 6.9452175432435155, 7.3694350201120091, 7.6611410187916773, 8.1962221951718313, 8.3985520655394108, 8.954871482916916, 9.5555811691967367, 10.075581787179221, 10.666984624254228, 11.269430893231096, 12.244383827267271, 13.43327333120301, 15.035950482663642, 16.932372656888262, 19.087843838164819, 21.876507647307918, 24.329735267714369, 32.551612521357441, 42.817333269075768, 80.868741705532841, 263.02173214876871, 0.0, 0.039467746129120185, 0.051824916097853023, 0.061771901689009187, 0.071565972010870144, 0.076518802143588971, 0.085618493830758285, 0.093725626920029337, 0.10393841275774901, 0.11413580827974683, 0.12152641148533293, 0.12627525292174707, 0.12968718206917149, 0.13855089010953145, 0.14242136361586646, 0.14961341703535569, 0.15878848104707796, 0.16821185149526602, 0.17193496653825602, 0.18370817507532361, 0.19347902698219727, 0.20136482066552064, 0.20583838921300673, 0.21305461768025999, 0.22181194102152516, 0.22504305621818932, 0.23406898010225857, 0.2398853548764919, 0.24436856459787337, 0.25265341913397688, 0.26007714837241541, 0.26691829493661323, 0.26931297477030441, 0.27726914154785853, 0.28210711764692858, 0.2859614857691346, 0.29125186385881313, 0.29881267745856349, 0.30375673974281647, 0.30854811947856214, 0.31656603656425492, 0.32546607312581727, 0.33113501361486541, 0.33582693482769788, 0.34276150289703894, 0.35127805306418919, 0.35845367388296762, 0.36558831277905995, 0.36979924962746219, 0.37578338456878752, 0.38327703665171509, 0.38743278300825934, 0.3933947408991858, 0.40090502054506943, 0.41078320064762447, 0.41434452765896151, 0.42079409894287106, 0.4255673661624485, 0.43408043802357538, 0.43842453852669183, 0.44479957009297705, 0.44911932255159215, 0.46075892982346434, 0.47136693037959077, 0.47672759686825411, 0.48530543752076094, 0.49072973814548543, 0.49757125712438277, 0.50205891056941676, 0.50989707552295971, 0.52048634390291548, 0.52487724594117247, 0.53197428010086045, 0.54193181090656062, 0.54669601892015796, 0.55199308212187415, 0.56177797788147832, 0.57397840735843453, 0.58305121749436828, 0.58875829816518199, 0.60014475586825022, 0.61146976460798996, 0.62147757074967558, 0.62937535472116102, 0.63521150679693283, 0.6443683639844624, 0.65570350537151256, 0.66248422346281488, 0.67431167007929649, 0.68081103970994383, 0.70070897539479826, 0.70949394177954128, 0.72368744374810079, 0.73324494948980001, 0.74442385396599853, 0.75726956491948028, 0.76814002853040864, 0.78549563545170853, 0.79690455102462399, 0.80911780465283023, 0.8217559489409707, 0.83736881584366574, 0.84769382359635626, 0.86418498778599284, 0.88747705639947372, 0.90131822030096298, 0.91456928681735306, 0.926248872898779, 0.94662179325634455, 0.95246146300701406, 0.96865365604621834, 0.98601045426396106, 1.004370843669373, 1.0278846153106977, 1.044847701668429, 1.0629345673978381, 1.0786014914723667, 1.0929756602733387, 1.1261078972699916, 1.1512164532678049, 1.1694773456967209, 1.2047879047450252, 1.2191337268903064, 1.2371236242769537, 1.2604030750182345, 1.2728991082384753, 1.3021733465601504, 1.3366400801240468, 1.3669786453201016, 1.3893263316106292, 1.4142311210562548, 1.4371089884829913, 1.4735470017754577, 1.520014037615578, 1.5362080843085604, 1.57308131482694, 1.6005512179859467, 1.6311466151664402, 1.6766677965478609, 1.702427114649556, 1.7358113192351368, 1.7589620076466705, 1.8122197381889422, 1.8371172353927989, 1.8839698049061866, 1.9368978033833055, 1.9859165193893249, 2.0266473776917446, 2.0435418938412577, 2.0904755804619093, 2.137008395650732, 2.2105679265040039, 2.2912315391120952, 2.3171846492564172, 2.3789143587376254, 2.4392413643504884, 2.4804720034966028, 2.5405224136745002, 2.5964604917467198, 2.6705999263123781, 2.7251943964162413, 2.772341712266535, 2.8651026212603763, 2.9882335264110305, 3.0505642000004207, 3.1879882564475781, 3.2713189106502325, 3.3340572644275901, 3.3973177283139346, 3.5111941452660176, 3.6432762400676104, 3.7893397930271497, 3.8962740628195554, 4.0871617267378353, 4.2202691837388713, 4.3774443034324424, 4.4936111350115695, 4.7506236842341369, 5.0112340217497193, 5.3496875229084306, 5.5766544089000956, 5.8287954513602722, 6.3423620558230542, 6.7899919751160516, 7.1981726869941802, 7.7399452080885132, 8.3342259680123636, 9.1990412068218603, 9.6467855088846335, 10.137584353746163, 10.89364428926409, 11.552396435112094, 13.030143614298112, 14.095239648815568, 16.252904088875191, 20.637122578101994, 25.04746535648458, 29.349607631916427, 39.069463698724505, 53.341542218906731, 131.24704840076191, 0.0, 0.032884942472054493, 0.044042928317071753, 0.051717952097554462, 0.058447068850037934, 0.068821794240992967, 0.076446506641690143, 0.083331576500669718, 0.090983634325567123, 0.097188602723129819, 0.1088593709111567, 0.11459623029540639, 0.11844837313630252, 0.12384168852201749, 0.12684488135204505, 0.13447015956640213, 0.1391542676007054, 0.14625472031000056, 0.15200345906187301, 0.15688159917859762, 0.16356525869840099, 0.16595293381775883, 0.17208869146003852, 0.17708137414161021, 0.18245018966878032, 0.18979132041734897, 0.19637969400495253, 0.2032346071402627, 0.20694798677484283, 0.21265331651833888, 0.21882977443215981, 0.22494202116978182, 0.23178859272489064, 0.23787915511551139, 0.24313950482755242, 0.24682307808790133, 0.24943612844036106, 0.25577269021993287, 0.26291464226288852, 0.26970943169082667, 0.2725648028979728, 0.28144606977956577, 0.28556551666434349, 0.29091966470999592, 0.29709027671048366, 0.30175232279695008, 0.30845384710365537, 0.31297498910818361, 0.3160194068150165, 0.31918148875981589, 0.32331388150265972, 0.32927405147803945, 0.33377069470184595, 0.33894412800963025, 0.34522709990281475, 0.35123488575457434, 0.3558821207267826, 0.36144785378066896, 0.37019315147158249, 0.37724004091309249, 0.3829924502040804, 0.38790812361879717, 0.39588105871510798, 0.40044226663641691, 0.40836868589232361, 0.41402643554261809, 0.41875667916369519, 0.42450774070868258, 0.43229589405318924, 0.43734997488844168, 0.44538394823457816, 0.45353980762093016, 0.45851077590488476, 0.46383676125545098, 0.47059046215711398, 0.4762006151939136, 0.48431439285713834, 0.49389826855702679, 0.49974442650636974, 0.50732118012468475, 0.51342129390440416, 0.52297582923711328, 0.53288748131056163, 0.54544803680941312, 0.55056947454571459, 0.5630440930673537, 0.57647988095569747, 0.58254891183837865, 0.59122845087621589, 0.5957914205706567, 0.60314265091258978, 0.61908921631667679, 0.62247554745711642, 0.63329981498300048, 0.64301069689433055, 0.64989657369654952, 0.65888445152749431, 0.66647227612873217, 0.67668838768171136, 0.68893091987254185, 0.7025879217168467, 0.71826561462270089, 0.72771455488965531, 0.7391009553915564, 0.75223783989741744, 0.76166485140694018, 0.77084000065236591, 0.79065365493321382, 0.804383247442233, 0.81683812596185346, 0.82843493554640024, 0.84246759604107702, 0.86350701623054671, 0.88180313041705505, 0.90376335449490075, 0.91286915972557914, 0.92036986380455399, 0.9291438387362384, 0.95352040422537032, 0.96809418471522612, 0.9828969762772849, 0.99701637984191405, 1.0053920653287929, 1.0224322964595809, 1.0436497009914834, 1.0616070630675405, 1.0802764748267883, 1.0951850173844457, 1.1193411761447549, 1.1379681972224709, 1.1599468248342446, 1.1886340506700033, 1.2148385191461482, 1.2481418152125123, 1.2792573174668869, 1.3154615262708993, 1.342394558445551, 1.3629899838283757, 1.3761143300434635, 1.4093858037430134, 1.4522804850005502, 1.4748979300612479, 1.5306210379322103, 1.5495843761095305, 1.584244002737959, 1.6126131532613874, 1.6604506166505426, 1.6921120149154147, 1.7126738210319639, 1.7396125064233854, 1.785135464734434, 1.824889085813346, 1.8829431177071814, 1.9343935926685978, 1.9916768565010168, 2.0267961688503453, 2.0766377474824029, 2.1330899777256795, 2.1848037174415449, 2.2801579583808342, 2.3579957571857286, 2.4501358388830012, 2.5153457412512981, 2.582374390832427, 2.633575300083673, 2.7077686567647499, 2.7684316125814457, 2.8476458237947857, 2.9627792222491238, 3.0403520366260612, 3.1093550063736379, 3.2559496906005565, 3.384456584459806, 3.5451252896822063, 3.658802669941331, 3.8535789702629515, 4.1036627374662622, 4.3847833011124493, 4.5324017993862, 4.6567473442819232, 4.8795997539612124, 5.0351805245400989, 5.4071167044869721, 5.8112812324471728, 6.387968909517352, 6.6133968886491754, 6.9446864587547097, 7.5543017399007653, 8.3092309621502434, 8.9855329925540648, 9.7607248945108189, 10.562225389927731, 11.547524333694614, 13.042152628954279, 15.066816239535164, 16.843645091885804, 22.29298319668764, 27.78918358142127, 36.15482791135674, 48.467620573432804, 150.75527930067238, 0.0, 0.030475436329936944, 0.041455577211803325, 0.050587167936695224, 0.058798726126600857, 0.065119327951945208, 0.073499955494061478, 0.07885113088345877, 0.085143786389228412, 0.08965572615115161, 0.094178377769283547, 0.098501280404947864, 0.1030958981377707, 0.10869385918561442, 0.11297670615452211, 0.11689141102215121, 0.1214840331703515, 0.12584718500031158, 0.12987214864837779, 0.13468557220683824, 0.13924503288786391, 0.14386351348014154, 0.1493340912759876, 0.15399302445531154, 0.15891197422219733, 0.16342430790220985, 0.16862541478716603, 0.17284449028563825, 0.17822842307181602, 0.1820267480405092, 0.18688153961477047, 0.1927267317388851, 0.1970428163553993, 0.20121205502603673, 0.20565232504914904, 0.20898176045815323, 0.21456701344386478, 0.2193381728343505, 0.2241310071800133, 0.22817700334024027, 0.23233337863145165, 0.23720906624202601, 0.24191353394033271, 0.24708942468474382, 0.25285280260759901, 0.25671572324736464, 0.26213421506917656, 0.26638683139162828, 0.27152578772723279, 0.2762872026065426, 0.28128390667450365, 0.28593911283892171, 0.29087431204884701, 0.29557087416205607, 0.30019592182315891, 0.30513806758216755, 0.31016793114986319, 0.31616724797260032, 0.32041768091414635, 0.32514136402938837, 0.330175514469844, 0.33510934856577768, 0.34052636062698755, 0.34595494789256998, 0.35149217534601079, 0.35744012588115681, 0.36163975663483183, 0.36600266939188625, 0.3715301308425546, 0.37731624495426341, 0.38179171447482013, 0.38695470344853578, 0.39172315899130233, 0.39614948723382537, 0.3998385857290081, 0.40528704514340191, 0.4113906789211898, 0.41723754661044737, 0.42330595508586388, 0.4298295205380972, 0.43639003733749093, 0.44294781550179985, 0.45031606698625348, 0.45589276061599149, 0.4637504954853186, 0.46972702984856168, 0.47691662036234045, 0.48515870923762039, 0.49260277947704278, 0.50180009274783677, 0.50899844136237671, 0.51521773387918002, 0.52259062361544673, 0.53071416140395877, 0.53996499482812654, 0.54675197629336969, 0.55561683421554353, 0.56353596314369636, 0.57266468438633022, 0.57882534017246046, 0.5879193586669369, 0.59795376910115772, 0.60910017566901453, 0.62152501089463474, 0.62899125612273621, 0.63944993844645304, 0.65079039292032037, 0.65990599756610113, 0.67267050134312967, 0.6811396504155568, 0.69102170908780658, 0.70572381661063954, 0.71917690416970415, 0.73053302980642632, 0.74479922749569372, 0.75660131757288107, 0.76966460911714163, 0.78382775044111574, 0.79890547769142994, 0.81316878697223616, 0.82632592595142507, 0.84038976545168742, 0.85889454588180414, 0.87584528603730916, 0.88938215721139913, 0.90647622547342221, 0.92517109894543503, 0.9420929353690477, 0.95887351889851813, 0.97485760015251421, 0.99539728475785438, 1.0168269490191464, 1.0321969253945085, 1.0509239949366704, 1.0749039195763974, 1.0954893550189169, 1.1204402411184233, 1.1460855159498731, 1.1725936611440071, 1.1991674830298438, 1.223355141542398, 1.2503166821062022, 1.2755553790294463, 1.2974083183962621, 1.3271479307498393, 1.3598997679834393, 1.3966740129081683, 1.4270275926175096, 1.4608948615990871, 1.4952195611664525, 1.5313585561683203, 1.5640142535985393, 1.5994377044435546, 1.638305110435522, 1.6786361340413112, 1.7240031947949774, 1.7621335157109532, 1.8101134128648371, 1.8620922391744734, 1.9224643921259204, 1.9710346661166867, 2.0344533242374103, 2.0831877260508893, 2.1372551671286524, 2.2034358794278646, 2.2716335521446531, 2.3429160177345003, 2.4104357266981919, 2.480935437184201, 2.5343673042490624, 2.6084557648811311, 2.7199516996724253, 2.8338987909810287, 2.9216428190030639, 3.0360484810989852, 3.1500945673097052, 3.270619104044989, 3.4227068074159761, 3.5665311638055055, 3.7247617410661675, 3.925297648069769, 4.1375118576391934, 4.3398004727933692, 4.5346219219569655, 4.7447780176553112, 5.0148304110646036, 5.3334608060172872, 5.7276260586600891, 6.1890543526613122, 6.6801902478700868, 7.2800631153055209, 7.8835838788384223, 8.6803326930194569, 9.7122609465184322, 10.941190698085899, 12.542472669018284, 14.627074477598748, 17.832826769519468, 22.898509435438054, 33.157382047966806, 268.8200344237456, 0.0, 0.028898274302596512, 0.040633940377108956, 0.047933728659069468, 0.054523381031400885, 0.06011329230279238, 0.065188383675028702, 0.071626919796562605, 0.077168570402807349, 0.083037174267918165, 0.08755686111436492, 0.092118428080118928, 0.096425123862060327, 0.10043552253883403, 0.10554902051980319, 0.11009718665642487, 0.11326275217950955, 0.11698509676168573, 0.12080022735318345, 0.12517509152109374, 0.13013769328680053, 0.13345882034603812, 0.13747142162715098, 0.14150064959740938, 0.14442943761896229, 0.14941148229826645, 0.15440519818373027, 0.15783715568801643, 0.16265630037450993, 0.16672946241207018, 0.17011132508732738, 0.17420920933779047, 0.1787571250538082, 0.18406358630263245, 0.18924049544452431, 0.19306320330392984, 0.19641759705419837, 0.20044589719386452, 0.20365259207914921, 0.20746114210240005, 0.21178663359554398, 0.21561802968012542, 0.2201648522340745, 0.22394901627082189, 0.22890960512700576, 0.23288763477408511, 0.23799769247855981, 0.24277846906856382, 0.24620220114345401, 0.25085581063453694, 0.2547852657654528, 0.2584622001605798, 0.26226644168550362, 0.26587748056735006, 0.27001206297540875, 0.27333957150348165, 0.27844160533530171, 0.28262027978412785, 0.28651353733567758, 0.29232034746442948, 0.29580376680146625, 0.29935090999568476, 0.30309728324775276, 0.30715090410428514, 0.31201121511000857, 0.31571249520502215, 0.31981978170465836, 0.32351704294037775, 0.32816906538652812, 0.33260532162929424, 0.3375253795185012, 0.34227658789873155, 0.34672628630214691, 0.35173264439552276, 0.35642244422141933, 0.36316985109331051, 0.36811409230691677, 0.3739818336331292, 0.37900422010827939, 0.38371686137179334, 0.38830090222693142, 0.39314672036266179, 0.39750505605076314, 0.40399586297398238, 0.40779084214158268, 0.41471724442253388, 0.419908928474307, 0.42527068506941523, 0.43082110702825382, 0.43546343483577804, 0.44058928875209435, 0.4501165160939869, 0.455800248584872, 0.46250910353077601, 0.4679792550227716, 0.4771052601340332, 0.48317268060065444, 0.49024307149325064, 0.49795121259530739, 0.50489713934710001, 0.51144292478572784, 0.52042454216218859, 0.52715808936571795, 0.53458634795400084, 0.54336964463015824, 0.55167313602281232, 0.55895482076372938, 0.56755092529864581, 0.5767512365389893, 0.58757892054706506, 0.59812779085356993, 0.60674604159456691, 0.61595140194035713, 0.62390929987658528, 0.63464413788738838, 0.64205470333131864, 0.64919687404877857, 0.66358361675173039, 0.67457487585108067, 0.68565375079097346, 0.69515353663280854, 0.70835712049313537, 0.71637388222414811, 0.72810587108889246, 0.74259519148707775, 0.75505940962506923, 0.76533718705099252, 0.77978770960457156, 0.79277034764412091, 0.81042776509929326, 0.8252185957527518, 0.84081567710998861, 0.85591239426333621, 0.87366392436831841, 0.8906804437761574, 0.90431935636817162, 0.92374870367862294, 0.9403922748286605, 0.96024005012655089, 0.9834409532310171, 1.0063612444728725, 1.0237103083075751, 1.0406894015881631, 1.0646614938416241, 1.0953872473777502, 1.1182073342474079, 1.1431128152282664, 1.1700990970833274, 1.1937825903128636, 1.2194906544605457, 1.2510699786546229, 1.2724440268105714, 1.3012328136568787, 1.3306077291828782, 1.3661125359622348, 1.4057121542663247, 1.438874003521625, 1.4852719546886077, 1.53160091645302, 1.5835611112903651, 1.6195792978908965, 1.6633225682365109, 1.7092772469624007, 1.7547058942561764, 1.7983361923251511, 1.8554877739779563, 1.9046272406631959, 1.9419569456472263, 2.007485115392952, 2.0766613504192311, 2.1363921756522712, 2.2042343314393218, 2.2881456308297792, 2.3461181458892382, 2.4247974852833076, 2.5226066296330565, 2.6287822381475663, 2.7093614689581362, 2.8121552403853838, 2.9431246632384611, 3.0643163534914351, 3.196540002859162, 3.3476671295609703, 3.578795801196712, 3.7570824917749248, 3.956586592960103, 4.1768360199630372, 4.472267971856815, 4.7565859357335603, 4.9434439507675787, 5.3520609425930763, 5.8616989500167476, 6.4670935400506355, 7.1530922193648818, 7.7821104509969494, 8.8151940771286945, 9.7442668096522507, 11.579039475678208, 14.881052320293959, 23.3134974983852, 162.64936699836366, 0.0, 0.024602282011824184, 0.033143590712601562, 0.04010112014507021, 0.047902150582693877, 0.053593751494366668, 0.062881795990017086, 0.069817105932830248, 0.074260939707892284, 0.078749877606011834, 0.081760044924091488, 0.084762821011376818, 0.089159093597265968, 0.094139760178390847, 0.097396291127248735, 0.10077623786944703, 0.10375890948969808, 0.10775393339205297, 0.11107421600652036, 0.11454249675077989, 0.11920949455998719, 0.12303922825017929, 0.12645066727981549, 0.13048462720436904, 0.1341988563625206, 0.13791508807970299, 0.14051821878738302, 0.14390700642876164, 0.14729815411578639, 0.15116482000305284, 0.15414159957761076, 0.15804245202080439, 0.16172156388894671, 0.16616763697232559, 0.17065475263188637, 0.17483972650814011, 0.17834701051598184, 0.18178605513225987, 0.18596570995349604, 0.19037643524106021, 0.19362400150613118, 0.19718898681246891, 0.2022368611342357, 0.20627559864432171, 0.21047667837856643, 0.21441293730751429, 0.21798145949842526, 0.22269174316657275, 0.22805839010378598, 0.23142809067166253, 0.23544682877794354, 0.23918263561370051, 0.24332300301909804, 0.24826906410872435, 0.25329675001124591, 0.25742137093006096, 0.26143472523908162, 0.26537197580924371, 0.26880822609496718, 0.27325053108693759, 0.27801599017393808, 0.28185455264796982, 0.28551898655760571, 0.28969797468999514, 0.29469614849601827, 0.29819033120752614, 0.30227519353061394, 0.30780461335572351, 0.31237611153645817, 0.31627202746095395, 0.31963567780659174, 0.32237740964523504, 0.32589638801542542, 0.3305286646674907, 0.33420221321848032, 0.33989663227054645, 0.34416327912283068, 0.35034447837510441, 0.35498972403807633, 0.35855091882620921, 0.36327633213491833, 0.36753998247607372, 0.3729367659785795, 0.37985192360779313, 0.38437016760352599, 0.39005755502373884, 0.39482572425216256, 0.4001927093622929, 0.40602742972788325, 0.41233512801313243, 0.41899152804988438, 0.42337530114761357, 0.42792125565896905, 0.43382026465554158, 0.44268614546944335, 0.44830619792220222, 0.45415410061721351, 0.46167530106933863, 0.46895550041529654, 0.47530473993436245, 0.48211460809658874, 0.48857483722379846, 0.49668510358579077, 0.502197066237135, 0.50751626698891095, 0.51264907367868728, 0.51969473148215983, 0.52818547378333625, 0.5349708260232352, 0.54112734609955404, 0.54811112287301356, 0.55616647069377034, 0.56629653003164915, 0.57402173658393196, 0.58265287411054412, 0.5936899552780841, 0.60345904162633524, 0.61533841077412088, 0.6228300863754348, 0.63457632801607111, 0.64512830577873503, 0.65448141887048117, 0.66218373436088196, 0.67678504831115915, 0.68732881229737786, 0.69861201377323079, 0.70832408210492892, 0.72121539173424809, 0.7359553436177424, 0.7531392829935406, 0.76543733074434961, 0.77710358182478712, 0.79485555672259334, 0.81224713754094657, 0.82988361758294238, 0.84792677249400605, 0.86258822924608003, 0.88223434681999902, 0.8944425527153399, 0.90955292927291309, 0.92359168030991856, 0.94256546540532238, 0.96434694242106067, 0.98312881507572292, 1.0032438887848716, 1.0221149781502081, 1.051983899991995, 1.0734774915118375, 1.099530441789152, 1.127960244545553, 1.1534134957090025, 1.1740889749056131, 1.2012742900536555, 1.2342300186242645, 1.2639939024901934, 1.2928179180773745, 1.3208800657063657, 1.3529947499482198, 1.3990112708325715, 1.4319941184494371, 1.4710663063309652, 1.5244700765754542, 1.5635439274849725, 1.5954367199073531, 1.6323134541541804, 1.6724715064169311, 1.7158054453195073, 1.7557217613084009, 1.8048129564898812, 1.8315787027457608, 1.8815354841358516, 1.9566650167344006, 2.0217329340053252, 2.0871078895617967, 2.174040010957027, 2.2381267311291735, 2.3160142472723693, 2.4147723365413021, 2.5376474031182616, 2.6272818671259373, 2.7401975123216742, 2.8684444249229628, 3.0130575018172316, 3.1604260734920331, 3.2962359526985634, 3.4644518032671439, 3.6844961008964079, 3.869097249632687, 4.0583540650809953, 4.2786209475461598, 4.5240194654211052, 4.822566531353826, 5.2714477848841934, 5.9366668833227134, 6.6736260326271726, 7.4551267397319529, 8.3647745090344028, 9.8450415285668225, 13.306780281265262, 17.423150761794336, 35.674610410451407, 0.0, 0.026072158368489466, 0.036900224781724264, 0.045624066076788504, 0.051368104055365224, 0.057774560304207197, 0.063146496944509634, 0.067588098405070435, 0.071805619462746537, 0.07613539155227117, 0.080103152511407455, 0.083942709652846864, 0.087666574981076481, 0.091817280544786176, 0.095686966687175301, 0.099145626961583258, 0.10201499654232103, 0.10517988601597632, 0.10903765629410936, 0.11233875871599709, 0.11536415976301187, 0.11841077260641984, 0.12163826850713737, 0.12514181216632086, 0.12858606228948036, 0.13177179631102987, 0.13482024094190459, 0.13784834878294833, 0.14173344180612701, 0.1443921643498963, 0.14823517008509296, 0.15145826578672161, 0.15493735233574032, 0.157933736355726, 0.16144421044205534, 0.16496481804605914, 0.16826466934931564, 0.17176157430765859, 0.17500874461399182, 0.17804879932812664, 0.18119742226991276, 0.18460902834327048, 0.18841699006227006, 0.19203375816854248, 0.19532030848596255, 0.19938169412343268, 0.20296708531160809, 0.20618735671870392, 0.21005410851308523, 0.21234742151711827, 0.21601167034217333, 0.2193383757310533, 0.222820615737646, 0.22619381050579929, 0.23003091052614577, 0.23415565946236791, 0.23843514043598069, 0.24127671289852604, 0.24517794764409234, 0.24860194155386806, 0.25245137707720106, 0.25637962117578617, 0.26045765403062382, 0.26378413560952962, 0.26727514960402926, 0.27133464777153365, 0.27484241340019733, 0.27916743423061174, 0.28346759202211091, 0.28803025780779556, 0.29103424057548449, 0.2948369270235498, 0.29857003211993777, 0.30250669156367849, 0.30693020880140259, 0.31089496342193434, 0.31523727395296902, 0.31963281400208449, 0.32299918409538603, 0.32683085030433912, 0.33075648000217506, 0.33471837712211988, 0.33909222602081823, 0.34276815018760209, 0.34765709135230655, 0.35209532653578884, 0.35661461412974371, 0.36104303543672206, 0.36462562668761184, 0.36940962892850221, 0.37390697111571997, 0.37904116253667841, 0.38404481300200927, 0.38891575774564258, 0.39360053923178462, 0.39785365298982145, 0.40294361388219591, 0.40892518527823574, 0.41407469140496583, 0.41971691479383916, 0.42599384924960337, 0.43117256502009815, 0.4364633576555077, 0.4415508493771485, 0.44655303590621287, 0.45317266402900153, 0.45915054065776795, 0.46466311475985489, 0.47082285538337654, 0.47636350784519593, 0.48258249873987841, 0.48865756797890558, 0.49554799425562435, 0.50243188982979481, 0.51091693503362012, 0.51956374319976362, 0.52657472160011631, 0.53391907857488219, 0.54231740014001373, 0.55062127393281413, 0.55819389427687915, 0.56684075835760694, 0.57623528957134074, 0.5852137336415546, 0.59460081643291185, 0.60431695479865122, 0.61470640426964351, 0.62697542247017701, 0.63629726675946074, 0.64618052793061942, 0.65666316630386357, 0.66697229921408963, 0.67607240691087234, 0.68567631485065328, 0.69828642365744309, 0.70939742170743159, 0.71984730245856587, 0.73335327137205786, 0.7491983752217467, 0.76288874208982593, 0.77518238687845964, 0.78603287042076431, 0.79995968268653628, 0.81111128891867956, 0.82484474830527166, 0.83982849255420589, 0.8570889681002567, 0.87095612444570292, 0.88896785472177609, 0.90333809106860474, 0.92310933391162042, 0.9405629243797472, 0.95692109407032377, 0.97963547072788137, 1.0004217317748421, 1.0236926463114733, 1.0479024684311415, 1.0736587494567686, 1.1029019665569759, 1.12906516845161, 1.1535229840512065, 1.183650543141433, 1.2145616634515819, 1.2433817141554775, 1.2742936392427719, 1.3109612706104625, 1.3449613279449495, 1.3823759584622277, 1.4151051032327249, 1.4538354777949225, 1.4970878314012157, 1.544365849864396, 1.5852559389906491, 1.6289127182967043, 1.6763419507458905, 1.7346054874616406, 1.7874905505861236, 1.8348302383376642, 1.8883747008525986, 1.9710178297482999, 2.0327376391000698, 2.1131140769950014, 2.1969238514695641, 2.2946506914354945, 2.3927630404203812, 2.4890825215958983, 2.6207165719985688, 2.7919843701169169, 2.9728330577394462, 3.1407377025361027, 3.3485082966286388, 3.5810252651374039, 3.793190415760634, 4.1676272347122065, 4.4916169379050928, 4.8904487124863456, 5.4391848217865677, 6.2263879924626009, 7.5489807356158831, 9.9553179387792401, 36.574431675278419, 0.0, 0.028921816660492792, 0.038476208480468108, 0.045737177892749226, 0.050347326935298052, 0.054427244640566273, 0.059679563902977878, 0.062901418988622379, 0.065683103076441055, 0.069075624012220505, 0.073207759498264968, 0.075280554146869794, 0.079462144204613699, 0.083297706495367232, 0.086394086487673827, 0.088903479078186923, 0.09243845286973873, 0.094364478720997277, 0.096709129954935052, 0.099600772001187554, 0.10194958435962591, 0.10513809510421018, 0.10794208190913103, 0.11150222159681712, 0.1142579134971833, 0.11634657875634755, 0.11969047101715455, 0.12161519787344191, 0.12385053356930883, 0.12634084519901401, 0.1291305476386892, 0.13156417910210463, 0.13417493406967573, 0.13679964962661262, 0.13945990964839527, 0.14181342525248586, 0.14549282281256487, 0.14783340369717113, 0.14958856732057474, 0.15255382916645896, 0.15544319048994837, 0.1591542931569995, 0.16119409443564187, 0.16370574506975646, 0.16653288283113751, 0.16902699557221748, 0.1717260132509677, 0.17468466981937897, 0.1779552731592591, 0.18111140017332697, 0.18333071563005016, 0.18636531857836564, 0.19016088025525124, 0.19209155599903649, 0.19565401433448046, 0.19789779372738567, 0.20022629670546713, 0.20335515738656165, 0.20665614531626331, 0.20885428273616122, 0.21207980049406244, 0.21443174939028406, 0.2181358361099921, 0.2214704825023979, 0.22450859729188807, 0.22759981694087877, 0.23010697985919781, 0.23328733118479639, 0.23565035124699107, 0.23875228245044389, 0.24183177104791836, 0.2447595964898302, 0.24820098427265322, 0.25154143481035013, 0.25581771326492664, 0.26013522490314944, 0.26367297455136646, 0.26617604776659792, 0.26987259220624055, 0.27275363634505095, 0.27623705412540422, 0.27871993911088333, 0.28203251770501186, 0.28491073583870125, 0.28814332922843749, 0.29094277059610124, 0.2938064288488651, 0.2969815313602166, 0.30045527623320389, 0.30317724130982737, 0.30666702944803848, 0.30970778832795376, 0.31259577673706118, 0.31539427764199768, 0.31988050312274674, 0.32178656835758568, 0.32443980138047129, 0.3277688075192623, 0.33195003313090921, 0.33561880003007449, 0.33962945622215918, 0.34377428459224846, 0.349067132730848, 0.35295036042250361, 0.35729246702459938, 0.36187726953066712, 0.36506622168141156, 0.36986324059850173, 0.37569852555383199, 0.37905100286460758, 0.38294669891233701, 0.3866300329330194, 0.39204361455678038, 0.3962317851808338, 0.4030804475511377, 0.40814046916968216, 0.4119865334190676, 0.41817342893503151, 0.42349477228870891, 0.42867287716554325, 0.43313666513603649, 0.43739315237997622, 0.44219051331195619, 0.44643158583414966, 0.4513416019103979, 0.45705935192419134, 0.46264308628398765, 0.46825247944091547, 0.47465420547020648, 0.48174758431700188, 0.48788633445295398, 0.49349388643954339, 0.49865197511805071, 0.50773384443998426, 0.51541046681270575, 0.52255860785575936, 0.5356310077627463, 0.5406463000317947, 0.55076304278607535, 0.55854776590405919, 0.56582581731679704, 0.57267437404735588, 0.58175877378359275, 0.59034691980596277, 0.59823264051739911, 0.60957442271674445, 0.6194670575252732, 0.6294844755918888, 0.63775217112429661, 0.65038656712647513, 0.66556623318671948, 0.67830398239462752, 0.68857340585147719, 0.70637124241783045, 0.72004520953233619, 0.73226719735392387, 0.7457490295034942, 0.76151155409015303, 0.7788125970268942, 0.79515932542339285, 0.81254279994519929, 0.82700166070107894, 0.84377746720044, 0.8616801611253373, 0.87312979926600642, 0.89306244383302025, 0.91157949941262495, 0.93649830671061973, 0.96045815324208017, 0.98026017538300847, 1.0032275044690475, 1.0223665747906359, 1.0503696830959937, 1.0755078532636331, 1.101139306224127, 1.1388797172799137, 1.1665602377614628, 1.1971228830372136, 1.2429765744431311, 1.27151817897234, 1.3196059857459572, 1.3607077146634539, 1.4080100832014402, 1.4436105483598447, 1.5062656999309187, 1.5705018855286448, 1.6196741040179319, 1.7017546419225014, 1.7817219551686443, 1.8729498330391841, 2.006473698316642, 2.0957964833521063, 2.2485598216783145, 2.423609185843191, 2.626008839643847, 2.9939990973758333, 3.246795944923798, 3.6373053766092713, 4.1523041564312617, 5.165408952511334, 14.439408507928594, 0.0, 0.018339072203810237, 0.02329902841443731, 0.028894088769264126, 0.033732536832338969, 0.039118065252253129, 0.043508833467363728, 0.047063221143802791, 0.051667831189905436, 0.055471945442740714, 0.059563400199632022, 0.063407265987904318, 0.067563772217917817, 0.070562077753977034, 0.072564969601282711, 0.075957653960410501, 0.079471937233580703, 0.081610948505659406, 0.084336182277764543, 0.085729555024764481, 0.087912606080814831, 0.090426742471708968, 0.092226052618394103, 0.095203088495300195, 0.097507441529407504, 0.09931583216850505, 0.10098213901865467, 0.10362977207550068, 0.106536499498979, 0.10886405033186211, 0.11088891781357048, 0.11328699495935905, 0.11540087510304135, 0.11799931027470408, 0.12050531073316835, 0.12242779955312402, 0.12514823721707605, 0.12721735558212802, 0.12933447430330011, 0.13203036634017445, 0.13417276652072574, 0.13682939156923718, 0.13887038216932518, 0.14017857392699531, 0.14260782990365448, 0.14507059221307408, 0.14695417225791405, 0.1497654226781093, 0.15138564492801476, 0.15472639458976323, 0.15772367683889396, 0.16045043223988531, 0.16195088977448327, 0.1653371285663317, 0.16739293400606811, 0.16902564888868615, 0.17135686517783991, 0.17417715392414423, 0.17596450913872053, 0.17803129891730965, 0.1805883516853817, 0.1825060880502859, 0.1838873485985828, 0.18554056668826283, 0.18688214127303718, 0.19034439134742612, 0.19315414674660081, 0.19515118537205678, 0.19721801513205642, 0.19995735714435001, 0.202946145175666, 0.20558544474904342, 0.20755322999229742, 0.20900643222762244, 0.21121684498145538, 0.2141429261516028, 0.21798646354299808, 0.22017242536159604, 0.22218023639013998, 0.22376317029676776, 0.22537433505677418, 0.22809119148663043, 0.23139281037580572, 0.23480276077988851, 0.23684629676326219, 0.23958019092042915, 0.24220286199703944, 0.24366569953375267, 0.24625074936964272, 0.24915921270974223, 0.25224407083384365, 0.2538581843802209, 0.25651702169266016, 0.26003397601516304, 0.26243381994538789, 0.26573203122069483, 0.26815769894861019, 0.27071592524571436, 0.27210161216348083, 0.27479515468230203, 0.27748117382633419, 0.280031855760834, 0.28299682369589024, 0.28524892290169052, 0.28898573042967923, 0.29228482183314008, 0.29504239920787978, 0.29806595908916128, 0.30100912736728097, 0.30284142122993929, 0.30711397725763068, 0.30933508238145735, 0.31253352531706291, 0.31451417053860403, 0.31873834499509557, 0.32074973819730013, 0.3227054052696956, 0.32713499329815404, 0.32974764249150712, 0.33492335792956868, 0.33718040901799218, 0.3445901607353572, 0.34780889710624885, 0.35093774887440915, 0.35623622197550575, 0.36041747761865661, 0.3642024692932514, 0.36810814698209304, 0.37267235846192165, 0.37479086986451726, 0.37861500834946049, 0.38309681552259905, 0.38664479850030559, 0.39090235429868447, 0.39557988601615102, 0.40024979955036705, 0.40474065571274853, 0.41182223255228778, 0.41565261202748732, 0.41888281162295166, 0.42393582615245412, 0.42822578404852624, 0.43294724828815934, 0.43951811737015356, 0.44722396323185154, 0.456459221718371, 0.46045447756416902, 0.46515308472591632, 0.46794991783126505, 0.47105981062684799, 0.47694020659007907, 0.48566640347419093, 0.4925745593913089, 0.49834783552581607, 0.50583387303211413, 0.51446464375101153, 0.52037516362506031, 0.53000380193173813, 0.5385532513944602, 0.54874910866185223, 0.557812399599245, 0.56788840989487577, 0.57980243654512897, 0.59369025108432061, 0.60559961256557782, 0.61889472781609867, 0.62969186089776408, 0.63837174738104929, 0.65949504499792255, 0.67141801254799327, 0.68600870858985674, 0.70043252145572876, 0.71339160274800251, 0.73333888359098232, 0.7460716086234207, 0.77171882001476177, 0.79223386524767436, 0.80514904996463144, 0.83016666521645444, 0.85350687238710088, 0.87938142652533746, 0.90714316395586614, 0.94541747300904144, 0.96712639337790818, 1.0077289627906116, 1.0578436059764642, 1.0814656481052898, 1.1213085582112645, 1.1519192766424888, 1.2067063531674953, 1.2531782152469926, 1.3107295260357585, 1.3724083852801383, 1.4468184839518206, 1.5305694103262035, 1.6312349936217583, 1.756018052127331, 1.8367605970857828, 2.1866989616417953, 2.6254576951184867, 6.6659216112228403, 0.0, 0.022907607978118902, 0.029821550682582357, 0.041345273775706924, 0.047618453577416696, 0.050555949727830833, 0.051530800253982594, 0.054552378113468664, 0.057086940000512496, 0.060602812091659256, 0.062248198918549692, 0.064804482413347478, 0.068044804113331997, 0.068908259193016616, 0.071132441977344307, 0.072933767937089555, 0.074986799025957215, 0.077263304695632015, 0.077976304453341666, 0.080549007965029493, 0.082270832598215493, 0.085046708133008728, 0.087447299482588489, 0.088756661262206285, 0.089943943671740606, 0.091007938101520788, 0.094928097449594656, 0.099174513732067163, 0.10225836726704171, 0.10576989225044739, 0.10833249442743473, 0.11038664233579089, 0.11189318059686042, 0.11482544288738511, 0.11669347663279424, 0.11877928264418412, 0.12047520194953332, 0.12165567868304332, 0.12370102433239426, 0.12612018039059264, 0.12684700576746685, 0.12878646240712111, 0.13057121120289508, 0.13306734076172619, 0.13372880707703153, 0.13736038992044558, 0.13881715097710293, 0.14064884529964838, 0.14124573991521217, 0.14311942643715578, 0.14513581305673817, 0.14595784685930299, 0.14716393061676503, 0.14885367705639466, 0.15050993397888962, 0.15162964533831316, 0.15369975683678072, 0.15435469959388012, 0.15577759046058082, 0.15668226730841731, 0.1584071432356994, 0.16082946927662081, 0.16239265698907479, 0.16531349295331907, 0.16703861065645129, 0.16929110758385099, 0.17070372367338077, 0.17240081949003247, 0.17401929655089876, 0.17549939813262669, 0.17701318273239205, 0.17868149692193935, 0.18147990984218215, 0.18481043739856384, 0.18569720961339536, 0.18665041599964075, 0.18938007981684934, 0.19112692772630277, 0.19315708801010689, 0.19508059108287254, 0.19644468311306196, 0.19883785512746996, 0.1996477292940389, 0.20328799229092981, 0.20659034076463945, 0.20796810335371782, 0.20983542523783127, 0.2115840603792295, 0.21255804907160578, 0.21431203105213031, 0.21628777053004405, 0.21896636799431354, 0.21986294549536606, 0.22078232590253416, 0.22179327232323751, 0.22426607190724099, 0.22774633679825707, 0.22885586498217825, 0.23208931497029114, 0.23445635314933294, 0.23554916368095241, 0.23985598287746046, 0.24076111746584605, 0.24198970919459603, 0.24456695954672134, 0.24539417383496825, 0.24905154968712961, 0.25090707777222615, 0.25130106870142177, 0.25451533183987707, 0.25566996933756181, 0.25867328796775041, 0.26064956359600089, 0.26093120395291297, 0.26335008874127647, 0.26856790047127449, 0.27254893327198854, 0.27567782840817318, 0.28124267210164966, 0.28247854937130817, 0.28625114431857379, 0.29082925078376376, 0.29320605506152064, 0.29647487884551421, 0.29850592855711272, 0.30094246795171609, 0.30299611653537667, 0.30732808774918102, 0.30921735043703502, 0.31232747522186072, 0.31576319709815054, 0.31898849977118987, 0.32108644244395629, 0.32447138047106261, 0.3276024319651058, 0.33168278635557902, 0.33493496691600139, 0.33845815307623212, 0.34437679545267702, 0.34822020725155695, 0.35388817414966195, 0.35700939815500266, 0.36137972027986198, 0.36735725529631541, 0.37122673740911644, 0.37736118189762147, 0.38121463316019755, 0.38546836603235024, 0.38836897993416342, 0.39553820461710354, 0.40116462511742196, 0.40279764229171539, 0.40785429136994455, 0.4120631734290916, 0.41819001160031855, 0.4234655903840544, 0.43068989317940309, 0.4331178277657271, 0.43638042629268897, 0.44171464739442051, 0.44829733628879731, 0.45755514155993304, 0.46339964109942611, 0.47692651434693667, 0.48203233568420067, 0.49140553703676787, 0.50067617538535925, 0.50624500029535147, 0.509762509086366, 0.52599740110606863, 0.53670458159003154, 0.54068269935836055, 0.54513452026347542, 0.55442379727646218, 0.5804414969611561, 0.58740464650794555, 0.59797187392502571, 0.60955631740740246, 0.62001210363745418, 0.62794424312588415, 0.64232876391400828, 0.65803432767723335, 0.67702143179047414, 0.69561200182704575, 0.70599633378133608, 0.73591608002676656, 0.75513253846758877, 0.78397996641105416, 0.80710202421052646, 0.84525049120784146, 0.9052678157224523, 0.9490825408336746, 1.016326214794693, 1.0596533647480635, 1.1401329656445862, 1.2775775816110475, 1.3755053508861865, 1.4769805157017351, 1.6399119604908177, 2.1348657056627016, 3.1990537574230995, 0.0, 0.037229647806545842, 0.042899747607156292, 0.04852625796660219, 0.053427828682963238, 0.057846043814273482, 0.058789366804777823, 0.059894670960058481, 0.061806496819415593, 0.06288357937563871, 0.063705491238154652, 0.064624564349766864, 0.066539564546213181, 0.068117644205825445, 0.069689987448183402, 0.072973810118958204, 0.075029578028714114, 0.076090220871986247, 0.078275623933525537, 0.080159770792154389, 0.081406116039587209, 0.08164553964490695, 0.083593049530192948, 0.084590953870938804, 0.086465834117303964, 0.08822532572632788, 0.089186854619600464, 0.089886020317945056, 0.092572749202295607, 0.093694972932557227, 0.094937834404926119, 0.097040224291640623, 0.097667138521545876, 0.099969968038602502, 0.10417048484174087, 0.10780079213283225, 0.10889375095854625, 0.10903938989013479, 0.11128176917618536, 0.11257507660636565, 0.11326518811097527, 0.11352509387853861, 0.11567847555302868, 0.11768952386243653, 0.1204905958236033, 0.12232339630742434, 0.12313609921978132, 0.12415844929489957, 0.12496470498144355, 0.1256037537020967, 0.12639939557206845, 0.12838761114223329, 0.13077332351034465, 0.13313785622768695, 0.13467524077070694, 0.13767775043346175, 0.1395173441181872, 0.14023356529287612, 0.14136086842893428, 0.14571034508839201, 0.1469532644277852, 0.14759361899260168, 0.14842017101772531, 0.15242521256839886, 0.15426856023023913, 0.15672970714335024, 0.15841699106659399, 0.16004962219962768, 0.16049659367868152, 0.16157625338408105, 0.16342153321263841, 0.16532114637213219, 0.16564588513427789, 0.16769053519184424, 0.16854825098054121, 0.17028923250134065, 0.17081950396614154, 0.17342913449829525, 0.17419644038376433, 0.17653031453657719, 0.17786246650019316, 0.17958041035624855, 0.18003570826506662, 0.18432275493254124, 0.18459458761615619, 0.18561588691792064, 0.18819478610235629, 0.18893514209622653, 0.19095535469625224, 0.19170408021332064, 0.19567600800094345, 0.19999780259216959, 0.20284315225727748, 0.20373012583225134, 0.20456046242286197, 0.20898756476926456, 0.2100591678518928, 0.21318265146979337, 0.21479341720286452, 0.21493894958991802, 0.21552884148320978, 0.21678370295180605, 0.22005390213330656, 0.2208750353533499, 0.22231160974944153, 0.22547606652116448, 0.22883502427842192, 0.23247314084489223, 0.23365595384777041, 0.23970523046509304, 0.24138410146972589, 0.24522137341984301, 0.24570522451863233, 0.24780703706547635, 0.24933355507759977, 0.25284652657486378, 0.25514210353592087, 0.26026745358900111, 0.26128019347213516, 0.26202930456238355, 0.2653982496052657, 0.27065798701145305, 0.27463053229655843, 0.27595152381920862, 0.27800957551439981, 0.27890303616529488, 0.28289551881522107, 0.28379888321436764, 0.28474455516979619, 0.28548889806913502, 0.28851856129741399, 0.28925469033111689, 0.28955788894271245, 0.29350305977266933, 0.29609872122681807, 0.30241998726464192, 0.30382080452923382, 0.30448438898977698, 0.30631757913135704, 0.30916236790296231, 0.31205028913580696, 0.31313738153954629, 0.31539404590186959, 0.32210740953492534, 0.32318384166541836, 0.32403796494592974, 0.32464341580886236, 0.32818473413596672, 0.33067902264725552, 0.33203810229003639, 0.33962444057763569, 0.34073403626495863, 0.34374538688334105, 0.34554821131082758, 0.34684735903657665, 0.34836578284950859, 0.35197282198795432, 0.35911745218986346, 0.36040424548108152, 0.36271817789575339, 0.36453208838267026, 0.3722041874594319, 0.3850959970374066, 0.3967374853148608, 0.41083356110814401, 0.41558974094228335, 0.41984747597880934, 0.42851282447107242, 0.44033883814796876, 0.44769850108485965, 0.45485476695336086, 0.45517769344815051, 0.46988589941579539, 0.47336234940402983, 0.48228476100040185, 0.4963129125170842, 0.52496401740850696, 0.54174268466224507, 0.56778264213285756, 0.59947949441738635, 0.61618637620027639, 0.62469990851376267, 0.63559373655292239, 0.64028148402424645, 0.6417944978527288, 0.66120751834923108, 0.67230387905415456, 0.68549918126957876, 0.73574140945002686, 0.76189058824857092, 0.78177211477759978, 0.78478497130854397, 0.81183845339312055, 0.92595133931696894, 1.0420074377189543, 1.1184834461004387, 1.1868475850375335, 1.3795391514935433, 1.6690912806799729, 3.620579386400943, 4.4069707474488888, 0.0, 0.030864281125046841, 0.03669053240718801, 0.03669053240718801, 0.039541803469962257, 0.039755585819827695, 0.041911399040835309, 0.044531607387296508, 0.046731484997993428, 0.046731484997993428, 0.06192300563276, 0.06192300563276, 0.066085275241882221, 0.067880636244234044, 0.067880636244234044, 0.069612626096000677, 0.071396391336907949, 0.074309967475605268, 0.078162954961568054, 0.079768809149418779, 0.079768809149418779, 0.081322012057796628, 0.081579918597752932, 0.081965289512041781, 0.082670774423793988, 0.082670774423793988, 0.083676047986424987, 0.083826394915856112, 0.085375798643674658, 0.085510183074035503, 0.088324648985544513, 0.088324648985544513, 0.089066018619338688, 0.089523451445578398, 0.092390560807742189, 0.10166676719934153, 0.10195388252236594, 0.10195388252236594, 0.10528536390229394, 0.10679858905504509, 0.10764192688172415, 0.11227193635040114, 0.11227193635040114, 0.11244606922440568, 0.1136218868259553, 0.11451053199472827, 0.11659577642426923, 0.11691086289458787, 0.11691086289458787, 0.1173211686698568, 0.11960461186081611, 0.12046430069545827, 0.12256846680870316, 0.12256846680870316, 0.12280198926010166, 0.1257225389684917, 0.13059187471398534, 0.13073228193993355, 0.13136136021211561, 0.13136136021211561, 0.13233380712258788, 0.13614938779187713, 0.14007489771345971, 0.14560628646680376, 0.14560628646680376, 0.14756930951437783, 0.14916144609305121, 0.14922882591595366, 0.15191188357115223, 0.15579801420071124, 0.15610306654452089, 0.15610306654452089, 0.15875192987335729, 0.16047737283948593, 0.16705380313003848, 0.16705380313003848, 0.168016882808462, 0.17068350389171213, 0.17282355855710782, 0.17412526193089098, 0.17681813754652775, 0.17681813754652775, 0.17715999760351636, 0.17756752055286806, 0.17871040321678122, 0.18018603591927709, 0.18070221855952068, 0.18070221855952068, 0.18495477280536446, 0.18580464561947918, 0.18637382093258065, 0.18739559121993163, 0.18739559121993163, 0.18989848932672079, 0.1902906960015, 0.19079530690057658, 0.19139358210577725, 0.1938767861484369, 0.1938767861484369, 0.19812320558888927, 0.19864349781538035, 0.20096245867613949, 0.20739126731129648, 0.20739126731129648, 0.20890608427242904, 0.21005835424486638, 0.21737774907061119, 0.21854346896037202, 0.22284661457281491, 0.22284661457281491, 0.23203519715709653, 0.23203519715709653, 0.23558872825006388, 0.23602589936541735, 0.23602589936541735, 0.23638998760967109, 0.23703292133804643, 0.24047672111025759, 0.24232933889648617, 0.24387144046296869, 0.24387144046296869, 0.24388260654882868, 0.24896631802503422, 0.25046853137361336, 0.25166045673406662, 0.25166045673406662, 0.25359663196242094, 0.25498419205566342, 0.25901909865108758, 0.26243633410773498, 0.26917225709613957, 0.26917225709613957, 0.27179969406100962, 0.27215636119935699, 0.27269960957360972, 0.27295835182412659, 0.27444977275651289, 0.27444977275651289, 0.274486965108864, 0.27757442781989727, 0.28007367094306918, 0.28306039462916666, 0.28306039462916666, 0.29022692808414607, 0.29319016306643131, 0.2953248123792146, 0.29727012315484735, 0.30055429636041897, 0.30055429636041897, 0.30274018734482672, 0.30371328246605706, 0.31089484427626424, 0.31222083890057561, 0.31222083890057561, 0.31342334287374385, 0.31360922339798514, 0.31781375837493059, 0.32086597698136354, 0.32397526199152671, 0.32397526199152671, 0.3252274384988707, 0.32557079328326183, 0.33071479846211244, 0.33213366103834452, 0.33213366103834452, 0.33806274054259133, 0.34060768522908541, 0.34066725641268175, 0.35070821312772565, 0.35281117830908848, 0.36022367837676228, 0.36022367837676228, 0.36359476452865169, 0.36867343874662684, 0.37500703454904866, 0.37500703454904866, 0.37559552094037618, 0.37776360565050465, 0.37911941464036175, 0.38043414821366556, 0.38673933256135501, 0.38673933256135501, 0.41493531465793626, 0.42545225470978032, 0.43335020944353286, 0.45946584864513479, 0.47934271794544625, 0.47934271794544625, 0.4835397584082895, 0.507001135566851, 0.53670698552411766, 0.62709022030658668, 0.62709022030658668, 0.6307562723487633, 0.6978337089986677, 0.96104664619258018, 0.97932419086538236, 1.3786097683148981, 1.3786097683148981, 2.1383436514004277, 2.1383436514004277, 0.0, 0.0, 0.040258951562044121, 0.040258951562044121, 0.04337227036223338, 0.04337227036223338, 0.04337227036223338, 0.056733258526878674, 0.056733258526878674, 0.059895656757221916, 0.063352892119378321, 0.063352892119378321, 0.063352892119378321, 0.063352892119378321, 0.063460760236515132, 0.063460760236515132, 0.063460760236515132, 0.064176771962993165, 0.064176771962993165, 0.069374734097819607, 0.069374734097819607, 0.069941635924431284, 0.069941635924431284, 0.069941635924431284, 0.07441063086446581, 0.07441063086446581, 0.090038436293935278, 0.090038436293935278, 0.090038436293935278, 0.093919282982153851, 0.098259451815303545, 0.098259451815303545, 0.098259451815303545, 0.098259451815303545, 0.11221645527330414, 0.11221645527330414, 0.11464109406455952, 0.11464109406455952, 0.11464109406455952, 0.11504122558884447, 0.11504122558884447, 0.11661461574279566, 0.11661461574279566, 0.11661461574279566, 0.11694434342186813, 0.11694434342186813, 0.12361989892840071, 0.12361989892840071, 0.12361989892840071, 0.12731915639699826, 0.13338496267239372, 0.13338496267239372, 0.13338496267239372, 0.13338496267239372, 0.14060738795616895, 0.14060738795616895, 0.14577369503859991, 0.14577369503859991, 0.14577369503859991, 0.15154574744822344, 0.15154574744822344, 0.15338029980440129, 0.15338029980440129, 0.155704785287297, 0.155704785287297, 0.155704785287297, 0.16408818329459646, 0.16408818329459646, 0.16611008928152352, 0.16611008928152352, 0.16793010863802235, 0.16793010863802235, 0.16793010863802235, 0.17350035363146732, 0.17350035363146732, 0.17350035363146732, 0.17720670978465847, 0.17720670978465847, 0.18778273599380949, 0.18778273599380949, 0.18778273599380949, 0.1956978506206099, 0.1956978506206099, 0.20618188353800229, 0.20618188353800229, 0.20618188353800229, 0.20667910131294201, 0.20667910131294201, 0.20897230394199579, 0.20897230394199579, 0.21603929997442067, 0.21603929997442067, 0.21603929997442067, 0.21750678346847724, 0.21750678346847724, 0.21750678346847724, 0.22319258104633796, 0.22319258104633796, 0.22577633029393052, 0.22577633029393052, 0.22577633029393052, 0.22835066066328252, 0.22835066066328252, 0.23127950794349347, 0.23127950794349347, 0.2335912050904361, 0.2335912050904361, 0.2335912050904361, 0.23855651821128016, 0.23855651821128016, 0.2403910894270215, 0.2403910894270215, 0.2403910894270215, 0.24693892553945757, 0.24693892553945757, 0.25144395559134397, 0.25144395559134397, 0.25144395559134397, 0.26144207730435715, 0.26144207730435715, 0.26316375812762322, 0.26316375812762322, 0.26316375812762322, 0.269250257528246, 0.269250257528246, 0.26976356545845359, 0.26976356545845359, 0.26976356545845359, 0.27207502394872296, 0.27207502394872296, 0.2722348959852619, 0.2722348959852619, 0.2722348959852619, 0.27399949932593481, 0.27399949932593481, 0.28525376986066708, 0.28525376986066708, 0.28525376986066708, 0.28581273013248543, 0.28581273013248543, 0.28581555874501124, 0.28581555874501124, 0.28725787127206887, 0.28725787127206887, 0.28725787127206887, 0.29182201476670522, 0.29182201476670522, 0.29774917483412067, 0.29774917483412067, 0.29774917483412067, 0.3221172335419677, 0.3221172335419677, 0.32286123906893716, 0.32286123906893716, 0.32286123906893716, 0.32784329797451783, 0.32784329797451783, 0.39859714532471063, 0.39859714532471063, 0.39859714532471063, 0.40861269762703839, 0.40861269762703839, 0.43492497337962299, 0.43492497337962299, 0.43492497337962299, 0.45154247181726737, 0.45154247181726737, 0.47903191315956584, 0.47903191315956584, 0.47903191315956584, 0.48764413130617162, 0.48764413130617162, 0.55753055427216291, 0.55753055427216291, 0.55753055427216291, 0.59950889251110473, 0.59950889251110473, 0.62302532522821363, 0.62302532522821363, 0.62302532522821363, 0.70821265192750071, 0.70821265192750071, 0.78923825478405685, 0.78923825478405685, 0.80991304315555079, 0.80991304315555079, 0.80991304315555079, 0.88217017561019562, 0.88217017561019562, 0.88217017561019562, 0.90564207937415331, 0.90564207937415331, 0.92743264762046396, 0.92743264762046396, 1.0496487600196804, 1.0496487600196804, 1.0496487600196804, 1.2152980938033116, 1.2152980938033116, 1.2152980938033116, 1.2152980938033116] diff --git a/Muon/MuonID/python/MuonID/M_2011_def_gamoms.py b/Muon/MuonID/python/MuonID/M_2011_def_gamoms.py index f138888db2c..19ae3b5f664 100644 --- a/Muon/MuonID/python/MuonID/M_2011_def_gamoms.py +++ b/Muon/MuonID/python/MuonID/M_2011_def_gamoms.py @@ -1 +1,11 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### M_2011_def_gamoms = [0, 350.0, 1050.0, 1750.0, 2450.0, 3150.0, 3850.0, 4550.0, 5250.0, 5950.0, 6650.0, 7350.0, 8050.0, 8750.0, 9450.0, 10150.0, 10850.0, 11550.0, 12250.0, 12950.0, 13650.0, 14350.0, 15050.0, 15750.0, 16450.0, 17150.0, 17850.0, 18550.0, 19250.0, 19950.0, 20650.0, 21350.0, 22050.0, 22750.0, 23450.0, 24150.0, 24850.0, 25550.0, 26250.0, 26950.0, 27650.0, 28350.0, 29050.0, 29750.0, 30450.0, 31150.0, 31850.0, 32550.0, 33250.0, 33950.0, 34650.0, 35350.0, 36050.0, 36750.0, 37450.0, 38150.0, 38850.0, 39550.0, 40250.0, 40950.0, 41650.0, 42350.0, 43050.0, 43750.0, 44450.0, 45150.0, 45850.0, 46550.0, 47250.0, 47950.0, 48650.0, 49350.0, 50050.0, 50750.0, 51450.0, 52150.0, 52850.0, 53550.0, 54250.0, 54950.0] diff --git a/Muon/MuonID/python/MuonID/M_2011_def_gaprobs.py b/Muon/MuonID/python/MuonID/M_2011_def_gaprobs.py index f87b7ce114f..b8e7ea8e559 100644 --- a/Muon/MuonID/python/MuonID/M_2011_def_gaprobs.py +++ b/Muon/MuonID/python/MuonID/M_2011_def_gaprobs.py @@ -1 +1,11 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### M_2011_def_gaprobs = [0, 0.0, 0.0, 0.0, 0.91489362716699996, 0.95692306757000001, 0.98613864183400002, 0.99072849750500003, 0.98903292417499999, 0.98952460288999999, 0.99774098396300004, 0.99152541160600005, 0.99343830347100004, 0.99500310421000004, 0.99360203742999997, 0.99673414230299995, 0.99803018569900004, 0.99857753515199998, 0.99271136522299996, 0.993197262287, 0.997596144676, 0.99408286809900004, 0.99648505449299996, 0.99720668792699996, 0.99559080600700001, 0.99696666002300005, 0.99382078647600003, 0.99571734666800005, 0.99760192632699995, 0.99768519401599998, 0.99423962831500001, 0.99749684333800004, 0.99865412712099999, 0.99725276231799997, 0.99565845727900004, 1.0, 0.995768666267, 0.99697428941699995, 0.99658703804000004, 0.995065808296, 0.998257815838, 0.99835252761799997, 0.99401199817700003, 1.0, 0.99435025453600001, 0.99797159433399996, 0.99582463502899998, 0.99365752935399998, 0.99794661998699996, 0.99550563097, 0.99768519401599998, 0.99052131176000002, 0.99722993373900004, 0.99507391452799998, 0.98961037397399998, 0.99184781312900006, 0.98863637447399999, 0.99135446548499995, 0.99723756313300005, 0.99006623029700003, 0.99099099636099997, 0.99672132730499996, 0.992857158184, 1.0, 1.0, 1.0, 0.98947370052299999, 0.99640285968800002, 0.99641579389599999, 0.98892986774400005, 0.984126985073, 0.99591839313499997, 0.98765432834599998, 0.98712444305400004, 0.99523806571999995, 0.98076921701399999, 1.0, 1.0, 1.0, 1.0, 0, 0.0, 0.0, 0.0, 0.031914893537799999, 0.68923074006999996, 0.94653463363599999, 0.97483444213899995, 0.98404783010499997, 0.98952460288999999, 0.99397587776200003, 0.99022161960599997, 0.99081367254300001, 0.99312931299200002, 0.99488162994399998, 0.99738734960599995, 0.99606043100399999, 0.99431008100499996, 0.99562680721300001, 0.99546486139299994, 0.997596144676, 0.99408286809900004, 0.99648505449299996, 0.996275603771, 0.99823635816599998, 0.99494439363499998, 0.99485069513299995, 0.99678802490200002, 0.99520385265400002, 0.99884259700800004, 0.99539172649399998, 0.99374216795000003, 0.99730819463700005, 0.99450546503100001, 0.99565845727900004, 1.0, 0.99435824155800001, 0.99546140432399999, 0.99488055706, 0.99342107772800003, 0.99651569127999995, 0.99670511484099999, 0.99401199817700003, 0.99616122245799998, 0.99811673164400005, 0.99594318866700005, 0.99791228771200002, 0.99154335260399995, 0.99794661998699996, 0.99775278568299997, 0.99768519401599998, 0.99289101362200005, 0.99722993373900004, 0.99014776945100003, 0.98961037397399998, 0.99728262424500003, 0.98863637447399999, 0.98559075593900003, 0.99447512626599999, 0.98675495386099998, 0.98798799514799995, 0.99672132730499996, 0.98571425676299995, 0.99662160873399996, 1.0, 1.0, 0.98947370052299999, 0.99640285968800002, 0.99641579389599999, 0.98892986774400005, 0.99603176116900005, 0.99591839313499997, 0.99588477611500004, 0.99570816755299996, 0.99523806571999995, 0.98076921701399999, 1.0, 0.99545454978900005, 0.98958331346499995, 1.0, 0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.31881189346299998, 0.88344371318799997, 0.95014953613300002, 0.97824335098299997, 0.97515058517499997, 0.98370271921200003, 0.98556429147699998, 0.99250465631499996, 0.99168264865900002, 0.99281513690900003, 0.99409061670300003, 0.99217641353599995, 0.99271136522299996, 0.99168556928600005, 0.99439102411299995, 0.99492812156699995, 0.99384886026399999, 0.99720668792699996, 0.99029982090000002, 0.99089992046399999, 0.99382078647600003, 0.99571734666800005, 0.99040764570200002, 0.99884259700800004, 0.98847925663000002, 0.99624532461199999, 0.99327051639599995, 0.99450546503100001, 0.99710565805399998, 0.99855905771300002, 0.99012696742999995, 0.99546140432399999, 0.99317407607999997, 0.99013155698800004, 1.0, 0.99341022968299997, 0.99201595783200003, 0.99808061122900005, 0.99811673164400005, 0.99594318866700005, 0.99791228771200002, 0.98308670520800001, 0.99794661998699996, 0.99775278568299997, 1.0, 0.99052131176000002, 0.99445980787300003, 0.99014776945100003, 0.984415590763, 0.98913043737399997, 0.98579543829000005, 0.97982710599900003, 0.98895025253299995, 0.98675495386099998, 0.98798799514799995, 0.99672132730499996, 0.98928570747400002, 0.99662160873399996, 0.98207885026899999, 0.99658703804000004, 0.98596489429500001, 0.98920863866800002, 0.99641579389599999, 0.98154979944200005, 0.98809522390399995, 0.99591839313499997, 0.99176955223100005, 0.982832610607, 0.98571425676299995, 0.98076921701399999, 1.0, 0.99545454978900005, 0.99479168653500005, 1.0, 0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.00198019808158, 0.076821193098999999, 0.595214366913, 0.90491539239899998, 0.95858430862400001, 0.96870923042299995, 0.98556429147699998, 0.98750782012899996, 0.98784387111700001, 0.98889613151599998, 0.99146419763600002, 0.99359887838399996, 0.98833817243599997, 0.993197262287, 0.99038463830900003, 0.99492812156699995, 0.99384886026399999, 0.99720668792699996, 0.99206346273400003, 0.99494439363499998, 0.99176108837099997, 0.99357599019999998, 0.99040764570200002, 0.99652779102300004, 0.98732721805599999, 0.99374216795000003, 0.99327051639599995, 0.99587911367399995, 0.99565845727900004, 0.99711817503, 0.99294781684900002, 0.98940998315799999, 0.98634815216100002, 0.991776287556, 0.99477350711800006, 0.99341022968299997, 0.98602795600899995, 0.99232244491599997, 0.99811673164400005, 0.993914783001, 0.99791228771200002, 0.98520082235299999, 0.99794661998699996, 0.99775278568299997, 0.99768519401599998, 0.98815166950199995, 0.99445980787300003, 0.99261081218699998, 0.98701298236799995, 0.99184781312900006, 0.991477251053, 0.97694522142399998, 0.99171268940000001, 0.98344373702999999, 0.98498499393500005, 0.99344259500499998, 0.98928570747400002, 0.99324321746800004, 0.98924732208300004, 0.99658703804000004, 0.98596489429500001, 0.98561149835600004, 0.98207885026899999, 0.985239863396, 0.98809522390399995, 0.98775511980099995, 0.99588477611500004, 0.98712444305400004, 0.98095238208799995, 0.97596156597100003, 0.99512195587200003, 0.99090909957899997, 0.98958331346499995, 1.0] diff --git a/Muon/MuonID/python/MuonID/M_DC06_def_chi2b.py b/Muon/MuonID/python/MuonID/M_DC06_def_chi2b.py index 503e4b4d88f..690e4025561 100644 --- a/Muon/MuonID/python/MuonID/M_DC06_def_chi2b.py +++ b/Muon/MuonID/python/MuonID/M_DC06_def_chi2b.py @@ -1 +1,11 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### M_DC06_def_chi2b = [0.0, 1.19643536295, 1.7799429438800001, 2.5000897208500001, 3.0593132287299998, 3.4839286608000002, 3.9982294568999999, 4.4402913862600002, 4.8147369692600002, 5.3054432104, 5.8105717909600001, 6.1370968299099999, 6.7475810144699997, 7.3015792720599997, 7.6896019690199999, 8.13938977856, 8.4515096605100002, 8.9879216562900002, 9.4927671192999998, 10.085788064899999, 10.625255410199999, 11.0026891093, 11.3895870178, 11.843719932200001, 12.253271789299999, 12.767614137500001, 13.262427498099999, 13.786048882799999, 14.16595075, 14.643883369899999, 15.146539539600001, 15.7813472808, 16.280656373900001, 16.655646821400001, 17.114459585199999, 17.598615494000001, 18.184936752399999, 18.740805828900001, 19.248318706700001, 19.9296167205, 20.463100761100002, 21.2124495216, 21.626706539400001, 22.210655822100001, 22.700941956400001, 23.302821910599999, 23.920510033900001, 24.580456784700001, 25.2569820073, 25.959142340700001, 26.512265281099999, 27.196530728900001, 27.733216163200002, 28.478633239299999, 29.299270036500001, 30.256722160100001, 30.986221208, 31.737877171200001, 32.3960443243, 33.105226859200002, 33.767065963699999, 34.404378731100003, 34.924274373000003, 35.644436068099999, 36.564111572900003, 37.417350414600001, 38.238436024899997, 38.799991177199999, 39.436095377800001, 40.277347542100003, 41.016879076899997, 41.908435708699997, 42.819594709699999, 43.738915136400003, 44.846693151399997, 45.536023954699999, 46.546157932100002, 47.460643921100001, 48.624537354399997, 49.4055755953, 50.186510797700002, 51.175277055499997, 52.089204297199998, 53.122068163400002, 54.127727041100002, 54.940780204399999, 56.114554909900001, 57.0656839854, 57.894406169100002, 59.009235477799997, 60.0914392866, 61.208045864900001, 62.2858241466, 63.543350702799998, 64.856196127700002, 66.682225449399994, 68.209557105800002, 69.742463108799996, 71.750057073999997, 73.414467924899995, 75.307815587799993, 77.118795934299996, 78.812379695000004, 80.355455134600007, 81.877925440300004, 83.662200974800001, 85.224686517899997, 86.615321828199995, 88.267510348100004, 89.802469557099997, 91.374895675700003, 93.408025320799993, 95.336052711299999, 97.395921625599996, 98.859486409499993, 100.657442178, 102.99984774399999, 105.41734144900001, 107.273191485, 109.044242849, 110.937136356, 113.583166593, 115.56257233300001, 117.846911268, 120.681655831, 122.799469999, 124.375415383, 126.97394391900001, 129.436815795, 132.49568735599999, 135.98857834699999, 138.09223868300001, 141.65649987800001, 146.09086464500001, 149.16576952099999, 152.208770273, 155.187653896, 157.43246798000001, 160.43301280700001, 162.84002901100001, 166.77052560600001, 169.29494600500001, 172.91801473500001, 176.654293306, 180.23478114700001, 183.296380473, 186.73903581499999, 190.86755789399999, 195.654394298, 199.69558299600001, 203.92254700699999, 208.397049907, 213.10008202399999, 217.93095747000001, 222.20188235800001, 227.07325009499999, 230.860699883, 237.97819378299999, 245.85743037500001, 252.73101680400001, 258.89556405000002, 268.60486464500002, 276.47499798699999, 282.03633185400003, 289.17078451600003, 302.06749436299998, 312.57905513100002, 322.60452264899999, 331.014610371, 341.75075497, 350.173888159, 361.88637575400003, 371.61412230500002, 385.17435225200001, 400.72319405799999, 411.753441162, 422.75058281299999, 437.11037701999999, 453.45288953800002, 474.420871385, 488.318616894, 512.11653910200005, 535.54182501000003, 555.56166528300002, 573.43505104999997, 593.13241480700003, 614.79560775100003, 649.435414896, 688.17560751799999, 721.87795355000003, 773.415382937, 813.66800489900004, 877.39648314099998, 964.732528602, 1069.40860047, 1223.88660858, 1424.4787858300001, 1674.8315303500001, 1977.7544173799999, 2651.83993319, 200410.392804, 0.0, 1.1584312650099999, 1.8096405876999999, 2.08809545024, 2.39759603108, 2.8210825374900002, 3.2262415616500002, 3.6767261063199999, 4.0712643350700004, 4.3358305431000002, 4.6961593196700004, 5.0048297457600004, 5.3979863436900004, 5.8290699240099997, 6.1960232764300001, 6.5088252292500002, 6.8948342983900002, 7.2696660689300003, 7.5399291096800001, 8.01313726329, 8.3889381116700008, 8.8151563879800001, 9.3221845714700002, 9.7919081310700005, 10.197322679699999, 10.690667428799999, 11.1669675994, 11.439377929899999, 11.6674844277, 12.008682137099999, 12.4556500154, 12.8218557119, 13.3281486992, 13.7095661165, 14.2163312161, 14.836869545500001, 15.3589870134, 15.8272834403, 16.238276813700001, 16.5883025266, 17.023074348600002, 17.414160002799999, 17.848152475399999, 18.247715569499999, 18.664561518999999, 19.075395695600001, 19.486374441700001, 19.973916476399999, 20.5269080381, 21.020846655300002, 21.507367194299999, 22.0135312996, 22.461208124300001, 23.036281720800002, 23.480764591, 23.9941998794, 24.413118882100001, 24.9392923634, 25.478485752899999, 26.086617298499998, 26.6809648813, 27.1950947449, 28.074728258899999, 28.720521756, 29.3654350726, 30.087513917199999, 30.702053779700002, 31.306689242899999, 31.780186689299999, 32.4753156827, 33.135143889299997, 33.888469867399998, 34.645545953000003, 35.367533057599999, 36.110020627200001, 36.758678629099997, 37.497664023799999, 38.081984167100003, 38.997417122999998, 39.672472603700001, 40.429274192199998, 41.295854716299999, 41.954930876799999, 42.5972412096, 43.276950597999999, 44.159449579799997, 45.025165711200003, 45.821814644200003, 46.555175562499997, 47.583311010599999, 48.589989172199999, 49.510833894599998, 50.257035760699999, 51.092289456800003, 52.258119141000002, 52.938195970499997, 53.804888863800002, 54.8416712187, 55.960279943899998, 57.006686652699997, 58.274563175499999, 59.3790074307, 60.283128322000003, 61.549512813600003, 62.4978155636, 63.834912981700001, 64.904107601199996, 66.223931861400004, 67.086972593499993, 68.397576571800002, 69.942186175000003, 71.207027708799998, 72.602512277200006, 73.560342838699995, 74.967359775099993, 76.577240733500005, 78.057764533799997, 79.513502422499997, 81.078073566599997, 82.165643638800006, 83.719127560900006, 85.148667228299999, 86.337704861199995, 87.860157790000002, 89.431109054900006, 90.980131378099998, 92.433634234400003, 94.226038238300006, 95.621501725399995, 97.080958997099998, 99.134428385800007, 101.04854586800001, 102.97657310699999, 105.139486026, 107.602665034, 109.70147691299999, 112.05021857600001, 114.125549412, 116.61722458, 118.189314409, 120.82322130999999, 123.127890034, 125.47513250999999, 127.848312975, 130.41431036200001, 133.57317560600001, 136.49161050999999, 140.74286875799999, 143.71689255300001, 146.67120050400001, 149.59581133399999, 152.22756825499999, 156.533766931, 160.06017973100001, 165.11262847200001, 169.23166942399999, 175.315765167, 179.524732857, 183.40525104400001, 188.17945511100001, 191.82963235400001, 197.202013322, 202.34316464599999, 207.99698327900001, 215.67824328500001, 224.47764356499999, 230.63417344199999, 236.60643002699999, 242.61055810900001, 251.77410247, 259.46544586200002, 268.047248459, 276.79107524199998, 286.15718497099999, 295.84758942399998, 305.58034509200002, 314.60780894999999, 325.34498936799997, 338.27578485100003, 348.53507352600002, 362.42239857200002, 375.083278597, 389.444337389, 407.52083932199997, 423.996775576, 439.86516896699999, 461.74456199100001, 481.21447879099998, 506.20652181600002, 531.64557102599997, 563.79744206400005, 601.85836871599997, 633.07763874900002, 693.45668289599996, 762.28141866299995, 852.11407475700003, 985.769367053, 1195.0785449099999, 1389.62431328, 2042.8647050500001, 78636.810297999997, 0.0, 1.0297464516799999, 1.60346935644, 2.0630353810100002, 2.4007054222700002, 2.7231158619300002, 3.0845870231900001, 3.3825315783100001, 3.7827559602099998, 4.1271402089200002, 4.4667826236700003, 4.7067760450099998, 5.1713770843100004, 5.53668279583, 5.74764546799, 6.1299980556899998, 6.3496742207699999, 6.6781045773500001, 7.12938206889, 7.39578341085, 7.7627325807999998, 8.0843024355399997, 8.3430476893299996, 8.7253588764300005, 9.0323780076000002, 9.3251680266000001, 9.7700665673099998, 10.103065082900001, 10.4121667828, 10.792220887399999, 11.114426525200001, 11.3987065041, 11.7259278942, 12.148971416, 12.454565579200001, 12.7910859418, 13.0925963376, 13.4917267129, 13.8568357546, 14.099344370200001, 14.466338023, 14.773502690999999, 15.1559213702, 15.4627289245, 15.735248281500001, 16.264394708800001, 16.624779056400001, 17.059591039099999, 17.366603691200002, 17.645800374, 18.074841360299999, 18.3713457528, 18.6782869727, 19.1657010441, 19.623227022799998, 20.045230785600001, 20.669991472, 21.181226625299999, 21.496046951899999, 22.092489347299999, 22.5203682028, 22.913515129299999, 23.382882170199998, 23.760241867400001, 24.103618211899999, 24.540791235699999, 25.0420139973, 25.4305135832, 26.0666776578, 26.564557883900001, 27.273553850399999, 27.7820097687, 28.3303665601, 28.745443715499999, 29.332968781000002, 30.009561780399999, 30.6135990386, 31.065902801899998, 31.520776554800001, 32.034559784499997, 32.646134072499997, 33.136621810400001, 34.091020344699999, 34.492997237600001, 34.960981709999999, 35.534538623400003, 36.397290535000003, 36.973557298199999, 37.496289196399999, 38.275574691300001, 39.132056666700002, 39.940285424599999, 40.663404855499998, 41.192514081399999, 41.940303401100003, 42.428268793400001, 43.002423862000001, 43.754682545599998, 44.392160792200002, 45.226295550300001, 45.955474380200002, 46.6701829171, 47.223011101499999, 47.870306336100001, 49.055475024800003, 49.870096181000001, 50.573112358800003, 51.511936900599999, 52.294025013499997, 52.962422501100001, 54.0366510279, 54.7208861318, 55.623480251799997, 56.401930573599998, 57.257184440700001, 58.072153872400001, 58.874410881099998, 60.104082592799998, 61.246007962100002, 62.248201307400002, 63.333179544099998, 64.4524632575, 65.680454143800006, 66.683104472400004, 67.860077341099995, 68.838786806399995, 69.8305645449, 71.030064286699997, 72.106640080299996, 73.718568832599999, 74.8928190476, 76.122150548999997, 77.8978499384, 79.078046305800001, 80.938626385199996, 82.707864462499998, 84.409564379399995, 85.580444997300006, 87.015983902800002, 88.433916929199995, 90.027633876400003, 91.989641288499996, 94.085497345299999, 97.019197389300004, 98.948948656499994, 101.110113046, 102.857621045, 104.948948472, 107.370061428, 110.309341836, 113.069785897, 115.334911873, 118.811007467, 121.8903905, 124.534635235, 127.237679828, 130.822044406, 133.95795785600001, 137.088601866, 141.331942336, 144.39698896600001, 148.46879151300001, 151.54049203599999, 156.010435457, 159.23907638899999, 163.84405742499999, 167.20574813600001, 171.571248282, 175.307565178, 180.898544257, 188.209642444, 192.88951267100001, 199.07961470500001, 204.98453083699999, 210.87189762099999, 217.37683173400001, 226.04598215600001, 233.03168449699999, 241.629711085, 246.946999901, 257.88334712900001, 264.42034237600001, 275.808770686, 285.32670270400001, 296.425658236, 311.66211481800002, 325.77524805600001, 339.41158178199998, 359.89737101100002, 378.89288395099999, 407.45313021999999, 430.825250423, 463.86767345999999, 495.964419029, 532.31966564899994, 589.85183477299995, 656.18178811200005, 784.26433017099998, 943.24503690999995, 1302.9980653, 102139.29543300001, 0.0, 0.86743237287200003, 1.3552076122000001, 1.74882176592, 2.1568118435899999, 2.5442077510700001, 2.7836243977500001, 3.00643655951, 3.2689355412999999, 3.5104534629600002, 3.8022522251600002, 4.0581864022299996, 4.3187967801799996, 4.5167601174499996, 4.8300373207899998, 5.1908096910400001, 5.4523307194299999, 5.7058518279000001, 6.0398043860700001, 6.3374641220700001, 6.6584016957400003, 6.8846773738299998, 7.1723016125100001, 7.48248963179, 7.7608348148299999, 8.0287909583299992, 8.3818549816299992, 8.7220174560999997, 9.0911091549999998, 9.35929759333, 9.6835960622500004, 9.9959322308900003, 10.3919770948, 10.747496464799999, 11.051538298500001, 11.316949795799999, 11.6183662131, 11.847164556699999, 12.1264569509, 12.437037774, 12.678519424999999, 13.016651663899999, 13.442219338399999, 13.7024184299, 14.0640518316, 14.3690724623, 14.6322090714, 15.003935011899999, 15.4618156875, 15.691396925499999, 16.018873943599999, 16.325083680199999, 16.72412623, 17.1800229961, 17.565089287999999, 17.955333696, 18.350394168699999, 18.662332183499998, 19.055520775400002, 19.3243741866, 19.697736269300002, 20.1598827376, 20.587558148399999, 20.947803652899999, 21.377289620700001, 21.7382160949, 22.148445907799999, 22.538187253499999, 22.969405032299999, 23.3515975378, 23.7868814409, 24.248895708799999, 24.763958241200001, 25.1997621694, 25.508926166199998, 25.958095899700002, 26.333188731500002, 26.824658796200001, 27.2155445271, 27.6568308628, 28.003116157499999, 28.541185737399999, 29.063342253199998, 29.560897612200002, 30.089418954599999, 30.597578276299998, 31.089081956699999, 31.4765648224, 31.894925652200001, 32.457647031999997, 33.030174841600001, 33.487885595199998, 34.018036955900001, 34.729723770100001, 35.271537205000001, 35.835399970200001, 36.307941559900001, 37.035916915500003, 37.561814357099998, 38.147376215199998, 38.7343663929, 39.318444863700002, 40.219249623899998, 40.878162636200003, 41.4384018103, 42.125905574999997, 42.975687067999999, 43.8669515737, 44.7165019555, 45.320383934500001, 46.290441078699999, 47.103139229999996, 47.737629462800001, 48.481018605400003, 49.4000519043, 50.130121766099997, 51.236341089200003, 52.022103237400003, 53.121350018199998, 54.3133505427, 55.198931289699999, 56.1880323006, 57.196115179099998, 58.388588195399997, 59.017601707799997, 60.191491397699998, 61.1785764937, 62.150011268, 63.062827775300001, 64.255070623099996, 65.725583058799998, 67.146069528200002, 68.855182272500002, 70.625039886400003, 72.517402771500002, 74.012329769800004, 75.142684897799995, 77.263163371999994, 78.970113074099999, 81.015664056600002, 82.952470754299995, 84.358247795500006, 86.345419452399994, 87.398236220800001, 88.877403817100003, 91.486012660200004, 93.475534618099999, 95.836579746699996, 99.517911350299997, 102.47972814000001, 104.56502959399999, 106.80315385900001, 109.427661664, 112.172083348, 114.752710729, 117.319711297, 120.332179395, 122.523137369, 125.80426376699999, 128.152192243, 130.68223203400001, 135.03565554799999, 138.836718018, 142.72321670599999, 145.83471307600001, 148.23894481900001, 150.940455676, 155.45888045199999, 160.45763036100001, 165.78439021700001, 170.10783283399999, 176.981973885, 182.24637161699999, 187.99729957, 193.341158584, 201.153499485, 209.89557814400001, 215.512255272, 222.916166694, 234.63262219500001, 242.24162438799999, 250.84387633899999, 264.39217630600001, 286.10701643599998, 294.863916168, 309.35324268800002, 326.01462315399999, 343.064113615, 361.99177679500002, 387.72006495800002, 407.06863126899998, 432.93714764600003, 471.081198336, 512.23599568500003, 547.44287580900004, 597.93801741300001, 672.97299630600003, 816.76871595199998, 996.88891773900002, 1291.9070935100001, 161358.74421500001, 0.0, 0.99453276649300004, 1.34957440998, 1.80040223325, 2.1674828403999999, 2.48530115303, 2.78071282241, 3.0627252072600002, 3.2784701121599999, 3.5719852163999999, 3.9766675073700002, 4.1919498196699996, 4.4401116787000001, 4.7010850741399999, 4.8325546723099997, 4.9905503588400002, 5.2121802011499998, 5.4487589889699999, 5.7199962258500001, 5.9713598443100002, 6.2934525916500004, 6.5164568592299998, 6.7356095053300002, 6.9021306576599999, 7.1721655965900002, 7.3281530158799999, 7.5914585431999999, 7.8254960779699996, 7.9993083693299996, 8.2012397418000003, 8.3720004276700006, 8.6300188092199992, 8.9217519372599998, 9.3077081475300005, 9.6043493889500002, 9.8964144834100001, 10.211666127200001, 10.4213008992, 10.788691589500001, 11.051012050900001, 11.344200771000001, 11.725614780600001, 11.9588900773, 12.2827247511, 12.637968324099999, 12.966823288900001, 13.168992016800001, 13.4745396448, 13.785583859500001, 14.036187573499999, 14.3890843198, 14.7328997316, 15.1242120858, 15.3426967014, 15.6612958042, 15.9789841683, 16.360263102400001, 16.772235545499999, 17.216064751899999, 17.589241161899999, 17.8572448364, 18.1950328878, 18.559156973699999, 18.792157978999999, 19.092364930399999, 19.509183897500002, 19.8903785993, 20.395241299399999, 20.715609197399999, 21.129151485000001, 21.4384474457, 21.8051370373, 22.0983151782, 22.589355123800001, 22.923955315299999, 23.293660984199999, 23.8073499164, 24.164663172499999, 24.468464225200002, 24.9136660319, 25.292481224799999, 25.704244781, 26.122315593700002, 26.745139958900001, 27.142677224500002, 27.678661556600002, 28.172552657800001, 28.7004617023, 29.254574122400001, 29.9576316134, 30.320919945, 30.8651150524, 31.535303165799998, 32.0284025188, 32.4595794536, 32.939819047199997, 33.536005820299998, 34.287543194800001, 34.940091845399998, 35.379675577999997, 36.122305638999997, 36.623643357600002, 37.258982358499999, 37.645211866499999, 38.348043171800001, 39.121822204899999, 39.903193717900002, 40.5501905506, 41.172201017399999, 41.965871158399999, 42.633532572999997, 43.135795547100003, 43.854137299599998, 44.859996618799997, 45.622113159199998, 46.6849616684, 47.678221519899999, 48.843464619499997, 49.8146602526, 50.688647234999998, 51.583461331899997, 52.591197556700003, 53.717957165400001, 55.506732086500001, 56.662175622500001, 58.167854235900002, 59.062885457699998, 60.411246125200002, 61.391033951200001, 62.368874448500002, 63.688858420800003, 64.888271486199997, 66.635858121799998, 67.817878363199995, 68.880671285700004, 70.095051569500001, 71.501848303100005, 72.775151774600005, 74.558541465199994, 76.409518135499994, 77.761688797700003, 79.005647183500002, 80.295269079099995, 82.4136017931, 84.613797778800006, 86.016896733899998, 87.430508335200003, 88.670983118500004, 90.231433799300007, 91.891509509399995, 94.498776834500006, 97.249232232899999, 98.623021338599997, 101.238294708, 102.87975996900001, 105.291018643, 107.24435443199999, 109.666596011, 113.098272596, 115.61031488, 119.614780612, 123.287443794, 126.249115391, 128.58356817500001, 131.775900138, 135.290949961, 139.29796378500001, 146.262327629, 150.00976835200001, 154.61572367400001, 160.255070652, 165.26334147099999, 170.16736670500001, 173.77829739699999, 179.56132179599999, 184.561922764, 190.69775108499999, 196.65891324699999, 203.521908177, 211.093916154, 221.47514707299999, 231.47529352399999, 237.75562241, 244.883786829, 253.30171895399999, 261.76505171600002, 278.98552843200002, 292.60068635200003, 311.55099943599998, 325.88771172899999, 343.19537559700001, 365.551962753, 393.39248336999998, 422.56973752499999, 461.27635287499999, 502.54248837599999, 563.31345992700005, 636.33864636400006, 803.18510591400002, 1017.18613565, 2073.8933950400001, 0.0, 0.84882448919599995, 1.1297295603899999, 1.43790054577, 1.8034031745600001, 2.1567378511699999, 2.46200691124, 2.7164909210600001, 2.9725139778099998, 3.3258460814699999, 3.51565620581, 3.6829072744900002, 3.8503255597599999, 4.0960101060699996, 4.3195587197099998, 4.5180080510099998, 4.7208657011600001, 4.9188747051200004, 5.0822519781400004, 5.2471047837700002, 5.4397152562800004, 5.6442757923500002, 5.94422558704, 6.2491652156599997, 6.5158366836499999, 6.6694208713499998, 6.9618320371699998, 7.0954639576199998, 7.3925975604899996, 7.6671833348599998, 8.0270911346999991, 8.2155617499000009, 8.3810446408000008, 8.6728270830500005, 8.9919564023300005, 9.1979666478599995, 9.4613822654199993, 9.8638159812400001, 10.064467502699999, 10.300861637400001, 10.5922395715, 10.898994478100001, 11.2204623911, 11.462764891000001, 11.827261590299999, 12.083868714099999, 12.386429319099999, 12.6393019529, 12.853547404, 13.1367142199, 13.3487410123, 13.656895326200001, 14.024084867899999, 14.2305895378, 14.537063637599999, 14.7677980479, 14.983400628, 15.254355192, 15.4728650747, 15.7833358443, 16.258317366699998, 16.591420611899999, 16.7968951537, 17.321484078699999, 17.688159546000001, 17.9917501318, 18.4264735655, 18.751733764800001, 19.0344300858, 19.372343152500001, 19.740307887699998, 20.051092925599999, 20.305765000400001, 20.618187255599999, 20.819816596500001, 21.0782135131, 21.397939723499999, 21.854582025799999, 22.2881163357, 22.6506377304, 22.877000473599999, 23.384389492899999, 23.836418588899999, 24.222254926800002, 24.655197791999999, 25.022161849, 25.444878252500001, 26.053606325400001, 26.614004877900001, 27.0211182404, 27.401244503200001, 27.7850805052, 28.159129948299999, 28.6603675532, 29.200278675, 29.671973053799999, 30.210222716600001, 30.961837351900002, 31.650008409800002, 32.094382395700002, 32.843304519299998, 33.577328693699997, 34.237700249100001, 34.801256214399999, 35.485455770500003, 35.9765981579, 36.670725593599997, 37.170285661000001, 37.990796691500002, 38.642774190700003, 39.528303337300002, 39.978645888499997, 40.8020907732, 41.489481081900003, 42.4638964743, 43.139901183799999, 44.090235702199998, 45.199560705499998, 45.817027413600002, 47.017044573200003, 48.262105780699997, 49.1479688362, 50.425156699799999, 51.855557858499999, 52.673049050499998, 53.828962193300001, 54.706265736600002, 55.754088218, 56.6875216169, 57.802232958300003, 59.077269420699999, 59.802668045799997, 60.803463371600003, 62.277143198700003, 63.318223359400001, 64.249051654799999, 65.723438296400005, 66.690473547300002, 67.987683240400003, 69.312005970800001, 70.335791722799996, 71.525547407700003, 73.2296426005, 74.761566365899995, 76.401961372800002, 78.083813237900003, 79.959478159499994, 81.411397194700001, 83.907706583600003, 85.130641549399996, 86.564841115600004, 88.151400025100003, 90.839542183500001, 93.404373994799997, 95.237850676600004, 96.510747774899997, 98.111723876599996, 100.59771252100001, 103.473781565, 106.22999075200001, 109.035110547, 111.514197384, 114.660071867, 117.91431810100001, 120.95989149899999, 125.315578238, 127.97488147200001, 131.55766028400001, 133.79550634099999, 136.780043667, 143.37105514300001, 147.41143759799999, 152.70084909799999, 158.68963683999999, 163.480470784, 168.40748618699999, 176.23576411799999, 181.51714572399999, 188.435573998, 193.69868358400001, 201.866252981, 209.69486823, 221.66246932499999, 231.771152277, 245.05347127900001, 258.89263676799999, 273.73973170099998, 290.43652293600002, 304.91784651400002, 317.71453254800002, 345.81680795, 370.51493599600002, 396.34922032399999, 427.34649876600002, 472.648184012, 548.811516697, 616.97696803199995, 698.58074685700001, 921.70016827699999, 1351.93476429, 4555.3138270099998, 0.0, 1.05775845422, 1.30722302885, 1.6550836259599999, 2.0164548998499998, 2.22264762997, 2.4339426832900002, 2.63987900941, 2.8474331698999999, 3.1394413773199998, 3.3488811388099999, 3.5845593259999999, 3.7278526245200001, 3.89707499961, 4.0930076946499998, 4.2667403322500004, 4.4444123281100003, 4.7057346005499996, 4.8776095749700001, 5.0766543427900004, 5.2576254422700002, 5.4227043983799996, 5.5565800836300001, 5.6921444728099999, 5.8967927912900002, 6.0520540232300002, 6.18092403149, 6.4448963355100002, 6.6606765375799997, 6.8569177525900002, 6.9871721176600001, 7.1997752419300003, 7.4790143792799997, 7.6433232341600004, 7.8838845337299999, 8.0362724982000007, 8.2491173118100001, 8.4854912803700007, 8.7981272976200007, 8.98771466078, 9.2672797478700009, 9.4910127015200008, 9.7196918691600001, 9.9958458284499994, 10.2946220832, 10.5192779153, 10.7367739562, 11.0486241079, 11.264306749099999, 11.610683487999999, 11.8590324631, 12.102995508599999, 12.274140378, 12.5626984562, 12.777400244300001, 13.0071767612, 13.3075190692, 13.506522563900001, 13.7736133375, 14.034237147500001, 14.3718879313, 14.704450492399999, 15.006497291000001, 15.4860321302, 15.8250864202, 16.068562412599999, 16.366417189700002, 16.791695786399998, 17.1963988083, 17.692784723599999, 17.9889456748, 18.250281237599999, 18.540758284100001, 19.105488743399999, 19.3676116446, 19.9057967233, 20.372155027400002, 20.617865943399998, 21.0056881543, 21.3998014925, 21.886629124399999, 22.301586328599999, 22.8157840378, 23.1577773249, 23.562675140700001, 23.9908312801, 24.371709623200001, 24.853048289, 25.321527433499998, 25.817410943100001, 26.333798079699999, 26.743897014000002, 27.404019467800001, 27.750455412299999, 28.245307990099999, 28.8302203846, 29.238499632700002, 29.908395497000001, 30.222815192500001, 30.759701009099999, 31.296847612400001, 31.809133106099999, 32.3396270004, 33.065629932, 33.614025315299997, 34.269816387299997, 35.012311410899997, 35.852750563500003, 36.404141805499997, 36.8294660038, 37.935726292200002, 38.368785425900001, 39.1826087245, 40.008409596500002, 40.726090274800001, 41.337873114600001, 42.209034503799998, 43.359563836100001, 44.113217655, 44.844831191300003, 45.6845486769, 46.347966789700003, 47.331044909100001, 48.2533342455, 49.162487231599997, 50.1543142202, 50.931869310099998, 51.636126617899997, 52.181963144800001, 53.396775668799997, 55.032301978100001, 55.596427951899997, 56.5791496927, 57.542454919599997, 58.554653988799998, 59.636429710999998, 61.407241399900002, 62.509754862100003, 63.601590468700003, 64.824312135300005, 66.386878043999999, 67.693732305799998, 69.365119204300001, 71.025400599899996, 72.653909433799996, 74.395827576000002, 75.769964444999999, 77.234020831500004, 78.433715899099994, 81.101681241799994, 83.076307199300004, 84.5988995469, 86.376895072899998, 88.194960597199994, 90.441746414899995, 92.189595910199998, 93.440994131400004, 95.435247487400005, 99.0558885879, 101.49204924999999, 104.088533635, 106.181199298, 109.219007221, 112.61624315100001, 116.029069048, 119.96844246400001, 124.344004768, 127.91969076300001, 132.149553927, 135.922055457, 140.068507211, 144.15378361399999, 148.60536720600001, 153.82589839900001, 158.576947158, 165.555672257, 171.63158056899999, 176.33047682, 181.08906739299999, 186.793582875, 192.534521512, 203.56027511299999, 211.12137373499999, 218.32402486300001, 227.271126122, 239.72295971400001, 255.439273482, 266.59600377999999, 284.21895951499999, 302.86802943499998, 319.3660428, 335.96299544999999, 371.29655514500001, 386.65083379800001, 434.96311705400001, 521.05039447499996, 574.39597849699999, 643.38261744700003, 749.10677599899998, 937.47346937500004, 2164.74350723, 0.0, 0.87216036854099999, 1.1731523662100001, 1.4528318226800001, 1.7506036653599999, 1.95830274355, 2.1933454622299999, 2.4315041290299999, 2.6097449606700001, 2.8143037344300001, 2.98234250898, 3.14296097174, 3.28163067285, 3.4197130756399998, 3.5577964282300001, 3.7192315259700002, 3.8806453857499998, 4.0848607038400004, 4.27058822443, 4.4259870320300001, 4.6202853710799996, 4.8079818422300002, 4.9703096793699997, 5.1771997283899998, 5.32208420074, 5.4736064223099996, 5.6716933713, 5.7948310020399996, 5.9616974056899998, 6.1294408520800001, 6.3200579482499997, 6.5465172585299998, 6.7046238334500003, 6.8696070854100002, 7.0421250211300004, 7.21408035417, 7.3666599903499996, 7.5629677715200003, 7.7854370727999997, 8.0250690670800005, 8.2018499794099995, 8.4165599450900004, 8.6205648003099995, 8.8020739087200006, 8.9976602698800008, 9.2090483824400007, 9.40554714598, 9.6268466056699999, 9.8387845757699992, 10.063513496600001, 10.3066855573, 10.5490401104, 10.760759543200001, 11.0190557159, 11.247083638299999, 11.487903512700001, 11.690503747999999, 11.9163331257, 12.1540624086, 12.3754681949, 12.6225724062, 12.8298548017, 13.105360490300001, 13.352707515200001, 13.600565291800001, 13.8363089384, 14.081226945299999, 14.370552543500001, 14.6854081396, 14.959606431799999, 15.238257795699999, 15.488877516500001, 15.783357724, 16.059268546999999, 16.371064702799998, 16.635482564899998, 16.926054678500002, 17.2595416636, 17.558429913600001, 17.873233837699999, 18.1713476396, 18.437921946300001, 18.808552489299998, 19.094615129400001, 19.521706635899999, 19.8753230885, 20.298514125000001, 20.622495869000002, 20.9353854017, 21.4098244692, 21.829437198099999, 22.259602406999999, 22.672559352, 23.1204515296, 23.483853294300001, 23.9484201462, 24.3248985436, 24.847141378100002, 25.2522052389, 25.681308357599999, 26.205337182699999, 26.576187536300001, 27.078663830899998, 27.677873063900002, 28.2381539971, 28.8023214868, 29.3993510241, 29.912833547399998, 30.573666294900001, 31.104430988600001, 31.796146883399999, 32.497170738500003, 33.279496414699999, 34.098064962599999, 34.843216272900001, 35.542133214099998, 36.276287779500002, 36.975928357500003, 37.504257990799999, 38.314777833900003, 39.177430845000004, 39.819717746400002, 40.407911670099999, 41.120240020300002, 41.978665155199998, 42.866256983200003, 43.496257352299999, 44.207718886199999, 44.967775733800003, 45.845529661199997, 46.8316582737, 47.606961498799997, 48.454226783199999, 49.675775014400003, 50.5811434361, 51.543186701800003, 52.633751532200002, 53.929547364699999, 55.037714174199998, 56.301767675000001, 57.451158926300003, 58.714248343199998, 59.628151489899999, 60.807000845600001, 62.156996127799999, 63.456997649599998, 65.008915114800004, 66.386142722499997, 67.978491519900004, 69.422238847200006, 70.791592380799997, 72.011370736700002, 73.522117942199998, 75.359756207299995, 77.030728253800007, 78.893995033400003, 80.530957561600005, 81.946598575099998, 84.055736077199995, 86.177382717599997, 88.231077799399998, 90.830107187099998, 93.291203665799998, 96.842991020100001, 99.738754614200005, 102.822309851, 106.472937214, 109.712921572, 112.28819169, 115.383539528, 118.33937052500001, 121.6283803, 126.21758780099999, 130.559458404, 135.25935161000001, 139.64966053500001, 144.08321394399999, 149.81024360000001, 155.95824547500001, 160.54965979900001, 165.74901272299999, 173.07092800300001, 181.971265612, 190.12184997899999, 199.140874, 208.94440364799999, 219.692760295, 231.41654560800001, 244.813734337, 260.64934893600002, 276.86471985399999, 297.854074072, 327.675880581, 363.64694161300002, 395.28587648799999, 430.29646448199998, 476.771927382, 552.10628605099998, 688.09209059399996, 965.66929444699997, 5512.1265341500002, 0.0, 0.62589083024600001, 1.0089155589900001, 1.2669403239100001, 1.4930834132099999, 1.6647456778, 1.86494432327, 2.0537877508200002, 2.25391444537, 2.4255788848600002, 2.5625113900800001, 2.70119472848, 2.8053232942299999, 2.92720031662, 3.1007147687100001, 3.2394799841499999, 3.39215368186, 3.5920914079299999, 3.74416489544, 3.8829579282000002, 4.0121750001200001, 4.1604435034699998, 4.2969491096299999, 4.4303864671199999, 4.5829179833699998, 4.7183684166099997, 4.8667168998800001, 4.9825970049999997, 5.1443596513600003, 5.29642331298, 5.5116304645699996, 5.6662601962099997, 5.8151835779100001, 5.9375451382, 6.1570517624500001, 6.3131151288699998, 6.52398099929, 6.6722523007500003, 6.86154545663, 7.0599193283100004, 7.3129107271700002, 7.5490299843899997, 7.7172198221199997, 7.8648526311499998, 8.0837370196799991, 8.2593266698099992, 8.4613117407199994, 8.6884386074200002, 8.8745901890700001, 9.1116656074600009, 9.3126467721299999, 9.5071399643899994, 9.7151605657500006, 9.9551889093600003, 10.149609288200001, 10.3401891662, 10.621445531099999, 10.8426697409, 11.0272843935, 11.270829726400001, 11.4694723487, 11.6178469386, 11.821109029700001, 12.021790796499999, 12.3252449453, 12.5092794759, 12.818332850699999, 13.020756306899999, 13.310810976799999, 13.5124599496, 13.767115336, 14.0644181972, 14.332859790200001, 14.5607314245, 14.9082657073, 15.125302185800001, 15.3715537263, 15.670518073, 16.0341797918, 16.263188094, 16.565119653299998, 16.768979356500001, 17.107996179400001, 17.3155602187, 17.633055544099999, 17.978850956799999, 18.239306430100001, 18.603581283899999, 18.890651686000002, 19.2448822751, 19.6097734435, 19.926314503299999, 20.1586253842, 20.499346128900001, 20.763220895300002, 21.214468897100001, 21.6883372251, 21.932186764800001, 22.421734858200001, 22.8480131942, 23.3200873278, 23.594830171000002, 24.038195447900002, 24.408468226699998, 24.92649372, 25.442113401899999, 25.8447679595, 26.3726873799, 26.812905815000001, 27.122537899899999, 27.7422113077, 28.078738693199998, 28.5723682014, 29.0944195565, 29.5634253395, 30.1247268702, 30.983710482300001, 31.826570418700001, 32.3620827385, 33.029481950899999, 33.566683207600001, 34.288337869199999, 34.942294123800004, 35.546860066900003, 36.362485731600003, 37.2408130333, 38.058683128600002, 38.750745497600001, 39.428888690199997, 40.115263124599998, 40.901282995400003, 41.4018687274, 42.138788071800001, 43.018359615500003, 44.106243223500002, 45.093539481699999, 45.8411771739, 46.570250118399997, 47.841644068400001, 49.303024838200002, 50.464239790100002, 51.234103358299997, 52.317696309799999, 53.0996279724, 54.369256693700002, 55.965980526800003, 57.287395203700001, 58.636793195099997, 60.683809927200002, 62.106524762100001, 63.455965556400002, 64.508962315299996, 65.830030819000001, 67.3272861871, 68.485336924099997, 69.962539390399996, 71.3643490332, 73.207148927299997, 75.267417445500001, 77.636856277999996, 79.567969825700004, 81.887922453399995, 84.409393872699994, 86.252385378499994, 89.609195726400003, 92.058129085499999, 94.237863167399993, 97.130241311000006, 99.337287984200003, 102.785121426, 105.16684627799999, 108.155644287, 111.12424827, 114.20309084500001, 118.25567124200001, 120.63906266799999, 126.769351089, 131.30368792600001, 135.35008283600001, 140.167179914, 146.276635801, 154.69830296500001, 162.097699463, 168.49842445199999, 174.39338381300001, 183.839663489, 194.04584716900001, 205.199824904, 216.99026627999999, 226.397941844, 239.11086462599999, 257.98370514300001, 272.68513598700002, 294.38470478199997, 317.32579381900001, 352.86648779500001, 396.000885729, 447.65133356299998, 552.83482503000005, 744.96290114700003, 7762.8570038400003, 0.0, 0.36214416262600002, 0.60004394504000003, 0.87269790764999999, 1.0816835608199999, 1.1769418756600001, 1.3339406513100001, 1.5379932977899999, 1.64092011303, 1.8114937983699999, 1.92478153605, 2.0791194022399999, 2.18522431294, 2.3239286241100001, 2.4474903603299998, 2.56875405118, 2.6706112235399999, 2.7868128103399998, 2.89962589709, 3.0247650187300001, 3.1799188214799998, 3.3163269799299999, 3.4326557716099999, 3.5761530940699999, 3.6698664516599999, 3.8395536775700001, 3.9742173052399998, 4.0666621486399999, 4.1860672163199997, 4.2677782405900002, 4.39398556059, 4.5599359743100001, 4.7182993929599997, 4.8549576225899997, 4.9793340551199998, 5.1106161380800001, 5.22653369925, 5.3697032505699998, 5.5502664604199996, 5.6901435710500001, 5.81186063054, 5.9447132463900001, 6.05627291431, 6.16844943146, 6.3088485415099997, 6.5158703652999996, 6.6663173981500004, 6.7889778856399996, 6.92685753591, 7.05832274623, 7.2113778586999997, 7.3735471867099998, 7.4967882360999996, 7.67708191997, 7.8383618689299999, 8.0007809638400005, 8.2598039090000004, 8.4646047196400005, 8.6068680876200006, 8.7919284529800006, 8.9449623581599997, 9.1615349379200008, 9.3168642346000006, 9.4680652743600007, 9.7295350278099999, 9.9208554836600005, 10.0769753157, 10.1731120514, 10.3276036073, 10.6154476322, 10.8889357781, 11.016681222400001, 11.166106582099999, 11.3010656278, 11.460114477099999, 11.6049507496, 11.754826317499999, 12.128326894900001, 12.393725440500001, 12.601959282999999, 12.929220557000001, 13.2033834409, 13.496651655100001, 13.6720510495, 14.0106799329, 14.2715969553, 14.4738353905, 14.887431385199999, 15.0448999294, 15.3053817024, 15.6545606815, 15.9636364194, 16.322553926800001, 16.694194434500002, 17.030383725899998, 17.430560569699999, 17.700358551699999, 18.117532589300001, 18.425291790799999, 18.722525176000001, 19.151242618000001, 19.5588949566, 19.985716502399999, 20.4476355348, 20.9045258441, 21.276626095099999, 21.575188439600002, 22.0493676255, 22.446726857400002, 22.7039434454, 23.13535392, 23.679737149400001, 24.0913996564, 24.592582522600001, 24.846344199699999, 25.1692127267, 25.707613397399999, 26.060921460599999, 26.402713800499999, 26.7672555555, 27.323489971800001, 28.1384294904, 28.886585523400001, 29.625952655700001, 30.049929096700001, 30.912490141700001, 31.7116329208, 32.432935618400002, 33.0836818525, 33.756748210399998, 34.448977073899997, 34.967596885500001, 35.526411413300004, 36.153337627600003, 37.193655335499997, 37.865997652899999, 38.746337718900001, 39.2502404719, 39.9758412025, 40.513914754399998, 41.377973330099998, 42.134772359599999, 42.670801806599997, 43.359820479100001, 44.8475078349, 45.403055004400002, 46.8336235847, 47.7113874912, 48.6941028253, 49.650345725199998, 50.665570570200003, 51.724056971300001, 53.992577544, 55.575370979100001, 57.251984441700003, 58.745608337299998, 60.1648035049, 61.246203909800002, 62.419975842699998, 63.422574513400001, 64.876159087000005, 66.885247274500003, 68.391010214800005, 69.915828121700002, 72.4871931144, 74.172952607699997, 75.652527461199995, 78.468287273000001, 80.721637548800004, 83.956121732200003, 87.163249777199994, 88.897109974100005, 91.2752939664, 93.173034590599997, 95.435791827200006, 100.344464677, 104.832073959, 109.276679528, 112.578422989, 114.53132503400001, 119.746495774, 124.493025184, 129.95658998100001, 134.31216815799999, 137.89688887400001, 140.67569338600001, 147.559990177, 157.91491644199999, 164.60831501999999, 171.84101301800001, 186.69105907299999, 195.42122663699999, 208.16940782099999, 238.53526263200001, 245.87424240300001, 268.33659908499999, 292.616848678, 312.784421705, 376.69900637799998, 486.40594854400001, 909.54311207000001, 0.0, 0.29947032321799999, 0.52334873310399999, 0.68115226771299997, 0.86995042995600003, 0.98257819082099995, 1.1046843742300001, 1.1768999986299999, 1.2647418797800001, 1.36884910987, 1.4645619499, 1.5759885725, 1.6653002782099999, 1.75269298364, 1.87728664641, 1.9895373943000001, 2.0546833007099998, 2.1563717716299999, 2.2189233742900001, 2.3098127374300002, 2.4206150527000001, 2.4845079548800002, 2.6079748566799998, 2.6769284875300001, 2.7907616607699999, 2.8700892704999998, 2.93034323954, 2.9963469551599999, 3.06834808782, 3.1480022766900002, 3.2256769408800001, 3.30379140374, 3.3884221330000002, 3.4570332483000001, 3.54002670756, 3.6248614990800001, 3.7101075382699999, 3.7687182426899999, 3.8163207208699998, 3.89049827354, 3.9685665546200002, 4.0278252280400002, 4.1485435748499997, 4.2118118690999999, 4.2767713334400002, 4.3538326518200003, 4.4579713825800003, 4.5508743169399999, 4.6676333956900002, 4.74653167618, 4.8197525947199997, 4.9241035310900001, 5.0189077614800004, 5.1005151570300002, 5.2006018753400003, 5.2927488243700003, 5.4001527926900001, 5.4768772282700002, 5.5890430439100003, 5.7009271960400003, 5.80755356372, 5.9548448325700001, 6.0994726695899999, 6.25645276871, 6.3819964031299996, 6.4711966493400004, 6.5880414298299996, 6.7348102011000002, 6.8307196477099996, 6.9337887910999996, 7.1040524671199998, 7.2069620188099996, 7.3301993509400001, 7.4527574858900003, 7.5532437966600003, 7.6852803779599999, 7.8640635376499999, 8.0318076099900004, 8.1796189996499997, 8.3642059418999999, 8.5050041495500004, 8.6533583034700001, 8.7675089334600003, 8.90401831396, 9.0651446520400008, 9.2032868451700001, 9.3704603805200009, 9.5586269002000002, 9.7223680241999997, 9.9347655253599996, 10.098260913100001, 10.255212992300001, 10.4208240003, 10.5811816078, 10.765906323299999, 10.957390713400001, 11.087388472400001, 11.328556388399999, 11.528238631900001, 11.7872480683, 11.915456216899999, 12.1248574875, 12.422258492999999, 12.630647267100001, 12.8227992595, 13.1516423519, 13.4269728621, 13.7263917941, 13.910454382299999, 14.1519663254, 14.338029858300001, 14.560423425, 14.770007548300001, 14.9841095141, 15.334444082699999, 15.4948694147, 15.855824070500001, 16.241262736900001, 16.5489680156, 16.821966605299998, 17.034108685700001, 17.2704823658, 17.5373816422, 17.870520279099999, 18.260020296, 18.612564062099999, 18.852361614399999, 19.4196515169, 19.842134040099999, 20.208065711, 20.730183175899999, 21.211762532200002, 21.724835097900002, 22.113935455899998, 22.527518860600001, 22.952535640800001, 23.578085247400001, 24.165234135199999, 24.660451264300001, 25.101613714700001, 25.726113937200001, 26.0893457106, 26.669907244299999, 27.169577979900001, 27.596626516000001, 28.329601780800001, 28.779048282000002, 29.224608145400001, 29.781331889800001, 30.432540589399999, 31.415359296199998, 31.9605897486, 32.492956216000003, 33.285631429200002, 34.070187818800001, 35.060381063199998, 35.680990641100003, 36.895345624699999, 37.869889303100003, 38.7151898057, 39.673959652199997, 40.7449007739, 42.072602957599997, 43.253042370099998, 44.872848970500002, 46.556160648899997, 48.1796820673, 49.545397762699999, 51.074845857200003, 52.800367472799998, 54.781904047099999, 56.6419800444, 58.294167776899997, 59.890254052499998, 62.933262895200002, 64.383209257600001, 66.273695300300005, 68.879466623300004, 71.737383912400006, 73.694424811299996, 76.676559064200006, 79.509307012099995, 82.2830341003, 85.991392160700002, 90.717177404200001, 94.429171780900006, 97.473571158699997, 102.467911147, 107.546301419, 114.342831581, 121.31476895, 126.05533253199999, 137.91440966299999, 144.79876003499999, 163.923571595, 181.508527445, 213.04454604899999, 245.38055141000001, 301.25496328499997, 332.04731076600001, 25328.083268499999, 0.0, 0.16960710904000001, 0.24797331543600001, 0.30236896744000002, 0.34361899401099999, 0.40999983457, 0.48890969043100002, 0.54342837436299996, 0.60861265194400005, 0.64673129635399995, 0.69004038945699997, 0.73679534547199999, 0.77536960959000001, 0.82841780807499998, 0.90256777434299995, 0.93909860962199998, 1.00410024985, 1.0408385717899999, 1.11535670052, 1.14711502865, 1.15928977273, 1.18798598113, 1.2274534778099999, 1.26769475616, 1.3002205824799999, 1.3310033753199999, 1.3446656342200001, 1.3760840745, 1.39081400794, 1.4505341583, 1.4632661604999999, 1.4984860150399999, 1.5529767251, 1.57864986714, 1.6173517424399999, 1.67533252068, 1.70471580487, 1.7278608476799999, 1.7811033034399999, 1.82818139122, 1.86555208204, 1.8941511847700001, 1.92488230379, 1.95851626987, 1.99363516305, 2.0170055272299998, 2.0586483531600002, 2.0850970425700002, 2.1085030088000001, 2.1283137664099998, 2.16603036339, 2.19060342065, 2.2345184857999998, 2.2714847812799999, 2.2993152139899999, 2.3222064716699999, 2.3498083965699998, 2.3879408831800002, 2.4133674625900001, 2.45645766658, 2.5043169972600001, 2.5332218388799999, 2.5860056276300001, 2.6092200429700001, 2.6593928409799998, 2.7167476183999999, 2.7528966109600002, 2.8165365213600002, 2.8466368258900001, 2.8966874532100002, 2.9315763405099999, 2.9602961735200002, 2.9944957343700001, 3.0486180954200002, 3.1054310960799998, 3.17422308542, 3.22876924922, 3.2476266926499999, 3.2895811744699999, 3.33758062866, 3.3814007836000002, 3.4235448060599998, 3.49735659195, 3.5619485828699999, 3.61508084496, 3.6882879176299999, 3.7441381326799998, 3.8290921697, 3.87138230506, 3.9399367140599999, 3.9855674425799998, 4.03423244708, 4.1224800094800003, 4.1617950069500003, 4.2098466376400001, 4.2671599100500002, 4.3072566201600004, 4.3243450788600004, 4.3957664746200003, 4.4519812552699998, 4.4969306764399999, 4.5152175579399998, 4.56732663911, 4.6752821882199997, 4.7424836408799997, 4.8540575522499996, 4.9112049708600001, 4.9863832664899999, 5.0723492115899997, 5.1341872206300003, 5.1757472919899996, 5.2672883329999998, 5.3193278175799996, 5.3545440009799998, 5.3662639863299999, 5.4478164688200001, 5.51018935901, 5.6222469255899998, 5.7031572715200003, 5.78511780914, 5.87666466639, 6.0267396241600002, 6.1198844067399998, 6.1979622858300001, 6.28159827041, 6.3904158104600004, 6.4453162825900003, 6.5218544413200004, 6.6086381632900002, 6.6725993210399999, 6.8163144940900002, 6.97804495911, 7.0227642352400004, 7.1626846845100003, 7.3423024204600003, 7.5327362668799998, 7.6978310374000003, 7.7611027450999996, 7.88016729875, 7.9472676633599999, 8.1244228188799994, 8.2399482591299993, 8.3372351004799992, 8.5151888904599993, 8.5980587770099994, 8.7064795243800006, 8.9028549639799994, 9.1412099458099991, 9.2928218155500009, 9.5260445012799995, 9.7243731171600007, 9.9194989507500004, 10.158387747800001, 10.358305334700001, 10.8456897256, 11.0126503317, 11.1397484418, 11.3568231431, 11.725070023000001, 11.952829343599999, 12.355631104, 12.741115586999999, 12.9604116418, 13.0782774906, 13.386035293300001, 13.7586242928, 14.065910686100001, 14.481276965199999, 14.8428342578, 15.0857067332, 15.5610363036, 15.9877621903, 16.564935242699999, 17.222646941699999, 17.705236311899998, 18.2065490938, 18.6451801326, 19.1223591105, 19.606893553199999, 20.1404072423, 20.653286086600001, 21.431578720299999, 21.979215851300001, 23.048094735900001, 23.846359740299999, 24.3529984143, 24.985293486700002, 25.965109587899999, 26.669072074799999, 27.831042996200001, 29.685768165100001, 30.986492906100001, 32.7579031852, 34.704015628800001, 39.043339889599999, 43.627269160300003, 50.063241984299999, 55.522634061300003, 63.83632205, 80.274312648399999, 121.666396689] diff --git a/Muon/MuonID/python/MuonID/M_DC06_def_chi2s.py b/Muon/MuonID/python/MuonID/M_DC06_def_chi2s.py index 3ec9fc8afd2..f7964e37ba8 100644 --- a/Muon/MuonID/python/MuonID/M_DC06_def_chi2s.py +++ b/Muon/MuonID/python/MuonID/M_DC06_def_chi2s.py @@ -1 +1,11 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### M_DC06_def_chi2s = [0.0, 0.14444029837799999, 0.22835657018399999, 0.34413732731800001, 0.46587804732900001, 0.65270096936599997, 0.81143218193800004, 1.00226438356, 1.03788125951, 1.24257294992, 1.32793236661, 1.34635418779, 1.4371572854100001, 1.5191327005499999, 1.54602854301, 1.7046681136999999, 1.87758836483, 1.9813264417300001, 2.1146974377399999, 2.1938492694299998, 2.4097221919699998, 2.5070571186900001, 2.6311171881000002, 2.7328195551999999, 2.7736899606000001, 3.0227873463499999, 3.10803398473, 3.1824676694599998, 3.3138417252000001, 3.4291812515900002, 3.50419808407, 3.7101281572199998, 3.8432672208200001, 3.8796565679100001, 3.9915562540499998, 4.0723303682700003, 4.2029321661800001, 4.3768188648899997, 4.4816827669199997, 4.6990199258800001, 4.8084875822399997, 4.8365914296700003, 5.0590152661600003, 5.1248841813699997, 5.1771937064899998, 5.4889247870900002, 5.57813871862, 5.6972377675899999, 5.8456278064799996, 6.06915586574, 6.1204251477299998, 6.17699599008, 6.3172684659999998, 6.4192197959800001, 6.52383433373, 6.6186618180399996, 6.7251587769999999, 6.7866374808999996, 6.8276218028500004, 6.9188765840600004, 7.1331898582499997, 7.2065701539399996, 7.3244993804199998, 7.36483433106, 7.5193634033699999, 7.7822629874100002, 8.2222416265000007, 8.4497457766200004, 8.5930318077999992, 8.7570172042000003, 8.9696132883900006, 9.1272011085100004, 9.4333510895299995, 9.5278688390900008, 9.8002379139299993, 10.062964643999999, 10.572141176200001, 10.796071421700001, 10.9985214683, 11.3182197168, 11.660606036000001, 11.847287044, 12.432752901300001, 12.5532808679, 12.920547884299999, 13.715431382, 13.9427496484, 14.252177361499999, 14.3846625264, 14.6017942841, 14.867988867399999, 15.211408408800001, 15.4524408633, 15.8995520183, 16.278660079800002, 16.607110122000002, 17.2812107494, 17.425166927999999, 17.6847110579, 17.924433366199999, 18.107368758, 18.486488274799999, 18.675113313000001, 18.821461450800001, 19.392315572800001, 20.026821224999999, 21.515140794000001, 22.458730085300001, 22.563704860600001, 23.2879347571, 23.969079893499998, 24.336542956300001, 24.499336477500002, 25.0036717642, 25.774135368900001, 26.0929925969, 26.934629466499999, 27.458541006800001, 27.8422100246, 28.5518247111, 28.965082549800002, 30.702632564599998, 31.123950922300001, 31.264305230000002, 31.965843641500001, 32.212378185600002, 34.283698532999999, 35.219561660799997, 36.755695116600002, 37.138783892900001, 37.986001245399997, 38.621250490999998, 38.9481443707, 39.3726060041, 40.276085332900003, 41.898719000699998, 42.396709494500001, 43.749429257499997, 44.676029422900001, 46.364739487400001, 47.275528738799999, 47.869005850699999, 48.490202586899997, 49.788875049200001, 50.404381347099999, 52.2209766649, 52.7548497923, 53.758555342299999, 56.144346903600002, 58.857197224499998, 61.218540911200002, 62.083264127200003, 62.809329462100003, 64.673596130899995, 70.530443844700002, 71.037859097099997, 74.956651292000004, 75.479775530200001, 77.970753225099998, 78.784135755700007, 83.634030189599997, 87.631048698900003, 89.682360645100005, 91.657671611699996, 93.431100026199999, 96.871787694199995, 98.904758199400007, 100.903126246, 104.97935501800001, 117.211912426, 118.593299874, 123.983293097, 126.40072390500001, 132.90804449300001, 135.77425614000001, 145.645663189, 150.462714554, 154.135665945, 158.670439012, 161.11217567599999, 165.74332436700001, 168.951515621, 173.84826456100001, 184.64661891700001, 188.990674536, 195.25008580400001, 200.52870912200001, 208.31911763799999, 223.21659264900001, 234.232880967, 297.24728825900002, 321.93167475199999, 332.08151963699999, 346.34478154800001, 377.30757977899998, 403.47421662800002, 425.16143535399999, 572.37340253299999, 766.55659324999999, 1611.5984637199999, 1611.5984637199999, 0.0, 0.083813974438700006, 0.31831933895699999, 0.34638794272399998, 0.46455080305099999, 0.49519963016099999, 0.54548279077600004, 0.56403794228199999, 0.60837298377799998, 0.68118756294600002, 0.70071771432399999, 0.78976831924699997, 0.81703862518199999, 0.83363911177799999, 0.89857941080399995, 0.94493515463400002, 0.99107239417899995, 1.0238060094799999, 1.0799844142199999, 1.11400208909, 1.1685453374400001, 1.18519938288, 1.22148339123, 1.2645577512499999, 1.3045626778799999, 1.3391777624900001, 1.3826642013199999, 1.4644506572, 1.5099094374299999, 1.5888224991, 1.62182558706, 1.65137395874, 1.6991401368100001, 1.7758428480799999, 1.8277920540999999, 1.9017455410199999, 1.9705532488599999, 2.0324665469399998, 2.0752937413999999, 2.1185145273899999, 2.1611322415299998, 2.1917842756499999, 2.22729976286, 2.2777275853000001, 2.32665524011, 2.3543342053699998, 2.3935181153, 2.44446825618, 2.50093820286, 2.5844026906000002, 2.6884797637600002, 2.78657713546, 2.81180130111, 2.84116667305, 2.9014197632199998, 2.9952091375399998, 3.0386348574599999, 3.0956021427799998, 3.1328046143999999, 3.1631373405500001, 3.2039828237700001, 3.29405069373, 3.3496993056400002, 3.4055971771900002, 3.5073893196000001, 3.5755835925800001, 3.6580199126399999, 3.7782186004999998, 3.8741030635099998, 3.9119985650200002, 3.9699909851999999, 4.0132311662099998, 4.07009700397, 4.1555761906299997, 4.2241691161799997, 4.3896744175800002, 4.5146783570400002, 4.6155145535499997, 4.7783116523600002, 4.8822447657900003, 4.9863031398300004, 5.0556875698599999, 5.13217451548, 5.1928716528900001, 5.2987216440799996, 5.4584561742300002, 5.6054585689499996, 5.7579579032500003, 5.8452201175000003, 5.9593969184300004, 6.1479798348300001, 6.2484864308999999, 6.3722452057199996, 6.5705963806599996, 6.6811287682699998, 6.7311130873599998, 6.7864435351600001, 6.9196277988999997, 7.1929613935300001, 7.3441277346099998, 7.3800960628999999, 7.4749874111999999, 7.6512577099200003, 7.77153906732, 7.9243829575799998, 8.2024869676600005, 8.2599528374899993, 8.4119253626999999, 8.5469992409900009, 8.9001784810399993, 9.2121022677299997, 9.2412472507699999, 9.4431345314800001, 9.6680036066100001, 9.7816077025699997, 9.9566055535700002, 10.359764716899999, 10.506972293900001, 10.7808329052, 11.3592743902, 11.7111644662, 11.8605742172, 12.291120808400001, 12.5270770795, 12.7952635728, 12.9362140074, 13.4529548967, 13.5501939602, 13.8515392309, 14.251817031, 14.6798102809, 14.9162575219, 15.3044645221, 15.963210610899999, 16.293018033300001, 16.528628889099998, 16.769307273999999, 17.050491132000001, 17.233636284700001, 17.435953831300001, 18.114197076100002, 18.209546654099999, 18.677206457099999, 18.876676305499998, 19.277115787700001, 19.603010971100002, 20.061147162099999, 20.558554522000001, 21.1117685004, 22.012839372799998, 22.378322630900001, 22.859288315200001, 23.142180705200001, 24.245079698800001, 25.9020405244, 26.507190805699999, 27.4739929789, 27.988361249099999, 28.8421369677, 29.731031435799999, 31.265395005199998, 31.947761314699999, 32.3600162185, 33.960158921500003, 35.2205479892, 37.329919228900003, 38.591860211300002, 39.653380662899998, 40.416668255899999, 41.847439486799999, 42.946435578200003, 44.555593529500001, 46.195425314700003, 48.272380437999999, 50.7171113769, 54.108838268299998, 57.192427144600003, 60.232285910500003, 61.154227242799998, 66.058563735700005, 68.912059708300006, 72.377827169900002, 74.8258152975, 76.523326659299997, 80.2223354204, 83.911959833699996, 89.242198798399997, 91.759192939900004, 100.917764795, 108.556622026, 117.397361636, 128.654564397, 132.220775344, 146.851921275, 158.21656178999999, 195.59053564300001, 220.40862631100001, 243.67073925299999, 279.44509449999998, 385.39670284599998, 2229.5014584, 0.0, 0.134568667089, 0.22096714722800001, 0.241982365309, 0.282582147299, 0.30887973543699998, 0.35848485966299998, 0.41670345418499999, 0.45274913222000002, 0.49984586837299999, 0.54693631356799999, 0.57642906524899995, 0.60428947073799999, 0.64551627763399999, 0.67184177451600002, 0.70559205139299996, 0.73195413388499997, 0.75941154288699997, 0.79316878417600001, 0.82828163530300003, 0.84996727554600005, 0.86244322276499996, 0.884092879818, 0.90053656979100005, 0.92189301683699998, 0.937781050186, 0.958448778068, 0.975518145216, 0.99972035165499995, 1.01410165008, 1.0561167276200001, 1.07137630702, 1.0888616342999999, 1.1214366313199999, 1.14842012372, 1.16675344893, 1.1928671069600001, 1.21185202445, 1.2444492257999999, 1.26555362339, 1.3020670717, 1.33144019427, 1.3700782606599999, 1.3922490459600001, 1.4214195703900001, 1.4412309995599999, 1.4713854851299999, 1.4981194360000001, 1.5156807782599999, 1.5353937789600001, 1.58193085489, 1.6363825813699999, 1.6679066542700001, 1.6953948491199999, 1.7432788369000001, 1.7757706818400001, 1.81420953428, 1.8369562966299999, 1.86603816317, 1.9079331429399999, 1.93559913056, 1.96441828434, 2.0090532694099998, 2.0388004444800001, 2.0592603576499999, 2.0856426528799998, 2.1175114071599999, 2.1825469443399999, 2.2474604253599999, 2.2749390467700001, 2.3121411416000002, 2.37177298826, 2.4274122023400002, 2.5181769644699998, 2.5418057541599999, 2.6434630075899999, 2.6747329533199999, 2.7266999242900001, 2.7654445970700001, 2.8140457094300002, 2.8559643406999999, 2.9061498475100001, 2.9702744923500002, 3.0318004993800001, 3.0771937025499998, 3.1682821350100001, 3.21259901675, 3.2495167992399998, 3.2811541713699999, 3.3233868123799999, 3.3736627766299998, 3.4058671494200001, 3.4805577671700001, 3.5668223714799998, 3.6084238266100002, 3.6537321290999998, 3.7175778126500001, 3.7450147871700001, 3.86111106714, 3.9410134870100002, 4.0067546356400001, 4.1423679617299998, 4.2024818847300001, 4.2596486695399998, 4.3063451426699997, 4.3689910892499997, 4.4722054954099999, 4.5632364049399996, 4.6512485022599996, 4.6978386313799998, 4.7798445058399999, 4.8531420455600003, 4.9717578546299999, 5.0417112146500003, 5.17081749886, 5.3019735577100002, 5.3705152383400003, 5.5084455462199999, 5.6182818515299999, 5.70571954448, 5.8223915078699999, 5.9441571869700001, 6.0647963728700001, 6.27675467201, 6.3795693788000003, 6.4992010115000003, 6.7279283143099997, 6.83719902118, 6.9670805423799997, 7.1376257228400002, 7.3185795684699997, 7.4174379003000004, 7.6252542819300002, 7.7560876076699996, 7.97791101428, 8.1287972523200001, 8.2935032606900005, 8.4263936568899993, 8.7299676982999994, 8.9000309257799994, 9.2106417444800002, 9.4067341973099996, 9.6877599453100007, 9.8288098032200004, 10.1462267898, 10.4430670065, 10.7710082101, 10.9083004672, 11.0537899029, 11.351140496499999, 11.538958771800001, 11.919288993, 12.375346950699999, 12.6154005045, 12.9524855025, 13.285189669299999, 13.649405117900001, 13.802655147899999, 14.3746878025, 14.8989750379, 15.0686452095, 15.44874785, 15.955460911599999, 16.199894288199999, 17.0458946378, 17.5301252159, 18.4112497281, 18.916626085899999, 19.3485479418, 19.9851877306, 20.604288900899999, 20.943333255799999, 22.112819051599999, 22.959668231999999, 23.9954402314, 25.035153965599999, 25.796351962900001, 26.3445116589, 27.598244108500001, 29.492678119099999, 31.494753701, 33.570886100899997, 35.411126519100002, 38.343129207700002, 40.297936357899999, 43.269089215000001, 46.554746459699999, 50.1438786354, 55.452409753200001, 63.874460149000001, 67.985459050900005, 72.783745624700003, 78.750906101200002, 87.178006099399994, 99.277342007100003, 112.32447045000001, 150.08323985000001, 191.04328713300001, 243.74940976799999, 298.61209890999999, 610.57351237299997, 0.0, 0.14365451929100001, 0.18957677402299999, 0.22199376087, 0.23947365917300001, 0.27923813419900001, 0.30376922239699999, 0.34130260137399998, 0.37018363348299999, 0.39852502592, 0.42043849640699998, 0.449086279049, 0.48566461460900001, 0.51522238701900003, 0.53527463838099998, 0.55878126111399995, 0.57558991560799999, 0.60170381902000003, 0.61440597833099997, 0.62492627680099999, 0.64456984690600005, 0.66038800753100002, 0.67204091430099999, 0.68713981404900004, 0.69934187376699997, 0.71638006601299997, 0.73072718468300002, 0.75753415419600001, 0.76939140872400003, 0.79364917250900002, 0.811751128298, 0.82030423753799997, 0.84036478778699997, 0.85629058780800005, 0.88242755870699996, 0.90879942564799998, 0.92603904590499997, 0.93855599609700002, 0.95967573616799995, 0.96617694541400001, 0.98792001044, 1.00156976046, 1.01153057626, 1.0353518346699999, 1.05486723045, 1.07085911512, 1.09910531917, 1.11522376431, 1.1305179753100001, 1.1546508204399999, 1.1781173432600001, 1.19157394455, 1.2190490331999999, 1.24787505864, 1.27361506734, 1.2980636222699999, 1.31518378894, 1.3450052218399999, 1.3740854471799999, 1.39558556012, 1.41519699656, 1.4321123741399999, 1.45909622379, 1.4759330072700001, 1.4910300726400001, 1.51232373124, 1.5490811046699999, 1.5782570548899999, 1.6116668459000001, 1.62617849191, 1.6591646731, 1.69383967991, 1.72149942318, 1.74810559857, 1.7978507557100001, 1.8196064275499999, 1.8439294053699999, 1.85951442745, 1.89107086338, 1.93673967856, 1.96033355989, 1.99524000334, 2.0280809922900001, 2.0465420455199999, 2.0660751500700001, 2.1082666292100001, 2.1419500113600001, 2.1692545932899998, 2.1918809811900002, 2.2313430406800001, 2.2895699616299998, 2.3198331260499998, 2.3513058338000001, 2.4080887408899998, 2.4815537977800002, 2.50851999576, 2.5617387306700001, 2.6055769623199998, 2.6324085179700001, 2.6961178878899998, 2.7413602155099999, 2.7712317948799998, 2.8112071562300001, 2.8581867699200001, 2.9190632974400001, 2.9439800057899999, 3.0104094840100002, 3.05330503281, 3.10048262834, 3.17539590266, 3.24511619487, 3.3056217356499999, 3.3894902835899998, 3.4335423889599999, 3.4854372314700002, 3.5606476568300001, 3.6043560751500001, 3.66406156029, 3.7660563649099998, 3.82560813033, 3.9466078971199998, 4.0283572412000002, 4.07714877006, 4.1552108679300002, 4.2392816813699996, 4.3147199438200001, 4.3721369730999999, 4.4555652323799997, 4.5860495006899997, 4.6665459593199996, 4.7624381582100002, 4.8488614634399996, 4.97179759557, 5.0150206490000002, 5.1053040689999998, 5.2812791639799999, 5.3716757235900001, 5.5829288018599996, 5.6518465465299998, 5.7620823724100001, 5.8560109031899996, 6.0128804814499999, 6.1465396667499999, 6.2414128574400003, 6.3854761500099997, 6.5447042531899999, 6.7541882725000004, 6.9854005143200002, 7.1367012840399999, 7.3218030112200001, 7.49946696682, 7.6472229734199999, 7.8443990144000004, 7.99745891313, 8.1776134189099992, 8.3773452967500006, 8.5328760252000002, 8.7514477358700002, 9.0436490880000004, 9.2332685611399992, 9.5356141275600006, 9.7666024864200001, 9.94823040132, 10.300958636400001, 10.771366926100001, 11.085233969500001, 11.3324457523, 11.7174375167, 12.143472104400001, 12.303553276000001, 12.6481061467, 12.833583689599999, 13.203659956699999, 13.5986055699, 14.043362878, 14.626177334199999, 15.0760755417, 15.580834984399999, 16.312841933200001, 16.9821347018, 17.9935383499, 19.206358017199999, 19.9097935496, 20.7049210144, 21.193393770899998, 22.4118111278, 23.293576085200002, 24.460751301199998, 27.218111206700002, 28.9534668252, 31.141828193399999, 33.063105836200002, 36.594408596199997, 41.9655259134, 50.634196787, 57.4170436749, 66.004841056100005, 79.707781310800002, 93.567004987600001, 129.369356154, 263.52530093899998, 0.0, 0.099110105290900002, 0.152330008962, 0.19277005116400001, 0.21849998202900001, 0.23666692719999999, 0.257596221751, 0.27451854288499999, 0.29857050680000002, 0.31354284220099998, 0.33022769626800003, 0.33745039990999998, 0.34950560680999998, 0.36896880619099998, 0.38855134185000001, 0.41755081359899998, 0.425150061144, 0.44306593384300003, 0.45497931754199999, 0.480210732157, 0.49961199725900002, 0.52519732628100002, 0.54104302118299996, 0.55456165182600003, 0.57645288194699995, 0.58830880718699996, 0.61047699977699998, 0.62243525124499999, 0.64059305866600003, 0.64864591793299997, 0.66076567911499995, 0.67269456457499999, 0.69062452712199995, 0.70930687903199996, 0.72584855411399996, 0.74121377368600005, 0.75125743091999997, 0.77150265368000004, 0.78324441542400003, 0.79888631364700002, 0.81247216458500005, 0.83204971232799996, 0.84425730939599997, 0.85740264943900002, 0.87520806795200001, 0.88821997325500002, 0.90285273820699996, 0.918029579805, 0.92615377290000001, 0.944808560001, 0.95843032520799998, 0.96908459648199996, 0.98091068958799998, 0.99546224846599995, 1.0114143418099999, 1.0370041029999999, 1.05163455603, 1.06941917585, 1.0849323260699999, 1.09786891934, 1.1200484481799999, 1.1401856044400001, 1.1614766378400001, 1.1779927836999999, 1.18794131464, 1.19800995642, 1.2153169910399999, 1.23620743467, 1.2464006441, 1.28309014464, 1.30117129963, 1.3139480025800001, 1.32973840183, 1.34585218726, 1.36483113807, 1.3880086518200001, 1.4038694678400001, 1.4269838991299999, 1.4531887240500001, 1.4761551228100001, 1.49140958787, 1.50497619744, 1.51748249595, 1.54755568638, 1.56624981363, 1.5996976922199999, 1.6270535823300001, 1.64604277857, 1.66675355419, 1.69387124571, 1.7124303672300001, 1.7402106696399999, 1.7770409733200001, 1.79456862305, 1.8202531872000001, 1.84460821986, 1.86760077894, 1.89650572807, 1.9192579590500001, 1.95188224797, 1.96482546943, 1.9921085106, 2.0131483132499999, 2.05544343578, 2.0827595529899998, 2.1347983483699999, 2.16760564415, 2.2014516721900002, 2.2315870739900001, 2.2636169272100002, 2.30995438871, 2.3374033408299999, 2.3738865256000001, 2.3951038330599999, 2.4431717219700002, 2.4826850222400001, 2.5185317615099998, 2.5638428795100001, 2.6284306548999998, 2.66623660644, 2.7096591116400002, 2.7586335740300001, 2.8025663346699998, 2.8401708445299998, 2.8783352938300002, 2.9063543000399998, 2.9593598772399998, 2.9957288325500002, 3.0605506942799998, 3.10955011278, 3.1789052606700001, 3.2428513432099999, 3.3274186461299999, 3.4074444667899999, 3.4504525115, 3.52884017973, 3.5708077150699999, 3.6772565091299998, 3.7474521798599998, 3.8121617114599999, 3.9240511321899998, 4.02413852901, 4.0815085453500002, 4.1825546762599997, 4.2751667515599996, 4.3741820336400004, 4.4834872676200002, 4.5686814128700002, 4.6358562892300004, 4.8094489254399999, 4.9654168327999999, 5.1314477165500003, 5.25148158988, 5.4403573194500003, 5.6010313900300002, 5.7161651882199997, 5.8958565355000001, 6.0361890974200003, 6.16740467168, 6.3041850958600003, 6.44114745164, 6.60541649452, 6.7974616801999996, 6.97815602873, 7.1388403799600004, 7.4314686713300002, 7.8384931901600003, 8.2177028271400001, 8.6453372183900008, 9.1543142843100007, 9.3764541677899995, 9.7962854173, 10.1633267175, 10.574689812400001, 11.0937462194, 11.4000754819, 11.9914359538, 12.3258902671, 12.7457696507, 13.361289611, 14.0129741907, 14.632251501600001, 15.099323370900001, 16.134748603599999, 16.802461663300001, 17.854647673100001, 18.834756072000001, 20.042735115799999, 21.573609706300001, 22.868457402400001, 24.574192288399999, 26.8474848352, 30.083792871499998, 34.499075183899997, 38.6709205943, 44.689686852000001, 52.857340428500002, 72.813133754999996, 91.564507002300005, 158.818628891, 939.11373358000003, 0.0, 0.071205885244299993, 0.099254028698600005, 0.14849104281600001, 0.17292354310999999, 0.20032666224500001, 0.226406277543, 0.23815469487599999, 0.26703405121599999, 0.28197072629300002, 0.296082146193, 0.31125854952699999, 0.32554466413499999, 0.33804933218900002, 0.35118970952299999, 0.371085578114, 0.39491385706400001, 0.413740038782, 0.42221028600999999, 0.44225862765200002, 0.458189520006, 0.48022475118199998, 0.49685298807599998, 0.51500317491299996, 0.53482118753700003, 0.55247938228399995, 0.57330658115499999, 0.58475963165199996, 0.60106501656199995, 0.62413217304400004, 0.63793653903699998, 0.65128873183500002, 0.66636704386000001, 0.67951755835000005, 0.68956025540200006, 0.70245093627400002, 0.71504184012600003, 0.73014210840100002, 0.74713784886300005, 0.75935155136999999, 0.77523714645700004, 0.78405425336400003, 0.79615963931099998, 0.81110455864499997, 0.82545864838799998, 0.83566202986100002, 0.85063666826600004, 0.87077765663700002, 0.88045508705099995, 0.89294081845100004, 0.90498155226699994, 0.91781500438800001, 0.93111410315300003, 0.94545406555199996, 0.95838819225799998, 0.96877608392100001, 0.98476526685599997, 1.0010342642000001, 1.0119849276699999, 1.03464783319, 1.05455213715, 1.0711504321800001, 1.08010453195, 1.1004877825999999, 1.10818262538, 1.1246761488799999, 1.13470825936, 1.14750678231, 1.1632448283100001, 1.18449169262, 1.2011657527599999, 1.2152811055699999, 1.2364506326, 1.24964319272, 1.2661037937899999, 1.2785791013300001, 1.2962377117699999, 1.3138558072099999, 1.3362693854300001, 1.34951663893, 1.3637686600700001, 1.37717976853, 1.3942209300999999, 1.4185816293, 1.43866597309, 1.45276157482, 1.48127714521, 1.5023296186499999, 1.52673585641, 1.5503318122600001, 1.5888091586999999, 1.6062719352799999, 1.6295964377400001, 1.6612388523299999, 1.6812256221899999, 1.70508917316, 1.72112188896, 1.74686294045, 1.7609156044800001, 1.7888509017400001, 1.8132839677799999, 1.8432731273, 1.8705117570000001, 1.89982085224, 1.9362197326199999, 1.96069015259, 1.9880007387600001, 2.0201535914000002, 2.0573265057399999, 2.0987964366999998, 2.13211771373, 2.1622274845799998, 2.1903685766800001, 2.22533347206, 2.26089786499, 2.3105003291199999, 2.33786317109, 2.37516129651, 2.4193923972300002, 2.4579148222399998, 2.5029183158800001, 2.53381912593, 2.5677307283899999, 2.6162502017999998, 2.6750579269800001, 2.7203789138199999, 2.7458139153899999, 2.8254724574300001, 2.8565396273200001, 2.9040559269499999, 2.9651085310499998, 3.0196812095999999, 3.0843657504699999, 3.1558869808600001, 3.2223894339400001, 3.2603729802400001, 3.3614620894799998, 3.4362647479800001, 3.53920130259, 3.5756943688499998, 3.64101261846, 3.7233677998300001, 3.8016940916299999, 3.9106972227400001, 3.9990351336300001, 4.0897762814999998, 4.1774051907800001, 4.2798115401099999, 4.3711459042799996, 4.4838086749199997, 4.5942578656300004, 4.69725646861, 4.8356147641699998, 4.9568908200199999, 5.0559387430399996, 5.1307907403700002, 5.29064241813, 5.4495402731300002, 5.5692069479899997, 5.8023798879999999, 5.9217137438199998, 6.1545111640699997, 6.2686946022500001, 6.4619248209700002, 6.6102067457500002, 6.8760747683199996, 7.1590374621899997, 7.31422994403, 7.6196963320300002, 7.9330981866299997, 8.3005559691100004, 8.5080589881200002, 8.9030525835399992, 9.3843270585099994, 9.88649146809, 10.279354769599999, 10.603107312100001, 11.1118716186, 11.4784714402, 12.035536117199999, 12.847959552400001, 13.415735074900001, 14.1791106731, 15.0355747631, 16.9356357166, 17.805067612999999, 19.342641049299999, 21.009071134500001, 23.1764543914, 25.379614414799999, 27.885782949300001, 29.619482312399999, 33.254904224999997, 36.867160964200004, 40.4774911481, 50.2787838733, 62.180321216899998, 80.798575822199993, 94.584243390899999, 131.07441246799999, 532.11553542800004, 0.0, 0.066750493128400007, 0.10229228903, 0.14064849221799999, 0.16816604212, 0.185917820027, 0.21145207109799999, 0.22637409875299999, 0.23827441847700001, 0.25325002214100001, 0.282002121386, 0.29459754431500002, 0.309921025947, 0.32256024829399998, 0.33607649321799998, 0.35308583886400002, 0.366974488228, 0.38834215578600001, 0.407453141593, 0.42152609543199998, 0.44240079751299999, 0.45519187153599999, 0.46297707882400002, 0.47982221228700001, 0.49667630123599998, 0.508498258634, 0.51689250307900003, 0.53635170713299996, 0.55035959890200004, 0.56783201126299998, 0.58585694882899997, 0.59530161133699999, 0.60864863465700003, 0.61872677583699998, 0.63314266869000002, 0.64227626695200002, 0.66366778123400005, 0.67270302950299998, 0.68420389566899997, 0.69282668375900003, 0.70143224682899996, 0.71443579991700001, 0.72615598912400003, 0.73642045277699997, 0.74797476862599999, 0.75717018072300002, 0.76798353829599997, 0.77486375038599997, 0.79414765885500005, 0.80854204945800001, 0.82112865231700005, 0.83235531435499999, 0.84902111566299998, 0.85542717883200003, 0.85897397230799999, 0.87704088496099997, 0.89151271520300002, 0.90700102609599997, 0.920719450271, 0.92891160690200003, 0.938857619857, 0.94825684266300003, 0.95986000285999995, 0.96960811962399995, 0.989941122374, 1.00360008757, 1.02107596077, 1.03643638202, 1.0502377328700001, 1.0717680324100001, 1.0865864964900001, 1.0954103929900001, 1.10647648545, 1.11919554073, 1.1348944810799999, 1.1478893503600001, 1.1583683144100001, 1.17725367471, 1.1977476949200001, 1.2115494448899999, 1.2227006682499999, 1.23641648061, 1.2453807854500001, 1.2593987794899999, 1.26998244399, 1.2869142286699999, 1.30049557207, 1.31446944898, 1.3295110779099999, 1.3446024810899999, 1.3719517782999999, 1.3907558123199999, 1.40705250973, 1.4264556633200001, 1.4396767485499999, 1.46991083644, 1.4987499147300001, 1.51363764814, 1.5369634294400001, 1.55497159429, 1.58019513401, 1.58671558905, 1.6122642631099999, 1.6513557926, 1.68400062899, 1.7089437540000001, 1.72753924255, 1.7453552720800001, 1.7758454361, 1.7994335997999999, 1.82770292952, 1.84731671466, 1.8985423459799999, 1.9145465641699999, 1.9448048626000001, 1.9916997561000001, 2.0178550764300001, 2.0361698775099999, 2.0577739526799999, 2.0831203668899998, 2.1103632127899998, 2.1537354568799998, 2.1788561526999999, 2.2045213341899998, 2.2224788538400002, 2.2635629295799999, 2.3165276562799999, 2.34821085414, 2.3981207218199998, 2.4198916383700002, 2.4597388271499998, 2.5017065354999999, 2.56256913084, 2.60073239413, 2.6306494736500001, 2.6860626220700001, 2.7343736190899999, 2.8116594856499999, 2.8637335040699998, 2.9264728333900001, 2.9955476839699999, 3.05285386085, 3.1356878770200001, 3.2072182033300001, 3.26764142152, 3.3485823077900001, 3.4312097504199999, 3.4816563758900001, 3.5584231314100001, 3.6375811375099998, 3.7335599506700001, 3.8014008857100001, 3.8705553019300001, 3.9806979118000001, 4.0971698101299996, 4.1749168167999997, 4.3083366103599996, 4.38165849577, 4.5310804208600004, 4.6613092856899998, 4.7803056653900002, 4.9095209439899996, 5.0546229367600004, 5.2110820221100003, 5.3463510691199998, 5.52429734599, 5.6756130707899999, 5.9685799046800003, 6.1860199186999996, 6.3195153450500001, 6.6566660244499998, 6.9673972764899998, 7.26908683037, 7.6488825007600001, 7.8611350773700002, 8.2320652147600004, 8.4210908255200003, 8.9496041073600008, 9.5584199425000005, 10.1439245514, 10.6423118073, 11.0791716855, 11.838823182500001, 12.7106408238, 14.1580993885, 15.148907718, 15.904843132, 17.434395016500002, 18.518727628800001, 20.121463138599999, 22.7076019362, 24.3760430058, 27.247058263300001, 30.661631466599999, 33.079547519400002, 39.127879890599999, 48.943565214800003, 59.4575606151, 91.335874697400001, 141.45432793200001, 411.661489776, 0.0, 0.069952231864699996, 0.103404633578, 0.125014068162, 0.146010270449, 0.16359155444599999, 0.178864568833, 0.19599840432599999, 0.21261593381499999, 0.22711972642700001, 0.243111674684, 0.25767461785399998, 0.27180823360799999, 0.28563106170000002, 0.30065227522400001, 0.31466033367599999, 0.32740274431499999, 0.34144162964000002, 0.35392977821499999, 0.36739586603699997, 0.37668601825699999, 0.38997906091099999, 0.40341912954199999, 0.416373727157, 0.426895908682, 0.43977830899800002, 0.45258671966300001, 0.466514605217, 0.477389064152, 0.48977333283500002, 0.50163197604999998, 0.51199626571900003, 0.52444304417700005, 0.535756267392, 0.54517617178599997, 0.556723976482, 0.56923743022399997, 0.58148013003300003, 0.59338244193300005, 0.60349023988499995, 0.61844448197599999, 0.63082462731599998, 0.64077938591500005, 0.65387489192500003, 0.66469357132100004, 0.67819373925399995, 0.68727074573400004, 0.69848718075600003, 0.71043795726600001, 0.71961915177299995, 0.72969713364300004, 0.74107602282600005, 0.75606721670699994, 0.76643518425500001, 0.77845497049099999, 0.78839543992500005, 0.80132022172700001, 0.81246877456, 0.82543482006900004, 0.835142423425, 0.84674802068300004, 0.85967143818799996, 0.87125300477599998, 0.88408451673499999, 0.89664194416599996, 0.91062205430599996, 0.92119895144599995, 0.93242997074199996, 0.94571219445300003, 0.96041450364400005, 0.97224013435699996, 0.98495533130900004, 0.99919196810900002, 1.0129236124100001, 1.02562802722, 1.0390578098300001, 1.05327349462, 1.06699289985, 1.08003878786, 1.0911503311699999, 1.10287478431, 1.11752324595, 1.1314149261899999, 1.1474113539199999, 1.1623424598800001, 1.1809099334199999, 1.19698636893, 1.21181796755, 1.22544671282, 1.24244196167, 1.25768137753, 1.2753336486, 1.29073541071, 1.3028499501799999, 1.3187969502100001, 1.33382177937, 1.35329432786, 1.3654396608399999, 1.3831852898699999, 1.4053731868899999, 1.4244601671899999, 1.4458595538900001, 1.4624828517299999, 1.48424757851, 1.50258889287, 1.5267644454, 1.54442727619, 1.56845111196, 1.5867698647199999, 1.60842558029, 1.6313088751, 1.6534369558899999, 1.6753389600899999, 1.69620207473, 1.7204189063699999, 1.7419530680599999, 1.76805842778, 1.7922030172000001, 1.8188034212699999, 1.85148643519, 1.8773786266000001, 1.90256305862, 1.9386203775399999, 1.9687813707199999, 1.9981566611499999, 2.0245303042499998, 2.0584208427499999, 2.0946946719900001, 2.1348120365500001, 2.1791471443199999, 2.2224520832399999, 2.2595687931800001, 2.3106923875200001, 2.3553963857400002, 2.3983286546599998, 2.4436515071799998, 2.4865189620699999, 2.5405446707500001, 2.59421388661, 2.64091695706, 2.6996385735900001, 2.7473734419100002, 2.8035977565799999, 2.8535299568900001, 2.91542786179, 2.9893281334399999, 3.0516305485699999, 3.1163028661999999, 3.1947678399299999, 3.2663049222699998, 3.3339853805400002, 3.40237096205, 3.4768322926400002, 3.5806851899900001, 3.6801840510099999, 3.7872722453700001, 3.8916915748699998, 3.9917050980400002, 4.0940578914500003, 4.19602458524, 4.3323371208100001, 4.4338250448399998, 4.5732353526800003, 4.7071896650899996, 4.8371637819700002, 4.9861306159599996, 5.1247005951200002, 5.2989900989100001, 5.4331191858299999, 5.5988276453600001, 5.8197641223699996, 6.0307234869500004, 6.2629671258800004, 6.4723292924600004, 6.73373305351, 7.0011281823499996, 7.2896172889599997, 7.6282663585300003, 7.9822597848400001, 8.4459703825899997, 8.8384469969099992, 9.2101115074000006, 9.73610634934, 10.3512776241, 10.917239822399999, 11.6235706159, 12.2958078571, 12.939563854899999, 14.2324201348, 15.485703747200001, 16.9857809226, 18.432059703, 20.321399149499999, 22.561711453099999, 25.531954585200001, 29.543395520299999, 34.331229479900003, 42.111056517599998, 54.231741921900003, 88.569928594700002, 402.90323270200003, 0.0, 0.063832780404899994, 0.097778217097499995, 0.12370909607, 0.150339924072, 0.16482266304000001, 0.17990570626399999, 0.190646713912, 0.20163809948600001, 0.216830757348, 0.22812951506500001, 0.24021891326399999, 0.25541866841600003, 0.269018368043, 0.28049226030899999, 0.29164957411100001, 0.30229091825999999, 0.31343659256900003, 0.327727185596, 0.33950733116499998, 0.35546334505900001, 0.36812325794200002, 0.38133767715299999, 0.394597620963, 0.404978263841, 0.41815375781000003, 0.42864653293400001, 0.444894300819, 0.454376903331, 0.46341028375999999, 0.47599157488299998, 0.48560628028199998, 0.49777311032799998, 0.508833944353, 0.52141721957599996, 0.53079993862899999, 0.54083525487700002, 0.55116155918099996, 0.56028981112599996, 0.571200303066, 0.58044683485600002, 0.58839931947599999, 0.59900193670599999, 0.60844513668900002, 0.61984074999700001, 0.630706376051, 0.64055060618699999, 0.65022883648700003, 0.65969805240099999, 0.67173860230299998, 0.683039145269, 0.69151743825699996, 0.70492328902000001, 0.71497674644599996, 0.72455754197800004, 0.73626892393499999, 0.74666068393600005, 0.75711837954399996, 0.76917986479, 0.78031391817899998, 0.79003646883199996, 0.80178135233600001, 0.81294330929500003, 0.82479240642999996, 0.83793294590599998, 0.84856051750299999, 0.857727050288, 0.867523080562, 0.87989898293299995, 0.88810730552100003, 0.89899588869799996, 0.90918788036700005, 0.92161182284099996, 0.93310880618299996, 0.94666983786799996, 0.95950586438800001, 0.96954717752200004, 0.98183054360800004, 0.99327109762300003, 1.0071871810099999, 1.0199396023, 1.0299591745400001, 1.0433590956800001, 1.0579526586200001, 1.0722037652, 1.0856825564000001, 1.10062275455, 1.11366547931, 1.12553109294, 1.1369984132099999, 1.1497029036699999, 1.16306292312, 1.17522255584, 1.1892082610600001, 1.2041212236300001, 1.22190050707, 1.2347118934600001, 1.2504314859500001, 1.2629302579599999, 1.2791680786099999, 1.29405735901, 1.3107720617700001, 1.32643387797, 1.3415152129300001, 1.3620274129300001, 1.3823476697499999, 1.40444011877, 1.42173569526, 1.4364703857500001, 1.45484612731, 1.47972134044, 1.49655634371, 1.5141380044499999, 1.53379025535, 1.5555036580899999, 1.5714663036600001, 1.59647294538, 1.6138151759899999, 1.6380127097199999, 1.6594163419300001, 1.6820072233800001, 1.7019879011500001, 1.7246555912899999, 1.75616951171, 1.7809849497500001, 1.8095401046899999, 1.83533696471, 1.8573176551099999, 1.88542875324, 1.92090178934, 1.9505618811500001, 1.9774596313099999, 2.0068544301600002, 2.0350921018900001, 2.0643959097, 2.1062800026400001, 2.1347376230699999, 2.1742676793900002, 2.2104098855299998, 2.2514941680099998, 2.2912348247100001, 2.3349554164100002, 2.3796253970099999, 2.41766195211, 2.4815347228200002, 2.5296861327400002, 2.57523096673, 2.6414826618, 2.6880090127099998, 2.7379395286100001, 2.7971131333199999, 2.8454615301600001, 2.9012187913899998, 2.9675790254000001, 3.04978866032, 3.12354871979, 3.2117080755199998, 3.3031992991200001, 3.3786495999400001, 3.4622786505200001, 3.5341733641599999, 3.5975451787299999, 3.7026608369999998, 3.82558431557, 3.9485708722999999, 4.0749917626799999, 4.2182278466299996, 4.3815530054699998, 4.5579379614200004, 4.7079073862299996, 4.8861754887000002, 5.0662849643500003, 5.2496674690900003, 5.4708584275999996, 5.6873944276300001, 5.9465154086899998, 6.10841977807, 6.32522045284, 6.6457452149499998, 6.8963618663700004, 7.1600629694100002, 7.4849075540900003, 7.8078159674899998, 8.1135987260599993, 8.6434490614699993, 9.3138777741999998, 9.9096943796500003, 10.5413045729, 11.158948712999999, 11.999104899500001, 12.8985733307, 13.9490047253, 15.518092394, 17.033131729600001, 18.432082803299998, 20.708613102099999, 23.123985660399999, 27.884421759599999, 36.561019225000003, 61.076641297099997, 468.04625970900003, 0.0, 0.067076529355799996, 0.097824586424400006, 0.12058047219699999, 0.135066352689, 0.15703805450399999, 0.16865220856099999, 0.18272153189500001, 0.19456107267299999, 0.20905544303500001, 0.22429021016199999, 0.23682684978499999, 0.24961005214199999, 0.26225295033399998, 0.27282432554800001, 0.283602099439, 0.29623312604699997, 0.30840842319700001, 0.31645548412699998, 0.33143452632300002, 0.343712260145, 0.35341928343099999, 0.36635377466399999, 0.37717670892999999, 0.39032523504299999, 0.40013045900700001, 0.41162395957300002, 0.42423155816699998, 0.43186283101, 0.44215015996599999, 0.45428937582200002, 0.46224971743999999, 0.47594444504299999, 0.48807023390400001, 0.49693964716900002, 0.51019137347099996, 0.52165237357899996, 0.53174150971800005, 0.54256492119300004, 0.55515020156399997, 0.56325486596700003, 0.57178372078899997, 0.57891384744999996, 0.58826455880299999, 0.59910449639800001, 0.60935191848000003, 0.61881052080400001, 0.62702569041300005, 0.63798126176500003, 0.64999626073299999, 0.66409842520700002, 0.67206511322700002, 0.68117655017099998, 0.69235691936599997, 0.70629027472700001, 0.71718753920199996, 0.72825030830899995, 0.73958277894699997, 0.74721313986399995, 0.75951044739999996, 0.77054717878099999, 0.78033716992000002, 0.791657009508, 0.80069783012999995, 0.81151864388700001, 0.82257967604500004, 0.83376565960100002, 0.84367481175100001, 0.85373445615999999, 0.86281664475599995, 0.87277267299399997, 0.88522150941099997, 0.895112829577, 0.90741716188900001, 0.91619554643300005, 0.92601655850499998, 0.93734361345600004, 0.94620041333000005, 0.95712672909899998, 0.96744573225499997, 0.98318977108299999, 0.99187947130599996, 1.00505446816, 1.0135141032699999, 1.02598410227, 1.0352951482399999, 1.0473143060900001, 1.0610104522899999, 1.07557548922, 1.0886540525699999, 1.1030302993000001, 1.1222000890499999, 1.1397653729499999, 1.15430437835, 1.1696993848599999, 1.1869488960800001, 1.20122564741, 1.2141587142000001, 1.2257708751700001, 1.2411522805399999, 1.2560045466400001, 1.27446251035, 1.2841952131300001, 1.2982208578200001, 1.3182157576, 1.3298159782600001, 1.3424136029, 1.3604328317200001, 1.3767068167600001, 1.39749108045, 1.4148267830400001, 1.43982412632, 1.45450195158, 1.47070553463, 1.4842104270200001, 1.5036094415600001, 1.5196111004899999, 1.5427837280000001, 1.56874118822, 1.59012806749, 1.6156339281200001, 1.6415259814800001, 1.6627342303899999, 1.68678597138, 1.7123700775899999, 1.7355941341300001, 1.7575287234700001, 1.77549370303, 1.8023242212999999, 1.8306364744700001, 1.86843117775, 1.89616140233, 1.92693168508, 1.94653908551, 1.9674301249699999, 2.0023775987399999, 2.0410970809600002, 2.0712419181500001, 2.1001298794399998, 2.1435551353000002, 2.18745519946, 2.2407411531300001, 2.2877176484300001, 2.3482386991299999, 2.3878544206000001, 2.4256485211599998, 2.4689746994299999, 2.54115707404, 2.6060044637200002, 2.6471446480799998, 2.7082778846300002, 2.7625848318599999, 2.8217618519399998, 2.8730281955899999, 2.94944935405, 2.9984511177900002, 3.06158326156, 3.1477109402800001, 3.2264457052400002, 3.3135370713699999, 3.3913116560900001, 3.46766561982, 3.5469306652600001, 3.6270133483599998, 3.7196516111200002, 3.8300128499600001, 3.9706856961599999, 4.0624593885399998, 4.16862605645, 4.32355081595, 4.4582130280000003, 4.5901068198399999, 4.7253251831799998, 4.8713623347399997, 5.0670691161099999, 5.2375849693000003, 5.3887073546400002, 5.6495635870200003, 5.8884178613599998, 6.1407571599699997, 6.3858608976199998, 6.6661948102800004, 7.0439049067599999, 7.3559915120800001, 7.73009363221, 8.2262361691900008, 8.8019442355600006, 9.2680434525499997, 9.7743200198599993, 10.6920252267, 11.3785733059, 12.170137853, 13.036613519199999, 14.486048819000001, 16.028067222499999, 17.977721620600001, 20.963719555200001, 25.110074835700001, 32.315204575999999, 51.776266767099997, 108.063764331, 0.0, 0.074209559522700003, 0.108008052641, 0.12807119272199999, 0.145696860505, 0.15949782790200001, 0.17030767784699999, 0.181856162219, 0.194359775116, 0.206545451204, 0.216886655718, 0.227597454714, 0.239520822277, 0.24975972163499999, 0.26174800391699998, 0.27515156150300002, 0.28928260960800001, 0.30056007218699998, 0.31177038148300001, 0.32223273686999998, 0.33233709398299999, 0.34226863585799999, 0.35054033371600002, 0.36272022538900001, 0.37265758299599999, 0.38450845354800001, 0.392952528902, 0.40280374789700002, 0.41239163517100003, 0.42225057636800001, 0.43390677896199997, 0.44589553585300001, 0.456357880291, 0.46605928183400003, 0.47533877800199997, 0.485109944056, 0.49754601794199999, 0.50792030114300002, 0.51923692407099997, 0.52864927728800004, 0.53777407420400003, 0.54790751383199998, 0.55673983995999998, 0.56698607143699997, 0.57670367642800002, 0.58667471005899996, 0.596751819495, 0.60570130209100004, 0.61498993393199997, 0.62532916186599996, 0.63421809777399996, 0.643945582415, 0.652131236, 0.66037342159400003, 0.66984241853199999, 0.68013004284099998, 0.68891506562500004, 0.69795858717600001, 0.70724072355500001, 0.71773910407499997, 0.72600456224599996, 0.73529066837299994, 0.74465581544199999, 0.75311728489600005, 0.76285052475299997, 0.77230557399699995, 0.78194921514500004, 0.79213459741699999, 0.80258535964699995, 0.81396443458699996, 0.82267338024400005, 0.83206771620599995, 0.83984893131100002, 0.85244698240700001, 0.860212067124, 0.87121284808199995, 0.88206426743400002, 0.893602624377, 0.90550090295300001, 0.91868520951400001, 0.92977380346299998, 0.94206318246999998, 0.95246633238900003, 0.96670282891199999, 0.97605982209599995, 0.98559747736000003, 0.99585577432700001, 1.00707064259, 1.01710690075, 1.02898182166, 1.04428034784, 1.0538694818500001, 1.06500309695, 1.0756346263800001, 1.08768054822, 1.0986564112699999, 1.11056517658, 1.1222492032, 1.13556072341, 1.1472841566, 1.16118311944, 1.17259765348, 1.1861421571199999, 1.1985894798400001, 1.20980222263, 1.2233664048399999, 1.2385002300500001, 1.2516226459299999, 1.2669008712400001, 1.2794959423800001, 1.2958611531299999, 1.31116706463, 1.32857407312, 1.34365731571, 1.35879876289, 1.3767427480700001, 1.3927745273200001, 1.41141387435, 1.4296441628400001, 1.4469934928999999, 1.46603314043, 1.4837471764900001, 1.5016602720400001, 1.51855715617, 1.5372635274499999, 1.55585749083, 1.5776110083899999, 1.59566951462, 1.62476079488, 1.6471928626000001, 1.6678247338300001, 1.6864094001200001, 1.7115934443700001, 1.7389659531499999, 1.76721239977, 1.78849994105, 1.81312786502, 1.8365295582100001, 1.8646738456900001, 1.8978807795199999, 1.9240405234, 1.9549490789899999, 1.98972377392, 2.0200230888899999, 2.0589141742399999, 2.10302415543, 2.14058485254, 2.1818536127199999, 2.2299519963300001, 2.2712959938699999, 2.3135445986500001, 2.3566542270399999, 2.3959056922599999, 2.4446333513399998, 2.4952439185199999, 2.5492654399200001, 2.6106037504100001, 2.6602865229799999, 2.7105208912299998, 2.7745671455899998, 2.8333797499900002, 2.9008461857499999, 2.96494326499, 3.0289889630300002, 3.10234506861, 3.1725169557099999, 3.2548023935399999, 3.3312575634499999, 3.41501385226, 3.5077691502100001, 3.6109139158899999, 3.70736489466, 3.8078795299400001, 3.9399935880500001, 4.0729162849399998, 4.1754315477999997, 4.32871701963, 4.4670420558400004, 4.6172360869400002, 4.7801353008799996, 4.9685158392900002, 5.1787521224099997, 5.3659561809799996, 5.5579867362700002, 5.80647069765, 6.0770936171800001, 6.3474439077599998, 6.62582338065, 6.9727248909400004, 7.3991913842899999, 7.8834449215399998, 8.5166144845100007, 9.2030546325000007, 9.88020733826, 10.866036106699999, 12.0758777085, 14.18128042, 16.712052750600002, 20.430876708300001, 27.2913398323, 198.831343334, 0.0, 0.069244384700200001, 0.088432101515100003, 0.10716305206, 0.12503845091900001, 0.140404065533, 0.15732758095900001, 0.17026163426999999, 0.181554153262, 0.19229104097999999, 0.20063488720700001, 0.20918075219000001, 0.22448851398700001, 0.23329259600999999, 0.243417838223, 0.25098683398999999, 0.26086665715599999, 0.26722012921400001, 0.27447102517700001, 0.28549280903099999, 0.29370514330199998, 0.30435794709199998, 0.31171401890299999, 0.32079725821600003, 0.33073290586199999, 0.340392028515, 0.35038726600499998, 0.35811690266399998, 0.36447411653700001, 0.37185544116399999, 0.381082348721, 0.390780214455, 0.39830952785200002, 0.40748168602500001, 0.41488373765499997, 0.42543510561100001, 0.43158160961199998, 0.44002625662900002, 0.44926347686599999, 0.45776432919799998, 0.468022411503, 0.47664440380200002, 0.48258490950499999, 0.48896171374500003, 0.496491820137, 0.50698509859999996, 0.51452015906199999, 0.52068937139100002, 0.52946408477100004, 0.53880448153799998, 0.548801791313, 0.555995027759, 0.56369511933200001, 0.57026213611200005, 0.57917412801400003, 0.58903117523000004, 0.59960305490099997, 0.60673607228299997, 0.61394249280099999, 0.62335872512500001, 0.62950473092000003, 0.63564906077100003, 0.64370653836500002, 0.65068290176499999, 0.65692425783200004, 0.66660140937199996, 0.67467287438699997, 0.68340267482299999, 0.69234704669500002, 0.70022548729900003, 0.70878108772100001, 0.71517132508000003, 0.72483344563800001, 0.73510369684400001, 0.74464179844099998, 0.75114169742299997, 0.75948786098200005, 0.76927896632399995, 0.780181603981, 0.79038397953499995, 0.79658809158499999, 0.80565180419899995, 0.81340080992999997, 0.82502676166900002, 0.83237961296700003, 0.84110268556400003, 0.85232968998699998, 0.86273446105600005, 0.87069963084699997, 0.88137854582999997, 0.89128913714400004, 0.90061058757400003, 0.90609412190700001, 0.91504032505999999, 0.92415693050900005, 0.93648983181699996, 0.94349116139300004, 0.95300702282700001, 0.96521719153999996, 0.97733292798399996, 0.98974230043699996, 1.0028012640199999, 1.01236890773, 1.0253034214500001, 1.0345343165800001, 1.0429324387700001, 1.0534672371, 1.06628868009, 1.07468795352, 1.08633326882, 1.09933424957, 1.1068518163600001, 1.12106242894, 1.13430375102, 1.1497669909499999, 1.16355554605, 1.1741333470999999, 1.1865602471200001, 1.19552264974, 1.20964466299, 1.2206552660600001, 1.2334735428900001, 1.2446193507100001, 1.26228052188, 1.2733668809500001, 1.2862487980799999, 1.29915564596, 1.31311637923, 1.3325804596099999, 1.34251302023, 1.3591003659500001, 1.377169549, 1.3924811167, 1.40750771045, 1.4232614989300001, 1.4396669344899999, 1.4651287187599999, 1.4899491085200001, 1.50816578923, 1.5249813512099999, 1.5484316629499999, 1.56552035633, 1.58626075727, 1.60321824898, 1.6254795315799999, 1.64592427713, 1.6680292001699999, 1.6929771865600001, 1.71641044875, 1.73825985627, 1.7655221754799999, 1.7903694698399999, 1.8124234588000001, 1.83919765728, 1.86770929471, 1.9001015000199999, 1.9321267789500001, 1.95584199638, 1.99690811411, 2.0217444230499999, 2.05376297292, 2.0929451083099999, 2.12301731176, 2.1526232798299998, 2.19298807375, 2.2255018723100002, 2.2689246505599998, 2.3179026897699999, 2.3644121098699999, 2.4221039841300001, 2.4838688069799999, 2.53466998697, 2.6042919607999999, 2.6812450073999998, 2.7654172146999998, 2.8309204248399999, 2.9094078948100002, 2.9876772553499999, 3.0748530970700001, 3.1622064731699999, 3.24147451246, 3.32558384886, 3.4422202342600001, 3.5775338240400001, 3.7141610497599999, 3.87173250803, 4.0663966875900002, 4.29308118297, 4.4781034155099997, 4.7041054642700004, 5.0488522514199996, 5.3311777928700002, 5.6656935490200002, 6.1539089237400004, 6.8843836607600002, 7.4347424954000001, 8.2978267417500007, 9.6243020157500005, 11.369168954199999, 15.540639672399999, 76.1760172643, 0.0, 0.049706365699999998, 0.0666592682662, 0.088322065368899999, 0.104536859611, 0.11923256786399999, 0.127291144238, 0.13502577832400001, 0.140820543469, 0.15139945632400001, 0.16099717066999999, 0.16793664804899999, 0.179770597659, 0.18534480911599999, 0.19437588065, 0.20501796081000001, 0.21442507195499999, 0.223638661722, 0.235448046864, 0.24069837603999999, 0.249796619168, 0.2569021037, 0.26571241794099998, 0.273484835112, 0.28264031867099998, 0.29203238294299999, 0.30128506578199998, 0.30890798204499997, 0.31400372247300001, 0.32085907990500001, 0.33018590514200002, 0.33434813763600002, 0.34099138695100001, 0.34839419218399997, 0.36043796979300002, 0.366921197137, 0.374978179395, 0.380142953738, 0.38497527854699998, 0.39412431397300002, 0.40294224279800001, 0.41036947119900002, 0.42097414080500001, 0.426696154529, 0.43405547629300001, 0.438076390323, 0.44626941882600002, 0.45209988855099997, 0.46025667702299999, 0.46751534699899999, 0.47569740786199999, 0.48648925341600002, 0.49365845173799999, 0.50062076512099996, 0.50762099689399998, 0.51599561488599999, 0.52069070294499997, 0.52771734894599998, 0.53507770527700005, 0.53957262010100004, 0.54687563426600005, 0.55882733756900005, 0.56778279961099998, 0.57581367970300001, 0.58169558514099995, 0.589416835832, 0.59799990574399997, 0.60309451416000004, 0.60776585343300005, 0.61113211528400002, 0.620751519689, 0.63049668177200002, 0.64186111209399999, 0.649049389792, 0.65881032984999999, 0.667603399933, 0.67500088551600002, 0.68058962597299999, 0.68475592303099997, 0.69020553863599998, 0.69297641552300004, 0.69919890922799999, 0.70692564551500003, 0.71223085652100004, 0.72213575435900001, 0.730079802251, 0.73971307206199999, 0.74754515744299999, 0.75906245692899998, 0.76535806436599996, 0.768435170424, 0.77936645084, 0.78371319966099995, 0.793548757173, 0.79992665980300004, 0.80669075308100002, 0.813805390164, 0.82073219292800004, 0.82530292600499999, 0.83254418888299997, 0.84023227490600005, 0.84610269681500005, 0.850974506809, 0.85604916181199997, 0.86800267070000003, 0.87548269182500005, 0.88170746226899999, 0.89168104316600005, 0.89886785180600004, 0.90941660694899995, 0.92091095976000004, 0.92713708903799996, 0.93255472954399998, 0.94075570205600001, 0.95405981205900003, 0.96338844277799995, 0.97402552055400005, 0.98526481076200001, 0.99808150342699997, 1.00881814468, 1.0181152037700001, 1.02462072395, 1.0362614133200001, 1.0501057383200001, 1.05573829434, 1.0663375241399999, 1.0815544234900001, 1.0920197863400001, 1.10280835408, 1.1180455459900001, 1.1302349147199999, 1.14338393376, 1.1517784771899999, 1.16459044846, 1.17843359548, 1.1909602731, 1.2038564818399999, 1.2161138792399999, 1.22899884794, 1.24167619324, 1.25804220029, 1.26669854112, 1.28319750286, 1.29839920006, 1.31138545902, 1.3222317000599999, 1.34185918055, 1.3547619368999999, 1.3711217067000001, 1.3874485756199999, 1.4017178245899999, 1.4176863825099999, 1.43525875504, 1.4513358921899999, 1.4669285814799999, 1.49058059786, 1.51243917885, 1.5343601628600001, 1.5519685841999999, 1.5858246281799999, 1.6052702545799999, 1.6255288476200001, 1.645511371, 1.67744979518, 1.7003145979100001, 1.7236176675199999, 1.74467645265, 1.7809151811699999, 1.8104241704099999, 1.85100020932, 1.8902605480300001, 1.9127629589099999, 1.94264465956, 1.98831619403, 2.0462312106199998, 2.1088091964400002, 2.1589111550700002, 2.19880416124, 2.2551363689100001, 2.32115689321, 2.3900112406699998, 2.4355086734200002, 2.53167527975, 2.5574390199299999, 2.69075228193, 2.80722131929, 2.8827815963000001, 3.0169724035100001, 3.1020365340699998, 3.2877647668300001, 3.4186314330799998, 3.55711527829, 3.7777833577900002, 4.0940063095600001, 4.35113022089, 4.7722176832300001, 5.4945754250499999, 6.0600360065499999, 6.7983858917699997, 9.1234186672500002, 40.009378980599998, 0.0, 0.067895952064799994, 0.084300078749299998, 0.095052432169299997, 0.102638659398, 0.112117784904, 0.11826939027900001, 0.12549932636300001, 0.12979818836900001, 0.14651996704600001, 0.15100212390600001, 0.161663165759, 0.16954870848299999, 0.177081348221, 0.18018558524200001, 0.18303580819699999, 0.19216015759300001, 0.19761816342399999, 0.20405892001000001, 0.208512677383, 0.2121909193, 0.219201257102, 0.226866968867, 0.23794276716900001, 0.24987132195699999, 0.25465170763400002, 0.26099785587800001, 0.26730559655899999, 0.28331961066, 0.29096521670800002, 0.29624967979200001, 0.29829805930100001, 0.30951316035100002, 0.31770754811700003, 0.32720886553700002, 0.33647444911699997, 0.34198895204000002, 0.35025569471500001, 0.35723583674800002, 0.36574792956399999, 0.37381139126899998, 0.38799391889500001, 0.39067031169299998, 0.39620024782899999, 0.40020907354500002, 0.406629782376, 0.41587001647900002, 0.42064605710199998, 0.427983894024, 0.43880340547500002, 0.446223080223, 0.450449340882, 0.45558651616200002, 0.46105934588699998, 0.46416526610600001, 0.47234232416100003, 0.47838800081799998, 0.48398364517499998, 0.49028214090200001, 0.499284532015, 0.50451360745100005, 0.509733914146, 0.51534943972199998, 0.51694525305200001, 0.52351544417600004, 0.52741635274900001, 0.53030801158100005, 0.54039249319000005, 0.543358519993, 0.55090831684899999, 0.56351528162800002, 0.57109497028699996, 0.57678495336900004, 0.58431894816300001, 0.59453107257500004, 0.60337885959000004, 0.61000337793399995, 0.61727383516599998, 0.62371645808300002, 0.629855469291, 0.64046230499599999, 0.64338774420900002, 0.64928236111199999, 0.65253922932700004, 0.65630438988100004, 0.66542800844200001, 0.67245369789099996, 0.67689678974900003, 0.68490163471400001, 0.697879548796, 0.70321721042899998, 0.70825620560000002, 0.71214130965099998, 0.71606229576000002, 0.72849739743399999, 0.72997690491599998, 0.73496304621899999, 0.74722916204000001, 0.75461055645599995, 0.76049922669799996, 0.76492250952399998, 0.77219537422499995, 0.77615043430200004, 0.78272629883699996, 0.78806707738399995, 0.803877101727, 0.81237050231600005, 0.82231101211000002, 0.82643891219300003, 0.82994343368199996, 0.84104036655799996, 0.85001450139900003, 0.85722719700299999, 0.86813520497600005, 0.87634807207999998, 0.87849406127499996, 0.88626760274000005, 0.89464524886600005, 0.89854680515700003, 0.90579336081200001, 0.90937836218900003, 0.92263809143499997, 0.92671709472899999, 0.93140291302300005, 0.93889838636400003, 0.94817473635500005, 0.95134624523199995, 0.95948566447500006, 0.96931430537899999, 0.97827519300099997, 0.98284090499800003, 0.98853660864199999, 0.99999303088000002, 1.00933104878, 1.02227252775, 1.0339923686800001, 1.03840687036, 1.04500879737, 1.05122171927, 1.06723984471, 1.07953686403, 1.09113807067, 1.10417487551, 1.11446546637, 1.1254220105599999, 1.1353940360999999, 1.16144655068, 1.1695186521200001, 1.1831819617599999, 1.2096151764900001, 1.2368935164299999, 1.2456266675500001, 1.25296303964, 1.26564891435, 1.2701959942000001, 1.28466851306, 1.29873724956, 1.31966389347, 1.3313272542500001, 1.34786430325, 1.3621826611400001, 1.3720433831700001, 1.3971090305, 1.4043458957999999, 1.4238434153299999, 1.4590867995000001, 1.4854743821, 1.5153253015599999, 1.54813838085, 1.57329724758, 1.6116532666100001, 1.62277970085, 1.63219947245, 1.6666665269000001, 1.73127681763, 1.7492774307700001, 1.80557771894, 1.8267234865099999, 1.88934211181, 1.9203963709, 1.99466093314, 2.0230718376899999, 2.0628543274000002, 2.1367073224899999, 2.1821320160500002, 2.22093938088, 2.3072520016700002, 2.3621845025599999, 2.44517002578, 2.5015913727800001, 2.5975738754100002, 2.7045052724200001, 2.8865631109500001, 3.1260959842, 3.39849260601, 3.6254807685400001, 4.0097191798100003, 4.5724242129699997, 5.4143250544999999, 6.3272292972399997, 17.5560575511, 0.0, 0.085458258148600003, 0.098622234580399995, 0.106568524017, 0.108057180859, 0.1107805041, 0.11464013028599999, 0.13602438252499999, 0.14300574817799999, 0.146684159845, 0.15122598984999999, 0.154733085331, 0.161754974932, 0.17723910406000001, 0.18032389045700001, 0.18658548177699999, 0.18746673820000001, 0.19896129970099999, 0.209234599805, 0.21980562614900001, 0.228062016284, 0.23711187915099999, 0.23869840689499999, 0.240361816358, 0.27144033681000002, 0.27327373169399999, 0.27458858408600001, 0.28007177711800002, 0.28248298888899998, 0.28387767697499999, 0.287453003343, 0.292023090998, 0.29519223190999999, 0.31407066578100001, 0.32033662902100002, 0.32377361486099998, 0.33791304018399998, 0.340145093994, 0.34355792125200002, 0.35986952431000002, 0.36278049873099999, 0.36565591999199998, 0.36887445402199998, 0.37307785833099999, 0.37522358431500002, 0.38644599385299999, 0.38905873533300001, 0.39011760635100001, 0.39429900482899999, 0.40016937602000002, 0.40636267913899998, 0.408103464438, 0.411985395905, 0.42002274379400001, 0.42424580987299998, 0.42889507706199997, 0.43431096613499998, 0.43634598755999998, 0.44074601502999999, 0.44833586654099999, 0.44981411452999998, 0.45139144803199999, 0.45825414352600002, 0.465858692219, 0.46971239089400002, 0.48073097106200002, 0.49008253400700003, 0.49019267044199999, 0.49421178442399999, 0.49592401222499999, 0.51649450538700004, 0.52148438326400004, 0.52450649919199999, 0.52875492868700003, 0.53851929926099995, 0.55522500190799995, 0.56567545616600001, 0.57500972364500003, 0.575413910571, 0.577492611263, 0.58282093829299997, 0.5882333891, 0.59178334343399996, 0.59490514439200004, 0.59707926005599998, 0.60398628531999998, 0.61018821270699997, 0.62788446277499999, 0.62845001268199996, 0.63245592828700004, 0.64203220116600002, 0.64960047364600004, 0.65218235923199996, 0.65302094855500004, 0.65709800478699998, 0.66525750618900004, 0.66772838617499997, 0.66931616078599998, 0.67398981338899999, 0.67995566798200002, 0.69261712558099997, 0.69323176238100004, 0.70328807748099997, 0.70817581305300004, 0.71362676385000001, 0.72122326659400005, 0.72982093594899999, 0.73501610749799995, 0.74418077769299995, 0.74740381350899998, 0.75972971198000006, 0.76542085452499997, 0.77293727748999996, 0.77569521588599999, 0.79040702133899998, 0.79124143409100001, 0.79674835901600005, 0.801314329913, 0.80761727105100001, 0.81334526814800001, 0.82599153547399995, 0.835753037664, 0.84010997734000004, 0.84324537731399996, 0.84524994337100001, 0.852251511771, 0.85726585936199995, 0.86776513236499997, 0.87321839355800002, 0.88257634312599997, 0.88885223178899997, 0.89462277052799999, 0.89929289721500005, 0.91054077473399997, 0.91235045283799998, 0.91859506476800001, 0.92379410344599999, 0.92778311003299996, 0.95200833907100002, 0.96058777907100001, 0.96275379136000006, 0.96711989399800002, 0.98158423342400003, 0.99959381644599998, 1.0158547410300001, 1.0257344455099999, 1.0386164152999999, 1.05829394823, 1.0652432737599999, 1.06870005665, 1.0850122523800001, 1.08895555924, 1.1035938848, 1.1079237802499999, 1.14480878564, 1.1555554675299999, 1.1789854119500001, 1.21604495077, 1.21944541763, 1.2255115895799999, 1.2349135122299999, 1.2574900653700001, 1.2756099428300001, 1.27830965632, 1.29563470054, 1.33511311013, 1.37879372829, 1.4104141532900001, 1.42999159888, 1.4340564609599999, 1.4404309370999999, 1.45125639917, 1.4753290649999999, 1.50104361326, 1.5067651051299999, 1.56173064277, 1.5867665737000001, 1.6529842751699999, 1.68573957888, 1.6981474139899999, 1.7544189081799999, 1.79075077468, 1.8606238073600001, 1.9675939468600001, 1.99649367583, 2.0088494420599998, 2.0624960910299999, 2.1345821995000001, 2.25477797389, 2.4129377727399999, 2.4947352830499998, 2.6183637912700002, 3.0074794112299998, 3.1791961046799999, 3.4293356642399999, 3.8514844690699999, 4.2517228191100003, 4.9637069833399998, 6.0765632038800002, 6.7603904355099997, 10.3173126473, 0.0, 0.078613919986899997, 0.086706257325800007, 0.086706257325800007, 0.114789651673, 0.12273957318299999, 0.127062920365, 0.128484790396, 0.13578225807899999, 0.13578225807899999, 0.14730174056500001, 0.14730174056500001, 0.15501754607599999, 0.17160764402600001, 0.17160764402600001, 0.17716597523700001, 0.19318889167600001, 0.201064059002, 0.20544566915199999, 0.208662339522, 0.208662339522, 0.209070783313, 0.217981911645, 0.21984720431800001, 0.22959168302800001, 0.22959168302800001, 0.22979925938500001, 0.23023398217900001, 0.23282324285100001, 0.23847389001200001, 0.24981772981200001, 0.24981772981200001, 0.251976912788, 0.26484603340399998, 0.267063574626, 0.276065116128, 0.27955725551999999, 0.27955725551999999, 0.29253129065099998, 0.29257984585899999, 0.29426519135099999, 0.29991973517600001, 0.29991973517600001, 0.300865581125, 0.30629956382500001, 0.33189640078299998, 0.33193362117300002, 0.332892715999, 0.332892715999, 0.33786995917700002, 0.34286355479300001, 0.35037131399499999, 0.36538777844499998, 0.36538777844499998, 0.39533598300400002, 0.40761459269400002, 0.43071349334699999, 0.44611156073300001, 0.44821302280300002, 0.44821302280300002, 0.45970379461999999, 0.479322648149, 0.49927725766600001, 0.50856338644599997, 0.50856338644599997, 0.51381349247600006, 0.52312377414900002, 0.52365255460899995, 0.524357535308, 0.52449511360300005, 0.53246792168500001, 0.53246792168500001, 0.53406269761799996, 0.54066543759600005, 0.54165597718199998, 0.54165597718199998, 0.54286979560399995, 0.54565296744199998, 0.54680412639599996, 0.55924698793600003, 0.55948804920899997, 0.55948804920899997, 0.56237285913900004, 0.61191574840100005, 0.61803286518099998, 0.62621800263899996, 0.62894744300399996, 0.62894744300399996, 0.64175065233299999, 0.64274226864700001, 0.643141090937, 0.64957757771299995, 0.64957757771299995, 0.65462416615899999, 0.65508592379599995, 0.65577214273499995, 0.65867533793400002, 0.65966257080699997, 0.65966257080699997, 0.67002637381200003, 0.6862767676, 0.68775204324200001, 0.68935688154399999, 0.68935688154399999, 0.68958321519599997, 0.69489243672400003, 0.69799974598299996, 0.70085954020999996, 0.70570470911100003, 0.70570470911100003, 0.71529355939600003, 0.71529355939600003, 0.73061672396900001, 0.73147192102699998, 0.73147192102699998, 0.73172502367900005, 0.74705904753800001, 0.75069245931200002, 0.76171481537700003, 0.78431047228100004, 0.78431047228100004, 0.79589062785700004, 0.79985244088700003, 0.80739451523600003, 0.80995278660199999, 0.80995278660199999, 0.818149271693, 0.81876691441600002, 0.82187704197599998, 0.82398018051199995, 0.83061310912300002, 0.83061310912300002, 0.841520560606, 0.84283988029500001, 0.845286826815, 0.85635186159599996, 0.88301536060399999, 0.88301536060399999, 0.89457113891100004, 0.90319721159599997, 0.91110728614600001, 0.920115781518, 0.920115781518, 0.924752016362, 0.93270708632099997, 0.93634613579199999, 0.93668785307699998, 0.938056933654, 0.938056933654, 0.963093301648, 0.97003534928799995, 0.97433733039600001, 0.98296990885400004, 0.98296990885400004, 0.99165891962800001, 0.99363899328700001, 1.00411505522, 1.0082220608200001, 1.04142653436, 1.04142653436, 1.05299960148, 1.0584566497800001, 1.0631344471799999, 1.0702232139000001, 1.0702232139000001, 1.0745255061000001, 1.07801171048, 1.09546502235, 1.1130150782399999, 1.1212890952400001, 1.1453294864700001, 1.1453294864700001, 1.14683578271, 1.14912419314, 1.1868862875699999, 1.1868862875699999, 1.2135111146399999, 1.2764048086199999, 1.3014758897300001, 1.33521824385, 1.3586680634799999, 1.3586680634799999, 1.39549136126, 1.4365610253900001, 1.4568919919400001, 1.5925258819899999, 1.67910648307, 1.67910648307, 1.7175836223800001, 1.8595366530499999, 2.22804691293, 2.4236335095200001, 2.4236335095200001, 2.5444902152200002, 2.7565764210300001, 3.0002289122299999, 3.2770080283, 6.1761254131100003, 6.1761254131100003, 9.0448113096899991, 9.0448113096899991, 0.0, 0.0, 0.084719549076999995, 0.084719549076999995, 0.162771060016, 0.162771060016, 0.162771060016, 0.174797101293, 0.174797101293, 0.19337957316099999, 0.19634700654600001, 0.19634700654600001, 0.19634700654600001, 0.19634700654600001, 0.19855375347500001, 0.19855375347500001, 0.19855375347500001, 0.200626535691, 0.200626535691, 0.20443169045699999, 0.20443169045699999, 0.20546703844700001, 0.20546703844700001, 0.20546703844700001, 0.22648266447400001, 0.22648266447400001, 0.240550688555, 0.240550688555, 0.240550688555, 0.25396349222699999, 0.26176107887200001, 0.26176107887200001, 0.26176107887200001, 0.26176107887200001, 0.27888116985299999, 0.27888116985299999, 0.29428424249599999, 0.29428424249599999, 0.29428424249599999, 0.299788951114, 0.299788951114, 0.31720186969399999, 0.31720186969399999, 0.31720186969399999, 0.35285717429300001, 0.35285717429300001, 0.35967187727099997, 0.35967187727099997, 0.35967187727099997, 0.36425099049600002, 0.37144632312499998, 0.37144632312499998, 0.37144632312499998, 0.37144632312499998, 0.393647946528, 0.393647946528, 0.40432582434100001, 0.40432582434100001, 0.40432582434100001, 0.41409827036399999, 0.41409827036399999, 0.42605819547399998, 0.42605819547399998, 0.438201525694, 0.438201525694, 0.438201525694, 0.52412206191900002, 0.52412206191900002, 0.53036211888999996, 0.53036211888999996, 0.53947846940699995, 0.53947846940699995, 0.53947846940699995, 0.54022582851800005, 0.54022582851800005, 0.54022582851800005, 0.55304014916499999, 0.55304014916499999, 0.58228935374099999, 0.58228935374099999, 0.58228935374099999, 0.60596028174500005, 0.60596028174500005, 0.61041536468199997, 0.61041536468199997, 0.61041536468199997, 0.65478363743500001, 0.65478363743500001, 0.67732197187900001, 0.67732197187900001, 0.69170398708900005, 0.69170398708900005, 0.69170398708900005, 0.71778169588399998, 0.71778169588399998, 0.71778169588399998, 0.724448255762, 0.724448255762, 0.73445742378500001, 0.73445742378500001, 0.73445742378500001, 0.74008547261299995, 0.74008547261299995, 0.74881364436599995, 0.74881364436599995, 0.77742926704699999, 0.77742926704699999, 0.77742926704699999, 0.80214410030399996, 0.80214410030399996, 0.80237181021399995, 0.80237181021399995, 0.80237181021399995, 0.80480889025799995, 0.80480889025799995, 0.81567228496599997, 0.81567228496599997, 0.81567228496599997, 0.82045939538299995, 0.82045939538299995, 0.82352724851000003, 0.82352724851000003, 0.82352724851000003, 0.832308451359, 0.832308451359, 0.85064319551300005, 0.85064319551300005, 0.85064319551300005, 0.86707524700500005, 0.86707524700500005, 0.87113615998799998, 0.87113615998799998, 0.87113615998799998, 0.893480617719, 0.893480617719, 0.91025084198899997, 0.91025084198899997, 0.91025084198899997, 0.92945707303699998, 0.92945707303699998, 0.94367179870100004, 0.94367179870100004, 0.96249504634000005, 0.96249504634000005, 0.96249504634000005, 1.04851239622, 1.04851239622, 1.05472835341, 1.05472835341, 1.05472835341, 1.0571022668900001, 1.0571022668900001, 1.0795501896999999, 1.0795501896999999, 1.0795501896999999, 1.08606295202, 1.08606295202, 1.1610428489, 1.1610428489, 1.1610428489, 1.1737862567099999, 1.1737862567099999, 1.19233887401, 1.19233887401, 1.19233887401, 1.23499695024, 1.23499695024, 1.32872584115, 1.32872584115, 1.32872584115, 1.4875655673799999, 1.4875655673799999, 1.7768916535799999, 1.7768916535799999, 1.7768916535799999, 1.90484127934, 1.90484127934, 1.9108413266499999, 1.9108413266499999, 1.9108413266499999, 2.0007729910999998, 2.0007729910999998, 2.3382342441700001, 2.3382342441700001, 2.5987544026, 2.5987544026, 2.5987544026, 2.6082788293000001, 2.6082788293000001, 2.6082788293000001, 2.8392763735900002, 2.8392763735900002, 3.3819024131300002, 3.3819024131300002, 3.7018275480299998, 3.7018275480299998, 3.7018275480299998, 4.72930160618, 4.72930160618, 4.72930160618, 4.72930160618] diff --git a/Muon/MuonID/python/MuonID/M_DC06_def_distb.py b/Muon/MuonID/python/MuonID/M_DC06_def_distb.py index 092ededc3aa..140dd1ca944 100644 --- a/Muon/MuonID/python/MuonID/M_DC06_def_distb.py +++ b/Muon/MuonID/python/MuonID/M_DC06_def_distb.py @@ -1 +1,11 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### M_DC06_def_distb = [0.0, 0.56094372606762677, 0.7748555093433106, 0.95310767752176617, 1.1906079835411554, 1.4135063615181933, 1.5469706087575439, 1.717637715444549, 1.9078084450312611, 2.078830865302939, 2.3673694393209286, 2.5652916154906422, 2.719176314163422, 2.9143350583182777, 3.0556867288035465, 3.3314071492430846, 3.5309373944964433, 3.7198259542235506, 3.9746173222307726, 4.1716075147757152, 4.3331714146492013, 4.5010791980770231, 4.7010753304750965, 4.8936058791922381, 5.1037597147293932, 5.2592473096915198, 5.4933808099586612, 5.6277238343814533, 5.8620859412865522, 6.1059450539869653, 6.3120134479962893, 6.5830830775944706, 6.8200926493441481, 7.0702834736372564, 7.3483462204604635, 7.6264067744909951, 7.8372782469612465, 8.0617780685477705, 8.3995622657866384, 8.7403882283600378, 9.0992605207420993, 9.3705162889778926, 9.75889880418889, 10.194686638374007, 10.438514323942188, 10.726873592781514, 11.069318434988878, 11.396569108340843, 11.801419844938572, 12.128206841266881, 12.485948104637052, 12.756299870388832, 13.076944452763826, 13.458692068837927, 13.824717813822369, 14.316393196413889, 14.621905587891465, 14.888480073624264, 15.335930506891625, 15.609627342322275, 16.191900883034002, 16.54381609680534, 17.147813194052553, 17.468929751742763, 17.940480341162086, 18.345046931400908, 18.601290104964175, 19.011371018239437, 19.335036342308854, 19.740516156682062, 20.13447317647455, 20.462447938558235, 21.091090849462493, 21.556877958704259, 21.823267014913611, 22.208749180717806, 22.786099855049944, 23.371401551338806, 23.73315353587088, 24.31738397233147, 24.625223648727555, 25.069412618036147, 25.928099135972015, 26.497110723217201, 27.085968731165757, 27.631123699960334, 28.187584878982072, 28.991619387322526, 29.353231676085986, 30.083376143103514, 30.880607280324416, 31.435216510900492, 32.392330109783813, 32.921554836523583, 33.514110805447565, 34.303809151243847, 35.456294459561711, 36.280791683627093, 36.940252784295062, 37.717899566227963, 38.457688239199655, 39.596732893642503, 40.36400419560065, 40.945135884536548, 41.797758649637814, 42.487275414278201, 43.921777494122409, 44.874273975496472, 45.67446232320151, 46.727212320012811, 47.45119952715492, 48.639858771576726, 49.370473491276989, 50.528638968567975, 51.389834372987714, 52.582079342007546, 53.589199085657242, 54.585243505081834, 55.622223351244195, 56.936556831025484, 58.385520290381457, 59.451232373507203, 60.588566421499443, 62.401492617291595, 63.88804064081846, 65.599157033995837, 67.204436723739235, 69.4912133287594, 71.622345320740351, 73.103725049112015, 75.089813374922841, 76.884823802108912, 78.275061550352873, 80.357326438684495, 83.305006897820235, 85.400732831032357, 87.218868459052473, 89.130072489534143, 91.252783666141042, 92.815637585979999, 95.739391170148252, 98.435092605981637, 100.31960869294872, 102.50286766025864, 105.48705400852423, 108.82295714914468, 111.39204546177986, 114.62248349802513, 117.87687880992867, 119.40484241859349, 122.7734081083525, 125.26971884287919, 128.55177396728385, 131.66269963489299, 136.57359107720188, 140.51816667169177, 144.16804544736863, 150.35987039520109, 154.72466658210519, 160.54109480247283, 164.18861964598716, 170.24309324015738, 175.29889321042558, 183.11630724838597, 189.01683118972002, 196.90975774880297, 204.49263459337524, 213.04893801936598, 219.75869942751646, 228.19907555440614, 239.44926809073948, 248.20168822805923, 259.25320106736922, 265.44318466962994, 277.32312416782054, 288.56952434288797, 298.64263419554209, 315.25981209742378, 331.89024853535398, 342.74298087821637, 360.77964203727674, 378.48547030119011, 392.5550051422876, 405.31614074355014, 421.74150173342304, 441.4412304371254, 457.82211257306926, 480.45566322885566, 513.45774433642032, 555.4000490334372, 605.92811073979146, 652.49495125201292, 704.61385101258315, 786.33845891481292, 874.04643470496728, 1012.3600088462719, 1159.4774300577808, 1379.2669821003758, 1756.1106436012778, 2357.4547208831491, 217148.93534056327, 0.0, 0.46532971898727915, 0.68496949409616426, 0.94645340397600952, 1.102736193185504, 1.312453009792369, 1.4867727436472011, 1.6340240974064906, 1.8260512349059785, 1.9700706984768943, 2.1040893787044128, 2.2333135236192967, 2.3880111121966587, 2.5520785579949155, 2.6739841145948597, 2.8075636832160806, 2.9039966303754365, 3.0345967971695451, 3.2102417439344437, 3.3137856992787351, 3.4376002808848787, 3.5571277890563819, 3.6898499180667237, 3.799063723671626, 3.94997555574531, 4.0925736583580976, 4.2086028832412561, 4.3390635740171728, 4.4761244808887941, 4.6023420572801266, 4.7263227277876512, 4.8591547764014482, 5.0957595508246589, 5.30514679884981, 5.4401600222425195, 5.5717535777959721, 5.7003644346866409, 5.8768488839999593, 5.991691304228997, 6.1771150398732244, 6.3465048845874961, 6.4948860632013519, 6.6772230060948159, 6.8030943590107249, 6.9813191429783039, 7.165284199966873, 7.3873559281058423, 7.5948269266966975, 7.801592658633016, 7.9955249125214145, 8.1905643672046686, 8.3270830680818655, 8.5054910750061179, 8.7225666260180663, 8.9368113184240965, 9.1376808053645888, 9.3633428615533649, 9.5990825604962264, 9.7364383724201087, 9.9186955590691088, 10.124746714296, 10.40687565362729, 10.737648017833138, 11.012188237958963, 11.214102933586581, 11.45440355061357, 11.736264046084917, 12.026226014607102, 12.245762888886343, 12.541549269023777, 12.756641375192153, 12.98360561266394, 13.288306417225625, 13.526164571303489, 13.75503655409527, 14.117128492708087, 14.374029807073448, 14.712173108685258, 14.981897180990096, 15.344366904559326, 15.600391910392348, 16.020999494977502, 16.300440442407332, 16.606309936976054, 16.902143272482817, 17.159816580240875, 17.461774805635738, 17.781122815339479, 18.119654210560597, 18.48063214553467, 18.820102897217541, 19.161710076244763, 19.479832189525602, 19.848403979835609, 20.122299299121863, 20.43004460334555, 20.753188532047265, 21.116860477662346, 21.534773567291243, 22.137744141529421, 22.45219966811996, 22.843712755485114, 23.327127510714419, 23.801219885543535, 24.400068243422009, 24.859199781454677, 25.249212813218318, 25.681597611963909, 26.218124149559316, 26.865624109857663, 27.476273115575268, 28.003316090112232, 28.465744086402083, 29.114406317582951, 29.863184721251695, 30.645923853117178, 31.411221663197541, 32.083675244596449, 32.623907125336849, 33.542071438820663, 34.423855107765, 35.090015994189059, 35.83529395578082, 36.739635743840758, 37.456669272617518, 38.267335328548761, 39.333029993613607, 40.288484522728531, 41.508400903755643, 42.819861162087363, 43.639905039190687, 44.572666361081048, 45.821482473822918, 46.862153416881057, 48.147392790601714, 49.404082667631819, 50.527705863342902, 52.004399737632923, 53.494784474459131, 54.714589396642559, 55.67232429415796, 56.793224205114853, 58.007050364060461, 59.680200263089169, 61.232876696778597, 62.427428818562269, 63.973042504689445, 65.632536988952083, 67.347413597855891, 69.065640807296859, 70.464693299553076, 72.418849794356461, 74.105138155507049, 75.662376323980538, 77.872835649845626, 79.967351057764517, 81.928379445805646, 84.034972341121062, 86.103344705230924, 88.477411000229537, 90.312287755291578, 92.507210044700187, 95.060608477240947, 97.679889639836844, 100.54820722011901, 104.05860073649033, 106.9975903165883, 110.72495391129446, 114.47278880860986, 118.67332903577829, 122.47362728985475, 127.29751063199502, 131.9947396665213, 137.58105901899614, 143.2436551636288, 148.62549462778085, 155.59863941964065, 162.63324375828105, 168.58328521973854, 176.47623591935073, 187.10110318413911, 194.1945607895322, 205.76585363429373, 218.54795010442368, 224.54362476449748, 231.28500418937108, 243.28574251055934, 254.11346183370961, 270.37086108698531, 283.71979921314824, 298.26484833307381, 309.41788972573079, 335.8183191815636, 361.8565261478937, 398.47210782079094, 453.94084657359673, 537.44153147414909, 644.04067764548461, 779.41712961885173, 1047.3517440661496, 32924.039482636828, 0.0, 0.44937757329633327, 0.61250349172115959, 0.7863111534649565, 0.88962062078461757, 1.0382238515645796, 1.1737343879099387, 1.3675367911897895, 1.4812885968395111, 1.6632187662691276, 1.8341758133782387, 1.9619748247014435, 2.0552125983628433, 2.1703209170187905, 2.2961317300880717, 2.3982858575534443, 2.4969661855862513, 2.6039206933082872, 2.7154863269399461, 2.7935806808717341, 2.9157144052335742, 3.0304254455360686, 3.1804609723019346, 3.2662231643163544, 3.3535831040758928, 3.4593860912217078, 3.5730577882484265, 3.6829046499090672, 3.7926322745010292, 3.918389650507887, 4.0461615056476345, 4.1688075178063455, 4.261935760927039, 4.3872821403468514, 4.4849226816074195, 4.5815647915521316, 4.7329622842326859, 4.8333438381787959, 4.9751149870072844, 5.1439939747359258, 5.2679283122041474, 5.3979939515818964, 5.4986148492629514, 5.5833034840702549, 5.7762491544651375, 5.8901795208691912, 6.0406044947405793, 6.1414968907338547, 6.3109595855296661, 6.4702277997994733, 6.6084310395612746, 6.7478047002924155, 6.8791042308295953, 6.9969768325569115, 7.1196791826285173, 7.2490813954518822, 7.4130615395895152, 7.6062113466901806, 7.7506437587572199, 7.8830685300393055, 8.0353926744476123, 8.1996939525956183, 8.4142220833085606, 8.5808330010701201, 8.7445310419872921, 8.9841822249357115, 9.181432418740652, 9.3539737653904709, 9.5793187725543287, 9.7462277892814431, 9.9098280489576762, 10.04079373626851, 10.211734359829405, 10.501564944142677, 10.710373784142686, 10.886736785556671, 11.066921822136326, 11.235485714770356, 11.437646009474888, 11.67346914949365, 11.83325542414009, 12.036493633448316, 12.32938637637468, 12.554138183666348, 12.743210513050011, 12.983810120622046, 13.174204038774839, 13.3680862872507, 13.620942224242304, 13.890272176459577, 14.165385082423146, 14.413231848006964, 14.724376594252243, 14.977328826245193, 15.231234613500565, 15.55914351677969, 15.781820608210545, 16.091194364415028, 16.347431974296502, 16.596030336748036, 16.887891775703359, 17.178071227425107, 17.48876537215957, 17.802979490086393, 18.167601675413529, 18.451234059983907, 18.773722324177371, 19.095678793499459, 19.393224208627331, 19.892470444495725, 20.360431028492791, 20.714816695587093, 21.109538106861837, 21.528542624887123, 21.903763658847744, 22.32752745556132, 22.932277869765915, 23.443859045149278, 24.010482595441839, 24.454443667170533, 24.893590041546005, 25.519805040678591, 25.948341902144293, 26.521018356962905, 27.203480036460771, 27.923098995772133, 28.875462789782972, 29.551018023069748, 29.950704440314354, 30.476114881076313, 31.046996042296136, 31.828920785208862, 32.724644642398538, 33.519807747032317, 34.207784670738299, 34.978220277672911, 35.82880248810423, 36.674526307149222, 37.539567643195326, 38.598050079089823, 39.461587691403167, 40.326650088153748, 41.3817881768775, 42.413485151973958, 43.434107971290473, 44.327692773369833, 45.281573404128643, 46.623500435435595, 47.845340004545946, 48.925490779005997, 50.099817716244445, 51.130922527278209, 52.52201636244277, 54.171384212197573, 56.251402930866988, 57.343667697555219, 59.060037223666868, 60.886212298901022, 62.282534857812919, 63.86965941245365, 65.907528655065505, 68.060546344496487, 69.886943517625568, 72.15339782090426, 74.790861312079699, 76.921991723046403, 79.835163669975174, 82.098620972009513, 84.019415664127024, 87.941587866072609, 90.308304219949349, 93.475153751625228, 96.866828921040394, 99.559133387387135, 103.13311038199714, 107.13838078377783, 111.61641909521742, 116.39540365181381, 122.02402340139254, 126.12078269274167, 131.70138789081315, 136.7872837632539, 142.28439193970823, 147.89576596130524, 152.23255441740992, 157.7226413282819, 164.37241204310453, 173.15971613514671, 180.11295998936518, 188.48112308463158, 202.36800846564165, 217.16809097558243, 229.45603073021095, 243.95331007710857, 267.19713077328231, 291.31657906696654, 319.83880240534251, 369.84715199786609, 456.83736037240828, 563.36551513987104, 1212.4845181047338, 0.0, 0.39299523597374442, 0.57756602839919102, 0.74933717643467546, 0.84798806113800529, 0.98808387915300122, 1.0731681865898071, 1.1904878246948769, 1.3296105353290197, 1.4470486564441511, 1.6132307202687894, 1.7334018816456787, 1.8405138120116515, 1.9401180825384614, 2.0206956222611518, 2.088323294417457, 2.1965858893088366, 2.2678507808547295, 2.3513510591465976, 2.452940588067142, 2.5244403869314138, 2.6111507000688201, 2.686185953440015, 2.7762991589505912, 2.8623591840837115, 2.9644501753879853, 3.0534304377734371, 3.1183306038752914, 3.2022029138736583, 3.3578682900076662, 3.4578586494674859, 3.5567846506796079, 3.6352803762683252, 3.7653628446367353, 3.8440117447262629, 3.9584732534380351, 4.0302646502503574, 4.1218781156084869, 4.211981828454741, 4.3396760587886405, 4.4201415569911395, 4.5235887459809963, 4.6307469822655509, 4.7731054586827728, 4.8838280863806549, 4.9937362132930252, 5.1605178704372632, 5.2560966186259481, 5.3556600842824587, 5.4678635206702646, 5.5973168757166114, 5.7048755075035276, 5.8878433771286218, 6.0190112054897522, 6.118844708522011, 6.2719026695437989, 6.3725565545753042, 6.4738742707717662, 6.5961657370971558, 6.6863432232288851, 6.8285306029142401, 6.9529888304791623, 7.0345923470005971, 7.153050087371815, 7.23828648460319, 7.3488613350575518, 7.5297259666276082, 7.665228962415263, 7.814513809818397, 7.9676729944874758, 8.0965767962005515, 8.258619388928004, 8.4038000906770929, 8.5498166593706451, 8.6979091856223683, 8.8099783579444786, 8.9513067459030502, 9.1237502030553657, 9.3482831702262139, 9.5044967504159725, 9.6593366065001636, 9.82253449013227, 9.9874115529723486, 10.137506876476476, 10.289126599046901, 10.444223952502876, 10.599915162622709, 10.734363441288647, 10.917595405084366, 11.108460594133211, 11.352160340302392, 11.607842306499339, 11.798599260283471, 12.009365871239995, 12.251934875461144, 12.49314138461267, 12.815528078713546, 13.078160801731713, 13.367979668775682, 13.61963788461563, 13.830407348960653, 14.134759793056256, 14.406222062237235, 14.719108048702839, 15.039806819372597, 15.357959034733886, 15.742708764682598, 16.038031868942646, 16.342061974077719, 16.619014591659234, 16.995469066261826, 17.440245060531616, 17.749017033014272, 18.105417999557947, 18.521262453800805, 18.847635914656443, 19.422978973137425, 19.69919609219999, 20.085099945021412, 20.537864119839881, 21.008059900732494, 21.532289222273434, 22.054776673981362, 22.335014932602295, 22.916014727566228, 23.337139989662067, 23.720719036927843, 24.388060450004911, 24.84313177402456, 25.486862832547693, 26.168604409957322, 26.702984764635431, 27.287480741291404, 27.801078630394546, 28.269720592443107, 28.926401527988713, 29.605430975118843, 30.330319669354552, 31.30134009465884, 31.993708205209099, 32.73067706792078, 33.486394058985752, 34.167581724784604, 35.401930848802451, 36.065974473699839, 36.896350829985813, 37.7813927333629, 38.921309661559299, 39.97516998571502, 40.789572211691727, 42.125840794801142, 43.644711500275349, 44.85355032164108, 45.812829425455917, 47.046058315709615, 48.449631897327926, 49.622408318720304, 51.04144247927352, 53.201024346560494, 54.577940901359469, 55.974500547503887, 57.300272604946706, 58.935437915672885, 61.253114155133289, 63.821740538824884, 65.624318697869271, 67.454483508361619, 69.123018783403808, 71.210354296257066, 74.567150230165254, 76.23070335468914, 78.271987515678816, 81.071827225516031, 83.453646862710841, 86.529339530495577, 89.958680391197973, 92.139227178417912, 95.452626979151631, 98.96652527128883, 102.73989810547134, 106.50759157615551, 111.64659346669681, 115.90393310434297, 120.92459723788905, 125.40052719866213, 129.67134907792868, 135.46294701412262, 142.5538801102015, 151.30070681491432, 157.84567716877518, 169.5170423411827, 178.87680934745092, 193.39884029816415, 208.14234715671577, 235.5424670602799, 259.89890359594898, 295.34858783034383, 334.33861915695468, 435.37594838703143, 500.4258992515953, 26136.224608103177, 0.0, 0.39973293565211121, 0.54970468651962101, 0.69428019898164828, 0.80416896659170267, 0.97256228280721502, 1.0741947545845139, 1.1635254227187484, 1.2659631876378288, 1.3822232353331732, 1.4871416503290158, 1.6059691148096156, 1.7314193523743162, 1.8189928465042873, 1.9334458898159075, 2.0377516716510327, 2.1075833274228066, 2.217744079961764, 2.2892931053076637, 2.370399790641895, 2.4612447561840849, 2.5289316577717074, 2.6468319175582824, 2.7635584974075624, 2.8487982858984613, 2.960003647452937, 3.040264995484101, 3.1340583717433561, 3.235843360825664, 3.3184989258906628, 3.3887498944054912, 3.4742665307996607, 3.5562981091035697, 3.6417013733235564, 3.7311047300627127, 3.8872996993864741, 3.9804799011541103, 4.0534756404067585, 4.1363024053202926, 4.2208974321794877, 4.2861111457481496, 4.3766112965174155, 4.4823314746332565, 4.5480736492020721, 4.6140282594933879, 4.6927572802426791, 4.7950758075336255, 4.8965365095798212, 5.0072589054206107, 5.0975160269495143, 5.2362442989591846, 5.3289517016526302, 5.4178449031775839, 5.5118563643244292, 5.5991786537930563, 5.7292585294169509, 5.8455520624288511, 5.9835086379946096, 6.1056860394816654, 6.2159830829296503, 6.3853574209981945, 6.4974583447731833, 6.6378799857782989, 6.7643189783177879, 6.9331608618050389, 7.0563877476272356, 7.1597694820310664, 7.2747575984770805, 7.4061511602581902, 7.566805332709456, 7.7166738418404099, 7.8275904312086375, 7.9656564706412034, 8.1244717048328159, 8.3128776945349419, 8.4492226274061721, 8.6026791744357034, 8.7913701590231152, 8.9674862747079285, 9.203292738543686, 9.4039626926929181, 9.5311545009803265, 9.7551708743344214, 9.9026582594455501, 10.022592104276631, 10.254556398686347, 10.441547514468155, 10.55911902240299, 10.753522809241019, 10.926077226400229, 11.111675067184086, 11.282496796620391, 11.542358714530458, 11.747566119524583, 12.063275519031006, 12.341240623919091, 12.652985756993917, 12.911635251767006, 13.185612347682703, 13.397850815278218, 13.510168018667791, 13.823974357607668, 14.079700135326661, 14.319520604253412, 14.516982034078424, 14.715852185550794, 14.964361234520684, 15.243919353703765, 15.434116248837348, 15.848964391761008, 16.086776522206492, 16.492027051516569, 16.795026784147762, 17.200208653485955, 17.498774119010612, 17.697568539728877, 17.989065229745375, 18.378303894171673, 18.701677957394676, 19.000050086953262, 19.305072306272276, 19.640223854343546, 20.148513190788542, 20.571031137831589, 20.950263329212515, 21.493452145932224, 21.900647991805542, 22.368835386038555, 22.757466417332257, 23.266697302860564, 23.748918186455164, 24.013428277953601, 24.436060444302342, 24.839469583056065, 25.343925184450622, 25.873641504196087, 26.482510119485095, 27.117741302188946, 28.028030125009568, 28.67264931970686, 29.423325760610378, 29.889992195728581, 30.465443031984776, 31.309530466130287, 31.901260500752073, 32.799551692053072, 33.541476679668996, 34.443620232941036, 35.302557206918429, 36.095895295724823, 36.967344523130116, 37.972365673128152, 39.113785970733069, 40.183225976540719, 41.415014418976391, 42.519519437606419, 43.877982190483891, 45.274268146469012, 46.598258997931197, 47.577075478663595, 49.30474498506122, 50.820118338226344, 52.111331702490496, 53.410484924257844, 54.902819374535113, 56.280708096832775, 57.753628438949818, 58.879346286077769, 59.968520735732298, 60.999746067677791, 62.753450775062085, 64.030882243935793, 65.729557300284014, 67.561576034705098, 69.665957842633134, 71.539525862837877, 73.715255033933218, 76.042333108418404, 79.197194154406716, 82.16221890263013, 85.299196384291619, 89.066358132689487, 91.826772968117325, 96.091493878155831, 101.23287053213269, 106.50298553112719, 109.91541659247912, 113.35584144711426, 119.43260281154497, 126.01710530963756, 135.83275402928408, 143.34767183967989, 153.86665354982301, 165.32615555272824, 178.67838621083195, 195.7780863511025, 213.10059234298109, 235.43734867679117, 282.56546879749584, 344.49428452558914, 1032.3156481054148, 0.0, 0.28542906758282582, 0.44835957796562231, 0.62651997706725926, 0.72080554472755054, 0.85153448889118422, 1.0135203835548705, 1.1497401649165981, 1.249689630633253, 1.3399789001967404, 1.4564959287102479, 1.5525185391245844, 1.645337296328182, 1.7029587642670561, 1.7998807148268574, 1.8818193335491449, 1.9378684814241007, 2.0045089255406014, 2.0748139436457822, 2.1773066185618797, 2.2832712158697772, 2.3883600529626685, 2.51854086329767, 2.6082969305879526, 2.6653570235348072, 2.7353083692676279, 2.8357637619195271, 2.949800063298929, 3.0384811951680373, 3.1078994075124524, 3.2335260889505033, 3.2990419647626399, 3.3727668828240933, 3.4799226620744226, 3.5425893742655994, 3.602653782843948, 3.6809307822931201, 3.7636220805378935, 3.8356481276880539, 3.9348563402662586, 4.0173932529537133, 4.1063926031921367, 4.1717702846007647, 4.2630914745857496, 4.3776816586639553, 4.4711604153944746, 4.5898411942902397, 4.6529598063193873, 4.7594223012672128, 4.859397400196225, 4.9911351337934935, 5.0565770304775857, 5.1225454425221839, 5.2210476830787913, 5.3162453599135313, 5.4019041740602542, 5.4940746055002112, 5.6136974622961269, 5.7781825322921838, 5.8753555715066135, 5.9710447043669799, 6.0693550815356012, 6.2210987536494446, 6.3057281942751633, 6.4213140942100821, 6.5389008456679329, 6.6598814572271587, 6.7667995850353684, 6.8447945703412136, 6.9638166797290806, 7.089919065426475, 7.2063358053191635, 7.352017914006157, 7.4537565287326801, 7.582581434309609, 7.7515979917104838, 7.922857945264326, 8.1036189902911531, 8.3020028506929222, 8.4634925955724825, 8.6391711422358544, 8.7635395423761935, 8.8992877245899145, 9.0893279549043093, 9.3039711595273165, 9.4509385898117682, 9.5886214810203292, 9.7390698728931344, 9.9541876691465312, 10.169584740152244, 10.408818535856438, 10.659936222779091, 10.885872639294179, 11.234872889392312, 11.380004892188218, 11.630544911322611, 11.842161705728255, 12.145847767420936, 12.330853164469056, 12.583698055254121, 12.816494298528724, 13.030768267855716, 13.340667906325312, 13.590963465427643, 13.838270526487388, 14.074223027757553, 14.348879588563831, 14.623052429806279, 14.889780883997153, 15.16693031574218, 15.627987742305928, 15.886715102647821, 16.122720491922152, 16.370043221512347, 16.698521062776425, 17.014791424541087, 17.277243625151677, 17.630298905505015, 17.922468720470825, 18.149957595022286, 18.504105261759602, 18.795720406240982, 19.18862905514699, 19.475658613972989, 19.718119783763974, 20.003625971835866, 20.315035816376586, 20.769230895348553, 21.215197103344, 21.721451002558126, 22.141375933409783, 22.495823827116208, 22.862304058851613, 23.305091172097715, 23.849319624238138, 24.24364699835543, 24.720699200556524, 25.085626207841511, 25.638589513652505, 26.154907865789191, 26.464735192229831, 26.827306144197109, 27.546994095945028, 28.177135131091795, 28.63885753555148, 29.495195057633349, 29.842693161801382, 30.377067174788916, 30.875858140539503, 31.744346334559026, 32.758933651918937, 33.726942266387887, 34.215890876186286, 35.205804764096222, 36.335678040868849, 37.11614771455158, 37.941465739425929, 38.859334633575578, 39.928208407832223, 40.699477662771486, 41.819209837420011, 43.215290220738062, 43.752358355431525, 44.477418638451525, 45.544939322383215, 46.640235116349203, 47.579833058320212, 49.08201798196896, 50.659250361498124, 51.765930922941273, 53.63059431256552, 55.1000160675475, 56.73201493619726, 58.246215912516156, 59.40623788602521, 61.827647106103718, 64.49842649472086, 66.976553190431929, 70.198059650548117, 73.471061518231679, 75.97093457032166, 78.702576395464334, 81.611672320767141, 83.584533696176564, 89.483719245164707, 95.503007633435587, 99.897758416618558, 104.5780094282018, 111.60694946504658, 117.51568863458957, 127.92288436293775, 136.29858810722959, 147.30418079416475, 162.5922919611979, 173.4980042718681, 184.44721960771685, 206.66903439286079, 235.60943993849668, 279.42538519180954, 395.73590980190897, 767.7437697537913, 0.0, 0.36374037786845004, 0.55995190555689123, 0.68730867176589694, 0.8050753739354829, 0.92714388919158952, 1.0175094347724474, 1.0720068922506483, 1.1785486021612082, 1.2657419124971916, 1.4035727483941891, 1.4650786245458309, 1.5545465660549713, 1.650599565868383, 1.6933702592952453, 1.7732804777571083, 1.8838172082592433, 1.954950718947722, 2.0048840780203179, 2.0683672686827492, 2.1645078261391331, 2.2612520597106451, 2.3359440089385646, 2.3981343988484136, 2.4476156886612883, 2.5691159773482495, 2.6084450349000678, 2.6658038289568791, 2.802053890520781, 2.8561183704950697, 2.9543741961709769, 3.0135138877978185, 3.0505910337969002, 3.129399027027457, 3.1984302483970564, 3.3186190937914195, 3.4057540256655323, 3.4777981689415913, 3.5184191917833267, 3.5975803130944266, 3.6588848905491038, 3.8130976291367, 3.8802414294541254, 3.957222730170348, 4.0900593899149893, 4.1986310350360245, 4.3311490651060334, 4.4373460503609401, 4.5587919710581124, 4.6277536709616927, 4.6884807290574564, 4.7843280503620607, 4.8638283249690355, 4.948337773654341, 5.1040636578149838, 5.1795964194464377, 5.2973077144211338, 5.3522785288725707, 5.4939098011676935, 5.6180430790090652, 5.7470634587269451, 5.8397056876634732, 5.9561260760004444, 6.0433823634687371, 6.1235992948872031, 6.2504421209611483, 6.4113950981142374, 6.5516323124086711, 6.7244564776287783, 6.8618195100648141, 6.9505641642794975, 7.0916813413393385, 7.2272991950515504, 7.3163089878854173, 7.4623335136659801, 7.6110387010371117, 7.7791913595037805, 7.936641896374983, 8.0878941913267184, 8.2595490578730129, 8.385431944546335, 8.5207274071897672, 8.6857803464137824, 8.8101649975015821, 8.9536744831786148, 9.0600596564391367, 9.2078447326702051, 9.3228888631291884, 9.4666810933090737, 9.5842181319219488, 9.7117679522558404, 9.8364937741290674, 9.9578885988719605, 10.050258999773828, 10.222935957512945, 10.316390929540351, 10.475548798393795, 10.645698388425439, 10.784281041251679, 10.948840474245644, 11.18619695562867, 11.391007009711993, 11.567902525938473, 11.71609814428081, 11.986239831997279, 12.114994517734564, 12.299234012158884, 12.519873907814063, 12.863454387962484, 13.071436848150757, 13.401814698265529, 13.616665965772345, 13.917822552439985, 14.188207378128368, 14.392249303363604, 14.565292790891043, 14.8227217543752, 15.082488535254081, 15.353996053129002, 15.71970041593713, 16.055798117141507, 16.350541959618788, 16.59026542651214, 16.985800718119268, 17.454849654596948, 17.727304029707067, 18.074448871862273, 18.657077244754035, 19.113484525377181, 19.562570052919153, 20.051208287923327, 20.510845671810618, 20.868530774744045, 21.265799148848728, 21.905779229740901, 22.253576842522836, 22.93054457765145, 23.206345747345235, 23.442698316367355, 23.819566588138276, 24.284074517836409, 24.787572758168594, 25.29135993018971, 25.702149605001754, 26.244235212381223, 26.972918611793055, 27.497687861234269, 27.803253080067293, 28.455954373351648, 28.799808431536636, 29.848012115835569, 30.659490646833433, 31.278494629826003, 31.986230266586109, 32.844426473455414, 33.467758528183403, 34.226128209009545, 35.361957028401591, 36.258109649477035, 36.936669242532219, 37.818365857787754, 38.696285651145452, 40.081917650133853, 40.64346996992446, 41.711711592656641, 42.702888952548854, 43.463449958527363, 44.933303891653537, 46.280030045429775, 46.884828739246672, 47.9164412951895, 48.816783602198043, 51.059938151143868, 52.990341731171874, 55.149664388125281, 56.632548806783447, 59.744429378935919, 61.750152716933627, 64.13446025245527, 65.894498123950655, 68.469194455591804, 72.127321506278804, 75.510184634367306, 79.070343457944233, 82.83698071207391, 86.213350717712743, 91.263841459235479, 96.251898067968696, 100.97702206389322, 110.24223086163732, 122.08402559600439, 133.28649360785434, 143.88249756506781, 165.37750731198261, 172.54296243585648, 184.52345636646612, 205.19933792261477, 225.68130093091153, 254.48608422209975, 356.13158711494771, 667.13884179705951, 0.0, 0.26354229304624982, 0.38447836652746359, 0.47827776444151504, 0.57102745980500924, 0.66953353299980622, 0.7418659221489563, 0.83156847070200968, 0.90459644576835174, 1.0010729921508612, 1.0747030979707302, 1.1266171474464457, 1.2074942519793959, 1.2865431026365461, 1.3473439404701553, 1.4202020302877516, 1.4768893225494599, 1.5313969774675775, 1.5909847654923739, 1.6475355098467457, 1.6997939412324161, 1.7637752265692834, 1.8242615872864518, 1.8898188947673684, 1.9509538324144411, 2.0098808061983942, 2.0640737132115903, 2.1250621349491174, 2.1880199036006234, 2.2482335097460373, 2.3224687338799601, 2.3810854640962966, 2.4539462471917695, 2.5205389108480092, 2.5736335433800064, 2.6351983220648534, 2.7117894124038844, 2.7769524741702436, 2.8358464472920151, 2.8923290609616985, 2.952869124430904, 3.019886501351988, 3.0890122216294262, 3.1640429065297679, 3.230928687772761, 3.2871518048094348, 3.3658272937032447, 3.4150577541035902, 3.5021039779235932, 3.5747695852696721, 3.6487836281519805, 3.7241574101269204, 3.8142260058409829, 3.889886219446729, 3.959556232893171, 4.0356800011365941, 4.1057394274812147, 4.1980461864106902, 4.309452131909552, 4.3828331762835537, 4.4695204020316721, 4.5367508600967223, 4.6233009941728263, 4.723559288314422, 4.8418135782046221, 4.9493007712556114, 5.0770358904447308, 5.1638022761303857, 5.258523659828418, 5.355344510356554, 5.4603287604488076, 5.5379537810288211, 5.6249248142354942, 5.7220275089216761, 5.838923475249886, 5.9497212657328467, 6.0583843755738309, 6.1867532212460965, 6.3064698765052771, 6.4319591322171776, 6.5483864027049101, 6.6488785338577285, 6.7665965268891011, 6.9052017507528056, 7.045854866965354, 7.2014256979466307, 7.330485956308558, 7.4487327302385404, 7.5665345877761823, 7.6547168896849138, 7.8054455606559943, 7.9504829122596341, 8.0783042696456278, 8.2122962977826681, 8.3879105778396355, 8.5583569201645879, 8.7283836649546007, 8.883891378612029, 9.0083786843632403, 9.1761351492455319, 9.3638324400389497, 9.5907615887485385, 9.7594846934193047, 10.010833472510898, 10.185621904747663, 10.346951216302086, 10.520062141237078, 10.706681377384809, 10.967233078599998, 11.138591663326494, 11.336327609263476, 11.538065870352529, 11.780969742764785, 12.040396856930878, 12.278033460635026, 12.572587972604635, 12.836717579047866, 13.112528685175548, 13.349919258349592, 13.711232799022634, 13.952743864796032, 14.173739895596908, 14.465060589666624, 14.731797503743392, 14.982825032585207, 15.26649112996823, 15.569851389101043, 15.807990176918581, 16.100384923714998, 16.357766493568764, 16.777677977704688, 17.171170485060028, 17.439164114500958, 17.753339594991331, 18.098780157602537, 18.506119482642575, 18.872634818431685, 19.158220809140616, 19.460619214965231, 19.861854966350609, 20.194551637195691, 20.572956591632238, 20.928294578986577, 21.344426709478942, 21.66166937542549, 22.240766877718343, 22.565729819049889, 23.044323591163653, 23.475228287516739, 23.932777693805892, 24.431735905582023, 24.9753478724361, 25.444631767712121, 26.034501673986167, 26.793728332827442, 27.366686796047183, 27.957289531847202, 28.628949210391269, 29.141828609314189, 29.719739181851036, 30.30594251575133, 30.960727844584873, 32.027496656930069, 32.974018472252368, 33.863248797022031, 34.561629815364022, 35.481873500994837, 36.425956905396923, 37.348331262937052, 38.205344049967586, 39.198221653394434, 40.278372389201685, 41.677786414811592, 43.065418693400801, 44.574973160850661, 46.276760954798682, 47.637500721436417, 49.306031705719278, 51.89715331335065, 54.021647205722303, 56.568849685307754, 58.260272125967838, 61.01559773170208, 63.460178968983008, 66.681062849099575, 70.419627156287063, 73.920166575505235, 77.213692861072445, 81.815040784668199, 85.962566683415389, 91.041503329412507, 95.177144795049969, 99.955722087200343, 108.58955753524259, 117.80784071631163, 130.37475347981882, 147.21446326393803, 169.18325814487829, 205.95766196129654, 265.65512151989378, 87848.280391018183, 0.0, 0.19490317513848199, 0.31818006814142752, 0.44431328428917849, 0.51127610159630021, 0.60383086895704507, 0.66138230429826461, 0.71265972318194859, 0.76129462676019677, 0.83795014966870063, 0.89283607223616412, 0.94121780304322211, 0.99883776020744297, 1.0583181972227838, 1.1082428211928517, 1.1713208117143756, 1.2148024624665414, 1.2609968601390287, 1.3328682001354739, 1.3925492252792258, 1.4667867999704067, 1.514482258913509, 1.5743932825824867, 1.6055483247197799, 1.6735799139620093, 1.7242981980275145, 1.7695095310430997, 1.8260039068052139, 1.8847715885877299, 1.9197993080657989, 1.9744731923762646, 2.0311915914165062, 2.1097644028458769, 2.1664244086126137, 2.2431869595868097, 2.2837360345225766, 2.3556313195570087, 2.405430036905444, 2.4505170860355792, 2.4989854383785239, 2.5407069198492236, 2.5973895600257899, 2.6662262216343775, 2.7003533281249101, 2.7540559919851004, 2.8059856736986672, 2.8744094871135686, 2.9296784011089727, 2.9987201241218648, 3.060603076649417, 3.149353771093593, 3.2335250198149148, 3.2987481250279922, 3.3813159530575105, 3.420245321649098, 3.4667630445198467, 3.5404207818987037, 3.6319368958518181, 3.7059200378072354, 3.7740034108713001, 3.8372038077261137, 3.9197610988151039, 3.9886257099364339, 4.0660495867193172, 4.138300196794412, 4.2257097559547683, 4.3260432863760752, 4.4121971145250116, 4.5042890038890597, 4.5643129623079091, 4.6632837420436948, 4.760388268790428, 4.8656859399723364, 4.9325603768335293, 5.0342194443918942, 5.1201176332551412, 5.2068094592308221, 5.2861985755361616, 5.3619402279344657, 5.4488952829979578, 5.5661630444890307, 5.6302459604039878, 5.7251570645424943, 5.8265289703090026, 5.9757197595129812, 6.0745229648833075, 6.1917517048051831, 6.2953470395796423, 6.403259690218019, 6.4917627633704118, 6.6358190501534073, 6.7679316573810269, 6.8686794099073571, 6.951123042441683, 7.0714773931514774, 7.1876874501549377, 7.2851841541363633, 7.4277247272769777, 7.545118161206557, 7.6796631181823791, 7.8167880642937018, 7.9566071237538072, 8.0603936878360543, 8.1832039873181959, 8.3115755716587163, 8.4320844813486833, 8.5902802761521784, 8.7221702888496431, 8.8514060135926869, 9.0332345688234028, 9.1963706908372931, 9.3367587179861236, 9.497006030540005, 9.6427753811526102, 9.8532189063800164, 10.050461242163172, 10.168236220470268, 10.348527513241617, 10.531791667580992, 10.703985943887844, 10.93278400032537, 11.15334897515447, 11.279161608656203, 11.493658887982159, 11.629213658946661, 11.813149108077441, 12.148329929207353, 12.428225959361159, 12.590673999087862, 12.794134333415222, 13.002054595845699, 13.29166579030848, 13.555249875763497, 13.805021300146676, 14.163857718369647, 14.396612581875223, 14.68307313946254, 14.923008872428863, 15.32205455142778, 15.692053745001203, 16.016016291617053, 16.269176030476242, 16.559936897997712, 16.907361798334914, 17.258247430228977, 17.522507804773419, 17.819739257247601, 18.300494526840033, 18.61675208077844, 18.901401014716043, 19.417022408557258, 19.797904233478242, 20.228015085729147, 20.637954339218549, 21.183210911355513, 21.771881557448339, 22.21773210897102, 22.779612813526374, 23.276529546096842, 23.849594764724543, 24.446921593531446, 25.015101229550464, 25.658559396356374, 26.282199605420455, 27.105386636499361, 27.676243476410885, 28.419439927324717, 29.184424065828914, 29.883208551297241, 30.862499878001806, 31.713413996846523, 32.826935291082727, 33.72406490654123, 34.680776796431886, 35.528359794461842, 36.670845950707843, 37.969249977719763, 39.273981900912467, 40.244728926237393, 41.483302822400162, 43.211405024691217, 44.630074152677139, 46.308911078822682, 48.422856008629161, 49.774586644602294, 51.781332900742051, 53.252372889554401, 55.257436943999878, 57.314324693762337, 60.134437476839075, 64.643054466595004, 67.805529413896068, 72.960204750804039, 78.548035565623934, 86.612578466349305, 95.851443874433429, 105.43467161328387, 123.71872542791084, 144.47153346382115, 176.91525388308472, 309.16164265953068, 0.0, 0.093398210950316154, 0.1964204104101267, 0.28305640434431101, 0.37579074941364743, 0.43376997866650091, 0.49429543879132976, 0.53862866326746572, 0.58159097219579325, 0.61215633846525852, 0.66489866088651661, 0.71376871279852483, 0.76604518711445135, 0.80762780660631495, 0.86702460155016359, 0.92578293211375118, 0.96655278458941574, 1.012408711382466, 1.0389370892326379, 1.0979094469421704, 1.1360967828124768, 1.1843998812376955, 1.2121765466487182, 1.2356656356376803, 1.269517337829088, 1.3064220440414478, 1.3456604109067491, 1.3847455871539975, 1.4433510659744919, 1.4787246262422706, 1.5290320752062629, 1.5562124703009197, 1.6073426914107938, 1.6404681580522233, 1.6702244973685063, 1.73063179859356, 1.7750006715499509, 1.8279516044521678, 1.859195201800822, 1.9053170452940513, 1.9280767671566097, 1.9902516035810496, 2.0186760912468551, 2.092657238098997, 2.1474948054253384, 2.1871961512096565, 2.2317816251782281, 2.2907742739410164, 2.3359180870369833, 2.3869816483688759, 2.4529856457177273, 2.4909203390683849, 2.5537529934964778, 2.6292032978804851, 2.6784202619777213, 2.7190242328666847, 2.7592501032192169, 2.8141411237425067, 2.8832878890394928, 2.9253711343109838, 2.9954526684612648, 3.0483400308079833, 3.1195790079290284, 3.1882923341376097, 3.2475133828248954, 3.3082893597110878, 3.3998621255091428, 3.47762860298067, 3.5504403144136871, 3.6091991238429708, 3.6617110799009782, 3.747352642356359, 3.7869413127021954, 3.8494017410196837, 3.9492065318655385, 4.0178432318231367, 4.1459135647020364, 4.2117067391482745, 4.2819404568634685, 4.3483465566680453, 4.4244779495490469, 4.4626585143965478, 4.529665123797245, 4.590443570999347, 4.6959724608287416, 4.7546121047868048, 4.8565039814092676, 4.9526895878521771, 5.0443764740864374, 5.1192000512767368, 5.2222704461323, 5.3679136440586834, 5.44561515189495, 5.573881356101074, 5.6587732114410647, 5.7456859581229036, 5.8285056653676959, 5.9249388997940375, 6.0008874169591815, 6.1408249280378238, 6.1925479765893821, 6.257597707865, 6.3482665820132933, 6.4362617657783012, 6.5018677743421236, 6.5990992264693222, 6.7059841755319676, 6.8408659416578956, 6.9783602936172588, 7.0768404883339144, 7.275512674657814, 7.3760305080718176, 7.4852630022878435, 7.5558323048134834, 7.6469369887215128, 7.7796586853873126, 7.8927874437708638, 7.9917930786552116, 8.1024563434454961, 8.2999865668501034, 8.4506558762494599, 8.5965995871403145, 8.8639775066208841, 8.963955758417768, 9.1445204978480277, 9.3391048111935557, 9.4789266524635813, 9.6269538620278485, 9.798523665360058, 9.9267454692157209, 10.135523291360611, 10.266903541690644, 10.45005203381487, 10.715778409248584, 10.96464567850493, 11.083463676843031, 11.256660301260217, 11.500996192642983, 11.687974340512826, 11.903229343489697, 12.133709181931877, 12.310998874748263, 12.750272219083747, 13.056147482613222, 13.253490555112993, 13.675145968268881, 13.924230477174909, 14.217574079767886, 14.571236022596374, 14.939288725850155, 15.314551253615292, 15.575987515584663, 15.833645863054313, 16.200485384427974, 16.477465196601848, 16.843241153808755, 17.272849032588312, 17.796542227272955, 18.154946140541519, 18.42280855377696, 18.768141850732011, 19.187362345680633, 19.591309885228171, 19.89722345376024, 20.702595711695711, 21.128564543818339, 21.527729127045859, 21.98660526945358, 22.521671536797641, 23.024367946134102, 23.561848505072032, 24.014992900974836, 24.436576472708754, 25.503186568685322, 26.610835772872736, 27.151442239196715, 27.70328225888667, 28.806039995726948, 29.627287233320377, 30.315284533811624, 31.327683853768139, 32.147834022257314, 32.92691659425568, 34.04201415685305, 35.413352753610873, 36.221826443150817, 37.977707465427912, 39.36878752355473, 40.951879054950432, 42.365682197246947, 44.629804117764586, 46.795396750300675, 49.67533805194968, 54.589345174300426, 59.129570664612665, 65.197403972300108, 72.17408937465612, 82.574762345786382, 93.478082113773723, 137.00082761546682, 199.8118228761337, 0.0, 0.10986207372166874, 0.14872621306540318, 0.19845064349132605, 0.23956108970357301, 0.27567089124994565, 0.30377868213388104, 0.33708359499769869, 0.36673053244321807, 0.39912993308020295, 0.426779015978206, 0.44779438158941426, 0.47517643738476034, 0.50286573074575236, 0.52693060971954953, 0.55098158547076637, 0.58123019985394664, 0.60493909669532997, 0.63389774238520347, 0.67186606098347501, 0.69617002023919206, 0.72425525288091774, 0.74131268328835165, 0.75822441587657952, 0.78496504186460769, 0.81439669478023768, 0.83597937513562759, 0.86590383841807772, 0.8832207398905233, 0.9128885288784947, 0.93278832232658382, 0.9712970144945392, 0.98805434822469451, 1.017363705614581, 1.0437582087199948, 1.0718487411987458, 1.1004250896437773, 1.1194711959360109, 1.1437610856843738, 1.1703135770105868, 1.2056434217949175, 1.2338045789280789, 1.2543783796951538, 1.2881091828814166, 1.3112986519959224, 1.3412713397963407, 1.3643779221604135, 1.3915419763427743, 1.4135745730894449, 1.4437349779195308, 1.4780368538634174, 1.5059249898934794, 1.5377824779923701, 1.5720832254223982, 1.6052142651949446, 1.6359894194069291, 1.6698249679324384, 1.7010194250562272, 1.7272294927445859, 1.7640864928040065, 1.8021508917193763, 1.836941181297739, 1.8572858792099074, 1.8790413654272671, 1.9118884108245098, 1.942073490357896, 1.9694860799879985, 2.0015645272239428, 2.0522149106625998, 2.0912660589444134, 2.1247257810064668, 2.1749093251088301, 2.2217650563723126, 2.2797139028050473, 2.3273351675369698, 2.3662520837977135, 2.4085161957373407, 2.44842259128407, 2.4966048731591064, 2.5293551875388931, 2.5632601598410365, 2.6058201417068219, 2.6332894599197223, 2.6736218730705206, 2.7182676740160878, 2.7675212194433909, 2.812780412941005, 2.851379316835152, 2.8952580472277556, 2.9324664002449192, 2.9730447751871556, 3.0227975296309393, 3.0615273198990827, 3.1268021698603428, 3.174893627551298, 3.2193684712802222, 3.2683746695506959, 3.3223129099795639, 3.373078633435032, 3.436781965208882, 3.4965341709413189, 3.5485636123343998, 3.6258706424876941, 3.6600532837001367, 3.70560155555301, 3.7650593373841739, 3.8358507676461393, 3.9084549757206171, 3.9708021023524647, 4.0212671115382888, 4.0946288617889595, 4.1394244422887896, 4.2188351505187107, 4.2823861107092336, 4.345215736329938, 4.4124531199132271, 4.4715502537649803, 4.5793747033075158, 4.6772348615589658, 4.7793135998354499, 4.8587348255519132, 4.9729544448725447, 5.0694000105385566, 5.1648687512296263, 5.2375026757215011, 5.3107689102038451, 5.3918869300439356, 5.4798227286901664, 5.5404131589193328, 5.648241044217758, 5.7449977826195706, 5.8598429438509489, 5.9784308800284593, 6.0724910376893559, 6.2240939885017204, 6.3418997607004348, 6.4869662152984544, 6.6005309624044228, 6.7321547133945252, 6.8313273194562418, 6.9553827276444107, 7.0978539209087161, 7.2385617409417087, 7.4083545257663301, 7.5207064390014864, 7.6784562087734116, 7.8094272468662487, 7.9694720845049609, 8.1498776347751605, 8.3017112945801781, 8.5266505277166349, 8.6503142671472784, 8.9054272928070564, 9.1373026527777839, 9.3315715528110896, 9.5401595700260877, 9.7597048968193185, 9.9666371700161704, 10.22144069326451, 10.408114251683418, 10.676084943208242, 10.908036087339795, 11.20436716656776, 11.477519824720831, 11.808217307144476, 12.095306359268855, 12.384349218033464, 12.685309460589796, 12.923557637527606, 13.204138344604788, 13.616900691559191, 13.979656973992922, 14.606515576714788, 14.962258652534821, 15.314510650339031, 15.724483559731054, 16.382829228207918, 17.009132961353529, 17.366569031693889, 17.900210603831621, 18.648573105414446, 19.363994023453447, 20.143558523165193, 20.828002130195308, 21.73898624871266, 22.409876982562661, 23.415203632804776, 24.355119676733135, 25.938175172718896, 27.639017238717773, 29.341494300849057, 30.595119225694788, 32.714674098003904, 35.49272152410154, 37.928565199883295, 43.491713440727274, 47.581292491927705, 57.969627624865709, 63.340294577285306, 80.397876878853367, 1699.4418298669216, 0.0, 0.057563746961587628, 0.072111582138628103, 0.08953965473080569, 0.096680126595439592, 0.11426458268489206, 0.12297408594046662, 0.13531860413261979, 0.14452962166237915, 0.18495685986529226, 0.19550850903207695, 0.22061034782875669, 0.24758609568932677, 0.2612060900760057, 0.26777787436395784, 0.27913993724767144, 0.29698064960443493, 0.31244925057107031, 0.32122508788845933, 0.33311366430341305, 0.34236037155250942, 0.35256380627730061, 0.35729858105022982, 0.36206918848814695, 0.36696792159332803, 0.37634614206748435, 0.38534850898782269, 0.3894744547332164, 0.40001857990165496, 0.40628143701841141, 0.41257543810712505, 0.42792024247708083, 0.43741390937376029, 0.44679385424881979, 0.45338668180597402, 0.45852917891908479, 0.46847035670602488, 0.47881191760237773, 0.48636454017775488, 0.49953494697176376, 0.50860731875951681, 0.51485110540295576, 0.52109982877729388, 0.52856828716304816, 0.53396501041075717, 0.54519067350690764, 0.55087030570382234, 0.56120787950497175, 0.56947875574614748, 0.57879694500782908, 0.59045771217758214, 0.60020074472460661, 0.61356581621742379, 0.62339692092995469, 0.62921777922324307, 0.63757958596122966, 0.64566282308710643, 0.65337163144903077, 0.65757954743934188, 0.66731107005984081, 0.68506693378151473, 0.69407449975565316, 0.71475464833393743, 0.71919154363460669, 0.72854121818321049, 0.73768805533929283, 0.74964936797719572, 0.77319064552644212, 0.78475208628536974, 0.79568283458133116, 0.80765736770217855, 0.81877434008276662, 0.82795271525666825, 0.83973491168326087, 0.84972560110746476, 0.85639470621002023, 0.8647134858775507, 0.88244802261826683, 0.89985271988240045, 0.92340768696765485, 0.93788541450428287, 0.94792835531188524, 0.96027918757802155, 0.96921149562521636, 0.97952213604373195, 0.98854957689191614, 0.99970116951294496, 1.00882043327571, 1.0201870773908586, 1.041349919759516, 1.0556530343908901, 1.0756585260782074, 1.088223830319788, 1.0958784727426483, 1.1149995386526934, 1.1304796415226661, 1.1446063542280724, 1.1638356180596499, 1.1745794869462154, 1.193511657405055, 1.2182391405087374, 1.2382096317106388, 1.2472982421708765, 1.2622218704529613, 1.2744400683695623, 1.2908221594923039, 1.305167165044943, 1.3252374721898401, 1.3384679854994657, 1.3542873322844842, 1.3724563152241775, 1.3892962190041085, 1.4109408775708268, 1.419655422200014, 1.4315263030154188, 1.4527276892177177, 1.4683378048771656, 1.4867165057343337, 1.516076453749051, 1.5433792065946024, 1.5553543482759045, 1.5609831318052232, 1.5806764726673499, 1.6041131847991026, 1.6344144243726575, 1.6710888016711845, 1.7061932731840148, 1.7354452179890347, 1.7630243267926291, 1.7975788676407549, 1.814028785525206, 1.8281150670319055, 1.8550087441605427, 1.8737649522280617, 1.8856226040366797, 1.9079304881331332, 1.9442107218496263, 1.9659920408787115, 1.9983699901526899, 2.0223202139688512, 2.0401740051464592, 2.0748888988742027, 2.1149914291249212, 2.1360608521646109, 2.1565833101041338, 2.1693334907915234, 2.207376721598215, 2.2255919603217067, 2.272629194554781, 2.3279774087392666, 2.3517585387327471, 2.3910765083557908, 2.4703248547335415, 2.5208338119493607, 2.5806226807785433, 2.6402836153572076, 2.7185362598168772, 2.7677835795641461, 2.8180997959029526, 2.8326345693021624, 2.8701055927549652, 2.9318268717765115, 3.0139842815042615, 3.0571236539047622, 3.1734047661118234, 3.2297672388561938, 3.3059073464928148, 3.3897975561487925, 3.4745601523423382, 3.5452181551689357, 3.6265670674665991, 3.7050473014775043, 3.8309245560041219, 3.9372996837644192, 4.0716930145722978, 4.212857083996437, 4.2692123731220972, 4.46591990841738, 4.5523023767467139, 4.6548916677892533, 4.7758394764018659, 4.9758326990027228, 5.2769985200911247, 5.5486096014042028, 5.7245726086000337, 6.0102407093754762, 6.1426829331257933, 6.287333950013684, 6.5928811370882103, 6.9367730409204489, 7.0646691460119388, 7.2083448239980932, 7.5049899728910674, 8.1901484843386374, 8.6011704867597345, 9.304469886954676, 10.665731252277961, 11.88866301597937, 13.361123901157045, 18.497872676781789, 25.178694947474682] diff --git a/Muon/MuonID/python/MuonID/M_DC06_def_dists.py b/Muon/MuonID/python/MuonID/M_DC06_def_dists.py index 960959d04f3..e841436348b 100644 --- a/Muon/MuonID/python/MuonID/M_DC06_def_dists.py +++ b/Muon/MuonID/python/MuonID/M_DC06_def_dists.py @@ -1 +1,11 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### M_DC06_def_dists = [0.0, 0.057628562576303784, 0.091878457821655726, 0.1132900806480715, 0.16850875337211296, 0.23480972950916859, 0.25538164963671517, 0.31559279249314726, 0.3709861971858377, 0.39525547000677452, 0.48512586717169626, 0.50506908796001859, 0.57765035525262631, 0.62148541152837633, 0.64263863444579483, 0.69882483312164267, 0.7161545153916149, 0.80411890720042356, 0.8805970872918405, 0.95906879172041093, 0.9964168954980418, 1.0467630571651532, 1.0811313132957849, 1.107613450320283, 1.1414327414809755, 1.200680497698831, 1.2258265309284444, 1.3292666112945957, 1.3827312359018287, 1.4123188606803245, 1.5512850653633397, 1.6356584995938095, 1.6731651325192813, 1.7284734590792767, 1.7492218434041287, 1.7668984797381611, 1.859839254768237, 1.8915873446892628, 1.906971142493358, 1.9739012545347705, 2.0042595869827151, 2.0404670643203007, 2.0801334669349569, 2.1361786545358559, 2.1800889828349126, 2.2526723098806514, 2.4615221000598324, 2.522133895087689, 2.5349568672753051, 2.6130589764080723, 2.7500027760987162, 2.8562937139926889, 2.9119263033764744, 3.0019158345608132, 3.075603035061484, 3.1141526815876208, 3.1813265812952172, 3.3676587418240587, 3.554323576839598, 3.6496213142048179, 3.6874293716075122, 3.7856923728140917, 3.8474310667342051, 3.9949344157172133, 4.125555286661946, 4.3290913548691856, 4.4952013654404812, 4.556343784992352, 4.639912221981799, 4.7146391204010234, 4.8227084013441566, 4.9863406697764292, 5.1842339785740776, 5.3023803998521304, 5.4750202011939866, 5.54048973773856, 5.6494197613846904, 6.031189352625824, 6.1768307442788197, 6.2620964668403225, 6.4351623085815, 6.7265466116268859, 6.7915288820461273, 6.858752135722245, 7.0391175979404581, 7.1234944848067601, 7.3258340038478451, 7.6012540830071256, 7.8610379546027023, 8.1407339356122499, 8.6344134454714787, 8.7180144432721391, 9.0978762948485237, 9.2738466401608814, 9.3278635864048827, 9.4424890946840847, 9.6030189615224657, 9.7486413490900201, 9.9120876012927628, 10.0634236132968, 10.415298132107214, 10.522058512873633, 10.613299539059163, 10.777003890057323, 11.19134404322137, 11.263117192375013, 11.498561061679176, 12.21806762702662, 12.483196087543357, 13.54470365954359, 13.849619017840872, 14.123084642390928, 14.398832659078749, 14.566089250066417, 14.807446823406554, 14.954042474253805, 15.017632122375311, 15.534486588862363, 16.087579752773408, 16.335273051167704, 16.59865583486215, 16.787365784531143, 16.930772808747413, 16.978230896616772, 17.45341757723757, 17.54161801859598, 17.670822982069833, 18.057953137339432, 18.349411130934708, 18.874645742669262, 19.811500245302732, 20.617053831744901, 21.425708785184192, 22.13342945397601, 22.514800015329385, 22.600876120356858, 22.995926973030485, 23.562574109846953, 24.294710403256879, 24.710775959864485, 25.735807637080889, 26.538055293359648, 27.290028726831821, 27.773430106003083, 29.668208899311839, 29.767759573249858, 30.328136166047656, 31.494086670497492, 31.717352094096093, 32.525981982450979, 33.265585384845679, 33.751316746168612, 34.201802003064067, 36.899918838933765, 38.096479462365799, 39.516017768346714, 39.989735840240321, 41.194468318352641, 43.299364753871842, 43.400612046669139, 44.217051933181644, 45.224566778084622, 46.422304247376758, 46.960808813383558, 48.299557096246531, 49.543362472280329, 52.100735352804534, 53.655447353773283, 55.960391277909508, 59.70514539293125, 61.843693253111184, 68.081331605587849, 71.540166073226146, 73.270793327751335, 76.171347038456744, 76.713947935814872, 79.452578223589953, 81.242818023980888, 85.253618574552505, 90.576557423795492, 92.997247053710012, 95.821107577619216, 106.64500479999833, 120.18058037798956, 126.50923215826064, 131.32814912989315, 147.1399472964454, 167.43638431036157, 192.68604805851697, 214.74959666043176, 236.90417250922937, 270.13811088102972, 311.13617202210634, 348.43212870989748, 397.49279405192692, 418.52939500887197, 490.05308025042825, 601.26449991098229, 943.69926165035622, 2272.151119348498, 2272.151119348498, 0.0, 0.068201728466174436, 0.11237783313391692, 0.12830033204755303, 0.14738276605539258, 0.17452595819420164, 0.18740679497876259, 0.22092788589298604, 0.24698157312934674, 0.26321755681186182, 0.278982404063846, 0.29425614113597565, 0.30386598141884186, 0.33348471684689712, 0.35448258891286477, 0.38416466052319098, 0.41799061907192603, 0.43332985148006498, 0.46022545438188606, 0.46720029992587914, 0.4834191580769957, 0.49135304898180576, 0.50065137294598305, 0.54116902167600822, 0.56502516934264901, 0.58383186711851243, 0.59988283878047788, 0.61745037135253056, 0.64851934211375817, 0.65771446388077714, 0.68201656335208749, 0.69501882934571635, 0.70859407070539537, 0.76811748190181783, 0.785547174693628, 0.80584170571483826, 0.80977921469642378, 0.84983656800224905, 0.87762202858938831, 0.89989293732657549, 0.92737970573962192, 0.94822275849814597, 0.97010634169397159, 1.0004701361644599, 1.027252813486935, 1.0516264427778705, 1.085865795301199, 1.1039829998101676, 1.1231421375848933, 1.1351908524310048, 1.1870327649828589, 1.2108652899633887, 1.2418615536907456, 1.2620878726057261, 1.2831955088252662, 1.306480565141986, 1.3214819027067988, 1.3819750197102438, 1.3964962886754628, 1.4416267404974048, 1.4723276588556404, 1.5102821076425617, 1.5397500825876973, 1.5614284610319382, 1.6110339651345407, 1.6433416553385205, 1.6728829936173992, 1.6999366415445392, 1.7240699041761254, 1.7508519958752469, 1.7969849629216739, 1.8430561905053708, 1.8717904098493616, 1.9063368309633759, 1.9506003143418458, 2.0298196868542142, 2.0991713956674101, 2.1633526448161282, 2.2629929459851224, 2.29081267396016, 2.3416198215358914, 2.3573314548287789, 2.4218587714491338, 2.4993355473824033, 2.5384325382544848, 2.6491004992037666, 2.7210651339892107, 2.8237246255258426, 2.8700824362814488, 2.9188785020766925, 2.9635962519687955, 3.0154773635321317, 3.1026722776260538, 3.1782308010920812, 3.2642539873638139, 3.322125355058692, 3.3714861504441376, 3.4218839487759731, 3.5144951962763513, 3.5765944072239031, 3.6273675925681212, 3.7247691072149096, 3.8232379391542128, 3.8893216636307564, 3.9288057496282955, 4.0390899251352117, 4.1600948751312279, 4.1871263152018612, 4.2621860547974828, 4.3500604627307435, 4.5436519743962078, 4.5849723086596628, 4.729044783865576, 4.8683804704143165, 4.9563493866144599, 5.0241568504440179, 5.1468726623856105, 5.1949999782992462, 5.3140299451508861, 5.4879645142694358, 5.7223471643025841, 5.8380855647564118, 5.953449532130346, 6.0187020640170728, 6.2108553226358252, 6.3916059248644403, 6.4913362763076323, 6.6031140372618351, 6.6636491589809301, 6.9509407634766989, 7.1531488937141772, 7.2409474401975658, 7.4303919093490327, 7.5669382679335202, 7.7441286658925934, 7.9000616206163423, 8.0724648473816156, 8.2412216959472371, 8.4137214458024516, 8.6069007301001861, 8.7736666850099372, 8.9890876982826367, 9.155130462775519, 9.3411611417176861, 9.4866270624314577, 9.5872328045423547, 9.8527914805110655, 9.9514305967967953, 10.292405041584022, 10.75673026860011, 11.169289189746417, 11.46807997463821, 11.689766834399332, 11.966027273630296, 12.351431387718186, 12.727667430393458, 13.119586645059071, 13.424611040389257, 13.786397020277862, 13.968352336123267, 14.21068016740667, 14.453408188853816, 15.461180267394132, 15.895481313307476, 16.317601512617198, 16.780792483093965, 17.624171385239844, 18.139839382922045, 18.594772196087924, 20.516375547145831, 21.567448512929186, 21.977404088239552, 23.299471636450161, 24.278490139740818, 24.993212131783924, 26.592135163847711, 27.623113931391885, 28.865470012834731, 29.227604875711496, 31.101999334866235, 31.57497302654869, 32.684647994128909, 33.375146403972977, 37.692891082911196, 39.851813023596023, 41.523584144387264, 46.008072429817098, 49.647884975691284, 52.784847459347759, 54.294626625518887, 63.228644431972903, 69.726924033194564, 74.015904215742552, 86.164937892726826, 100.73311845118887, 112.18515642738907, 135.19609351797098, 176.61381022152227, 242.73583361720463, 308.26543522152377, 513.52205453065437, 0.0, 0.064681645397600726, 0.097055786527166205, 0.11671616479466058, 0.14904699771147067, 0.1812546389613125, 0.20555172420798953, 0.2183799557562153, 0.24037810467237944, 0.25036231174093732, 0.26632542829596018, 0.2738878158208915, 0.28695869973365634, 0.30912145801504926, 0.32069346660692333, 0.32716841268857905, 0.33921112396795472, 0.35411605334840923, 0.36992181322350265, 0.37555978900730691, 0.39245722745804307, 0.40098714822474785, 0.40795369226674527, 0.4172218451215533, 0.42679459853118645, 0.45012838868569222, 0.46395657933185602, 0.47588120991692906, 0.4859429317025537, 0.5012486174834101, 0.51554915854539141, 0.52673766504363306, 0.54037167562839805, 0.55386824464727247, 0.56986151348392444, 0.58441413430603695, 0.59504137541093982, 0.60183139418849574, 0.6097548033252651, 0.61636145539533693, 0.63729376685379835, 0.65492235590733228, 0.66704610998785618, 0.700953708734812, 0.7190525585629578, 0.73579423752153761, 0.74901914818208437, 0.7639095729012253, 0.78507593810209142, 0.7991677445398635, 0.82057225160808045, 0.83874577852045251, 0.8514279150065982, 0.86730722882820255, 0.890038058955962, 0.90572082476051208, 0.93235631316890322, 0.95142142918059724, 0.969384366562271, 0.99218758210384461, 1.00299637932868, 1.0092887025882542, 1.0324830139871306, 1.0486654108510693, 1.0641141875260127, 1.0835468393653898, 1.1071616076049358, 1.1168131966461825, 1.1456586118817482, 1.1644419001186364, 1.1774811339270124, 1.2092190407790164, 1.2384799339065578, 1.2616903228237686, 1.2889294434698533, 1.3164843722957189, 1.3568929832436432, 1.3789685995582368, 1.4016262455149839, 1.4303108283460788, 1.4487819999160492, 1.48021838699676, 1.5050773691689014, 1.5354136497221011, 1.5761026989532505, 1.5976227134137739, 1.6180255352377244, 1.6461488070064747, 1.6754933786486672, 1.7043391941827599, 1.7436653784542346, 1.7574238222395258, 1.8083751761401707, 1.8364695449180659, 1.8853960408395598, 1.9209489973470637, 1.9614779158767812, 1.9837030977196592, 2.0254456515521015, 2.06356755784513, 2.1061669436995003, 2.1608319242443135, 2.176533829184859, 2.2139646657342289, 2.2418326677035214, 2.2819602869499667, 2.3275988135789891, 2.355439289035997, 2.4108423085380779, 2.4436348968031414, 2.5031234860019178, 2.5439256045997136, 2.5773599788744934, 2.6327828846554593, 2.6997266593235456, 2.7317169496478648, 2.8033821298933836, 2.872746199477366, 2.911616529815233, 2.9546022533503957, 3.0081446390299069, 3.0894107259868058, 3.1461648060150367, 3.2073093130678618, 3.2707390207274067, 3.3815481629909145, 3.4779532042245807, 3.4955043576213232, 3.5757478436815138, 3.6322878543855621, 3.7796644436769657, 3.8151756075230678, 3.8802551661883786, 4.0289839922041422, 4.1279506765446614, 4.1958722575439298, 4.2681132445184655, 4.3694161532010058, 4.4793716338291727, 4.5714087303580433, 4.6493194432085412, 4.7141095620043281, 4.8655065654352976, 4.9733934483219935, 5.038859603913723, 5.1120453856118537, 5.2240263349175526, 5.326857227285414, 5.4452851717228903, 5.6191948437507619, 5.8251247312267305, 6.0364763774143135, 6.1085463321063269, 6.2898990925768432, 6.4181400947195311, 6.6210137015645536, 6.7263257016206106, 6.8855750366072552, 7.1232383189565454, 7.4007790575336729, 7.5183445501556623, 7.6542486054829189, 7.7796080000079355, 8.0776151677243515, 8.4160158721268967, 8.6283072431350387, 9.0099513745919317, 9.1985032179916839, 9.3715895144040058, 9.689097239085406, 9.9747151298520151, 10.162420972781135, 10.525043005039576, 10.9348593423718, 11.220406152599313, 11.472292936429914, 12.331513581808927, 12.99141401636353, 13.792445320126436, 14.159631387529567, 14.898875104642451, 15.391013071702499, 16.58446392489617, 17.397044111420918, 18.246693100142146, 19.539678557308235, 21.894007859929044, 23.769625964542684, 25.674579790101415, 28.595587316047272, 30.020256306881702, 33.276780738700346, 35.817076665002631, 42.110340471763912, 48.790270781601912, 54.046938187573666, 67.878422664921544, 86.808719614124982, 106.08957126365338, 212.6174296424627, 530.67951165916725, 0.0, 0.066200047903027276, 0.083721669217692474, 0.097716651445752478, 0.11022140255760769, 0.12682667647071302, 0.1310312002419774, 0.14174741060946225, 0.15012768070557803, 0.16322364512908868, 0.18204188144428807, 0.1932509011687073, 0.20736566877237284, 0.21677471984321531, 0.22208330716146871, 0.2368478044903545, 0.24800109075566285, 0.26042292583219756, 0.27071259593706476, 0.28654565496167866, 0.29337837365624814, 0.30198842285047178, 0.30844586201328328, 0.3149470593102916, 0.32463921048140526, 0.33612661364720992, 0.34538798562234241, 0.35362965043869748, 0.36471294151406786, 0.37175950729075813, 0.38160665904037616, 0.38574106898579719, 0.39688874219887516, 0.40205350235521997, 0.41084581512509888, 0.4190808913198204, 0.43544148967863316, 0.44346612867974777, 0.45227198826541537, 0.46661118452309958, 0.47567354802653689, 0.49123378069289259, 0.5026379690695526, 0.51145199410264641, 0.5230420844440421, 0.53633757129515192, 0.55323199501557874, 0.5709327471747897, 0.57668332951826085, 0.58661731761735014, 0.60316797340939221, 0.61231767919746716, 0.62173743546202065, 0.63367739150206992, 0.64417081791316222, 0.650588306867667, 0.66136245644028779, 0.67194367164364066, 0.68483211499577568, 0.69390170098605697, 0.70978541298372555, 0.71733880725642318, 0.72982716816440152, 0.744382107200665, 0.75464756880526096, 0.76971757975591903, 0.79092500924780884, 0.80139259706827826, 0.82007493231551376, 0.83636749901593976, 0.85607123696181142, 0.87178377197180712, 0.89028508898771552, 0.90709689710063435, 0.92105845964996935, 0.94062127053830347, 0.95072473335636265, 0.96303055939494286, 0.97648251804695785, 0.99369926534400232, 1.0090186828881174, 1.0418114909215104, 1.0698515568115963, 1.0781642613654208, 1.0953662056922651, 1.1107307176100356, 1.1257267330935268, 1.1471842785819382, 1.1676817560236403, 1.1877943080225843, 1.216398240925453, 1.2316053787491037, 1.2474229964718553, 1.269525880355836, 1.3019912398706039, 1.3277002379637455, 1.3443466595361551, 1.3685810866232899, 1.3984804559046911, 1.4355750324517496, 1.460852572211057, 1.4948996531027956, 1.5268570238239529, 1.5522940777876273, 1.5719325888893447, 1.6024193084645637, 1.633598364214381, 1.6528693309141695, 1.6741744069714672, 1.7003470022341649, 1.735298179037982, 1.7582063751832995, 1.7909792627750754, 1.8300707159778025, 1.8684354743589122, 1.9062901732716007, 1.9304116745252333, 1.9651822643793164, 2.0028643201051111, 2.0355079559039346, 2.0677432834609206, 2.0974741272119317, 2.1477636951029404, 2.1758324097429544, 2.2038264839493977, 2.2387897181326624, 2.2799150775007226, 2.3116834558621813, 2.3770756042717061, 2.4423912978053499, 2.5043639857858704, 2.6183935138202945, 2.6651645510870448, 2.6996454559378718, 2.7642312413471197, 2.8501819058526374, 2.8874618455541339, 2.9299786710240685, 2.9902882140860028, 3.0106036707675705, 3.0721304018549587, 3.1161855866638852, 3.2369909410932256, 3.2937695851357418, 3.3415607515486019, 3.4135640311960804, 3.4863864701809169, 3.5495511431068625, 3.6258591972624328, 3.6947502192132147, 3.7950739251414829, 3.8952813228916106, 4.0427476635565807, 4.0982562136044365, 4.2381714903602026, 4.325585224629334, 4.460333473236096, 4.5891338691369086, 4.6893335143109196, 4.7853618220189347, 4.8500011901031046, 4.9499390325888388, 5.0651986930646391, 5.1906420764523, 5.3052661921332698, 5.3795959386387144, 5.4884702877024898, 5.6251182444238585, 5.736009877510825, 5.8235819678819309, 6.0452731168242577, 6.1535182776969091, 6.4223906871159802, 6.7828263511308, 6.9787759843247965, 7.2868999104783532, 7.604505778440271, 7.9090260134516059, 8.4851413606010251, 8.6965137695221202, 9.0770837937907398, 9.3896211096143869, 9.7704946596107849, 10.142102955347768, 10.870897424798827, 11.627557560059024, 12.487371659037647, 13.393741745878474, 14.080823719400907, 15.608105497185557, 16.823724341129342, 18.261126223618554, 19.636996869210478, 20.562702661180669, 21.601610993499339, 23.839730158552172, 27.477708564377878, 33.318576554469637, 49.103081020159834, 73.345872444192949, 106.52935418648646, 0.0, 0.049394419396927715, 0.064736734696013376, 0.079308002177416376, 0.087959980883483738, 0.10194236904560904, 0.11008607182951631, 0.11465366805246813, 0.12715531070407432, 0.13166809405389251, 0.13847247629313228, 0.14384864573811881, 0.15002396002358567, 0.15562720051884482, 0.16116827009383153, 0.16632968738513401, 0.17136648014616976, 0.17900086203665841, 0.18694008640938087, 0.19702916534694626, 0.20392975208968295, 0.21361422240935368, 0.22042948071555513, 0.23063300033673573, 0.23966278802965957, 0.24711447349179011, 0.25303301261186184, 0.25579240638304279, 0.26267170853506805, 0.26750482270286108, 0.27493473053623635, 0.28258910182162267, 0.28822901265050227, 0.29608647684984479, 0.30214524820456018, 0.30864368126348923, 0.31508865166237593, 0.32124032165523375, 0.33011261444903611, 0.33703483646960708, 0.34733723809596734, 0.35691769635678916, 0.36690708933320493, 0.37128928317734283, 0.37755689980492391, 0.38701609409764459, 0.39302164725609023, 0.40331084641477311, 0.41072208837025759, 0.41852937501544424, 0.42932124920083142, 0.43324849767497853, 0.43993900664314145, 0.44761176101936301, 0.45202419082248341, 0.45529173163984443, 0.46653702581395917, 0.47399725820611593, 0.48198881472501576, 0.48708257057534343, 0.49302150180651805, 0.49978383605626248, 0.51339894682816312, 0.52160424774706593, 0.52748289873084886, 0.53676595811893124, 0.5455171486636371, 0.5534396873141485, 0.56241263737675429, 0.56973323223537264, 0.57574914723880954, 0.58234713319994302, 0.59066240355655708, 0.60510984788748057, 0.61807462013879144, 0.62637623226295402, 0.63542696189453973, 0.64701799464926024, 0.65882045306679504, 0.67141179273787532, 0.67909380683392095, 0.68707873750652504, 0.69640315687854726, 0.70807547488547196, 0.71771853550219356, 0.73309718820363279, 0.74214506352540133, 0.75177033126786774, 0.76943956404912883, 0.79020165814710741, 0.80781062970338047, 0.81634889994531135, 0.82618810526895436, 0.84005098189915028, 0.86666756102772669, 0.87735918829690207, 0.88554074010562978, 0.90240999323032145, 0.91632635431957332, 0.92982256792581119, 0.93859572806129865, 0.95740797855505955, 0.97317410516930258, 0.98783906755984918, 1.0108980555570175, 1.0284511401075709, 1.0482594431498151, 1.0611613677510832, 1.0784870131371229, 1.0919180174352818, 1.1135514694962279, 1.125494491992268, 1.1410712650872479, 1.1674352256776539, 1.184785119317356, 1.2096294450605212, 1.2323778220867625, 1.2549931419768594, 1.2806924911813222, 1.3081961580241186, 1.3320238796794894, 1.3534172327636966, 1.3807267144923916, 1.4001500408447822, 1.4316269135391197, 1.449518126496226, 1.4807942237706289, 1.4996141554775, 1.51697171202322, 1.5501818193618728, 1.5774423949301954, 1.6090796134626164, 1.6337740770081619, 1.6692908417512815, 1.6961331386742853, 1.7261310689460392, 1.7616614368687207, 1.7805522635031978, 1.8048113834777242, 1.8629871128198423, 1.9197945215709944, 1.9552472287743048, 2.006402075733154, 2.0427474979249962, 2.074496897491799, 2.1328916089262004, 2.1753943657622523, 2.2401831220855666, 2.270693018282933, 2.3105641384054061, 2.3945586906581622, 2.4399768881846882, 2.5000049081492532, 2.5621934580643706, 2.6392295124107816, 2.7208587148102463, 2.8097139724064282, 2.8701110813681128, 2.9862082469647095, 3.0488516638446339, 3.1242308091436368, 3.243153466201278, 3.3051260648856364, 3.4863819457159302, 3.5505875681994588, 3.7448427188152658, 3.8463429990501901, 3.9838928478843263, 4.1238239879386667, 4.2490672817706532, 4.3599387844761468, 4.473253957654526, 4.6690383558822228, 4.8383638550300123, 5.0032896939841258, 5.1925150031279994, 5.4083749056768973, 5.8187938054935762, 6.1416785529469493, 6.5966499906173439, 6.9452175432435155, 7.3694350201120091, 7.6611410187916773, 8.1962221951718313, 8.3985520655394108, 8.954871482916916, 9.5555811691967367, 10.075581787179221, 10.666984624254228, 11.269430893231096, 12.244383827267271, 13.43327333120301, 15.035950482663642, 16.932372656888262, 19.087843838164819, 21.876507647307918, 24.329735267714369, 32.551612521357441, 42.817333269075768, 80.868741705532841, 263.02173214876871, 0.0, 0.039467746129120185, 0.051824916097853023, 0.061771901689009187, 0.071565972010870144, 0.076518802143588971, 0.085618493830758285, 0.093725626920029337, 0.10393841275774901, 0.11413580827974683, 0.12152641148533293, 0.12627525292174707, 0.12968718206917149, 0.13855089010953145, 0.14242136361586646, 0.14961341703535569, 0.15878848104707796, 0.16821185149526602, 0.17193496653825602, 0.18370817507532361, 0.19347902698219727, 0.20136482066552064, 0.20583838921300673, 0.21305461768025999, 0.22181194102152516, 0.22504305621818932, 0.23406898010225857, 0.2398853548764919, 0.24436856459787337, 0.25265341913397688, 0.26007714837241541, 0.26691829493661323, 0.26931297477030441, 0.27726914154785853, 0.28210711764692858, 0.2859614857691346, 0.29125186385881313, 0.29881267745856349, 0.30375673974281647, 0.30854811947856214, 0.31656603656425492, 0.32546607312581727, 0.33113501361486541, 0.33582693482769788, 0.34276150289703894, 0.35127805306418919, 0.35845367388296762, 0.36558831277905995, 0.36979924962746219, 0.37578338456878752, 0.38327703665171509, 0.38743278300825934, 0.3933947408991858, 0.40090502054506943, 0.41078320064762447, 0.41434452765896151, 0.42079409894287106, 0.4255673661624485, 0.43408043802357538, 0.43842453852669183, 0.44479957009297705, 0.44911932255159215, 0.46075892982346434, 0.47136693037959077, 0.47672759686825411, 0.48530543752076094, 0.49072973814548543, 0.49757125712438277, 0.50205891056941676, 0.50989707552295971, 0.52048634390291548, 0.52487724594117247, 0.53197428010086045, 0.54193181090656062, 0.54669601892015796, 0.55199308212187415, 0.56177797788147832, 0.57397840735843453, 0.58305121749436828, 0.58875829816518199, 0.60014475586825022, 0.61146976460798996, 0.62147757074967558, 0.62937535472116102, 0.63521150679693283, 0.6443683639844624, 0.65570350537151256, 0.66248422346281488, 0.67431167007929649, 0.68081103970994383, 0.70070897539479826, 0.70949394177954128, 0.72368744374810079, 0.73324494948980001, 0.74442385396599853, 0.75726956491948028, 0.76814002853040864, 0.78549563545170853, 0.79690455102462399, 0.80911780465283023, 0.8217559489409707, 0.83736881584366574, 0.84769382359635626, 0.86418498778599284, 0.88747705639947372, 0.90131822030096298, 0.91456928681735306, 0.926248872898779, 0.94662179325634455, 0.95246146300701406, 0.96865365604621834, 0.98601045426396106, 1.004370843669373, 1.0278846153106977, 1.044847701668429, 1.0629345673978381, 1.0786014914723667, 1.0929756602733387, 1.1261078972699916, 1.1512164532678049, 1.1694773456967209, 1.2047879047450252, 1.2191337268903064, 1.2371236242769537, 1.2604030750182345, 1.2728991082384753, 1.3021733465601504, 1.3366400801240468, 1.3669786453201016, 1.3893263316106292, 1.4142311210562548, 1.4371089884829913, 1.4735470017754577, 1.520014037615578, 1.5362080843085604, 1.57308131482694, 1.6005512179859467, 1.6311466151664402, 1.6766677965478609, 1.702427114649556, 1.7358113192351368, 1.7589620076466705, 1.8122197381889422, 1.8371172353927989, 1.8839698049061866, 1.9368978033833055, 1.9859165193893249, 2.0266473776917446, 2.0435418938412577, 2.0904755804619093, 2.137008395650732, 2.2105679265040039, 2.2912315391120952, 2.3171846492564172, 2.3789143587376254, 2.4392413643504884, 2.4804720034966028, 2.5405224136745002, 2.5964604917467198, 2.6705999263123781, 2.7251943964162413, 2.772341712266535, 2.8651026212603763, 2.9882335264110305, 3.0505642000004207, 3.1879882564475781, 3.2713189106502325, 3.3340572644275901, 3.3973177283139346, 3.5111941452660176, 3.6432762400676104, 3.7893397930271497, 3.8962740628195554, 4.0871617267378353, 4.2202691837388713, 4.3774443034324424, 4.4936111350115695, 4.7506236842341369, 5.0112340217497193, 5.3496875229084306, 5.5766544089000956, 5.8287954513602722, 6.3423620558230542, 6.7899919751160516, 7.1981726869941802, 7.7399452080885132, 8.3342259680123636, 9.1990412068218603, 9.6467855088846335, 10.137584353746163, 10.89364428926409, 11.552396435112094, 13.030143614298112, 14.095239648815568, 16.252904088875191, 20.637122578101994, 25.04746535648458, 29.349607631916427, 39.069463698724505, 53.341542218906731, 131.24704840076191, 0.0, 0.032884942472054493, 0.044042928317071753, 0.051717952097554462, 0.058447068850037934, 0.068821794240992967, 0.076446506641690143, 0.083331576500669718, 0.090983634325567123, 0.097188602723129819, 0.1088593709111567, 0.11459623029540639, 0.11844837313630252, 0.12384168852201749, 0.12684488135204505, 0.13447015956640213, 0.1391542676007054, 0.14625472031000056, 0.15200345906187301, 0.15688159917859762, 0.16356525869840099, 0.16595293381775883, 0.17208869146003852, 0.17708137414161021, 0.18245018966878032, 0.18979132041734897, 0.19637969400495253, 0.2032346071402627, 0.20694798677484283, 0.21265331651833888, 0.21882977443215981, 0.22494202116978182, 0.23178859272489064, 0.23787915511551139, 0.24313950482755242, 0.24682307808790133, 0.24943612844036106, 0.25577269021993287, 0.26291464226288852, 0.26970943169082667, 0.2725648028979728, 0.28144606977956577, 0.28556551666434349, 0.29091966470999592, 0.29709027671048366, 0.30175232279695008, 0.30845384710365537, 0.31297498910818361, 0.3160194068150165, 0.31918148875981589, 0.32331388150265972, 0.32927405147803945, 0.33377069470184595, 0.33894412800963025, 0.34522709990281475, 0.35123488575457434, 0.3558821207267826, 0.36144785378066896, 0.37019315147158249, 0.37724004091309249, 0.3829924502040804, 0.38790812361879717, 0.39588105871510798, 0.40044226663641691, 0.40836868589232361, 0.41402643554261809, 0.41875667916369519, 0.42450774070868258, 0.43229589405318924, 0.43734997488844168, 0.44538394823457816, 0.45353980762093016, 0.45851077590488476, 0.46383676125545098, 0.47059046215711398, 0.4762006151939136, 0.48431439285713834, 0.49389826855702679, 0.49974442650636974, 0.50732118012468475, 0.51342129390440416, 0.52297582923711328, 0.53288748131056163, 0.54544803680941312, 0.55056947454571459, 0.5630440930673537, 0.57647988095569747, 0.58254891183837865, 0.59122845087621589, 0.5957914205706567, 0.60314265091258978, 0.61908921631667679, 0.62247554745711642, 0.63329981498300048, 0.64301069689433055, 0.64989657369654952, 0.65888445152749431, 0.66647227612873217, 0.67668838768171136, 0.68893091987254185, 0.7025879217168467, 0.71826561462270089, 0.72771455488965531, 0.7391009553915564, 0.75223783989741744, 0.76166485140694018, 0.77084000065236591, 0.79065365493321382, 0.804383247442233, 0.81683812596185346, 0.82843493554640024, 0.84246759604107702, 0.86350701623054671, 0.88180313041705505, 0.90376335449490075, 0.91286915972557914, 0.92036986380455399, 0.9291438387362384, 0.95352040422537032, 0.96809418471522612, 0.9828969762772849, 0.99701637984191405, 1.0053920653287929, 1.0224322964595809, 1.0436497009914834, 1.0616070630675405, 1.0802764748267883, 1.0951850173844457, 1.1193411761447549, 1.1379681972224709, 1.1599468248342446, 1.1886340506700033, 1.2148385191461482, 1.2481418152125123, 1.2792573174668869, 1.3154615262708993, 1.342394558445551, 1.3629899838283757, 1.3761143300434635, 1.4093858037430134, 1.4522804850005502, 1.4748979300612479, 1.5306210379322103, 1.5495843761095305, 1.584244002737959, 1.6126131532613874, 1.6604506166505426, 1.6921120149154147, 1.7126738210319639, 1.7396125064233854, 1.785135464734434, 1.824889085813346, 1.8829431177071814, 1.9343935926685978, 1.9916768565010168, 2.0267961688503453, 2.0766377474824029, 2.1330899777256795, 2.1848037174415449, 2.2801579583808342, 2.3579957571857286, 2.4501358388830012, 2.5153457412512981, 2.582374390832427, 2.633575300083673, 2.7077686567647499, 2.7684316125814457, 2.8476458237947857, 2.9627792222491238, 3.0403520366260612, 3.1093550063736379, 3.2559496906005565, 3.384456584459806, 3.5451252896822063, 3.658802669941331, 3.8535789702629515, 4.1036627374662622, 4.3847833011124493, 4.5324017993862, 4.6567473442819232, 4.8795997539612124, 5.0351805245400989, 5.4071167044869721, 5.8112812324471728, 6.387968909517352, 6.6133968886491754, 6.9446864587547097, 7.5543017399007653, 8.3092309621502434, 8.9855329925540648, 9.7607248945108189, 10.562225389927731, 11.547524333694614, 13.042152628954279, 15.066816239535164, 16.843645091885804, 22.29298319668764, 27.78918358142127, 36.15482791135674, 48.467620573432804, 150.75527930067238, 0.0, 0.030475436329936944, 0.041455577211803325, 0.050587167936695224, 0.058798726126600857, 0.065119327951945208, 0.073499955494061478, 0.07885113088345877, 0.085143786389228412, 0.08965572615115161, 0.094178377769283547, 0.098501280404947864, 0.1030958981377707, 0.10869385918561442, 0.11297670615452211, 0.11689141102215121, 0.1214840331703515, 0.12584718500031158, 0.12987214864837779, 0.13468557220683824, 0.13924503288786391, 0.14386351348014154, 0.1493340912759876, 0.15399302445531154, 0.15891197422219733, 0.16342430790220985, 0.16862541478716603, 0.17284449028563825, 0.17822842307181602, 0.1820267480405092, 0.18688153961477047, 0.1927267317388851, 0.1970428163553993, 0.20121205502603673, 0.20565232504914904, 0.20898176045815323, 0.21456701344386478, 0.2193381728343505, 0.2241310071800133, 0.22817700334024027, 0.23233337863145165, 0.23720906624202601, 0.24191353394033271, 0.24708942468474382, 0.25285280260759901, 0.25671572324736464, 0.26213421506917656, 0.26638683139162828, 0.27152578772723279, 0.2762872026065426, 0.28128390667450365, 0.28593911283892171, 0.29087431204884701, 0.29557087416205607, 0.30019592182315891, 0.30513806758216755, 0.31016793114986319, 0.31616724797260032, 0.32041768091414635, 0.32514136402938837, 0.330175514469844, 0.33510934856577768, 0.34052636062698755, 0.34595494789256998, 0.35149217534601079, 0.35744012588115681, 0.36163975663483183, 0.36600266939188625, 0.3715301308425546, 0.37731624495426341, 0.38179171447482013, 0.38695470344853578, 0.39172315899130233, 0.39614948723382537, 0.3998385857290081, 0.40528704514340191, 0.4113906789211898, 0.41723754661044737, 0.42330595508586388, 0.4298295205380972, 0.43639003733749093, 0.44294781550179985, 0.45031606698625348, 0.45589276061599149, 0.4637504954853186, 0.46972702984856168, 0.47691662036234045, 0.48515870923762039, 0.49260277947704278, 0.50180009274783677, 0.50899844136237671, 0.51521773387918002, 0.52259062361544673, 0.53071416140395877, 0.53996499482812654, 0.54675197629336969, 0.55561683421554353, 0.56353596314369636, 0.57266468438633022, 0.57882534017246046, 0.5879193586669369, 0.59795376910115772, 0.60910017566901453, 0.62152501089463474, 0.62899125612273621, 0.63944993844645304, 0.65079039292032037, 0.65990599756610113, 0.67267050134312967, 0.6811396504155568, 0.69102170908780658, 0.70572381661063954, 0.71917690416970415, 0.73053302980642632, 0.74479922749569372, 0.75660131757288107, 0.76966460911714163, 0.78382775044111574, 0.79890547769142994, 0.81316878697223616, 0.82632592595142507, 0.84038976545168742, 0.85889454588180414, 0.87584528603730916, 0.88938215721139913, 0.90647622547342221, 0.92517109894543503, 0.9420929353690477, 0.95887351889851813, 0.97485760015251421, 0.99539728475785438, 1.0168269490191464, 1.0321969253945085, 1.0509239949366704, 1.0749039195763974, 1.0954893550189169, 1.1204402411184233, 1.1460855159498731, 1.1725936611440071, 1.1991674830298438, 1.223355141542398, 1.2503166821062022, 1.2755553790294463, 1.2974083183962621, 1.3271479307498393, 1.3598997679834393, 1.3966740129081683, 1.4270275926175096, 1.4608948615990871, 1.4952195611664525, 1.5313585561683203, 1.5640142535985393, 1.5994377044435546, 1.638305110435522, 1.6786361340413112, 1.7240031947949774, 1.7621335157109532, 1.8101134128648371, 1.8620922391744734, 1.9224643921259204, 1.9710346661166867, 2.0344533242374103, 2.0831877260508893, 2.1372551671286524, 2.2034358794278646, 2.2716335521446531, 2.3429160177345003, 2.4104357266981919, 2.480935437184201, 2.5343673042490624, 2.6084557648811311, 2.7199516996724253, 2.8338987909810287, 2.9216428190030639, 3.0360484810989852, 3.1500945673097052, 3.270619104044989, 3.4227068074159761, 3.5665311638055055, 3.7247617410661675, 3.925297648069769, 4.1375118576391934, 4.3398004727933692, 4.5346219219569655, 4.7447780176553112, 5.0148304110646036, 5.3334608060172872, 5.7276260586600891, 6.1890543526613122, 6.6801902478700868, 7.2800631153055209, 7.8835838788384223, 8.6803326930194569, 9.7122609465184322, 10.941190698085899, 12.542472669018284, 14.627074477598748, 17.832826769519468, 22.898509435438054, 33.157382047966806, 268.8200344237456, 0.0, 0.028898274302596512, 0.040633940377108956, 0.047933728659069468, 0.054523381031400885, 0.06011329230279238, 0.065188383675028702, 0.071626919796562605, 0.077168570402807349, 0.083037174267918165, 0.08755686111436492, 0.092118428080118928, 0.096425123862060327, 0.10043552253883403, 0.10554902051980319, 0.11009718665642487, 0.11326275217950955, 0.11698509676168573, 0.12080022735318345, 0.12517509152109374, 0.13013769328680053, 0.13345882034603812, 0.13747142162715098, 0.14150064959740938, 0.14442943761896229, 0.14941148229826645, 0.15440519818373027, 0.15783715568801643, 0.16265630037450993, 0.16672946241207018, 0.17011132508732738, 0.17420920933779047, 0.1787571250538082, 0.18406358630263245, 0.18924049544452431, 0.19306320330392984, 0.19641759705419837, 0.20044589719386452, 0.20365259207914921, 0.20746114210240005, 0.21178663359554398, 0.21561802968012542, 0.2201648522340745, 0.22394901627082189, 0.22890960512700576, 0.23288763477408511, 0.23799769247855981, 0.24277846906856382, 0.24620220114345401, 0.25085581063453694, 0.2547852657654528, 0.2584622001605798, 0.26226644168550362, 0.26587748056735006, 0.27001206297540875, 0.27333957150348165, 0.27844160533530171, 0.28262027978412785, 0.28651353733567758, 0.29232034746442948, 0.29580376680146625, 0.29935090999568476, 0.30309728324775276, 0.30715090410428514, 0.31201121511000857, 0.31571249520502215, 0.31981978170465836, 0.32351704294037775, 0.32816906538652812, 0.33260532162929424, 0.3375253795185012, 0.34227658789873155, 0.34672628630214691, 0.35173264439552276, 0.35642244422141933, 0.36316985109331051, 0.36811409230691677, 0.3739818336331292, 0.37900422010827939, 0.38371686137179334, 0.38830090222693142, 0.39314672036266179, 0.39750505605076314, 0.40399586297398238, 0.40779084214158268, 0.41471724442253388, 0.419908928474307, 0.42527068506941523, 0.43082110702825382, 0.43546343483577804, 0.44058928875209435, 0.4501165160939869, 0.455800248584872, 0.46250910353077601, 0.4679792550227716, 0.4771052601340332, 0.48317268060065444, 0.49024307149325064, 0.49795121259530739, 0.50489713934710001, 0.51144292478572784, 0.52042454216218859, 0.52715808936571795, 0.53458634795400084, 0.54336964463015824, 0.55167313602281232, 0.55895482076372938, 0.56755092529864581, 0.5767512365389893, 0.58757892054706506, 0.59812779085356993, 0.60674604159456691, 0.61595140194035713, 0.62390929987658528, 0.63464413788738838, 0.64205470333131864, 0.64919687404877857, 0.66358361675173039, 0.67457487585108067, 0.68565375079097346, 0.69515353663280854, 0.70835712049313537, 0.71637388222414811, 0.72810587108889246, 0.74259519148707775, 0.75505940962506923, 0.76533718705099252, 0.77978770960457156, 0.79277034764412091, 0.81042776509929326, 0.8252185957527518, 0.84081567710998861, 0.85591239426333621, 0.87366392436831841, 0.8906804437761574, 0.90431935636817162, 0.92374870367862294, 0.9403922748286605, 0.96024005012655089, 0.9834409532310171, 1.0063612444728725, 1.0237103083075751, 1.0406894015881631, 1.0646614938416241, 1.0953872473777502, 1.1182073342474079, 1.1431128152282664, 1.1700990970833274, 1.1937825903128636, 1.2194906544605457, 1.2510699786546229, 1.2724440268105714, 1.3012328136568787, 1.3306077291828782, 1.3661125359622348, 1.4057121542663247, 1.438874003521625, 1.4852719546886077, 1.53160091645302, 1.5835611112903651, 1.6195792978908965, 1.6633225682365109, 1.7092772469624007, 1.7547058942561764, 1.7983361923251511, 1.8554877739779563, 1.9046272406631959, 1.9419569456472263, 2.007485115392952, 2.0766613504192311, 2.1363921756522712, 2.2042343314393218, 2.2881456308297792, 2.3461181458892382, 2.4247974852833076, 2.5226066296330565, 2.6287822381475663, 2.7093614689581362, 2.8121552403853838, 2.9431246632384611, 3.0643163534914351, 3.196540002859162, 3.3476671295609703, 3.578795801196712, 3.7570824917749248, 3.956586592960103, 4.1768360199630372, 4.472267971856815, 4.7565859357335603, 4.9434439507675787, 5.3520609425930763, 5.8616989500167476, 6.4670935400506355, 7.1530922193648818, 7.7821104509969494, 8.8151940771286945, 9.7442668096522507, 11.579039475678208, 14.881052320293959, 23.3134974983852, 162.64936699836366, 0.0, 0.024602282011824184, 0.033143590712601562, 0.04010112014507021, 0.047902150582693877, 0.053593751494366668, 0.062881795990017086, 0.069817105932830248, 0.074260939707892284, 0.078749877606011834, 0.081760044924091488, 0.084762821011376818, 0.089159093597265968, 0.094139760178390847, 0.097396291127248735, 0.10077623786944703, 0.10375890948969808, 0.10775393339205297, 0.11107421600652036, 0.11454249675077989, 0.11920949455998719, 0.12303922825017929, 0.12645066727981549, 0.13048462720436904, 0.1341988563625206, 0.13791508807970299, 0.14051821878738302, 0.14390700642876164, 0.14729815411578639, 0.15116482000305284, 0.15414159957761076, 0.15804245202080439, 0.16172156388894671, 0.16616763697232559, 0.17065475263188637, 0.17483972650814011, 0.17834701051598184, 0.18178605513225987, 0.18596570995349604, 0.19037643524106021, 0.19362400150613118, 0.19718898681246891, 0.2022368611342357, 0.20627559864432171, 0.21047667837856643, 0.21441293730751429, 0.21798145949842526, 0.22269174316657275, 0.22805839010378598, 0.23142809067166253, 0.23544682877794354, 0.23918263561370051, 0.24332300301909804, 0.24826906410872435, 0.25329675001124591, 0.25742137093006096, 0.26143472523908162, 0.26537197580924371, 0.26880822609496718, 0.27325053108693759, 0.27801599017393808, 0.28185455264796982, 0.28551898655760571, 0.28969797468999514, 0.29469614849601827, 0.29819033120752614, 0.30227519353061394, 0.30780461335572351, 0.31237611153645817, 0.31627202746095395, 0.31963567780659174, 0.32237740964523504, 0.32589638801542542, 0.3305286646674907, 0.33420221321848032, 0.33989663227054645, 0.34416327912283068, 0.35034447837510441, 0.35498972403807633, 0.35855091882620921, 0.36327633213491833, 0.36753998247607372, 0.3729367659785795, 0.37985192360779313, 0.38437016760352599, 0.39005755502373884, 0.39482572425216256, 0.4001927093622929, 0.40602742972788325, 0.41233512801313243, 0.41899152804988438, 0.42337530114761357, 0.42792125565896905, 0.43382026465554158, 0.44268614546944335, 0.44830619792220222, 0.45415410061721351, 0.46167530106933863, 0.46895550041529654, 0.47530473993436245, 0.48211460809658874, 0.48857483722379846, 0.49668510358579077, 0.502197066237135, 0.50751626698891095, 0.51264907367868728, 0.51969473148215983, 0.52818547378333625, 0.5349708260232352, 0.54112734609955404, 0.54811112287301356, 0.55616647069377034, 0.56629653003164915, 0.57402173658393196, 0.58265287411054412, 0.5936899552780841, 0.60345904162633524, 0.61533841077412088, 0.6228300863754348, 0.63457632801607111, 0.64512830577873503, 0.65448141887048117, 0.66218373436088196, 0.67678504831115915, 0.68732881229737786, 0.69861201377323079, 0.70832408210492892, 0.72121539173424809, 0.7359553436177424, 0.7531392829935406, 0.76543733074434961, 0.77710358182478712, 0.79485555672259334, 0.81224713754094657, 0.82988361758294238, 0.84792677249400605, 0.86258822924608003, 0.88223434681999902, 0.8944425527153399, 0.90955292927291309, 0.92359168030991856, 0.94256546540532238, 0.96434694242106067, 0.98312881507572292, 1.0032438887848716, 1.0221149781502081, 1.051983899991995, 1.0734774915118375, 1.099530441789152, 1.127960244545553, 1.1534134957090025, 1.1740889749056131, 1.2012742900536555, 1.2342300186242645, 1.2639939024901934, 1.2928179180773745, 1.3208800657063657, 1.3529947499482198, 1.3990112708325715, 1.4319941184494371, 1.4710663063309652, 1.5244700765754542, 1.5635439274849725, 1.5954367199073531, 1.6323134541541804, 1.6724715064169311, 1.7158054453195073, 1.7557217613084009, 1.8048129564898812, 1.8315787027457608, 1.8815354841358516, 1.9566650167344006, 2.0217329340053252, 2.0871078895617967, 2.174040010957027, 2.2381267311291735, 2.3160142472723693, 2.4147723365413021, 2.5376474031182616, 2.6272818671259373, 2.7401975123216742, 2.8684444249229628, 3.0130575018172316, 3.1604260734920331, 3.2962359526985634, 3.4644518032671439, 3.6844961008964079, 3.869097249632687, 4.0583540650809953, 4.2786209475461598, 4.5240194654211052, 4.822566531353826, 5.2714477848841934, 5.9366668833227134, 6.6736260326271726, 7.4551267397319529, 8.3647745090344028, 9.8450415285668225, 13.306780281265262, 17.423150761794336, 35.674610410451407, 0.0, 0.026072158368489466, 0.036900224781724264, 0.045624066076788504, 0.051368104055365224, 0.057774560304207197, 0.063146496944509634, 0.067588098405070435, 0.071805619462746537, 0.07613539155227117, 0.080103152511407455, 0.083942709652846864, 0.087666574981076481, 0.091817280544786176, 0.095686966687175301, 0.099145626961583258, 0.10201499654232103, 0.10517988601597632, 0.10903765629410936, 0.11233875871599709, 0.11536415976301187, 0.11841077260641984, 0.12163826850713737, 0.12514181216632086, 0.12858606228948036, 0.13177179631102987, 0.13482024094190459, 0.13784834878294833, 0.14173344180612701, 0.1443921643498963, 0.14823517008509296, 0.15145826578672161, 0.15493735233574032, 0.157933736355726, 0.16144421044205534, 0.16496481804605914, 0.16826466934931564, 0.17176157430765859, 0.17500874461399182, 0.17804879932812664, 0.18119742226991276, 0.18460902834327048, 0.18841699006227006, 0.19203375816854248, 0.19532030848596255, 0.19938169412343268, 0.20296708531160809, 0.20618735671870392, 0.21005410851308523, 0.21234742151711827, 0.21601167034217333, 0.2193383757310533, 0.222820615737646, 0.22619381050579929, 0.23003091052614577, 0.23415565946236791, 0.23843514043598069, 0.24127671289852604, 0.24517794764409234, 0.24860194155386806, 0.25245137707720106, 0.25637962117578617, 0.26045765403062382, 0.26378413560952962, 0.26727514960402926, 0.27133464777153365, 0.27484241340019733, 0.27916743423061174, 0.28346759202211091, 0.28803025780779556, 0.29103424057548449, 0.2948369270235498, 0.29857003211993777, 0.30250669156367849, 0.30693020880140259, 0.31089496342193434, 0.31523727395296902, 0.31963281400208449, 0.32299918409538603, 0.32683085030433912, 0.33075648000217506, 0.33471837712211988, 0.33909222602081823, 0.34276815018760209, 0.34765709135230655, 0.35209532653578884, 0.35661461412974371, 0.36104303543672206, 0.36462562668761184, 0.36940962892850221, 0.37390697111571997, 0.37904116253667841, 0.38404481300200927, 0.38891575774564258, 0.39360053923178462, 0.39785365298982145, 0.40294361388219591, 0.40892518527823574, 0.41407469140496583, 0.41971691479383916, 0.42599384924960337, 0.43117256502009815, 0.4364633576555077, 0.4415508493771485, 0.44655303590621287, 0.45317266402900153, 0.45915054065776795, 0.46466311475985489, 0.47082285538337654, 0.47636350784519593, 0.48258249873987841, 0.48865756797890558, 0.49554799425562435, 0.50243188982979481, 0.51091693503362012, 0.51956374319976362, 0.52657472160011631, 0.53391907857488219, 0.54231740014001373, 0.55062127393281413, 0.55819389427687915, 0.56684075835760694, 0.57623528957134074, 0.5852137336415546, 0.59460081643291185, 0.60431695479865122, 0.61470640426964351, 0.62697542247017701, 0.63629726675946074, 0.64618052793061942, 0.65666316630386357, 0.66697229921408963, 0.67607240691087234, 0.68567631485065328, 0.69828642365744309, 0.70939742170743159, 0.71984730245856587, 0.73335327137205786, 0.7491983752217467, 0.76288874208982593, 0.77518238687845964, 0.78603287042076431, 0.79995968268653628, 0.81111128891867956, 0.82484474830527166, 0.83982849255420589, 0.8570889681002567, 0.87095612444570292, 0.88896785472177609, 0.90333809106860474, 0.92310933391162042, 0.9405629243797472, 0.95692109407032377, 0.97963547072788137, 1.0004217317748421, 1.0236926463114733, 1.0479024684311415, 1.0736587494567686, 1.1029019665569759, 1.12906516845161, 1.1535229840512065, 1.183650543141433, 1.2145616634515819, 1.2433817141554775, 1.2742936392427719, 1.3109612706104625, 1.3449613279449495, 1.3823759584622277, 1.4151051032327249, 1.4538354777949225, 1.4970878314012157, 1.544365849864396, 1.5852559389906491, 1.6289127182967043, 1.6763419507458905, 1.7346054874616406, 1.7874905505861236, 1.8348302383376642, 1.8883747008525986, 1.9710178297482999, 2.0327376391000698, 2.1131140769950014, 2.1969238514695641, 2.2946506914354945, 2.3927630404203812, 2.4890825215958983, 2.6207165719985688, 2.7919843701169169, 2.9728330577394462, 3.1407377025361027, 3.3485082966286388, 3.5810252651374039, 3.793190415760634, 4.1676272347122065, 4.4916169379050928, 4.8904487124863456, 5.4391848217865677, 6.2263879924626009, 7.5489807356158831, 9.9553179387792401, 36.574431675278419, 0.0, 0.028921816660492792, 0.038476208480468108, 0.045737177892749226, 0.050347326935298052, 0.054427244640566273, 0.059679563902977878, 0.062901418988622379, 0.065683103076441055, 0.069075624012220505, 0.073207759498264968, 0.075280554146869794, 0.079462144204613699, 0.083297706495367232, 0.086394086487673827, 0.088903479078186923, 0.09243845286973873, 0.094364478720997277, 0.096709129954935052, 0.099600772001187554, 0.10194958435962591, 0.10513809510421018, 0.10794208190913103, 0.11150222159681712, 0.1142579134971833, 0.11634657875634755, 0.11969047101715455, 0.12161519787344191, 0.12385053356930883, 0.12634084519901401, 0.1291305476386892, 0.13156417910210463, 0.13417493406967573, 0.13679964962661262, 0.13945990964839527, 0.14181342525248586, 0.14549282281256487, 0.14783340369717113, 0.14958856732057474, 0.15255382916645896, 0.15544319048994837, 0.1591542931569995, 0.16119409443564187, 0.16370574506975646, 0.16653288283113751, 0.16902699557221748, 0.1717260132509677, 0.17468466981937897, 0.1779552731592591, 0.18111140017332697, 0.18333071563005016, 0.18636531857836564, 0.19016088025525124, 0.19209155599903649, 0.19565401433448046, 0.19789779372738567, 0.20022629670546713, 0.20335515738656165, 0.20665614531626331, 0.20885428273616122, 0.21207980049406244, 0.21443174939028406, 0.2181358361099921, 0.2214704825023979, 0.22450859729188807, 0.22759981694087877, 0.23010697985919781, 0.23328733118479639, 0.23565035124699107, 0.23875228245044389, 0.24183177104791836, 0.2447595964898302, 0.24820098427265322, 0.25154143481035013, 0.25581771326492664, 0.26013522490314944, 0.26367297455136646, 0.26617604776659792, 0.26987259220624055, 0.27275363634505095, 0.27623705412540422, 0.27871993911088333, 0.28203251770501186, 0.28491073583870125, 0.28814332922843749, 0.29094277059610124, 0.2938064288488651, 0.2969815313602166, 0.30045527623320389, 0.30317724130982737, 0.30666702944803848, 0.30970778832795376, 0.31259577673706118, 0.31539427764199768, 0.31988050312274674, 0.32178656835758568, 0.32443980138047129, 0.3277688075192623, 0.33195003313090921, 0.33561880003007449, 0.33962945622215918, 0.34377428459224846, 0.349067132730848, 0.35295036042250361, 0.35729246702459938, 0.36187726953066712, 0.36506622168141156, 0.36986324059850173, 0.37569852555383199, 0.37905100286460758, 0.38294669891233701, 0.3866300329330194, 0.39204361455678038, 0.3962317851808338, 0.4030804475511377, 0.40814046916968216, 0.4119865334190676, 0.41817342893503151, 0.42349477228870891, 0.42867287716554325, 0.43313666513603649, 0.43739315237997622, 0.44219051331195619, 0.44643158583414966, 0.4513416019103979, 0.45705935192419134, 0.46264308628398765, 0.46825247944091547, 0.47465420547020648, 0.48174758431700188, 0.48788633445295398, 0.49349388643954339, 0.49865197511805071, 0.50773384443998426, 0.51541046681270575, 0.52255860785575936, 0.5356310077627463, 0.5406463000317947, 0.55076304278607535, 0.55854776590405919, 0.56582581731679704, 0.57267437404735588, 0.58175877378359275, 0.59034691980596277, 0.59823264051739911, 0.60957442271674445, 0.6194670575252732, 0.6294844755918888, 0.63775217112429661, 0.65038656712647513, 0.66556623318671948, 0.67830398239462752, 0.68857340585147719, 0.70637124241783045, 0.72004520953233619, 0.73226719735392387, 0.7457490295034942, 0.76151155409015303, 0.7788125970268942, 0.79515932542339285, 0.81254279994519929, 0.82700166070107894, 0.84377746720044, 0.8616801611253373, 0.87312979926600642, 0.89306244383302025, 0.91157949941262495, 0.93649830671061973, 0.96045815324208017, 0.98026017538300847, 1.0032275044690475, 1.0223665747906359, 1.0503696830959937, 1.0755078532636331, 1.101139306224127, 1.1388797172799137, 1.1665602377614628, 1.1971228830372136, 1.2429765744431311, 1.27151817897234, 1.3196059857459572, 1.3607077146634539, 1.4080100832014402, 1.4436105483598447, 1.5062656999309187, 1.5705018855286448, 1.6196741040179319, 1.7017546419225014, 1.7817219551686443, 1.8729498330391841, 2.006473698316642, 2.0957964833521063, 2.2485598216783145, 2.423609185843191, 2.626008839643847, 2.9939990973758333, 3.246795944923798, 3.6373053766092713, 4.1523041564312617, 5.165408952511334, 14.439408507928594, 0.0, 0.018339072203810237, 0.02329902841443731, 0.028894088769264126, 0.033732536832338969, 0.039118065252253129, 0.043508833467363728, 0.047063221143802791, 0.051667831189905436, 0.055471945442740714, 0.059563400199632022, 0.063407265987904318, 0.067563772217917817, 0.070562077753977034, 0.072564969601282711, 0.075957653960410501, 0.079471937233580703, 0.081610948505659406, 0.084336182277764543, 0.085729555024764481, 0.087912606080814831, 0.090426742471708968, 0.092226052618394103, 0.095203088495300195, 0.097507441529407504, 0.09931583216850505, 0.10098213901865467, 0.10362977207550068, 0.106536499498979, 0.10886405033186211, 0.11088891781357048, 0.11328699495935905, 0.11540087510304135, 0.11799931027470408, 0.12050531073316835, 0.12242779955312402, 0.12514823721707605, 0.12721735558212802, 0.12933447430330011, 0.13203036634017445, 0.13417276652072574, 0.13682939156923718, 0.13887038216932518, 0.14017857392699531, 0.14260782990365448, 0.14507059221307408, 0.14695417225791405, 0.1497654226781093, 0.15138564492801476, 0.15472639458976323, 0.15772367683889396, 0.16045043223988531, 0.16195088977448327, 0.1653371285663317, 0.16739293400606811, 0.16902564888868615, 0.17135686517783991, 0.17417715392414423, 0.17596450913872053, 0.17803129891730965, 0.1805883516853817, 0.1825060880502859, 0.1838873485985828, 0.18554056668826283, 0.18688214127303718, 0.19034439134742612, 0.19315414674660081, 0.19515118537205678, 0.19721801513205642, 0.19995735714435001, 0.202946145175666, 0.20558544474904342, 0.20755322999229742, 0.20900643222762244, 0.21121684498145538, 0.2141429261516028, 0.21798646354299808, 0.22017242536159604, 0.22218023639013998, 0.22376317029676776, 0.22537433505677418, 0.22809119148663043, 0.23139281037580572, 0.23480276077988851, 0.23684629676326219, 0.23958019092042915, 0.24220286199703944, 0.24366569953375267, 0.24625074936964272, 0.24915921270974223, 0.25224407083384365, 0.2538581843802209, 0.25651702169266016, 0.26003397601516304, 0.26243381994538789, 0.26573203122069483, 0.26815769894861019, 0.27071592524571436, 0.27210161216348083, 0.27479515468230203, 0.27748117382633419, 0.280031855760834, 0.28299682369589024, 0.28524892290169052, 0.28898573042967923, 0.29228482183314008, 0.29504239920787978, 0.29806595908916128, 0.30100912736728097, 0.30284142122993929, 0.30711397725763068, 0.30933508238145735, 0.31253352531706291, 0.31451417053860403, 0.31873834499509557, 0.32074973819730013, 0.3227054052696956, 0.32713499329815404, 0.32974764249150712, 0.33492335792956868, 0.33718040901799218, 0.3445901607353572, 0.34780889710624885, 0.35093774887440915, 0.35623622197550575, 0.36041747761865661, 0.3642024692932514, 0.36810814698209304, 0.37267235846192165, 0.37479086986451726, 0.37861500834946049, 0.38309681552259905, 0.38664479850030559, 0.39090235429868447, 0.39557988601615102, 0.40024979955036705, 0.40474065571274853, 0.41182223255228778, 0.41565261202748732, 0.41888281162295166, 0.42393582615245412, 0.42822578404852624, 0.43294724828815934, 0.43951811737015356, 0.44722396323185154, 0.456459221718371, 0.46045447756416902, 0.46515308472591632, 0.46794991783126505, 0.47105981062684799, 0.47694020659007907, 0.48566640347419093, 0.4925745593913089, 0.49834783552581607, 0.50583387303211413, 0.51446464375101153, 0.52037516362506031, 0.53000380193173813, 0.5385532513944602, 0.54874910866185223, 0.557812399599245, 0.56788840989487577, 0.57980243654512897, 0.59369025108432061, 0.60559961256557782, 0.61889472781609867, 0.62969186089776408, 0.63837174738104929, 0.65949504499792255, 0.67141801254799327, 0.68600870858985674, 0.70043252145572876, 0.71339160274800251, 0.73333888359098232, 0.7460716086234207, 0.77171882001476177, 0.79223386524767436, 0.80514904996463144, 0.83016666521645444, 0.85350687238710088, 0.87938142652533746, 0.90714316395586614, 0.94541747300904144, 0.96712639337790818, 1.0077289627906116, 1.0578436059764642, 1.0814656481052898, 1.1213085582112645, 1.1519192766424888, 1.2067063531674953, 1.2531782152469926, 1.3107295260357585, 1.3724083852801383, 1.4468184839518206, 1.5305694103262035, 1.6312349936217583, 1.756018052127331, 1.8367605970857828, 2.1866989616417953, 2.6254576951184867, 6.6659216112228403, 0.0, 0.022907607978118902, 0.029821550682582357, 0.041345273775706924, 0.047618453577416696, 0.050555949727830833, 0.051530800253982594, 0.054552378113468664, 0.057086940000512496, 0.060602812091659256, 0.062248198918549692, 0.064804482413347478, 0.068044804113331997, 0.068908259193016616, 0.071132441977344307, 0.072933767937089555, 0.074986799025957215, 0.077263304695632015, 0.077976304453341666, 0.080549007965029493, 0.082270832598215493, 0.085046708133008728, 0.087447299482588489, 0.088756661262206285, 0.089943943671740606, 0.091007938101520788, 0.094928097449594656, 0.099174513732067163, 0.10225836726704171, 0.10576989225044739, 0.10833249442743473, 0.11038664233579089, 0.11189318059686042, 0.11482544288738511, 0.11669347663279424, 0.11877928264418412, 0.12047520194953332, 0.12165567868304332, 0.12370102433239426, 0.12612018039059264, 0.12684700576746685, 0.12878646240712111, 0.13057121120289508, 0.13306734076172619, 0.13372880707703153, 0.13736038992044558, 0.13881715097710293, 0.14064884529964838, 0.14124573991521217, 0.14311942643715578, 0.14513581305673817, 0.14595784685930299, 0.14716393061676503, 0.14885367705639466, 0.15050993397888962, 0.15162964533831316, 0.15369975683678072, 0.15435469959388012, 0.15577759046058082, 0.15668226730841731, 0.1584071432356994, 0.16082946927662081, 0.16239265698907479, 0.16531349295331907, 0.16703861065645129, 0.16929110758385099, 0.17070372367338077, 0.17240081949003247, 0.17401929655089876, 0.17549939813262669, 0.17701318273239205, 0.17868149692193935, 0.18147990984218215, 0.18481043739856384, 0.18569720961339536, 0.18665041599964075, 0.18938007981684934, 0.19112692772630277, 0.19315708801010689, 0.19508059108287254, 0.19644468311306196, 0.19883785512746996, 0.1996477292940389, 0.20328799229092981, 0.20659034076463945, 0.20796810335371782, 0.20983542523783127, 0.2115840603792295, 0.21255804907160578, 0.21431203105213031, 0.21628777053004405, 0.21896636799431354, 0.21986294549536606, 0.22078232590253416, 0.22179327232323751, 0.22426607190724099, 0.22774633679825707, 0.22885586498217825, 0.23208931497029114, 0.23445635314933294, 0.23554916368095241, 0.23985598287746046, 0.24076111746584605, 0.24198970919459603, 0.24456695954672134, 0.24539417383496825, 0.24905154968712961, 0.25090707777222615, 0.25130106870142177, 0.25451533183987707, 0.25566996933756181, 0.25867328796775041, 0.26064956359600089, 0.26093120395291297, 0.26335008874127647, 0.26856790047127449, 0.27254893327198854, 0.27567782840817318, 0.28124267210164966, 0.28247854937130817, 0.28625114431857379, 0.29082925078376376, 0.29320605506152064, 0.29647487884551421, 0.29850592855711272, 0.30094246795171609, 0.30299611653537667, 0.30732808774918102, 0.30921735043703502, 0.31232747522186072, 0.31576319709815054, 0.31898849977118987, 0.32108644244395629, 0.32447138047106261, 0.3276024319651058, 0.33168278635557902, 0.33493496691600139, 0.33845815307623212, 0.34437679545267702, 0.34822020725155695, 0.35388817414966195, 0.35700939815500266, 0.36137972027986198, 0.36735725529631541, 0.37122673740911644, 0.37736118189762147, 0.38121463316019755, 0.38546836603235024, 0.38836897993416342, 0.39553820461710354, 0.40116462511742196, 0.40279764229171539, 0.40785429136994455, 0.4120631734290916, 0.41819001160031855, 0.4234655903840544, 0.43068989317940309, 0.4331178277657271, 0.43638042629268897, 0.44171464739442051, 0.44829733628879731, 0.45755514155993304, 0.46339964109942611, 0.47692651434693667, 0.48203233568420067, 0.49140553703676787, 0.50067617538535925, 0.50624500029535147, 0.509762509086366, 0.52599740110606863, 0.53670458159003154, 0.54068269935836055, 0.54513452026347542, 0.55442379727646218, 0.5804414969611561, 0.58740464650794555, 0.59797187392502571, 0.60955631740740246, 0.62001210363745418, 0.62794424312588415, 0.64232876391400828, 0.65803432767723335, 0.67702143179047414, 0.69561200182704575, 0.70599633378133608, 0.73591608002676656, 0.75513253846758877, 0.78397996641105416, 0.80710202421052646, 0.84525049120784146, 0.9052678157224523, 0.9490825408336746, 1.016326214794693, 1.0596533647480635, 1.1401329656445862, 1.2775775816110475, 1.3755053508861865, 1.4769805157017351, 1.6399119604908177, 2.1348657056627016, 3.1990537574230995, 0.0, 0.037229647806545842, 0.042899747607156292, 0.04852625796660219, 0.053427828682963238, 0.057846043814273482, 0.058789366804777823, 0.059894670960058481, 0.061806496819415593, 0.06288357937563871, 0.063705491238154652, 0.064624564349766864, 0.066539564546213181, 0.068117644205825445, 0.069689987448183402, 0.072973810118958204, 0.075029578028714114, 0.076090220871986247, 0.078275623933525537, 0.080159770792154389, 0.081406116039587209, 0.08164553964490695, 0.083593049530192948, 0.084590953870938804, 0.086465834117303964, 0.08822532572632788, 0.089186854619600464, 0.089886020317945056, 0.092572749202295607, 0.093694972932557227, 0.094937834404926119, 0.097040224291640623, 0.097667138521545876, 0.099969968038602502, 0.10417048484174087, 0.10780079213283225, 0.10889375095854625, 0.10903938989013479, 0.11128176917618536, 0.11257507660636565, 0.11326518811097527, 0.11352509387853861, 0.11567847555302868, 0.11768952386243653, 0.1204905958236033, 0.12232339630742434, 0.12313609921978132, 0.12415844929489957, 0.12496470498144355, 0.1256037537020967, 0.12639939557206845, 0.12838761114223329, 0.13077332351034465, 0.13313785622768695, 0.13467524077070694, 0.13767775043346175, 0.1395173441181872, 0.14023356529287612, 0.14136086842893428, 0.14571034508839201, 0.1469532644277852, 0.14759361899260168, 0.14842017101772531, 0.15242521256839886, 0.15426856023023913, 0.15672970714335024, 0.15841699106659399, 0.16004962219962768, 0.16049659367868152, 0.16157625338408105, 0.16342153321263841, 0.16532114637213219, 0.16564588513427789, 0.16769053519184424, 0.16854825098054121, 0.17028923250134065, 0.17081950396614154, 0.17342913449829525, 0.17419644038376433, 0.17653031453657719, 0.17786246650019316, 0.17958041035624855, 0.18003570826506662, 0.18432275493254124, 0.18459458761615619, 0.18561588691792064, 0.18819478610235629, 0.18893514209622653, 0.19095535469625224, 0.19170408021332064, 0.19567600800094345, 0.19999780259216959, 0.20284315225727748, 0.20373012583225134, 0.20456046242286197, 0.20898756476926456, 0.2100591678518928, 0.21318265146979337, 0.21479341720286452, 0.21493894958991802, 0.21552884148320978, 0.21678370295180605, 0.22005390213330656, 0.2208750353533499, 0.22231160974944153, 0.22547606652116448, 0.22883502427842192, 0.23247314084489223, 0.23365595384777041, 0.23970523046509304, 0.24138410146972589, 0.24522137341984301, 0.24570522451863233, 0.24780703706547635, 0.24933355507759977, 0.25284652657486378, 0.25514210353592087, 0.26026745358900111, 0.26128019347213516, 0.26202930456238355, 0.2653982496052657, 0.27065798701145305, 0.27463053229655843, 0.27595152381920862, 0.27800957551439981, 0.27890303616529488, 0.28289551881522107, 0.28379888321436764, 0.28474455516979619, 0.28548889806913502, 0.28851856129741399, 0.28925469033111689, 0.28955788894271245, 0.29350305977266933, 0.29609872122681807, 0.30241998726464192, 0.30382080452923382, 0.30448438898977698, 0.30631757913135704, 0.30916236790296231, 0.31205028913580696, 0.31313738153954629, 0.31539404590186959, 0.32210740953492534, 0.32318384166541836, 0.32403796494592974, 0.32464341580886236, 0.32818473413596672, 0.33067902264725552, 0.33203810229003639, 0.33962444057763569, 0.34073403626495863, 0.34374538688334105, 0.34554821131082758, 0.34684735903657665, 0.34836578284950859, 0.35197282198795432, 0.35911745218986346, 0.36040424548108152, 0.36271817789575339, 0.36453208838267026, 0.3722041874594319, 0.3850959970374066, 0.3967374853148608, 0.41083356110814401, 0.41558974094228335, 0.41984747597880934, 0.42851282447107242, 0.44033883814796876, 0.44769850108485965, 0.45485476695336086, 0.45517769344815051, 0.46988589941579539, 0.47336234940402983, 0.48228476100040185, 0.4963129125170842, 0.52496401740850696, 0.54174268466224507, 0.56778264213285756, 0.59947949441738635, 0.61618637620027639, 0.62469990851376267, 0.63559373655292239, 0.64028148402424645, 0.6417944978527288, 0.66120751834923108, 0.67230387905415456, 0.68549918126957876, 0.73574140945002686, 0.76189058824857092, 0.78177211477759978, 0.78478497130854397, 0.81183845339312055, 0.92595133931696894, 1.0420074377189543, 1.1184834461004387, 1.1868475850375335, 1.3795391514935433, 1.6690912806799729, 3.620579386400943, 4.4069707474488888, 0.0, 0.030864281125046841, 0.03669053240718801, 0.03669053240718801, 0.039541803469962257, 0.039755585819827695, 0.041911399040835309, 0.044531607387296508, 0.046731484997993428, 0.046731484997993428, 0.06192300563276, 0.06192300563276, 0.066085275241882221, 0.067880636244234044, 0.067880636244234044, 0.069612626096000677, 0.071396391336907949, 0.074309967475605268, 0.078162954961568054, 0.079768809149418779, 0.079768809149418779, 0.081322012057796628, 0.081579918597752932, 0.081965289512041781, 0.082670774423793988, 0.082670774423793988, 0.083676047986424987, 0.083826394915856112, 0.085375798643674658, 0.085510183074035503, 0.088324648985544513, 0.088324648985544513, 0.089066018619338688, 0.089523451445578398, 0.092390560807742189, 0.10166676719934153, 0.10195388252236594, 0.10195388252236594, 0.10528536390229394, 0.10679858905504509, 0.10764192688172415, 0.11227193635040114, 0.11227193635040114, 0.11244606922440568, 0.1136218868259553, 0.11451053199472827, 0.11659577642426923, 0.11691086289458787, 0.11691086289458787, 0.1173211686698568, 0.11960461186081611, 0.12046430069545827, 0.12256846680870316, 0.12256846680870316, 0.12280198926010166, 0.1257225389684917, 0.13059187471398534, 0.13073228193993355, 0.13136136021211561, 0.13136136021211561, 0.13233380712258788, 0.13614938779187713, 0.14007489771345971, 0.14560628646680376, 0.14560628646680376, 0.14756930951437783, 0.14916144609305121, 0.14922882591595366, 0.15191188357115223, 0.15579801420071124, 0.15610306654452089, 0.15610306654452089, 0.15875192987335729, 0.16047737283948593, 0.16705380313003848, 0.16705380313003848, 0.168016882808462, 0.17068350389171213, 0.17282355855710782, 0.17412526193089098, 0.17681813754652775, 0.17681813754652775, 0.17715999760351636, 0.17756752055286806, 0.17871040321678122, 0.18018603591927709, 0.18070221855952068, 0.18070221855952068, 0.18495477280536446, 0.18580464561947918, 0.18637382093258065, 0.18739559121993163, 0.18739559121993163, 0.18989848932672079, 0.1902906960015, 0.19079530690057658, 0.19139358210577725, 0.1938767861484369, 0.1938767861484369, 0.19812320558888927, 0.19864349781538035, 0.20096245867613949, 0.20739126731129648, 0.20739126731129648, 0.20890608427242904, 0.21005835424486638, 0.21737774907061119, 0.21854346896037202, 0.22284661457281491, 0.22284661457281491, 0.23203519715709653, 0.23203519715709653, 0.23558872825006388, 0.23602589936541735, 0.23602589936541735, 0.23638998760967109, 0.23703292133804643, 0.24047672111025759, 0.24232933889648617, 0.24387144046296869, 0.24387144046296869, 0.24388260654882868, 0.24896631802503422, 0.25046853137361336, 0.25166045673406662, 0.25166045673406662, 0.25359663196242094, 0.25498419205566342, 0.25901909865108758, 0.26243633410773498, 0.26917225709613957, 0.26917225709613957, 0.27179969406100962, 0.27215636119935699, 0.27269960957360972, 0.27295835182412659, 0.27444977275651289, 0.27444977275651289, 0.274486965108864, 0.27757442781989727, 0.28007367094306918, 0.28306039462916666, 0.28306039462916666, 0.29022692808414607, 0.29319016306643131, 0.2953248123792146, 0.29727012315484735, 0.30055429636041897, 0.30055429636041897, 0.30274018734482672, 0.30371328246605706, 0.31089484427626424, 0.31222083890057561, 0.31222083890057561, 0.31342334287374385, 0.31360922339798514, 0.31781375837493059, 0.32086597698136354, 0.32397526199152671, 0.32397526199152671, 0.3252274384988707, 0.32557079328326183, 0.33071479846211244, 0.33213366103834452, 0.33213366103834452, 0.33806274054259133, 0.34060768522908541, 0.34066725641268175, 0.35070821312772565, 0.35281117830908848, 0.36022367837676228, 0.36022367837676228, 0.36359476452865169, 0.36867343874662684, 0.37500703454904866, 0.37500703454904866, 0.37559552094037618, 0.37776360565050465, 0.37911941464036175, 0.38043414821366556, 0.38673933256135501, 0.38673933256135501, 0.41493531465793626, 0.42545225470978032, 0.43335020944353286, 0.45946584864513479, 0.47934271794544625, 0.47934271794544625, 0.4835397584082895, 0.507001135566851, 0.53670698552411766, 0.62709022030658668, 0.62709022030658668, 0.6307562723487633, 0.6978337089986677, 0.96104664619258018, 0.97932419086538236, 1.3786097683148981, 1.3786097683148981, 2.1383436514004277, 2.1383436514004277, 0.0, 0.0, 0.040258951562044121, 0.040258951562044121, 0.04337227036223338, 0.04337227036223338, 0.04337227036223338, 0.056733258526878674, 0.056733258526878674, 0.059895656757221916, 0.063352892119378321, 0.063352892119378321, 0.063352892119378321, 0.063352892119378321, 0.063460760236515132, 0.063460760236515132, 0.063460760236515132, 0.064176771962993165, 0.064176771962993165, 0.069374734097819607, 0.069374734097819607, 0.069941635924431284, 0.069941635924431284, 0.069941635924431284, 0.07441063086446581, 0.07441063086446581, 0.090038436293935278, 0.090038436293935278, 0.090038436293935278, 0.093919282982153851, 0.098259451815303545, 0.098259451815303545, 0.098259451815303545, 0.098259451815303545, 0.11221645527330414, 0.11221645527330414, 0.11464109406455952, 0.11464109406455952, 0.11464109406455952, 0.11504122558884447, 0.11504122558884447, 0.11661461574279566, 0.11661461574279566, 0.11661461574279566, 0.11694434342186813, 0.11694434342186813, 0.12361989892840071, 0.12361989892840071, 0.12361989892840071, 0.12731915639699826, 0.13338496267239372, 0.13338496267239372, 0.13338496267239372, 0.13338496267239372, 0.14060738795616895, 0.14060738795616895, 0.14577369503859991, 0.14577369503859991, 0.14577369503859991, 0.15154574744822344, 0.15154574744822344, 0.15338029980440129, 0.15338029980440129, 0.155704785287297, 0.155704785287297, 0.155704785287297, 0.16408818329459646, 0.16408818329459646, 0.16611008928152352, 0.16611008928152352, 0.16793010863802235, 0.16793010863802235, 0.16793010863802235, 0.17350035363146732, 0.17350035363146732, 0.17350035363146732, 0.17720670978465847, 0.17720670978465847, 0.18778273599380949, 0.18778273599380949, 0.18778273599380949, 0.1956978506206099, 0.1956978506206099, 0.20618188353800229, 0.20618188353800229, 0.20618188353800229, 0.20667910131294201, 0.20667910131294201, 0.20897230394199579, 0.20897230394199579, 0.21603929997442067, 0.21603929997442067, 0.21603929997442067, 0.21750678346847724, 0.21750678346847724, 0.21750678346847724, 0.22319258104633796, 0.22319258104633796, 0.22577633029393052, 0.22577633029393052, 0.22577633029393052, 0.22835066066328252, 0.22835066066328252, 0.23127950794349347, 0.23127950794349347, 0.2335912050904361, 0.2335912050904361, 0.2335912050904361, 0.23855651821128016, 0.23855651821128016, 0.2403910894270215, 0.2403910894270215, 0.2403910894270215, 0.24693892553945757, 0.24693892553945757, 0.25144395559134397, 0.25144395559134397, 0.25144395559134397, 0.26144207730435715, 0.26144207730435715, 0.26316375812762322, 0.26316375812762322, 0.26316375812762322, 0.269250257528246, 0.269250257528246, 0.26976356545845359, 0.26976356545845359, 0.26976356545845359, 0.27207502394872296, 0.27207502394872296, 0.2722348959852619, 0.2722348959852619, 0.2722348959852619, 0.27399949932593481, 0.27399949932593481, 0.28525376986066708, 0.28525376986066708, 0.28525376986066708, 0.28581273013248543, 0.28581273013248543, 0.28581555874501124, 0.28581555874501124, 0.28725787127206887, 0.28725787127206887, 0.28725787127206887, 0.29182201476670522, 0.29182201476670522, 0.29774917483412067, 0.29774917483412067, 0.29774917483412067, 0.3221172335419677, 0.3221172335419677, 0.32286123906893716, 0.32286123906893716, 0.32286123906893716, 0.32784329797451783, 0.32784329797451783, 0.39859714532471063, 0.39859714532471063, 0.39859714532471063, 0.40861269762703839, 0.40861269762703839, 0.43492497337962299, 0.43492497337962299, 0.43492497337962299, 0.45154247181726737, 0.45154247181726737, 0.47903191315956584, 0.47903191315956584, 0.47903191315956584, 0.48764413130617162, 0.48764413130617162, 0.55753055427216291, 0.55753055427216291, 0.55753055427216291, 0.59950889251110473, 0.59950889251110473, 0.62302532522821363, 0.62302532522821363, 0.62302532522821363, 0.70821265192750071, 0.70821265192750071, 0.78923825478405685, 0.78923825478405685, 0.80991304315555079, 0.80991304315555079, 0.80991304315555079, 0.88217017561019562, 0.88217017561019562, 0.88217017561019562, 0.90564207937415331, 0.90564207937415331, 0.92743264762046396, 0.92743264762046396, 1.0496487600196804, 1.0496487600196804, 1.0496487600196804, 1.2152980938033116, 1.2152980938033116, 1.2152980938033116, 1.2152980938033116] diff --git a/Muon/MuonID/python/MuonID/M_DC06_def_gamoms.py b/Muon/MuonID/python/MuonID/M_DC06_def_gamoms.py index e32f157e482..404836fe4a5 100644 --- a/Muon/MuonID/python/MuonID/M_DC06_def_gamoms.py +++ b/Muon/MuonID/python/MuonID/M_DC06_def_gamoms.py @@ -1 +1,11 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### M_DC06_def_gamoms = [0, 350.0, 1050.0, 1750.0, 2450.0, 3150.0, 3850.0, 4550.0, 5250.0, 5950.0, 6650.0, 7350.0, 8050.0, 8750.0, 9450.0, 10150.0, 10850.0, 11550.0, 12250.0, 12950.0, 13650.0, 14350.0, 15050.0, 15750.0, 16450.0, 17150.0, 17850.0, 18550.0, 19250.0, 19950.0, 20650.0, 21350.0, 22050.0, 22750.0, 23450.0, 24150.0, 24850.0, 25550.0, 26250.0, 26950.0, 27650.0, 28350.0, 29050.0, 29750.0, 30450.0, 31150.0, 31850.0, 32550.0, 33250.0, 33950.0, 34650.0, 35350.0, 36050.0, 36750.0, 37450.0, 38150.0, 38850.0, 39550.0, 40250.0, 40950.0, 41650.0, 42350.0, 43050.0, 43750.0, 44450.0, 45150.0, 45850.0, 46550.0, 47250.0, 47950.0, 48650.0, 49350.0, 50050.0, 50750.0, 51450.0, 52150.0, 52850.0, 53550.0, 54250.0, 54950.0] diff --git a/Muon/MuonID/python/MuonID/M_DC06_def_gaprobs.py b/Muon/MuonID/python/MuonID/M_DC06_def_gaprobs.py index bbbedf68296..18d144752d6 100644 --- a/Muon/MuonID/python/MuonID/M_DC06_def_gaprobs.py +++ b/Muon/MuonID/python/MuonID/M_DC06_def_gaprobs.py @@ -1 +1,11 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### M_DC06_def_gaprobs = [0, 0.0, 0.0, 0.0, 0.91489362716699996, 0.95692306757000001, 0.98613864183400002, 0.99072849750500003, 0.98903292417499999, 0.98952460288999999, 0.99774098396300004, 0.99152541160600005, 0.99343830347100004, 0.99500310421000004, 0.99360203742999997, 0.99673414230299995, 0.99803018569900004, 0.99857753515199998, 0.99271136522299996, 0.993197262287, 0.997596144676, 0.99408286809900004, 0.99648505449299996, 0.99720668792699996, 0.99559080600700001, 0.99696666002300005, 0.99382078647600003, 0.99571734666800005, 0.99760192632699995, 0.99768519401599998, 0.99423962831500001, 0.99749684333800004, 0.99865412712099999, 0.99725276231799997, 0.99565845727900004, 1.0, 0.995768666267, 0.99697428941699995, 0.99658703804000004, 0.995065808296, 0.998257815838, 0.99835252761799997, 0.99401199817700003, 1.0, 0.99435025453600001, 0.99797159433399996, 0.99582463502899998, 0.99365752935399998, 0.99794661998699996, 0.99550563097, 0.99768519401599998, 0.99052131176000002, 0.99722993373900004, 0.99507391452799998, 0.98961037397399998, 0.99184781312900006, 0.98863637447399999, 0.99135446548499995, 0.99723756313300005, 0.99006623029700003, 0.99099099636099997, 0.99672132730499996, 0.992857158184, 1.0, 1.0, 1.0, 0.98947370052299999, 0.99640285968800002, 0.99641579389599999, 0.98892986774400005, 0.984126985073, 0.99591839313499997, 0.98765432834599998, 0.98712444305400004, 0.99523806571999995, 0.98076921701399999, 1.0, 1.0, 1.0, 1.0, 0, 0.0, 0.0, 0.0, 0.031914893537799999, 0.68923074006999996, 0.94653463363599999, 0.97483444213899995, 0.98404783010499997, 0.98952460288999999, 0.99397587776200003, 0.99022161960599997, 0.99081367254300001, 0.99312931299200002, 0.99488162994399998, 0.99738734960599995, 0.99606043100399999, 0.99431008100499996, 0.99562680721300001, 0.99546486139299994, 0.997596144676, 0.99408286809900004, 0.99648505449299996, 0.996275603771, 0.99823635816599998, 0.99494439363499998, 0.99485069513299995, 0.99678802490200002, 0.99520385265400002, 0.99884259700800004, 0.99539172649399998, 0.99374216795000003, 0.99730819463700005, 0.99450546503100001, 0.99565845727900004, 1.0, 0.99435824155800001, 0.99546140432399999, 0.99488055706, 0.99342107772800003, 0.99651569127999995, 0.99670511484099999, 0.99401199817700003, 0.99616122245799998, 0.99811673164400005, 0.99594318866700005, 0.99791228771200002, 0.99154335260399995, 0.99794661998699996, 0.99775278568299997, 0.99768519401599998, 0.99289101362200005, 0.99722993373900004, 0.99014776945100003, 0.98961037397399998, 0.99728262424500003, 0.98863637447399999, 0.98559075593900003, 0.99447512626599999, 0.98675495386099998, 0.98798799514799995, 0.99672132730499996, 0.98571425676299995, 0.99662160873399996, 1.0, 1.0, 0.98947370052299999, 0.99640285968800002, 0.99641579389599999, 0.98892986774400005, 0.99603176116900005, 0.99591839313499997, 0.99588477611500004, 0.99570816755299996, 0.99523806571999995, 0.98076921701399999, 1.0, 0.99545454978900005, 0.98958331346499995, 1.0, 0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.31881189346299998, 0.88344371318799997, 0.95014953613300002, 0.97824335098299997, 0.97515058517499997, 0.98370271921200003, 0.98556429147699998, 0.99250465631499996, 0.99168264865900002, 0.99281513690900003, 0.99409061670300003, 0.99217641353599995, 0.99271136522299996, 0.99168556928600005, 0.99439102411299995, 0.99492812156699995, 0.99384886026399999, 0.99720668792699996, 0.99029982090000002, 0.99089992046399999, 0.99382078647600003, 0.99571734666800005, 0.99040764570200002, 0.99884259700800004, 0.98847925663000002, 0.99624532461199999, 0.99327051639599995, 0.99450546503100001, 0.99710565805399998, 0.99855905771300002, 0.99012696742999995, 0.99546140432399999, 0.99317407607999997, 0.99013155698800004, 1.0, 0.99341022968299997, 0.99201595783200003, 0.99808061122900005, 0.99811673164400005, 0.99594318866700005, 0.99791228771200002, 0.98308670520800001, 0.99794661998699996, 0.99775278568299997, 1.0, 0.99052131176000002, 0.99445980787300003, 0.99014776945100003, 0.984415590763, 0.98913043737399997, 0.98579543829000005, 0.97982710599900003, 0.98895025253299995, 0.98675495386099998, 0.98798799514799995, 0.99672132730499996, 0.98928570747400002, 0.99662160873399996, 0.98207885026899999, 0.99658703804000004, 0.98596489429500001, 0.98920863866800002, 0.99641579389599999, 0.98154979944200005, 0.98809522390399995, 0.99591839313499997, 0.99176955223100005, 0.982832610607, 0.98571425676299995, 0.98076921701399999, 1.0, 0.99545454978900005, 0.99479168653500005, 1.0, 0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.00198019808158, 0.076821193098999999, 0.595214366913, 0.90491539239899998, 0.95858430862400001, 0.96870923042299995, 0.98556429147699998, 0.98750782012899996, 0.98784387111700001, 0.98889613151599998, 0.99146419763600002, 0.99359887838399996, 0.98833817243599997, 0.993197262287, 0.99038463830900003, 0.99492812156699995, 0.99384886026399999, 0.99720668792699996, 0.99206346273400003, 0.99494439363499998, 0.99176108837099997, 0.99357599019999998, 0.99040764570200002, 0.99652779102300004, 0.98732721805599999, 0.99374216795000003, 0.99327051639599995, 0.99587911367399995, 0.99565845727900004, 0.99711817503, 0.99294781684900002, 0.98940998315799999, 0.98634815216100002, 0.991776287556, 0.99477350711800006, 0.99341022968299997, 0.98602795600899995, 0.99232244491599997, 0.99811673164400005, 0.993914783001, 0.99791228771200002, 0.98520082235299999, 0.99794661998699996, 0.99775278568299997, 0.99768519401599998, 0.98815166950199995, 0.99445980787300003, 0.99261081218699998, 0.98701298236799995, 0.99184781312900006, 0.991477251053, 0.97694522142399998, 0.99171268940000001, 0.98344373702999999, 0.98498499393500005, 0.99344259500499998, 0.98928570747400002, 0.99324321746800004, 0.98924732208300004, 0.99658703804000004, 0.98596489429500001, 0.98561149835600004, 0.98207885026899999, 0.985239863396, 0.98809522390399995, 0.98775511980099995, 0.99588477611500004, 0.98712444305400004, 0.98095238208799995, 0.97596156597100003, 0.99512195587200003, 0.99090909957899997, 0.98958331346499995, 1.0] diff --git a/Muon/MuonID/python/MuonID/M_MC09_def_chi2b.py b/Muon/MuonID/python/MuonID/M_MC09_def_chi2b.py index eaf7788ea7a..37ad4657534 100644 --- a/Muon/MuonID/python/MuonID/M_MC09_def_chi2b.py +++ b/Muon/MuonID/python/MuonID/M_MC09_def_chi2b.py @@ -1 +1,11 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### M_MC09_def_chi2b = [0.0, 1.19643536295, 1.7799429438800001, 2.5000897208500001, 3.0593132287299998, 3.4839286608000002, 3.9982294568999999, 4.4402913862600002, 4.8147369692600002, 5.3054432104, 5.8105717909600001, 6.1370968299099999, 6.7475810144699997, 7.3015792720599997, 7.6896019690199999, 8.13938977856, 8.4515096605100002, 8.9879216562900002, 9.4927671192999998, 10.085788064899999, 10.625255410199999, 11.0026891093, 11.3895870178, 11.843719932200001, 12.253271789299999, 12.767614137500001, 13.262427498099999, 13.786048882799999, 14.16595075, 14.643883369899999, 15.146539539600001, 15.7813472808, 16.280656373900001, 16.655646821400001, 17.114459585199999, 17.598615494000001, 18.184936752399999, 18.740805828900001, 19.248318706700001, 19.9296167205, 20.463100761100002, 21.2124495216, 21.626706539400001, 22.210655822100001, 22.700941956400001, 23.302821910599999, 23.920510033900001, 24.580456784700001, 25.2569820073, 25.959142340700001, 26.512265281099999, 27.196530728900001, 27.733216163200002, 28.478633239299999, 29.299270036500001, 30.256722160100001, 30.986221208, 31.737877171200001, 32.3960443243, 33.105226859200002, 33.767065963699999, 34.404378731100003, 34.924274373000003, 35.644436068099999, 36.564111572900003, 37.417350414600001, 38.238436024899997, 38.799991177199999, 39.436095377800001, 40.277347542100003, 41.016879076899997, 41.908435708699997, 42.819594709699999, 43.738915136400003, 44.846693151399997, 45.536023954699999, 46.546157932100002, 47.460643921100001, 48.624537354399997, 49.4055755953, 50.186510797700002, 51.175277055499997, 52.089204297199998, 53.122068163400002, 54.127727041100002, 54.940780204399999, 56.114554909900001, 57.0656839854, 57.894406169100002, 59.009235477799997, 60.0914392866, 61.208045864900001, 62.2858241466, 63.543350702799998, 64.856196127700002, 66.682225449399994, 68.209557105800002, 69.742463108799996, 71.750057073999997, 73.414467924899995, 75.307815587799993, 77.118795934299996, 78.812379695000004, 80.355455134600007, 81.877925440300004, 83.662200974800001, 85.224686517899997, 86.615321828199995, 88.267510348100004, 89.802469557099997, 91.374895675700003, 93.408025320799993, 95.336052711299999, 97.395921625599996, 98.859486409499993, 100.657442178, 102.99984774399999, 105.41734144900001, 107.273191485, 109.044242849, 110.937136356, 113.583166593, 115.56257233300001, 117.846911268, 120.681655831, 122.799469999, 124.375415383, 126.97394391900001, 129.436815795, 132.49568735599999, 135.98857834699999, 138.09223868300001, 141.65649987800001, 146.09086464500001, 149.16576952099999, 152.208770273, 155.187653896, 157.43246798000001, 160.43301280700001, 162.84002901100001, 166.77052560600001, 169.29494600500001, 172.91801473500001, 176.654293306, 180.23478114700001, 183.296380473, 186.73903581499999, 190.86755789399999, 195.654394298, 199.69558299600001, 203.92254700699999, 208.397049907, 213.10008202399999, 217.93095747000001, 222.20188235800001, 227.07325009499999, 230.860699883, 237.97819378299999, 245.85743037500001, 252.73101680400001, 258.89556405000002, 268.60486464500002, 276.47499798699999, 282.03633185400003, 289.17078451600003, 302.06749436299998, 312.57905513100002, 322.60452264899999, 331.014610371, 341.75075497, 350.173888159, 361.88637575400003, 371.61412230500002, 385.17435225200001, 400.72319405799999, 411.753441162, 422.75058281299999, 437.11037701999999, 453.45288953800002, 474.420871385, 488.318616894, 512.11653910200005, 535.54182501000003, 555.56166528300002, 573.43505104999997, 593.13241480700003, 614.79560775100003, 649.435414896, 688.17560751799999, 721.87795355000003, 773.415382937, 813.66800489900004, 877.39648314099998, 964.732528602, 1069.40860047, 1223.88660858, 1424.4787858300001, 1674.8315303500001, 1977.7544173799999, 2651.83993319, 200410.392804, 0.0, 1.1584312650099999, 1.8096405876999999, 2.08809545024, 2.39759603108, 2.8210825374900002, 3.2262415616500002, 3.6767261063199999, 4.0712643350700004, 4.3358305431000002, 4.6961593196700004, 5.0048297457600004, 5.3979863436900004, 5.8290699240099997, 6.1960232764300001, 6.5088252292500002, 6.8948342983900002, 7.2696660689300003, 7.5399291096800001, 8.01313726329, 8.3889381116700008, 8.8151563879800001, 9.3221845714700002, 9.7919081310700005, 10.197322679699999, 10.690667428799999, 11.1669675994, 11.439377929899999, 11.6674844277, 12.008682137099999, 12.4556500154, 12.8218557119, 13.3281486992, 13.7095661165, 14.2163312161, 14.836869545500001, 15.3589870134, 15.8272834403, 16.238276813700001, 16.5883025266, 17.023074348600002, 17.414160002799999, 17.848152475399999, 18.247715569499999, 18.664561518999999, 19.075395695600001, 19.486374441700001, 19.973916476399999, 20.5269080381, 21.020846655300002, 21.507367194299999, 22.0135312996, 22.461208124300001, 23.036281720800002, 23.480764591, 23.9941998794, 24.413118882100001, 24.9392923634, 25.478485752899999, 26.086617298499998, 26.6809648813, 27.1950947449, 28.074728258899999, 28.720521756, 29.3654350726, 30.087513917199999, 30.702053779700002, 31.306689242899999, 31.780186689299999, 32.4753156827, 33.135143889299997, 33.888469867399998, 34.645545953000003, 35.367533057599999, 36.110020627200001, 36.758678629099997, 37.497664023799999, 38.081984167100003, 38.997417122999998, 39.672472603700001, 40.429274192199998, 41.295854716299999, 41.954930876799999, 42.5972412096, 43.276950597999999, 44.159449579799997, 45.025165711200003, 45.821814644200003, 46.555175562499997, 47.583311010599999, 48.589989172199999, 49.510833894599998, 50.257035760699999, 51.092289456800003, 52.258119141000002, 52.938195970499997, 53.804888863800002, 54.8416712187, 55.960279943899998, 57.006686652699997, 58.274563175499999, 59.3790074307, 60.283128322000003, 61.549512813600003, 62.4978155636, 63.834912981700001, 64.904107601199996, 66.223931861400004, 67.086972593499993, 68.397576571800002, 69.942186175000003, 71.207027708799998, 72.602512277200006, 73.560342838699995, 74.967359775099993, 76.577240733500005, 78.057764533799997, 79.513502422499997, 81.078073566599997, 82.165643638800006, 83.719127560900006, 85.148667228299999, 86.337704861199995, 87.860157790000002, 89.431109054900006, 90.980131378099998, 92.433634234400003, 94.226038238300006, 95.621501725399995, 97.080958997099998, 99.134428385800007, 101.04854586800001, 102.97657310699999, 105.139486026, 107.602665034, 109.70147691299999, 112.05021857600001, 114.125549412, 116.61722458, 118.189314409, 120.82322130999999, 123.127890034, 125.47513250999999, 127.848312975, 130.41431036200001, 133.57317560600001, 136.49161050999999, 140.74286875799999, 143.71689255300001, 146.67120050400001, 149.59581133399999, 152.22756825499999, 156.533766931, 160.06017973100001, 165.11262847200001, 169.23166942399999, 175.315765167, 179.524732857, 183.40525104400001, 188.17945511100001, 191.82963235400001, 197.202013322, 202.34316464599999, 207.99698327900001, 215.67824328500001, 224.47764356499999, 230.63417344199999, 236.60643002699999, 242.61055810900001, 251.77410247, 259.46544586200002, 268.047248459, 276.79107524199998, 286.15718497099999, 295.84758942399998, 305.58034509200002, 314.60780894999999, 325.34498936799997, 338.27578485100003, 348.53507352600002, 362.42239857200002, 375.083278597, 389.444337389, 407.52083932199997, 423.996775576, 439.86516896699999, 461.74456199100001, 481.21447879099998, 506.20652181600002, 531.64557102599997, 563.79744206400005, 601.85836871599997, 633.07763874900002, 693.45668289599996, 762.28141866299995, 852.11407475700003, 985.769367053, 1195.0785449099999, 1389.62431328, 2042.8647050500001, 78636.810297999997, 0.0, 1.0297464516799999, 1.60346935644, 2.0630353810100002, 2.4007054222700002, 2.7231158619300002, 3.0845870231900001, 3.3825315783100001, 3.7827559602099998, 4.1271402089200002, 4.4667826236700003, 4.7067760450099998, 5.1713770843100004, 5.53668279583, 5.74764546799, 6.1299980556899998, 6.3496742207699999, 6.6781045773500001, 7.12938206889, 7.39578341085, 7.7627325807999998, 8.0843024355399997, 8.3430476893299996, 8.7253588764300005, 9.0323780076000002, 9.3251680266000001, 9.7700665673099998, 10.103065082900001, 10.4121667828, 10.792220887399999, 11.114426525200001, 11.3987065041, 11.7259278942, 12.148971416, 12.454565579200001, 12.7910859418, 13.0925963376, 13.4917267129, 13.8568357546, 14.099344370200001, 14.466338023, 14.773502690999999, 15.1559213702, 15.4627289245, 15.735248281500001, 16.264394708800001, 16.624779056400001, 17.059591039099999, 17.366603691200002, 17.645800374, 18.074841360299999, 18.3713457528, 18.6782869727, 19.1657010441, 19.623227022799998, 20.045230785600001, 20.669991472, 21.181226625299999, 21.496046951899999, 22.092489347299999, 22.5203682028, 22.913515129299999, 23.382882170199998, 23.760241867400001, 24.103618211899999, 24.540791235699999, 25.0420139973, 25.4305135832, 26.0666776578, 26.564557883900001, 27.273553850399999, 27.7820097687, 28.3303665601, 28.745443715499999, 29.332968781000002, 30.009561780399999, 30.6135990386, 31.065902801899998, 31.520776554800001, 32.034559784499997, 32.646134072499997, 33.136621810400001, 34.091020344699999, 34.492997237600001, 34.960981709999999, 35.534538623400003, 36.397290535000003, 36.973557298199999, 37.496289196399999, 38.275574691300001, 39.132056666700002, 39.940285424599999, 40.663404855499998, 41.192514081399999, 41.940303401100003, 42.428268793400001, 43.002423862000001, 43.754682545599998, 44.392160792200002, 45.226295550300001, 45.955474380200002, 46.6701829171, 47.223011101499999, 47.870306336100001, 49.055475024800003, 49.870096181000001, 50.573112358800003, 51.511936900599999, 52.294025013499997, 52.962422501100001, 54.0366510279, 54.7208861318, 55.623480251799997, 56.401930573599998, 57.257184440700001, 58.072153872400001, 58.874410881099998, 60.104082592799998, 61.246007962100002, 62.248201307400002, 63.333179544099998, 64.4524632575, 65.680454143800006, 66.683104472400004, 67.860077341099995, 68.838786806399995, 69.8305645449, 71.030064286699997, 72.106640080299996, 73.718568832599999, 74.8928190476, 76.122150548999997, 77.8978499384, 79.078046305800001, 80.938626385199996, 82.707864462499998, 84.409564379399995, 85.580444997300006, 87.015983902800002, 88.433916929199995, 90.027633876400003, 91.989641288499996, 94.085497345299999, 97.019197389300004, 98.948948656499994, 101.110113046, 102.857621045, 104.948948472, 107.370061428, 110.309341836, 113.069785897, 115.334911873, 118.811007467, 121.8903905, 124.534635235, 127.237679828, 130.822044406, 133.95795785600001, 137.088601866, 141.331942336, 144.39698896600001, 148.46879151300001, 151.54049203599999, 156.010435457, 159.23907638899999, 163.84405742499999, 167.20574813600001, 171.571248282, 175.307565178, 180.898544257, 188.209642444, 192.88951267100001, 199.07961470500001, 204.98453083699999, 210.87189762099999, 217.37683173400001, 226.04598215600001, 233.03168449699999, 241.629711085, 246.946999901, 257.88334712900001, 264.42034237600001, 275.808770686, 285.32670270400001, 296.425658236, 311.66211481800002, 325.77524805600001, 339.41158178199998, 359.89737101100002, 378.89288395099999, 407.45313021999999, 430.825250423, 463.86767345999999, 495.964419029, 532.31966564899994, 589.85183477299995, 656.18178811200005, 784.26433017099998, 943.24503690999995, 1302.9980653, 102139.29543300001, 0.0, 0.86743237287200003, 1.3552076122000001, 1.74882176592, 2.1568118435899999, 2.5442077510700001, 2.7836243977500001, 3.00643655951, 3.2689355412999999, 3.5104534629600002, 3.8022522251600002, 4.0581864022299996, 4.3187967801799996, 4.5167601174499996, 4.8300373207899998, 5.1908096910400001, 5.4523307194299999, 5.7058518279000001, 6.0398043860700001, 6.3374641220700001, 6.6584016957400003, 6.8846773738299998, 7.1723016125100001, 7.48248963179, 7.7608348148299999, 8.0287909583299992, 8.3818549816299992, 8.7220174560999997, 9.0911091549999998, 9.35929759333, 9.6835960622500004, 9.9959322308900003, 10.3919770948, 10.747496464799999, 11.051538298500001, 11.316949795799999, 11.6183662131, 11.847164556699999, 12.1264569509, 12.437037774, 12.678519424999999, 13.016651663899999, 13.442219338399999, 13.7024184299, 14.0640518316, 14.3690724623, 14.6322090714, 15.003935011899999, 15.4618156875, 15.691396925499999, 16.018873943599999, 16.325083680199999, 16.72412623, 17.1800229961, 17.565089287999999, 17.955333696, 18.350394168699999, 18.662332183499998, 19.055520775400002, 19.3243741866, 19.697736269300002, 20.1598827376, 20.587558148399999, 20.947803652899999, 21.377289620700001, 21.7382160949, 22.148445907799999, 22.538187253499999, 22.969405032299999, 23.3515975378, 23.7868814409, 24.248895708799999, 24.763958241200001, 25.1997621694, 25.508926166199998, 25.958095899700002, 26.333188731500002, 26.824658796200001, 27.2155445271, 27.6568308628, 28.003116157499999, 28.541185737399999, 29.063342253199998, 29.560897612200002, 30.089418954599999, 30.597578276299998, 31.089081956699999, 31.4765648224, 31.894925652200001, 32.457647031999997, 33.030174841600001, 33.487885595199998, 34.018036955900001, 34.729723770100001, 35.271537205000001, 35.835399970200001, 36.307941559900001, 37.035916915500003, 37.561814357099998, 38.147376215199998, 38.7343663929, 39.318444863700002, 40.219249623899998, 40.878162636200003, 41.4384018103, 42.125905574999997, 42.975687067999999, 43.8669515737, 44.7165019555, 45.320383934500001, 46.290441078699999, 47.103139229999996, 47.737629462800001, 48.481018605400003, 49.4000519043, 50.130121766099997, 51.236341089200003, 52.022103237400003, 53.121350018199998, 54.3133505427, 55.198931289699999, 56.1880323006, 57.196115179099998, 58.388588195399997, 59.017601707799997, 60.191491397699998, 61.1785764937, 62.150011268, 63.062827775300001, 64.255070623099996, 65.725583058799998, 67.146069528200002, 68.855182272500002, 70.625039886400003, 72.517402771500002, 74.012329769800004, 75.142684897799995, 77.263163371999994, 78.970113074099999, 81.015664056600002, 82.952470754299995, 84.358247795500006, 86.345419452399994, 87.398236220800001, 88.877403817100003, 91.486012660200004, 93.475534618099999, 95.836579746699996, 99.517911350299997, 102.47972814000001, 104.56502959399999, 106.80315385900001, 109.427661664, 112.172083348, 114.752710729, 117.319711297, 120.332179395, 122.523137369, 125.80426376699999, 128.152192243, 130.68223203400001, 135.03565554799999, 138.836718018, 142.72321670599999, 145.83471307600001, 148.23894481900001, 150.940455676, 155.45888045199999, 160.45763036100001, 165.78439021700001, 170.10783283399999, 176.981973885, 182.24637161699999, 187.99729957, 193.341158584, 201.153499485, 209.89557814400001, 215.512255272, 222.916166694, 234.63262219500001, 242.24162438799999, 250.84387633899999, 264.39217630600001, 286.10701643599998, 294.863916168, 309.35324268800002, 326.01462315399999, 343.064113615, 361.99177679500002, 387.72006495800002, 407.06863126899998, 432.93714764600003, 471.081198336, 512.23599568500003, 547.44287580900004, 597.93801741300001, 672.97299630600003, 816.76871595199998, 996.88891773900002, 1291.9070935100001, 161358.74421500001, 0.0, 0.99453276649300004, 1.34957440998, 1.80040223325, 2.1674828403999999, 2.48530115303, 2.78071282241, 3.0627252072600002, 3.2784701121599999, 3.5719852163999999, 3.9766675073700002, 4.1919498196699996, 4.4401116787000001, 4.7010850741399999, 4.8325546723099997, 4.9905503588400002, 5.2121802011499998, 5.4487589889699999, 5.7199962258500001, 5.9713598443100002, 6.2934525916500004, 6.5164568592299998, 6.7356095053300002, 6.9021306576599999, 7.1721655965900002, 7.3281530158799999, 7.5914585431999999, 7.8254960779699996, 7.9993083693299996, 8.2012397418000003, 8.3720004276700006, 8.6300188092199992, 8.9217519372599998, 9.3077081475300005, 9.6043493889500002, 9.8964144834100001, 10.211666127200001, 10.4213008992, 10.788691589500001, 11.051012050900001, 11.344200771000001, 11.725614780600001, 11.9588900773, 12.2827247511, 12.637968324099999, 12.966823288900001, 13.168992016800001, 13.4745396448, 13.785583859500001, 14.036187573499999, 14.3890843198, 14.7328997316, 15.1242120858, 15.3426967014, 15.6612958042, 15.9789841683, 16.360263102400001, 16.772235545499999, 17.216064751899999, 17.589241161899999, 17.8572448364, 18.1950328878, 18.559156973699999, 18.792157978999999, 19.092364930399999, 19.509183897500002, 19.8903785993, 20.395241299399999, 20.715609197399999, 21.129151485000001, 21.4384474457, 21.8051370373, 22.0983151782, 22.589355123800001, 22.923955315299999, 23.293660984199999, 23.8073499164, 24.164663172499999, 24.468464225200002, 24.9136660319, 25.292481224799999, 25.704244781, 26.122315593700002, 26.745139958900001, 27.142677224500002, 27.678661556600002, 28.172552657800001, 28.7004617023, 29.254574122400001, 29.9576316134, 30.320919945, 30.8651150524, 31.535303165799998, 32.0284025188, 32.4595794536, 32.939819047199997, 33.536005820299998, 34.287543194800001, 34.940091845399998, 35.379675577999997, 36.122305638999997, 36.623643357600002, 37.258982358499999, 37.645211866499999, 38.348043171800001, 39.121822204899999, 39.903193717900002, 40.5501905506, 41.172201017399999, 41.965871158399999, 42.633532572999997, 43.135795547100003, 43.854137299599998, 44.859996618799997, 45.622113159199998, 46.6849616684, 47.678221519899999, 48.843464619499997, 49.8146602526, 50.688647234999998, 51.583461331899997, 52.591197556700003, 53.717957165400001, 55.506732086500001, 56.662175622500001, 58.167854235900002, 59.062885457699998, 60.411246125200002, 61.391033951200001, 62.368874448500002, 63.688858420800003, 64.888271486199997, 66.635858121799998, 67.817878363199995, 68.880671285700004, 70.095051569500001, 71.501848303100005, 72.775151774600005, 74.558541465199994, 76.409518135499994, 77.761688797700003, 79.005647183500002, 80.295269079099995, 82.4136017931, 84.613797778800006, 86.016896733899998, 87.430508335200003, 88.670983118500004, 90.231433799300007, 91.891509509399995, 94.498776834500006, 97.249232232899999, 98.623021338599997, 101.238294708, 102.87975996900001, 105.291018643, 107.24435443199999, 109.666596011, 113.098272596, 115.61031488, 119.614780612, 123.287443794, 126.249115391, 128.58356817500001, 131.775900138, 135.290949961, 139.29796378500001, 146.262327629, 150.00976835200001, 154.61572367400001, 160.255070652, 165.26334147099999, 170.16736670500001, 173.77829739699999, 179.56132179599999, 184.561922764, 190.69775108499999, 196.65891324699999, 203.521908177, 211.093916154, 221.47514707299999, 231.47529352399999, 237.75562241, 244.883786829, 253.30171895399999, 261.76505171600002, 278.98552843200002, 292.60068635200003, 311.55099943599998, 325.88771172899999, 343.19537559700001, 365.551962753, 393.39248336999998, 422.56973752499999, 461.27635287499999, 502.54248837599999, 563.31345992700005, 636.33864636400006, 803.18510591400002, 1017.18613565, 2073.8933950400001, 0.0, 0.84882448919599995, 1.1297295603899999, 1.43790054577, 1.8034031745600001, 2.1567378511699999, 2.46200691124, 2.7164909210600001, 2.9725139778099998, 3.3258460814699999, 3.51565620581, 3.6829072744900002, 3.8503255597599999, 4.0960101060699996, 4.3195587197099998, 4.5180080510099998, 4.7208657011600001, 4.9188747051200004, 5.0822519781400004, 5.2471047837700002, 5.4397152562800004, 5.6442757923500002, 5.94422558704, 6.2491652156599997, 6.5158366836499999, 6.6694208713499998, 6.9618320371699998, 7.0954639576199998, 7.3925975604899996, 7.6671833348599998, 8.0270911346999991, 8.2155617499000009, 8.3810446408000008, 8.6728270830500005, 8.9919564023300005, 9.1979666478599995, 9.4613822654199993, 9.8638159812400001, 10.064467502699999, 10.300861637400001, 10.5922395715, 10.898994478100001, 11.2204623911, 11.462764891000001, 11.827261590299999, 12.083868714099999, 12.386429319099999, 12.6393019529, 12.853547404, 13.1367142199, 13.3487410123, 13.656895326200001, 14.024084867899999, 14.2305895378, 14.537063637599999, 14.7677980479, 14.983400628, 15.254355192, 15.4728650747, 15.7833358443, 16.258317366699998, 16.591420611899999, 16.7968951537, 17.321484078699999, 17.688159546000001, 17.9917501318, 18.4264735655, 18.751733764800001, 19.0344300858, 19.372343152500001, 19.740307887699998, 20.051092925599999, 20.305765000400001, 20.618187255599999, 20.819816596500001, 21.0782135131, 21.397939723499999, 21.854582025799999, 22.2881163357, 22.6506377304, 22.877000473599999, 23.384389492899999, 23.836418588899999, 24.222254926800002, 24.655197791999999, 25.022161849, 25.444878252500001, 26.053606325400001, 26.614004877900001, 27.0211182404, 27.401244503200001, 27.7850805052, 28.159129948299999, 28.6603675532, 29.200278675, 29.671973053799999, 30.210222716600001, 30.961837351900002, 31.650008409800002, 32.094382395700002, 32.843304519299998, 33.577328693699997, 34.237700249100001, 34.801256214399999, 35.485455770500003, 35.9765981579, 36.670725593599997, 37.170285661000001, 37.990796691500002, 38.642774190700003, 39.528303337300002, 39.978645888499997, 40.8020907732, 41.489481081900003, 42.4638964743, 43.139901183799999, 44.090235702199998, 45.199560705499998, 45.817027413600002, 47.017044573200003, 48.262105780699997, 49.1479688362, 50.425156699799999, 51.855557858499999, 52.673049050499998, 53.828962193300001, 54.706265736600002, 55.754088218, 56.6875216169, 57.802232958300003, 59.077269420699999, 59.802668045799997, 60.803463371600003, 62.277143198700003, 63.318223359400001, 64.249051654799999, 65.723438296400005, 66.690473547300002, 67.987683240400003, 69.312005970800001, 70.335791722799996, 71.525547407700003, 73.2296426005, 74.761566365899995, 76.401961372800002, 78.083813237900003, 79.959478159499994, 81.411397194700001, 83.907706583600003, 85.130641549399996, 86.564841115600004, 88.151400025100003, 90.839542183500001, 93.404373994799997, 95.237850676600004, 96.510747774899997, 98.111723876599996, 100.59771252100001, 103.473781565, 106.22999075200001, 109.035110547, 111.514197384, 114.660071867, 117.91431810100001, 120.95989149899999, 125.315578238, 127.97488147200001, 131.55766028400001, 133.79550634099999, 136.780043667, 143.37105514300001, 147.41143759799999, 152.70084909799999, 158.68963683999999, 163.480470784, 168.40748618699999, 176.23576411799999, 181.51714572399999, 188.435573998, 193.69868358400001, 201.866252981, 209.69486823, 221.66246932499999, 231.771152277, 245.05347127900001, 258.89263676799999, 273.73973170099998, 290.43652293600002, 304.91784651400002, 317.71453254800002, 345.81680795, 370.51493599600002, 396.34922032399999, 427.34649876600002, 472.648184012, 548.811516697, 616.97696803199995, 698.58074685700001, 921.70016827699999, 1351.93476429, 4555.3138270099998, 0.0, 1.05775845422, 1.30722302885, 1.6550836259599999, 2.0164548998499998, 2.22264762997, 2.4339426832900002, 2.63987900941, 2.8474331698999999, 3.1394413773199998, 3.3488811388099999, 3.5845593259999999, 3.7278526245200001, 3.89707499961, 4.0930076946499998, 4.2667403322500004, 4.4444123281100003, 4.7057346005499996, 4.8776095749700001, 5.0766543427900004, 5.2576254422700002, 5.4227043983799996, 5.5565800836300001, 5.6921444728099999, 5.8967927912900002, 6.0520540232300002, 6.18092403149, 6.4448963355100002, 6.6606765375799997, 6.8569177525900002, 6.9871721176600001, 7.1997752419300003, 7.4790143792799997, 7.6433232341600004, 7.8838845337299999, 8.0362724982000007, 8.2491173118100001, 8.4854912803700007, 8.7981272976200007, 8.98771466078, 9.2672797478700009, 9.4910127015200008, 9.7196918691600001, 9.9958458284499994, 10.2946220832, 10.5192779153, 10.7367739562, 11.0486241079, 11.264306749099999, 11.610683487999999, 11.8590324631, 12.102995508599999, 12.274140378, 12.5626984562, 12.777400244300001, 13.0071767612, 13.3075190692, 13.506522563900001, 13.7736133375, 14.034237147500001, 14.3718879313, 14.704450492399999, 15.006497291000001, 15.4860321302, 15.8250864202, 16.068562412599999, 16.366417189700002, 16.791695786399998, 17.1963988083, 17.692784723599999, 17.9889456748, 18.250281237599999, 18.540758284100001, 19.105488743399999, 19.3676116446, 19.9057967233, 20.372155027400002, 20.617865943399998, 21.0056881543, 21.3998014925, 21.886629124399999, 22.301586328599999, 22.8157840378, 23.1577773249, 23.562675140700001, 23.9908312801, 24.371709623200001, 24.853048289, 25.321527433499998, 25.817410943100001, 26.333798079699999, 26.743897014000002, 27.404019467800001, 27.750455412299999, 28.245307990099999, 28.8302203846, 29.238499632700002, 29.908395497000001, 30.222815192500001, 30.759701009099999, 31.296847612400001, 31.809133106099999, 32.3396270004, 33.065629932, 33.614025315299997, 34.269816387299997, 35.012311410899997, 35.852750563500003, 36.404141805499997, 36.8294660038, 37.935726292200002, 38.368785425900001, 39.1826087245, 40.008409596500002, 40.726090274800001, 41.337873114600001, 42.209034503799998, 43.359563836100001, 44.113217655, 44.844831191300003, 45.6845486769, 46.347966789700003, 47.331044909100001, 48.2533342455, 49.162487231599997, 50.1543142202, 50.931869310099998, 51.636126617899997, 52.181963144800001, 53.396775668799997, 55.032301978100001, 55.596427951899997, 56.5791496927, 57.542454919599997, 58.554653988799998, 59.636429710999998, 61.407241399900002, 62.509754862100003, 63.601590468700003, 64.824312135300005, 66.386878043999999, 67.693732305799998, 69.365119204300001, 71.025400599899996, 72.653909433799996, 74.395827576000002, 75.769964444999999, 77.234020831500004, 78.433715899099994, 81.101681241799994, 83.076307199300004, 84.5988995469, 86.376895072899998, 88.194960597199994, 90.441746414899995, 92.189595910199998, 93.440994131400004, 95.435247487400005, 99.0558885879, 101.49204924999999, 104.088533635, 106.181199298, 109.219007221, 112.61624315100001, 116.029069048, 119.96844246400001, 124.344004768, 127.91969076300001, 132.149553927, 135.922055457, 140.068507211, 144.15378361399999, 148.60536720600001, 153.82589839900001, 158.576947158, 165.555672257, 171.63158056899999, 176.33047682, 181.08906739299999, 186.793582875, 192.534521512, 203.56027511299999, 211.12137373499999, 218.32402486300001, 227.271126122, 239.72295971400001, 255.439273482, 266.59600377999999, 284.21895951499999, 302.86802943499998, 319.3660428, 335.96299544999999, 371.29655514500001, 386.65083379800001, 434.96311705400001, 521.05039447499996, 574.39597849699999, 643.38261744700003, 749.10677599899998, 937.47346937500004, 2164.74350723, 0.0, 0.87216036854099999, 1.1731523662100001, 1.4528318226800001, 1.7506036653599999, 1.95830274355, 2.1933454622299999, 2.4315041290299999, 2.6097449606700001, 2.8143037344300001, 2.98234250898, 3.14296097174, 3.28163067285, 3.4197130756399998, 3.5577964282300001, 3.7192315259700002, 3.8806453857499998, 4.0848607038400004, 4.27058822443, 4.4259870320300001, 4.6202853710799996, 4.8079818422300002, 4.9703096793699997, 5.1771997283899998, 5.32208420074, 5.4736064223099996, 5.6716933713, 5.7948310020399996, 5.9616974056899998, 6.1294408520800001, 6.3200579482499997, 6.5465172585299998, 6.7046238334500003, 6.8696070854100002, 7.0421250211300004, 7.21408035417, 7.3666599903499996, 7.5629677715200003, 7.7854370727999997, 8.0250690670800005, 8.2018499794099995, 8.4165599450900004, 8.6205648003099995, 8.8020739087200006, 8.9976602698800008, 9.2090483824400007, 9.40554714598, 9.6268466056699999, 9.8387845757699992, 10.063513496600001, 10.3066855573, 10.5490401104, 10.760759543200001, 11.0190557159, 11.247083638299999, 11.487903512700001, 11.690503747999999, 11.9163331257, 12.1540624086, 12.3754681949, 12.6225724062, 12.8298548017, 13.105360490300001, 13.352707515200001, 13.600565291800001, 13.8363089384, 14.081226945299999, 14.370552543500001, 14.6854081396, 14.959606431799999, 15.238257795699999, 15.488877516500001, 15.783357724, 16.059268546999999, 16.371064702799998, 16.635482564899998, 16.926054678500002, 17.2595416636, 17.558429913600001, 17.873233837699999, 18.1713476396, 18.437921946300001, 18.808552489299998, 19.094615129400001, 19.521706635899999, 19.8753230885, 20.298514125000001, 20.622495869000002, 20.9353854017, 21.4098244692, 21.829437198099999, 22.259602406999999, 22.672559352, 23.1204515296, 23.483853294300001, 23.9484201462, 24.3248985436, 24.847141378100002, 25.2522052389, 25.681308357599999, 26.205337182699999, 26.576187536300001, 27.078663830899998, 27.677873063900002, 28.2381539971, 28.8023214868, 29.3993510241, 29.912833547399998, 30.573666294900001, 31.104430988600001, 31.796146883399999, 32.497170738500003, 33.279496414699999, 34.098064962599999, 34.843216272900001, 35.542133214099998, 36.276287779500002, 36.975928357500003, 37.504257990799999, 38.314777833900003, 39.177430845000004, 39.819717746400002, 40.407911670099999, 41.120240020300002, 41.978665155199998, 42.866256983200003, 43.496257352299999, 44.207718886199999, 44.967775733800003, 45.845529661199997, 46.8316582737, 47.606961498799997, 48.454226783199999, 49.675775014400003, 50.5811434361, 51.543186701800003, 52.633751532200002, 53.929547364699999, 55.037714174199998, 56.301767675000001, 57.451158926300003, 58.714248343199998, 59.628151489899999, 60.807000845600001, 62.156996127799999, 63.456997649599998, 65.008915114800004, 66.386142722499997, 67.978491519900004, 69.422238847200006, 70.791592380799997, 72.011370736700002, 73.522117942199998, 75.359756207299995, 77.030728253800007, 78.893995033400003, 80.530957561600005, 81.946598575099998, 84.055736077199995, 86.177382717599997, 88.231077799399998, 90.830107187099998, 93.291203665799998, 96.842991020100001, 99.738754614200005, 102.822309851, 106.472937214, 109.712921572, 112.28819169, 115.383539528, 118.33937052500001, 121.6283803, 126.21758780099999, 130.559458404, 135.25935161000001, 139.64966053500001, 144.08321394399999, 149.81024360000001, 155.95824547500001, 160.54965979900001, 165.74901272299999, 173.07092800300001, 181.971265612, 190.12184997899999, 199.140874, 208.94440364799999, 219.692760295, 231.41654560800001, 244.813734337, 260.64934893600002, 276.86471985399999, 297.854074072, 327.675880581, 363.64694161300002, 395.28587648799999, 430.29646448199998, 476.771927382, 552.10628605099998, 688.09209059399996, 965.66929444699997, 5512.1265341500002, 0.0, 0.62589083024600001, 1.0089155589900001, 1.2669403239100001, 1.4930834132099999, 1.6647456778, 1.86494432327, 2.0537877508200002, 2.25391444537, 2.4255788848600002, 2.5625113900800001, 2.70119472848, 2.8053232942299999, 2.92720031662, 3.1007147687100001, 3.2394799841499999, 3.39215368186, 3.5920914079299999, 3.74416489544, 3.8829579282000002, 4.0121750001200001, 4.1604435034699998, 4.2969491096299999, 4.4303864671199999, 4.5829179833699998, 4.7183684166099997, 4.8667168998800001, 4.9825970049999997, 5.1443596513600003, 5.29642331298, 5.5116304645699996, 5.6662601962099997, 5.8151835779100001, 5.9375451382, 6.1570517624500001, 6.3131151288699998, 6.52398099929, 6.6722523007500003, 6.86154545663, 7.0599193283100004, 7.3129107271700002, 7.5490299843899997, 7.7172198221199997, 7.8648526311499998, 8.0837370196799991, 8.2593266698099992, 8.4613117407199994, 8.6884386074200002, 8.8745901890700001, 9.1116656074600009, 9.3126467721299999, 9.5071399643899994, 9.7151605657500006, 9.9551889093600003, 10.149609288200001, 10.3401891662, 10.621445531099999, 10.8426697409, 11.0272843935, 11.270829726400001, 11.4694723487, 11.6178469386, 11.821109029700001, 12.021790796499999, 12.3252449453, 12.5092794759, 12.818332850699999, 13.020756306899999, 13.310810976799999, 13.5124599496, 13.767115336, 14.0644181972, 14.332859790200001, 14.5607314245, 14.9082657073, 15.125302185800001, 15.3715537263, 15.670518073, 16.0341797918, 16.263188094, 16.565119653299998, 16.768979356500001, 17.107996179400001, 17.3155602187, 17.633055544099999, 17.978850956799999, 18.239306430100001, 18.603581283899999, 18.890651686000002, 19.2448822751, 19.6097734435, 19.926314503299999, 20.1586253842, 20.499346128900001, 20.763220895300002, 21.214468897100001, 21.6883372251, 21.932186764800001, 22.421734858200001, 22.8480131942, 23.3200873278, 23.594830171000002, 24.038195447900002, 24.408468226699998, 24.92649372, 25.442113401899999, 25.8447679595, 26.3726873799, 26.812905815000001, 27.122537899899999, 27.7422113077, 28.078738693199998, 28.5723682014, 29.0944195565, 29.5634253395, 30.1247268702, 30.983710482300001, 31.826570418700001, 32.3620827385, 33.029481950899999, 33.566683207600001, 34.288337869199999, 34.942294123800004, 35.546860066900003, 36.362485731600003, 37.2408130333, 38.058683128600002, 38.750745497600001, 39.428888690199997, 40.115263124599998, 40.901282995400003, 41.4018687274, 42.138788071800001, 43.018359615500003, 44.106243223500002, 45.093539481699999, 45.8411771739, 46.570250118399997, 47.841644068400001, 49.303024838200002, 50.464239790100002, 51.234103358299997, 52.317696309799999, 53.0996279724, 54.369256693700002, 55.965980526800003, 57.287395203700001, 58.636793195099997, 60.683809927200002, 62.106524762100001, 63.455965556400002, 64.508962315299996, 65.830030819000001, 67.3272861871, 68.485336924099997, 69.962539390399996, 71.3643490332, 73.207148927299997, 75.267417445500001, 77.636856277999996, 79.567969825700004, 81.887922453399995, 84.409393872699994, 86.252385378499994, 89.609195726400003, 92.058129085499999, 94.237863167399993, 97.130241311000006, 99.337287984200003, 102.785121426, 105.16684627799999, 108.155644287, 111.12424827, 114.20309084500001, 118.25567124200001, 120.63906266799999, 126.769351089, 131.30368792600001, 135.35008283600001, 140.167179914, 146.276635801, 154.69830296500001, 162.097699463, 168.49842445199999, 174.39338381300001, 183.839663489, 194.04584716900001, 205.199824904, 216.99026627999999, 226.397941844, 239.11086462599999, 257.98370514300001, 272.68513598700002, 294.38470478199997, 317.32579381900001, 352.86648779500001, 396.000885729, 447.65133356299998, 552.83482503000005, 744.96290114700003, 7762.8570038400003, 0.0, 0.36214416262600002, 0.60004394504000003, 0.87269790764999999, 1.0816835608199999, 1.1769418756600001, 1.3339406513100001, 1.5379932977899999, 1.64092011303, 1.8114937983699999, 1.92478153605, 2.0791194022399999, 2.18522431294, 2.3239286241100001, 2.4474903603299998, 2.56875405118, 2.6706112235399999, 2.7868128103399998, 2.89962589709, 3.0247650187300001, 3.1799188214799998, 3.3163269799299999, 3.4326557716099999, 3.5761530940699999, 3.6698664516599999, 3.8395536775700001, 3.9742173052399998, 4.0666621486399999, 4.1860672163199997, 4.2677782405900002, 4.39398556059, 4.5599359743100001, 4.7182993929599997, 4.8549576225899997, 4.9793340551199998, 5.1106161380800001, 5.22653369925, 5.3697032505699998, 5.5502664604199996, 5.6901435710500001, 5.81186063054, 5.9447132463900001, 6.05627291431, 6.16844943146, 6.3088485415099997, 6.5158703652999996, 6.6663173981500004, 6.7889778856399996, 6.92685753591, 7.05832274623, 7.2113778586999997, 7.3735471867099998, 7.4967882360999996, 7.67708191997, 7.8383618689299999, 8.0007809638400005, 8.2598039090000004, 8.4646047196400005, 8.6068680876200006, 8.7919284529800006, 8.9449623581599997, 9.1615349379200008, 9.3168642346000006, 9.4680652743600007, 9.7295350278099999, 9.9208554836600005, 10.0769753157, 10.1731120514, 10.3276036073, 10.6154476322, 10.8889357781, 11.016681222400001, 11.166106582099999, 11.3010656278, 11.460114477099999, 11.6049507496, 11.754826317499999, 12.128326894900001, 12.393725440500001, 12.601959282999999, 12.929220557000001, 13.2033834409, 13.496651655100001, 13.6720510495, 14.0106799329, 14.2715969553, 14.4738353905, 14.887431385199999, 15.0448999294, 15.3053817024, 15.6545606815, 15.9636364194, 16.322553926800001, 16.694194434500002, 17.030383725899998, 17.430560569699999, 17.700358551699999, 18.117532589300001, 18.425291790799999, 18.722525176000001, 19.151242618000001, 19.5588949566, 19.985716502399999, 20.4476355348, 20.9045258441, 21.276626095099999, 21.575188439600002, 22.0493676255, 22.446726857400002, 22.7039434454, 23.13535392, 23.679737149400001, 24.0913996564, 24.592582522600001, 24.846344199699999, 25.1692127267, 25.707613397399999, 26.060921460599999, 26.402713800499999, 26.7672555555, 27.323489971800001, 28.1384294904, 28.886585523400001, 29.625952655700001, 30.049929096700001, 30.912490141700001, 31.7116329208, 32.432935618400002, 33.0836818525, 33.756748210399998, 34.448977073899997, 34.967596885500001, 35.526411413300004, 36.153337627600003, 37.193655335499997, 37.865997652899999, 38.746337718900001, 39.2502404719, 39.9758412025, 40.513914754399998, 41.377973330099998, 42.134772359599999, 42.670801806599997, 43.359820479100001, 44.8475078349, 45.403055004400002, 46.8336235847, 47.7113874912, 48.6941028253, 49.650345725199998, 50.665570570200003, 51.724056971300001, 53.992577544, 55.575370979100001, 57.251984441700003, 58.745608337299998, 60.1648035049, 61.246203909800002, 62.419975842699998, 63.422574513400001, 64.876159087000005, 66.885247274500003, 68.391010214800005, 69.915828121700002, 72.4871931144, 74.172952607699997, 75.652527461199995, 78.468287273000001, 80.721637548800004, 83.956121732200003, 87.163249777199994, 88.897109974100005, 91.2752939664, 93.173034590599997, 95.435791827200006, 100.344464677, 104.832073959, 109.276679528, 112.578422989, 114.53132503400001, 119.746495774, 124.493025184, 129.95658998100001, 134.31216815799999, 137.89688887400001, 140.67569338600001, 147.559990177, 157.91491644199999, 164.60831501999999, 171.84101301800001, 186.69105907299999, 195.42122663699999, 208.16940782099999, 238.53526263200001, 245.87424240300001, 268.33659908499999, 292.616848678, 312.784421705, 376.69900637799998, 486.40594854400001, 909.54311207000001, 0.0, 0.29947032321799999, 0.52334873310399999, 0.68115226771299997, 0.86995042995600003, 0.98257819082099995, 1.1046843742300001, 1.1768999986299999, 1.2647418797800001, 1.36884910987, 1.4645619499, 1.5759885725, 1.6653002782099999, 1.75269298364, 1.87728664641, 1.9895373943000001, 2.0546833007099998, 2.1563717716299999, 2.2189233742900001, 2.3098127374300002, 2.4206150527000001, 2.4845079548800002, 2.6079748566799998, 2.6769284875300001, 2.7907616607699999, 2.8700892704999998, 2.93034323954, 2.9963469551599999, 3.06834808782, 3.1480022766900002, 3.2256769408800001, 3.30379140374, 3.3884221330000002, 3.4570332483000001, 3.54002670756, 3.6248614990800001, 3.7101075382699999, 3.7687182426899999, 3.8163207208699998, 3.89049827354, 3.9685665546200002, 4.0278252280400002, 4.1485435748499997, 4.2118118690999999, 4.2767713334400002, 4.3538326518200003, 4.4579713825800003, 4.5508743169399999, 4.6676333956900002, 4.74653167618, 4.8197525947199997, 4.9241035310900001, 5.0189077614800004, 5.1005151570300002, 5.2006018753400003, 5.2927488243700003, 5.4001527926900001, 5.4768772282700002, 5.5890430439100003, 5.7009271960400003, 5.80755356372, 5.9548448325700001, 6.0994726695899999, 6.25645276871, 6.3819964031299996, 6.4711966493400004, 6.5880414298299996, 6.7348102011000002, 6.8307196477099996, 6.9337887910999996, 7.1040524671199998, 7.2069620188099996, 7.3301993509400001, 7.4527574858900003, 7.5532437966600003, 7.6852803779599999, 7.8640635376499999, 8.0318076099900004, 8.1796189996499997, 8.3642059418999999, 8.5050041495500004, 8.6533583034700001, 8.7675089334600003, 8.90401831396, 9.0651446520400008, 9.2032868451700001, 9.3704603805200009, 9.5586269002000002, 9.7223680241999997, 9.9347655253599996, 10.098260913100001, 10.255212992300001, 10.4208240003, 10.5811816078, 10.765906323299999, 10.957390713400001, 11.087388472400001, 11.328556388399999, 11.528238631900001, 11.7872480683, 11.915456216899999, 12.1248574875, 12.422258492999999, 12.630647267100001, 12.8227992595, 13.1516423519, 13.4269728621, 13.7263917941, 13.910454382299999, 14.1519663254, 14.338029858300001, 14.560423425, 14.770007548300001, 14.9841095141, 15.334444082699999, 15.4948694147, 15.855824070500001, 16.241262736900001, 16.5489680156, 16.821966605299998, 17.034108685700001, 17.2704823658, 17.5373816422, 17.870520279099999, 18.260020296, 18.612564062099999, 18.852361614399999, 19.4196515169, 19.842134040099999, 20.208065711, 20.730183175899999, 21.211762532200002, 21.724835097900002, 22.113935455899998, 22.527518860600001, 22.952535640800001, 23.578085247400001, 24.165234135199999, 24.660451264300001, 25.101613714700001, 25.726113937200001, 26.0893457106, 26.669907244299999, 27.169577979900001, 27.596626516000001, 28.329601780800001, 28.779048282000002, 29.224608145400001, 29.781331889800001, 30.432540589399999, 31.415359296199998, 31.9605897486, 32.492956216000003, 33.285631429200002, 34.070187818800001, 35.060381063199998, 35.680990641100003, 36.895345624699999, 37.869889303100003, 38.7151898057, 39.673959652199997, 40.7449007739, 42.072602957599997, 43.253042370099998, 44.872848970500002, 46.556160648899997, 48.1796820673, 49.545397762699999, 51.074845857200003, 52.800367472799998, 54.781904047099999, 56.6419800444, 58.294167776899997, 59.890254052499998, 62.933262895200002, 64.383209257600001, 66.273695300300005, 68.879466623300004, 71.737383912400006, 73.694424811299996, 76.676559064200006, 79.509307012099995, 82.2830341003, 85.991392160700002, 90.717177404200001, 94.429171780900006, 97.473571158699997, 102.467911147, 107.546301419, 114.342831581, 121.31476895, 126.05533253199999, 137.91440966299999, 144.79876003499999, 163.923571595, 181.508527445, 213.04454604899999, 245.38055141000001, 301.25496328499997, 332.04731076600001, 25328.083268499999, 0.0, 0.16960710904000001, 0.24797331543600001, 0.30236896744000002, 0.34361899401099999, 0.40999983457, 0.48890969043100002, 0.54342837436299996, 0.60861265194400005, 0.64673129635399995, 0.69004038945699997, 0.73679534547199999, 0.77536960959000001, 0.82841780807499998, 0.90256777434299995, 0.93909860962199998, 1.00410024985, 1.0408385717899999, 1.11535670052, 1.14711502865, 1.15928977273, 1.18798598113, 1.2274534778099999, 1.26769475616, 1.3002205824799999, 1.3310033753199999, 1.3446656342200001, 1.3760840745, 1.39081400794, 1.4505341583, 1.4632661604999999, 1.4984860150399999, 1.5529767251, 1.57864986714, 1.6173517424399999, 1.67533252068, 1.70471580487, 1.7278608476799999, 1.7811033034399999, 1.82818139122, 1.86555208204, 1.8941511847700001, 1.92488230379, 1.95851626987, 1.99363516305, 2.0170055272299998, 2.0586483531600002, 2.0850970425700002, 2.1085030088000001, 2.1283137664099998, 2.16603036339, 2.19060342065, 2.2345184857999998, 2.2714847812799999, 2.2993152139899999, 2.3222064716699999, 2.3498083965699998, 2.3879408831800002, 2.4133674625900001, 2.45645766658, 2.5043169972600001, 2.5332218388799999, 2.5860056276300001, 2.6092200429700001, 2.6593928409799998, 2.7167476183999999, 2.7528966109600002, 2.8165365213600002, 2.8466368258900001, 2.8966874532100002, 2.9315763405099999, 2.9602961735200002, 2.9944957343700001, 3.0486180954200002, 3.1054310960799998, 3.17422308542, 3.22876924922, 3.2476266926499999, 3.2895811744699999, 3.33758062866, 3.3814007836000002, 3.4235448060599998, 3.49735659195, 3.5619485828699999, 3.61508084496, 3.6882879176299999, 3.7441381326799998, 3.8290921697, 3.87138230506, 3.9399367140599999, 3.9855674425799998, 4.03423244708, 4.1224800094800003, 4.1617950069500003, 4.2098466376400001, 4.2671599100500002, 4.3072566201600004, 4.3243450788600004, 4.3957664746200003, 4.4519812552699998, 4.4969306764399999, 4.5152175579399998, 4.56732663911, 4.6752821882199997, 4.7424836408799997, 4.8540575522499996, 4.9112049708600001, 4.9863832664899999, 5.0723492115899997, 5.1341872206300003, 5.1757472919899996, 5.2672883329999998, 5.3193278175799996, 5.3545440009799998, 5.3662639863299999, 5.4478164688200001, 5.51018935901, 5.6222469255899998, 5.7031572715200003, 5.78511780914, 5.87666466639, 6.0267396241600002, 6.1198844067399998, 6.1979622858300001, 6.28159827041, 6.3904158104600004, 6.4453162825900003, 6.5218544413200004, 6.6086381632900002, 6.6725993210399999, 6.8163144940900002, 6.97804495911, 7.0227642352400004, 7.1626846845100003, 7.3423024204600003, 7.5327362668799998, 7.6978310374000003, 7.7611027450999996, 7.88016729875, 7.9472676633599999, 8.1244228188799994, 8.2399482591299993, 8.3372351004799992, 8.5151888904599993, 8.5980587770099994, 8.7064795243800006, 8.9028549639799994, 9.1412099458099991, 9.2928218155500009, 9.5260445012799995, 9.7243731171600007, 9.9194989507500004, 10.158387747800001, 10.358305334700001, 10.8456897256, 11.0126503317, 11.1397484418, 11.3568231431, 11.725070023000001, 11.952829343599999, 12.355631104, 12.741115586999999, 12.9604116418, 13.0782774906, 13.386035293300001, 13.7586242928, 14.065910686100001, 14.481276965199999, 14.8428342578, 15.0857067332, 15.5610363036, 15.9877621903, 16.564935242699999, 17.222646941699999, 17.705236311899998, 18.2065490938, 18.6451801326, 19.1223591105, 19.606893553199999, 20.1404072423, 20.653286086600001, 21.431578720299999, 21.979215851300001, 23.048094735900001, 23.846359740299999, 24.3529984143, 24.985293486700002, 25.965109587899999, 26.669072074799999, 27.831042996200001, 29.685768165100001, 30.986492906100001, 32.7579031852, 34.704015628800001, 39.043339889599999, 43.627269160300003, 50.063241984299999, 55.522634061300003, 63.83632205, 80.274312648399999, 121.666396689] diff --git a/Muon/MuonID/python/MuonID/M_MC09_def_chi2s.py b/Muon/MuonID/python/MuonID/M_MC09_def_chi2s.py index f4cdfbdeb1b..83a9553bf00 100644 --- a/Muon/MuonID/python/MuonID/M_MC09_def_chi2s.py +++ b/Muon/MuonID/python/MuonID/M_MC09_def_chi2s.py @@ -1 +1,11 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### M_MC09_def_chi2s = [0.0, 0.14444029837799999, 0.22835657018399999, 0.34413732731800001, 0.46587804732900001, 0.65270096936599997, 0.81143218193800004, 1.00226438356, 1.03788125951, 1.24257294992, 1.32793236661, 1.34635418779, 1.4371572854100001, 1.5191327005499999, 1.54602854301, 1.7046681136999999, 1.87758836483, 1.9813264417300001, 2.1146974377399999, 2.1938492694299998, 2.4097221919699998, 2.5070571186900001, 2.6311171881000002, 2.7328195551999999, 2.7736899606000001, 3.0227873463499999, 3.10803398473, 3.1824676694599998, 3.3138417252000001, 3.4291812515900002, 3.50419808407, 3.7101281572199998, 3.8432672208200001, 3.8796565679100001, 3.9915562540499998, 4.0723303682700003, 4.2029321661800001, 4.3768188648899997, 4.4816827669199997, 4.6990199258800001, 4.8084875822399997, 4.8365914296700003, 5.0590152661600003, 5.1248841813699997, 5.1771937064899998, 5.4889247870900002, 5.57813871862, 5.6972377675899999, 5.8456278064799996, 6.06915586574, 6.1204251477299998, 6.17699599008, 6.3172684659999998, 6.4192197959800001, 6.52383433373, 6.6186618180399996, 6.7251587769999999, 6.7866374808999996, 6.8276218028500004, 6.9188765840600004, 7.1331898582499997, 7.2065701539399996, 7.3244993804199998, 7.36483433106, 7.5193634033699999, 7.7822629874100002, 8.2222416265000007, 8.4497457766200004, 8.5930318077999992, 8.7570172042000003, 8.9696132883900006, 9.1272011085100004, 9.4333510895299995, 9.5278688390900008, 9.8002379139299993, 10.062964643999999, 10.572141176200001, 10.796071421700001, 10.9985214683, 11.3182197168, 11.660606036000001, 11.847287044, 12.432752901300001, 12.5532808679, 12.920547884299999, 13.715431382, 13.9427496484, 14.252177361499999, 14.3846625264, 14.6017942841, 14.867988867399999, 15.211408408800001, 15.4524408633, 15.8995520183, 16.278660079800002, 16.607110122000002, 17.2812107494, 17.425166927999999, 17.6847110579, 17.924433366199999, 18.107368758, 18.486488274799999, 18.675113313000001, 18.821461450800001, 19.392315572800001, 20.026821224999999, 21.515140794000001, 22.458730085300001, 22.563704860600001, 23.2879347571, 23.969079893499998, 24.336542956300001, 24.499336477500002, 25.0036717642, 25.774135368900001, 26.0929925969, 26.934629466499999, 27.458541006800001, 27.8422100246, 28.5518247111, 28.965082549800002, 30.702632564599998, 31.123950922300001, 31.264305230000002, 31.965843641500001, 32.212378185600002, 34.283698532999999, 35.219561660799997, 36.755695116600002, 37.138783892900001, 37.986001245399997, 38.621250490999998, 38.9481443707, 39.3726060041, 40.276085332900003, 41.898719000699998, 42.396709494500001, 43.749429257499997, 44.676029422900001, 46.364739487400001, 47.275528738799999, 47.869005850699999, 48.490202586899997, 49.788875049200001, 50.404381347099999, 52.2209766649, 52.7548497923, 53.758555342299999, 56.144346903600002, 58.857197224499998, 61.218540911200002, 62.083264127200003, 62.809329462100003, 64.673596130899995, 70.530443844700002, 71.037859097099997, 74.956651292000004, 75.479775530200001, 77.970753225099998, 78.784135755700007, 83.634030189599997, 87.631048698900003, 89.682360645100005, 91.657671611699996, 93.431100026199999, 96.871787694199995, 98.904758199400007, 100.903126246, 104.97935501800001, 117.211912426, 118.593299874, 123.983293097, 126.40072390500001, 132.90804449300001, 135.77425614000001, 145.645663189, 150.462714554, 154.135665945, 158.670439012, 161.11217567599999, 165.74332436700001, 168.951515621, 173.84826456100001, 184.64661891700001, 188.990674536, 195.25008580400001, 200.52870912200001, 208.31911763799999, 223.21659264900001, 234.232880967, 297.24728825900002, 321.93167475199999, 332.08151963699999, 346.34478154800001, 377.30757977899998, 403.47421662800002, 425.16143535399999, 572.37340253299999, 766.55659324999999, 1611.5984637199999, 1611.5984637199999, 0.0, 0.083813974438700006, 0.31831933895699999, 0.34638794272399998, 0.46455080305099999, 0.49519963016099999, 0.54548279077600004, 0.56403794228199999, 0.60837298377799998, 0.68118756294600002, 0.70071771432399999, 0.78976831924699997, 0.81703862518199999, 0.83363911177799999, 0.89857941080399995, 0.94493515463400002, 0.99107239417899995, 1.0238060094799999, 1.0799844142199999, 1.11400208909, 1.1685453374400001, 1.18519938288, 1.22148339123, 1.2645577512499999, 1.3045626778799999, 1.3391777624900001, 1.3826642013199999, 1.4644506572, 1.5099094374299999, 1.5888224991, 1.62182558706, 1.65137395874, 1.6991401368100001, 1.7758428480799999, 1.8277920540999999, 1.9017455410199999, 1.9705532488599999, 2.0324665469399998, 2.0752937413999999, 2.1185145273899999, 2.1611322415299998, 2.1917842756499999, 2.22729976286, 2.2777275853000001, 2.32665524011, 2.3543342053699998, 2.3935181153, 2.44446825618, 2.50093820286, 2.5844026906000002, 2.6884797637600002, 2.78657713546, 2.81180130111, 2.84116667305, 2.9014197632199998, 2.9952091375399998, 3.0386348574599999, 3.0956021427799998, 3.1328046143999999, 3.1631373405500001, 3.2039828237700001, 3.29405069373, 3.3496993056400002, 3.4055971771900002, 3.5073893196000001, 3.5755835925800001, 3.6580199126399999, 3.7782186004999998, 3.8741030635099998, 3.9119985650200002, 3.9699909851999999, 4.0132311662099998, 4.07009700397, 4.1555761906299997, 4.2241691161799997, 4.3896744175800002, 4.5146783570400002, 4.6155145535499997, 4.7783116523600002, 4.8822447657900003, 4.9863031398300004, 5.0556875698599999, 5.13217451548, 5.1928716528900001, 5.2987216440799996, 5.4584561742300002, 5.6054585689499996, 5.7579579032500003, 5.8452201175000003, 5.9593969184300004, 6.1479798348300001, 6.2484864308999999, 6.3722452057199996, 6.5705963806599996, 6.6811287682699998, 6.7311130873599998, 6.7864435351600001, 6.9196277988999997, 7.1929613935300001, 7.3441277346099998, 7.3800960628999999, 7.4749874111999999, 7.6512577099200003, 7.77153906732, 7.9243829575799998, 8.2024869676600005, 8.2599528374899993, 8.4119253626999999, 8.5469992409900009, 8.9001784810399993, 9.2121022677299997, 9.2412472507699999, 9.4431345314800001, 9.6680036066100001, 9.7816077025699997, 9.9566055535700002, 10.359764716899999, 10.506972293900001, 10.7808329052, 11.3592743902, 11.7111644662, 11.8605742172, 12.291120808400001, 12.5270770795, 12.7952635728, 12.9362140074, 13.4529548967, 13.5501939602, 13.8515392309, 14.251817031, 14.6798102809, 14.9162575219, 15.3044645221, 15.963210610899999, 16.293018033300001, 16.528628889099998, 16.769307273999999, 17.050491132000001, 17.233636284700001, 17.435953831300001, 18.114197076100002, 18.209546654099999, 18.677206457099999, 18.876676305499998, 19.277115787700001, 19.603010971100002, 20.061147162099999, 20.558554522000001, 21.1117685004, 22.012839372799998, 22.378322630900001, 22.859288315200001, 23.142180705200001, 24.245079698800001, 25.9020405244, 26.507190805699999, 27.4739929789, 27.988361249099999, 28.8421369677, 29.731031435799999, 31.265395005199998, 31.947761314699999, 32.3600162185, 33.960158921500003, 35.2205479892, 37.329919228900003, 38.591860211300002, 39.653380662899998, 40.416668255899999, 41.847439486799999, 42.946435578200003, 44.555593529500001, 46.195425314700003, 48.272380437999999, 50.7171113769, 54.108838268299998, 57.192427144600003, 60.232285910500003, 61.154227242799998, 66.058563735700005, 68.912059708300006, 72.377827169900002, 74.8258152975, 76.523326659299997, 80.2223354204, 83.911959833699996, 89.242198798399997, 91.759192939900004, 100.917764795, 108.556622026, 117.397361636, 128.654564397, 132.220775344, 146.851921275, 158.21656178999999, 195.59053564300001, 220.40862631100001, 243.67073925299999, 279.44509449999998, 385.39670284599998, 2229.5014584, 0.0, 0.134568667089, 0.22096714722800001, 0.241982365309, 0.282582147299, 0.30887973543699998, 0.35848485966299998, 0.41670345418499999, 0.45274913222000002, 0.49984586837299999, 0.54693631356799999, 0.57642906524899995, 0.60428947073799999, 0.64551627763399999, 0.67184177451600002, 0.70559205139299996, 0.73195413388499997, 0.75941154288699997, 0.79316878417600001, 0.82828163530300003, 0.84996727554600005, 0.86244322276499996, 0.884092879818, 0.90053656979100005, 0.92189301683699998, 0.937781050186, 0.958448778068, 0.975518145216, 0.99972035165499995, 1.01410165008, 1.0561167276200001, 1.07137630702, 1.0888616342999999, 1.1214366313199999, 1.14842012372, 1.16675344893, 1.1928671069600001, 1.21185202445, 1.2444492257999999, 1.26555362339, 1.3020670717, 1.33144019427, 1.3700782606599999, 1.3922490459600001, 1.4214195703900001, 1.4412309995599999, 1.4713854851299999, 1.4981194360000001, 1.5156807782599999, 1.5353937789600001, 1.58193085489, 1.6363825813699999, 1.6679066542700001, 1.6953948491199999, 1.7432788369000001, 1.7757706818400001, 1.81420953428, 1.8369562966299999, 1.86603816317, 1.9079331429399999, 1.93559913056, 1.96441828434, 2.0090532694099998, 2.0388004444800001, 2.0592603576499999, 2.0856426528799998, 2.1175114071599999, 2.1825469443399999, 2.2474604253599999, 2.2749390467700001, 2.3121411416000002, 2.37177298826, 2.4274122023400002, 2.5181769644699998, 2.5418057541599999, 2.6434630075899999, 2.6747329533199999, 2.7266999242900001, 2.7654445970700001, 2.8140457094300002, 2.8559643406999999, 2.9061498475100001, 2.9702744923500002, 3.0318004993800001, 3.0771937025499998, 3.1682821350100001, 3.21259901675, 3.2495167992399998, 3.2811541713699999, 3.3233868123799999, 3.3736627766299998, 3.4058671494200001, 3.4805577671700001, 3.5668223714799998, 3.6084238266100002, 3.6537321290999998, 3.7175778126500001, 3.7450147871700001, 3.86111106714, 3.9410134870100002, 4.0067546356400001, 4.1423679617299998, 4.2024818847300001, 4.2596486695399998, 4.3063451426699997, 4.3689910892499997, 4.4722054954099999, 4.5632364049399996, 4.6512485022599996, 4.6978386313799998, 4.7798445058399999, 4.8531420455600003, 4.9717578546299999, 5.0417112146500003, 5.17081749886, 5.3019735577100002, 5.3705152383400003, 5.5084455462199999, 5.6182818515299999, 5.70571954448, 5.8223915078699999, 5.9441571869700001, 6.0647963728700001, 6.27675467201, 6.3795693788000003, 6.4992010115000003, 6.7279283143099997, 6.83719902118, 6.9670805423799997, 7.1376257228400002, 7.3185795684699997, 7.4174379003000004, 7.6252542819300002, 7.7560876076699996, 7.97791101428, 8.1287972523200001, 8.2935032606900005, 8.4263936568899993, 8.7299676982999994, 8.9000309257799994, 9.2106417444800002, 9.4067341973099996, 9.6877599453100007, 9.8288098032200004, 10.1462267898, 10.4430670065, 10.7710082101, 10.9083004672, 11.0537899029, 11.351140496499999, 11.538958771800001, 11.919288993, 12.375346950699999, 12.6154005045, 12.9524855025, 13.285189669299999, 13.649405117900001, 13.802655147899999, 14.3746878025, 14.8989750379, 15.0686452095, 15.44874785, 15.955460911599999, 16.199894288199999, 17.0458946378, 17.5301252159, 18.4112497281, 18.916626085899999, 19.3485479418, 19.9851877306, 20.604288900899999, 20.943333255799999, 22.112819051599999, 22.959668231999999, 23.9954402314, 25.035153965599999, 25.796351962900001, 26.3445116589, 27.598244108500001, 29.492678119099999, 31.494753701, 33.570886100899997, 35.411126519100002, 38.343129207700002, 40.297936357899999, 43.269089215000001, 46.554746459699999, 50.1438786354, 55.452409753200001, 63.874460149000001, 67.985459050900005, 72.783745624700003, 78.750906101200002, 87.178006099399994, 99.277342007100003, 112.32447045000001, 150.08323985000001, 191.04328713300001, 243.74940976799999, 298.61209890999999, 610.57351237299997, 0.0, 0.14365451929100001, 0.18957677402299999, 0.22199376087, 0.23947365917300001, 0.27923813419900001, 0.30376922239699999, 0.34130260137399998, 0.37018363348299999, 0.39852502592, 0.42043849640699998, 0.449086279049, 0.48566461460900001, 0.51522238701900003, 0.53527463838099998, 0.55878126111399995, 0.57558991560799999, 0.60170381902000003, 0.61440597833099997, 0.62492627680099999, 0.64456984690600005, 0.66038800753100002, 0.67204091430099999, 0.68713981404900004, 0.69934187376699997, 0.71638006601299997, 0.73072718468300002, 0.75753415419600001, 0.76939140872400003, 0.79364917250900002, 0.811751128298, 0.82030423753799997, 0.84036478778699997, 0.85629058780800005, 0.88242755870699996, 0.90879942564799998, 0.92603904590499997, 0.93855599609700002, 0.95967573616799995, 0.96617694541400001, 0.98792001044, 1.00156976046, 1.01153057626, 1.0353518346699999, 1.05486723045, 1.07085911512, 1.09910531917, 1.11522376431, 1.1305179753100001, 1.1546508204399999, 1.1781173432600001, 1.19157394455, 1.2190490331999999, 1.24787505864, 1.27361506734, 1.2980636222699999, 1.31518378894, 1.3450052218399999, 1.3740854471799999, 1.39558556012, 1.41519699656, 1.4321123741399999, 1.45909622379, 1.4759330072700001, 1.4910300726400001, 1.51232373124, 1.5490811046699999, 1.5782570548899999, 1.6116668459000001, 1.62617849191, 1.6591646731, 1.69383967991, 1.72149942318, 1.74810559857, 1.7978507557100001, 1.8196064275499999, 1.8439294053699999, 1.85951442745, 1.89107086338, 1.93673967856, 1.96033355989, 1.99524000334, 2.0280809922900001, 2.0465420455199999, 2.0660751500700001, 2.1082666292100001, 2.1419500113600001, 2.1692545932899998, 2.1918809811900002, 2.2313430406800001, 2.2895699616299998, 2.3198331260499998, 2.3513058338000001, 2.4080887408899998, 2.4815537977800002, 2.50851999576, 2.5617387306700001, 2.6055769623199998, 2.6324085179700001, 2.6961178878899998, 2.7413602155099999, 2.7712317948799998, 2.8112071562300001, 2.8581867699200001, 2.9190632974400001, 2.9439800057899999, 3.0104094840100002, 3.05330503281, 3.10048262834, 3.17539590266, 3.24511619487, 3.3056217356499999, 3.3894902835899998, 3.4335423889599999, 3.4854372314700002, 3.5606476568300001, 3.6043560751500001, 3.66406156029, 3.7660563649099998, 3.82560813033, 3.9466078971199998, 4.0283572412000002, 4.07714877006, 4.1552108679300002, 4.2392816813699996, 4.3147199438200001, 4.3721369730999999, 4.4555652323799997, 4.5860495006899997, 4.6665459593199996, 4.7624381582100002, 4.8488614634399996, 4.97179759557, 5.0150206490000002, 5.1053040689999998, 5.2812791639799999, 5.3716757235900001, 5.5829288018599996, 5.6518465465299998, 5.7620823724100001, 5.8560109031899996, 6.0128804814499999, 6.1465396667499999, 6.2414128574400003, 6.3854761500099997, 6.5447042531899999, 6.7541882725000004, 6.9854005143200002, 7.1367012840399999, 7.3218030112200001, 7.49946696682, 7.6472229734199999, 7.8443990144000004, 7.99745891313, 8.1776134189099992, 8.3773452967500006, 8.5328760252000002, 8.7514477358700002, 9.0436490880000004, 9.2332685611399992, 9.5356141275600006, 9.7666024864200001, 9.94823040132, 10.300958636400001, 10.771366926100001, 11.085233969500001, 11.3324457523, 11.7174375167, 12.143472104400001, 12.303553276000001, 12.6481061467, 12.833583689599999, 13.203659956699999, 13.5986055699, 14.043362878, 14.626177334199999, 15.0760755417, 15.580834984399999, 16.312841933200001, 16.9821347018, 17.9935383499, 19.206358017199999, 19.9097935496, 20.7049210144, 21.193393770899998, 22.4118111278, 23.293576085200002, 24.460751301199998, 27.218111206700002, 28.9534668252, 31.141828193399999, 33.063105836200002, 36.594408596199997, 41.9655259134, 50.634196787, 57.4170436749, 66.004841056100005, 79.707781310800002, 93.567004987600001, 129.369356154, 263.52530093899998, 0.0, 0.099110105290900002, 0.152330008962, 0.19277005116400001, 0.21849998202900001, 0.23666692719999999, 0.257596221751, 0.27451854288499999, 0.29857050680000002, 0.31354284220099998, 0.33022769626800003, 0.33745039990999998, 0.34950560680999998, 0.36896880619099998, 0.38855134185000001, 0.41755081359899998, 0.425150061144, 0.44306593384300003, 0.45497931754199999, 0.480210732157, 0.49961199725900002, 0.52519732628100002, 0.54104302118299996, 0.55456165182600003, 0.57645288194699995, 0.58830880718699996, 0.61047699977699998, 0.62243525124499999, 0.64059305866600003, 0.64864591793299997, 0.66076567911499995, 0.67269456457499999, 0.69062452712199995, 0.70930687903199996, 0.72584855411399996, 0.74121377368600005, 0.75125743091999997, 0.77150265368000004, 0.78324441542400003, 0.79888631364700002, 0.81247216458500005, 0.83204971232799996, 0.84425730939599997, 0.85740264943900002, 0.87520806795200001, 0.88821997325500002, 0.90285273820699996, 0.918029579805, 0.92615377290000001, 0.944808560001, 0.95843032520799998, 0.96908459648199996, 0.98091068958799998, 0.99546224846599995, 1.0114143418099999, 1.0370041029999999, 1.05163455603, 1.06941917585, 1.0849323260699999, 1.09786891934, 1.1200484481799999, 1.1401856044400001, 1.1614766378400001, 1.1779927836999999, 1.18794131464, 1.19800995642, 1.2153169910399999, 1.23620743467, 1.2464006441, 1.28309014464, 1.30117129963, 1.3139480025800001, 1.32973840183, 1.34585218726, 1.36483113807, 1.3880086518200001, 1.4038694678400001, 1.4269838991299999, 1.4531887240500001, 1.4761551228100001, 1.49140958787, 1.50497619744, 1.51748249595, 1.54755568638, 1.56624981363, 1.5996976922199999, 1.6270535823300001, 1.64604277857, 1.66675355419, 1.69387124571, 1.7124303672300001, 1.7402106696399999, 1.7770409733200001, 1.79456862305, 1.8202531872000001, 1.84460821986, 1.86760077894, 1.89650572807, 1.9192579590500001, 1.95188224797, 1.96482546943, 1.9921085106, 2.0131483132499999, 2.05544343578, 2.0827595529899998, 2.1347983483699999, 2.16760564415, 2.2014516721900002, 2.2315870739900001, 2.2636169272100002, 2.30995438871, 2.3374033408299999, 2.3738865256000001, 2.3951038330599999, 2.4431717219700002, 2.4826850222400001, 2.5185317615099998, 2.5638428795100001, 2.6284306548999998, 2.66623660644, 2.7096591116400002, 2.7586335740300001, 2.8025663346699998, 2.8401708445299998, 2.8783352938300002, 2.9063543000399998, 2.9593598772399998, 2.9957288325500002, 3.0605506942799998, 3.10955011278, 3.1789052606700001, 3.2428513432099999, 3.3274186461299999, 3.4074444667899999, 3.4504525115, 3.52884017973, 3.5708077150699999, 3.6772565091299998, 3.7474521798599998, 3.8121617114599999, 3.9240511321899998, 4.02413852901, 4.0815085453500002, 4.1825546762599997, 4.2751667515599996, 4.3741820336400004, 4.4834872676200002, 4.5686814128700002, 4.6358562892300004, 4.8094489254399999, 4.9654168327999999, 5.1314477165500003, 5.25148158988, 5.4403573194500003, 5.6010313900300002, 5.7161651882199997, 5.8958565355000001, 6.0361890974200003, 6.16740467168, 6.3041850958600003, 6.44114745164, 6.60541649452, 6.7974616801999996, 6.97815602873, 7.1388403799600004, 7.4314686713300002, 7.8384931901600003, 8.2177028271400001, 8.6453372183900008, 9.1543142843100007, 9.3764541677899995, 9.7962854173, 10.1633267175, 10.574689812400001, 11.0937462194, 11.4000754819, 11.9914359538, 12.3258902671, 12.7457696507, 13.361289611, 14.0129741907, 14.632251501600001, 15.099323370900001, 16.134748603599999, 16.802461663300001, 17.854647673100001, 18.834756072000001, 20.042735115799999, 21.573609706300001, 22.868457402400001, 24.574192288399999, 26.8474848352, 30.083792871499998, 34.499075183899997, 38.6709205943, 44.689686852000001, 52.857340428500002, 72.813133754999996, 91.564507002300005, 158.818628891, 939.11373358000003, 0.0, 0.071205885244299993, 0.099254028698600005, 0.14849104281600001, 0.17292354310999999, 0.20032666224500001, 0.226406277543, 0.23815469487599999, 0.26703405121599999, 0.28197072629300002, 0.296082146193, 0.31125854952699999, 0.32554466413499999, 0.33804933218900002, 0.35118970952299999, 0.371085578114, 0.39491385706400001, 0.413740038782, 0.42221028600999999, 0.44225862765200002, 0.458189520006, 0.48022475118199998, 0.49685298807599998, 0.51500317491299996, 0.53482118753700003, 0.55247938228399995, 0.57330658115499999, 0.58475963165199996, 0.60106501656199995, 0.62413217304400004, 0.63793653903699998, 0.65128873183500002, 0.66636704386000001, 0.67951755835000005, 0.68956025540200006, 0.70245093627400002, 0.71504184012600003, 0.73014210840100002, 0.74713784886300005, 0.75935155136999999, 0.77523714645700004, 0.78405425336400003, 0.79615963931099998, 0.81110455864499997, 0.82545864838799998, 0.83566202986100002, 0.85063666826600004, 0.87077765663700002, 0.88045508705099995, 0.89294081845100004, 0.90498155226699994, 0.91781500438800001, 0.93111410315300003, 0.94545406555199996, 0.95838819225799998, 0.96877608392100001, 0.98476526685599997, 1.0010342642000001, 1.0119849276699999, 1.03464783319, 1.05455213715, 1.0711504321800001, 1.08010453195, 1.1004877825999999, 1.10818262538, 1.1246761488799999, 1.13470825936, 1.14750678231, 1.1632448283100001, 1.18449169262, 1.2011657527599999, 1.2152811055699999, 1.2364506326, 1.24964319272, 1.2661037937899999, 1.2785791013300001, 1.2962377117699999, 1.3138558072099999, 1.3362693854300001, 1.34951663893, 1.3637686600700001, 1.37717976853, 1.3942209300999999, 1.4185816293, 1.43866597309, 1.45276157482, 1.48127714521, 1.5023296186499999, 1.52673585641, 1.5503318122600001, 1.5888091586999999, 1.6062719352799999, 1.6295964377400001, 1.6612388523299999, 1.6812256221899999, 1.70508917316, 1.72112188896, 1.74686294045, 1.7609156044800001, 1.7888509017400001, 1.8132839677799999, 1.8432731273, 1.8705117570000001, 1.89982085224, 1.9362197326199999, 1.96069015259, 1.9880007387600001, 2.0201535914000002, 2.0573265057399999, 2.0987964366999998, 2.13211771373, 2.1622274845799998, 2.1903685766800001, 2.22533347206, 2.26089786499, 2.3105003291199999, 2.33786317109, 2.37516129651, 2.4193923972300002, 2.4579148222399998, 2.5029183158800001, 2.53381912593, 2.5677307283899999, 2.6162502017999998, 2.6750579269800001, 2.7203789138199999, 2.7458139153899999, 2.8254724574300001, 2.8565396273200001, 2.9040559269499999, 2.9651085310499998, 3.0196812095999999, 3.0843657504699999, 3.1558869808600001, 3.2223894339400001, 3.2603729802400001, 3.3614620894799998, 3.4362647479800001, 3.53920130259, 3.5756943688499998, 3.64101261846, 3.7233677998300001, 3.8016940916299999, 3.9106972227400001, 3.9990351336300001, 4.0897762814999998, 4.1774051907800001, 4.2798115401099999, 4.3711459042799996, 4.4838086749199997, 4.5942578656300004, 4.69725646861, 4.8356147641699998, 4.9568908200199999, 5.0559387430399996, 5.1307907403700002, 5.29064241813, 5.4495402731300002, 5.5692069479899997, 5.8023798879999999, 5.9217137438199998, 6.1545111640699997, 6.2686946022500001, 6.4619248209700002, 6.6102067457500002, 6.8760747683199996, 7.1590374621899997, 7.31422994403, 7.6196963320300002, 7.9330981866299997, 8.3005559691100004, 8.5080589881200002, 8.9030525835399992, 9.3843270585099994, 9.88649146809, 10.279354769599999, 10.603107312100001, 11.1118716186, 11.4784714402, 12.035536117199999, 12.847959552400001, 13.415735074900001, 14.1791106731, 15.0355747631, 16.9356357166, 17.805067612999999, 19.342641049299999, 21.009071134500001, 23.1764543914, 25.379614414799999, 27.885782949300001, 29.619482312399999, 33.254904224999997, 36.867160964200004, 40.4774911481, 50.2787838733, 62.180321216899998, 80.798575822199993, 94.584243390899999, 131.07441246799999, 532.11553542800004, 0.0, 0.066750493128400007, 0.10229228903, 0.14064849221799999, 0.16816604212, 0.185917820027, 0.21145207109799999, 0.22637409875299999, 0.23827441847700001, 0.25325002214100001, 0.282002121386, 0.29459754431500002, 0.309921025947, 0.32256024829399998, 0.33607649321799998, 0.35308583886400002, 0.366974488228, 0.38834215578600001, 0.407453141593, 0.42152609543199998, 0.44240079751299999, 0.45519187153599999, 0.46297707882400002, 0.47982221228700001, 0.49667630123599998, 0.508498258634, 0.51689250307900003, 0.53635170713299996, 0.55035959890200004, 0.56783201126299998, 0.58585694882899997, 0.59530161133699999, 0.60864863465700003, 0.61872677583699998, 0.63314266869000002, 0.64227626695200002, 0.66366778123400005, 0.67270302950299998, 0.68420389566899997, 0.69282668375900003, 0.70143224682899996, 0.71443579991700001, 0.72615598912400003, 0.73642045277699997, 0.74797476862599999, 0.75717018072300002, 0.76798353829599997, 0.77486375038599997, 0.79414765885500005, 0.80854204945800001, 0.82112865231700005, 0.83235531435499999, 0.84902111566299998, 0.85542717883200003, 0.85897397230799999, 0.87704088496099997, 0.89151271520300002, 0.90700102609599997, 0.920719450271, 0.92891160690200003, 0.938857619857, 0.94825684266300003, 0.95986000285999995, 0.96960811962399995, 0.989941122374, 1.00360008757, 1.02107596077, 1.03643638202, 1.0502377328700001, 1.0717680324100001, 1.0865864964900001, 1.0954103929900001, 1.10647648545, 1.11919554073, 1.1348944810799999, 1.1478893503600001, 1.1583683144100001, 1.17725367471, 1.1977476949200001, 1.2115494448899999, 1.2227006682499999, 1.23641648061, 1.2453807854500001, 1.2593987794899999, 1.26998244399, 1.2869142286699999, 1.30049557207, 1.31446944898, 1.3295110779099999, 1.3446024810899999, 1.3719517782999999, 1.3907558123199999, 1.40705250973, 1.4264556633200001, 1.4396767485499999, 1.46991083644, 1.4987499147300001, 1.51363764814, 1.5369634294400001, 1.55497159429, 1.58019513401, 1.58671558905, 1.6122642631099999, 1.6513557926, 1.68400062899, 1.7089437540000001, 1.72753924255, 1.7453552720800001, 1.7758454361, 1.7994335997999999, 1.82770292952, 1.84731671466, 1.8985423459799999, 1.9145465641699999, 1.9448048626000001, 1.9916997561000001, 2.0178550764300001, 2.0361698775099999, 2.0577739526799999, 2.0831203668899998, 2.1103632127899998, 2.1537354568799998, 2.1788561526999999, 2.2045213341899998, 2.2224788538400002, 2.2635629295799999, 2.3165276562799999, 2.34821085414, 2.3981207218199998, 2.4198916383700002, 2.4597388271499998, 2.5017065354999999, 2.56256913084, 2.60073239413, 2.6306494736500001, 2.6860626220700001, 2.7343736190899999, 2.8116594856499999, 2.8637335040699998, 2.9264728333900001, 2.9955476839699999, 3.05285386085, 3.1356878770200001, 3.2072182033300001, 3.26764142152, 3.3485823077900001, 3.4312097504199999, 3.4816563758900001, 3.5584231314100001, 3.6375811375099998, 3.7335599506700001, 3.8014008857100001, 3.8705553019300001, 3.9806979118000001, 4.0971698101299996, 4.1749168167999997, 4.3083366103599996, 4.38165849577, 4.5310804208600004, 4.6613092856899998, 4.7803056653900002, 4.9095209439899996, 5.0546229367600004, 5.2110820221100003, 5.3463510691199998, 5.52429734599, 5.6756130707899999, 5.9685799046800003, 6.1860199186999996, 6.3195153450500001, 6.6566660244499998, 6.9673972764899998, 7.26908683037, 7.6488825007600001, 7.8611350773700002, 8.2320652147600004, 8.4210908255200003, 8.9496041073600008, 9.5584199425000005, 10.1439245514, 10.6423118073, 11.0791716855, 11.838823182500001, 12.7106408238, 14.1580993885, 15.148907718, 15.904843132, 17.434395016500002, 18.518727628800001, 20.121463138599999, 22.7076019362, 24.3760430058, 27.247058263300001, 30.661631466599999, 33.079547519400002, 39.127879890599999, 48.943565214800003, 59.4575606151, 91.335874697400001, 141.45432793200001, 411.661489776, 0.0, 0.069952231864699996, 0.103404633578, 0.125014068162, 0.146010270449, 0.16359155444599999, 0.178864568833, 0.19599840432599999, 0.21261593381499999, 0.22711972642700001, 0.243111674684, 0.25767461785399998, 0.27180823360799999, 0.28563106170000002, 0.30065227522400001, 0.31466033367599999, 0.32740274431499999, 0.34144162964000002, 0.35392977821499999, 0.36739586603699997, 0.37668601825699999, 0.38997906091099999, 0.40341912954199999, 0.416373727157, 0.426895908682, 0.43977830899800002, 0.45258671966300001, 0.466514605217, 0.477389064152, 0.48977333283500002, 0.50163197604999998, 0.51199626571900003, 0.52444304417700005, 0.535756267392, 0.54517617178599997, 0.556723976482, 0.56923743022399997, 0.58148013003300003, 0.59338244193300005, 0.60349023988499995, 0.61844448197599999, 0.63082462731599998, 0.64077938591500005, 0.65387489192500003, 0.66469357132100004, 0.67819373925399995, 0.68727074573400004, 0.69848718075600003, 0.71043795726600001, 0.71961915177299995, 0.72969713364300004, 0.74107602282600005, 0.75606721670699994, 0.76643518425500001, 0.77845497049099999, 0.78839543992500005, 0.80132022172700001, 0.81246877456, 0.82543482006900004, 0.835142423425, 0.84674802068300004, 0.85967143818799996, 0.87125300477599998, 0.88408451673499999, 0.89664194416599996, 0.91062205430599996, 0.92119895144599995, 0.93242997074199996, 0.94571219445300003, 0.96041450364400005, 0.97224013435699996, 0.98495533130900004, 0.99919196810900002, 1.0129236124100001, 1.02562802722, 1.0390578098300001, 1.05327349462, 1.06699289985, 1.08003878786, 1.0911503311699999, 1.10287478431, 1.11752324595, 1.1314149261899999, 1.1474113539199999, 1.1623424598800001, 1.1809099334199999, 1.19698636893, 1.21181796755, 1.22544671282, 1.24244196167, 1.25768137753, 1.2753336486, 1.29073541071, 1.3028499501799999, 1.3187969502100001, 1.33382177937, 1.35329432786, 1.3654396608399999, 1.3831852898699999, 1.4053731868899999, 1.4244601671899999, 1.4458595538900001, 1.4624828517299999, 1.48424757851, 1.50258889287, 1.5267644454, 1.54442727619, 1.56845111196, 1.5867698647199999, 1.60842558029, 1.6313088751, 1.6534369558899999, 1.6753389600899999, 1.69620207473, 1.7204189063699999, 1.7419530680599999, 1.76805842778, 1.7922030172000001, 1.8188034212699999, 1.85148643519, 1.8773786266000001, 1.90256305862, 1.9386203775399999, 1.9687813707199999, 1.9981566611499999, 2.0245303042499998, 2.0584208427499999, 2.0946946719900001, 2.1348120365500001, 2.1791471443199999, 2.2224520832399999, 2.2595687931800001, 2.3106923875200001, 2.3553963857400002, 2.3983286546599998, 2.4436515071799998, 2.4865189620699999, 2.5405446707500001, 2.59421388661, 2.64091695706, 2.6996385735900001, 2.7473734419100002, 2.8035977565799999, 2.8535299568900001, 2.91542786179, 2.9893281334399999, 3.0516305485699999, 3.1163028661999999, 3.1947678399299999, 3.2663049222699998, 3.3339853805400002, 3.40237096205, 3.4768322926400002, 3.5806851899900001, 3.6801840510099999, 3.7872722453700001, 3.8916915748699998, 3.9917050980400002, 4.0940578914500003, 4.19602458524, 4.3323371208100001, 4.4338250448399998, 4.5732353526800003, 4.7071896650899996, 4.8371637819700002, 4.9861306159599996, 5.1247005951200002, 5.2989900989100001, 5.4331191858299999, 5.5988276453600001, 5.8197641223699996, 6.0307234869500004, 6.2629671258800004, 6.4723292924600004, 6.73373305351, 7.0011281823499996, 7.2896172889599997, 7.6282663585300003, 7.9822597848400001, 8.4459703825899997, 8.8384469969099992, 9.2101115074000006, 9.73610634934, 10.3512776241, 10.917239822399999, 11.6235706159, 12.2958078571, 12.939563854899999, 14.2324201348, 15.485703747200001, 16.9857809226, 18.432059703, 20.321399149499999, 22.561711453099999, 25.531954585200001, 29.543395520299999, 34.331229479900003, 42.111056517599998, 54.231741921900003, 88.569928594700002, 402.90323270200003, 0.0, 0.063832780404899994, 0.097778217097499995, 0.12370909607, 0.150339924072, 0.16482266304000001, 0.17990570626399999, 0.190646713912, 0.20163809948600001, 0.216830757348, 0.22812951506500001, 0.24021891326399999, 0.25541866841600003, 0.269018368043, 0.28049226030899999, 0.29164957411100001, 0.30229091825999999, 0.31343659256900003, 0.327727185596, 0.33950733116499998, 0.35546334505900001, 0.36812325794200002, 0.38133767715299999, 0.394597620963, 0.404978263841, 0.41815375781000003, 0.42864653293400001, 0.444894300819, 0.454376903331, 0.46341028375999999, 0.47599157488299998, 0.48560628028199998, 0.49777311032799998, 0.508833944353, 0.52141721957599996, 0.53079993862899999, 0.54083525487700002, 0.55116155918099996, 0.56028981112599996, 0.571200303066, 0.58044683485600002, 0.58839931947599999, 0.59900193670599999, 0.60844513668900002, 0.61984074999700001, 0.630706376051, 0.64055060618699999, 0.65022883648700003, 0.65969805240099999, 0.67173860230299998, 0.683039145269, 0.69151743825699996, 0.70492328902000001, 0.71497674644599996, 0.72455754197800004, 0.73626892393499999, 0.74666068393600005, 0.75711837954399996, 0.76917986479, 0.78031391817899998, 0.79003646883199996, 0.80178135233600001, 0.81294330929500003, 0.82479240642999996, 0.83793294590599998, 0.84856051750299999, 0.857727050288, 0.867523080562, 0.87989898293299995, 0.88810730552100003, 0.89899588869799996, 0.90918788036700005, 0.92161182284099996, 0.93310880618299996, 0.94666983786799996, 0.95950586438800001, 0.96954717752200004, 0.98183054360800004, 0.99327109762300003, 1.0071871810099999, 1.0199396023, 1.0299591745400001, 1.0433590956800001, 1.0579526586200001, 1.0722037652, 1.0856825564000001, 1.10062275455, 1.11366547931, 1.12553109294, 1.1369984132099999, 1.1497029036699999, 1.16306292312, 1.17522255584, 1.1892082610600001, 1.2041212236300001, 1.22190050707, 1.2347118934600001, 1.2504314859500001, 1.2629302579599999, 1.2791680786099999, 1.29405735901, 1.3107720617700001, 1.32643387797, 1.3415152129300001, 1.3620274129300001, 1.3823476697499999, 1.40444011877, 1.42173569526, 1.4364703857500001, 1.45484612731, 1.47972134044, 1.49655634371, 1.5141380044499999, 1.53379025535, 1.5555036580899999, 1.5714663036600001, 1.59647294538, 1.6138151759899999, 1.6380127097199999, 1.6594163419300001, 1.6820072233800001, 1.7019879011500001, 1.7246555912899999, 1.75616951171, 1.7809849497500001, 1.8095401046899999, 1.83533696471, 1.8573176551099999, 1.88542875324, 1.92090178934, 1.9505618811500001, 1.9774596313099999, 2.0068544301600002, 2.0350921018900001, 2.0643959097, 2.1062800026400001, 2.1347376230699999, 2.1742676793900002, 2.2104098855299998, 2.2514941680099998, 2.2912348247100001, 2.3349554164100002, 2.3796253970099999, 2.41766195211, 2.4815347228200002, 2.5296861327400002, 2.57523096673, 2.6414826618, 2.6880090127099998, 2.7379395286100001, 2.7971131333199999, 2.8454615301600001, 2.9012187913899998, 2.9675790254000001, 3.04978866032, 3.12354871979, 3.2117080755199998, 3.3031992991200001, 3.3786495999400001, 3.4622786505200001, 3.5341733641599999, 3.5975451787299999, 3.7026608369999998, 3.82558431557, 3.9485708722999999, 4.0749917626799999, 4.2182278466299996, 4.3815530054699998, 4.5579379614200004, 4.7079073862299996, 4.8861754887000002, 5.0662849643500003, 5.2496674690900003, 5.4708584275999996, 5.6873944276300001, 5.9465154086899998, 6.10841977807, 6.32522045284, 6.6457452149499998, 6.8963618663700004, 7.1600629694100002, 7.4849075540900003, 7.8078159674899998, 8.1135987260599993, 8.6434490614699993, 9.3138777741999998, 9.9096943796500003, 10.5413045729, 11.158948712999999, 11.999104899500001, 12.8985733307, 13.9490047253, 15.518092394, 17.033131729600001, 18.432082803299998, 20.708613102099999, 23.123985660399999, 27.884421759599999, 36.561019225000003, 61.076641297099997, 468.04625970900003, 0.0, 0.067076529355799996, 0.097824586424400006, 0.12058047219699999, 0.135066352689, 0.15703805450399999, 0.16865220856099999, 0.18272153189500001, 0.19456107267299999, 0.20905544303500001, 0.22429021016199999, 0.23682684978499999, 0.24961005214199999, 0.26225295033399998, 0.27282432554800001, 0.283602099439, 0.29623312604699997, 0.30840842319700001, 0.31645548412699998, 0.33143452632300002, 0.343712260145, 0.35341928343099999, 0.36635377466399999, 0.37717670892999999, 0.39032523504299999, 0.40013045900700001, 0.41162395957300002, 0.42423155816699998, 0.43186283101, 0.44215015996599999, 0.45428937582200002, 0.46224971743999999, 0.47594444504299999, 0.48807023390400001, 0.49693964716900002, 0.51019137347099996, 0.52165237357899996, 0.53174150971800005, 0.54256492119300004, 0.55515020156399997, 0.56325486596700003, 0.57178372078899997, 0.57891384744999996, 0.58826455880299999, 0.59910449639800001, 0.60935191848000003, 0.61881052080400001, 0.62702569041300005, 0.63798126176500003, 0.64999626073299999, 0.66409842520700002, 0.67206511322700002, 0.68117655017099998, 0.69235691936599997, 0.70629027472700001, 0.71718753920199996, 0.72825030830899995, 0.73958277894699997, 0.74721313986399995, 0.75951044739999996, 0.77054717878099999, 0.78033716992000002, 0.791657009508, 0.80069783012999995, 0.81151864388700001, 0.82257967604500004, 0.83376565960100002, 0.84367481175100001, 0.85373445615999999, 0.86281664475599995, 0.87277267299399997, 0.88522150941099997, 0.895112829577, 0.90741716188900001, 0.91619554643300005, 0.92601655850499998, 0.93734361345600004, 0.94620041333000005, 0.95712672909899998, 0.96744573225499997, 0.98318977108299999, 0.99187947130599996, 1.00505446816, 1.0135141032699999, 1.02598410227, 1.0352951482399999, 1.0473143060900001, 1.0610104522899999, 1.07557548922, 1.0886540525699999, 1.1030302993000001, 1.1222000890499999, 1.1397653729499999, 1.15430437835, 1.1696993848599999, 1.1869488960800001, 1.20122564741, 1.2141587142000001, 1.2257708751700001, 1.2411522805399999, 1.2560045466400001, 1.27446251035, 1.2841952131300001, 1.2982208578200001, 1.3182157576, 1.3298159782600001, 1.3424136029, 1.3604328317200001, 1.3767068167600001, 1.39749108045, 1.4148267830400001, 1.43982412632, 1.45450195158, 1.47070553463, 1.4842104270200001, 1.5036094415600001, 1.5196111004899999, 1.5427837280000001, 1.56874118822, 1.59012806749, 1.6156339281200001, 1.6415259814800001, 1.6627342303899999, 1.68678597138, 1.7123700775899999, 1.7355941341300001, 1.7575287234700001, 1.77549370303, 1.8023242212999999, 1.8306364744700001, 1.86843117775, 1.89616140233, 1.92693168508, 1.94653908551, 1.9674301249699999, 2.0023775987399999, 2.0410970809600002, 2.0712419181500001, 2.1001298794399998, 2.1435551353000002, 2.18745519946, 2.2407411531300001, 2.2877176484300001, 2.3482386991299999, 2.3878544206000001, 2.4256485211599998, 2.4689746994299999, 2.54115707404, 2.6060044637200002, 2.6471446480799998, 2.7082778846300002, 2.7625848318599999, 2.8217618519399998, 2.8730281955899999, 2.94944935405, 2.9984511177900002, 3.06158326156, 3.1477109402800001, 3.2264457052400002, 3.3135370713699999, 3.3913116560900001, 3.46766561982, 3.5469306652600001, 3.6270133483599998, 3.7196516111200002, 3.8300128499600001, 3.9706856961599999, 4.0624593885399998, 4.16862605645, 4.32355081595, 4.4582130280000003, 4.5901068198399999, 4.7253251831799998, 4.8713623347399997, 5.0670691161099999, 5.2375849693000003, 5.3887073546400002, 5.6495635870200003, 5.8884178613599998, 6.1407571599699997, 6.3858608976199998, 6.6661948102800004, 7.0439049067599999, 7.3559915120800001, 7.73009363221, 8.2262361691900008, 8.8019442355600006, 9.2680434525499997, 9.7743200198599993, 10.6920252267, 11.3785733059, 12.170137853, 13.036613519199999, 14.486048819000001, 16.028067222499999, 17.977721620600001, 20.963719555200001, 25.110074835700001, 32.315204575999999, 51.776266767099997, 108.063764331, 0.0, 0.074209559522700003, 0.108008052641, 0.12807119272199999, 0.145696860505, 0.15949782790200001, 0.17030767784699999, 0.181856162219, 0.194359775116, 0.206545451204, 0.216886655718, 0.227597454714, 0.239520822277, 0.24975972163499999, 0.26174800391699998, 0.27515156150300002, 0.28928260960800001, 0.30056007218699998, 0.31177038148300001, 0.32223273686999998, 0.33233709398299999, 0.34226863585799999, 0.35054033371600002, 0.36272022538900001, 0.37265758299599999, 0.38450845354800001, 0.392952528902, 0.40280374789700002, 0.41239163517100003, 0.42225057636800001, 0.43390677896199997, 0.44589553585300001, 0.456357880291, 0.46605928183400003, 0.47533877800199997, 0.485109944056, 0.49754601794199999, 0.50792030114300002, 0.51923692407099997, 0.52864927728800004, 0.53777407420400003, 0.54790751383199998, 0.55673983995999998, 0.56698607143699997, 0.57670367642800002, 0.58667471005899996, 0.596751819495, 0.60570130209100004, 0.61498993393199997, 0.62532916186599996, 0.63421809777399996, 0.643945582415, 0.652131236, 0.66037342159400003, 0.66984241853199999, 0.68013004284099998, 0.68891506562500004, 0.69795858717600001, 0.70724072355500001, 0.71773910407499997, 0.72600456224599996, 0.73529066837299994, 0.74465581544199999, 0.75311728489600005, 0.76285052475299997, 0.77230557399699995, 0.78194921514500004, 0.79213459741699999, 0.80258535964699995, 0.81396443458699996, 0.82267338024400005, 0.83206771620599995, 0.83984893131100002, 0.85244698240700001, 0.860212067124, 0.87121284808199995, 0.88206426743400002, 0.893602624377, 0.90550090295300001, 0.91868520951400001, 0.92977380346299998, 0.94206318246999998, 0.95246633238900003, 0.96670282891199999, 0.97605982209599995, 0.98559747736000003, 0.99585577432700001, 1.00707064259, 1.01710690075, 1.02898182166, 1.04428034784, 1.0538694818500001, 1.06500309695, 1.0756346263800001, 1.08768054822, 1.0986564112699999, 1.11056517658, 1.1222492032, 1.13556072341, 1.1472841566, 1.16118311944, 1.17259765348, 1.1861421571199999, 1.1985894798400001, 1.20980222263, 1.2233664048399999, 1.2385002300500001, 1.2516226459299999, 1.2669008712400001, 1.2794959423800001, 1.2958611531299999, 1.31116706463, 1.32857407312, 1.34365731571, 1.35879876289, 1.3767427480700001, 1.3927745273200001, 1.41141387435, 1.4296441628400001, 1.4469934928999999, 1.46603314043, 1.4837471764900001, 1.5016602720400001, 1.51855715617, 1.5372635274499999, 1.55585749083, 1.5776110083899999, 1.59566951462, 1.62476079488, 1.6471928626000001, 1.6678247338300001, 1.6864094001200001, 1.7115934443700001, 1.7389659531499999, 1.76721239977, 1.78849994105, 1.81312786502, 1.8365295582100001, 1.8646738456900001, 1.8978807795199999, 1.9240405234, 1.9549490789899999, 1.98972377392, 2.0200230888899999, 2.0589141742399999, 2.10302415543, 2.14058485254, 2.1818536127199999, 2.2299519963300001, 2.2712959938699999, 2.3135445986500001, 2.3566542270399999, 2.3959056922599999, 2.4446333513399998, 2.4952439185199999, 2.5492654399200001, 2.6106037504100001, 2.6602865229799999, 2.7105208912299998, 2.7745671455899998, 2.8333797499900002, 2.9008461857499999, 2.96494326499, 3.0289889630300002, 3.10234506861, 3.1725169557099999, 3.2548023935399999, 3.3312575634499999, 3.41501385226, 3.5077691502100001, 3.6109139158899999, 3.70736489466, 3.8078795299400001, 3.9399935880500001, 4.0729162849399998, 4.1754315477999997, 4.32871701963, 4.4670420558400004, 4.6172360869400002, 4.7801353008799996, 4.9685158392900002, 5.1787521224099997, 5.3659561809799996, 5.5579867362700002, 5.80647069765, 6.0770936171800001, 6.3474439077599998, 6.62582338065, 6.9727248909400004, 7.3991913842899999, 7.8834449215399998, 8.5166144845100007, 9.2030546325000007, 9.88020733826, 10.866036106699999, 12.0758777085, 14.18128042, 16.712052750600002, 20.430876708300001, 27.2913398323, 198.831343334, 0.0, 0.069244384700200001, 0.088432101515100003, 0.10716305206, 0.12503845091900001, 0.140404065533, 0.15732758095900001, 0.17026163426999999, 0.181554153262, 0.19229104097999999, 0.20063488720700001, 0.20918075219000001, 0.22448851398700001, 0.23329259600999999, 0.243417838223, 0.25098683398999999, 0.26086665715599999, 0.26722012921400001, 0.27447102517700001, 0.28549280903099999, 0.29370514330199998, 0.30435794709199998, 0.31171401890299999, 0.32079725821600003, 0.33073290586199999, 0.340392028515, 0.35038726600499998, 0.35811690266399998, 0.36447411653700001, 0.37185544116399999, 0.381082348721, 0.390780214455, 0.39830952785200002, 0.40748168602500001, 0.41488373765499997, 0.42543510561100001, 0.43158160961199998, 0.44002625662900002, 0.44926347686599999, 0.45776432919799998, 0.468022411503, 0.47664440380200002, 0.48258490950499999, 0.48896171374500003, 0.496491820137, 0.50698509859999996, 0.51452015906199999, 0.52068937139100002, 0.52946408477100004, 0.53880448153799998, 0.548801791313, 0.555995027759, 0.56369511933200001, 0.57026213611200005, 0.57917412801400003, 0.58903117523000004, 0.59960305490099997, 0.60673607228299997, 0.61394249280099999, 0.62335872512500001, 0.62950473092000003, 0.63564906077100003, 0.64370653836500002, 0.65068290176499999, 0.65692425783200004, 0.66660140937199996, 0.67467287438699997, 0.68340267482299999, 0.69234704669500002, 0.70022548729900003, 0.70878108772100001, 0.71517132508000003, 0.72483344563800001, 0.73510369684400001, 0.74464179844099998, 0.75114169742299997, 0.75948786098200005, 0.76927896632399995, 0.780181603981, 0.79038397953499995, 0.79658809158499999, 0.80565180419899995, 0.81340080992999997, 0.82502676166900002, 0.83237961296700003, 0.84110268556400003, 0.85232968998699998, 0.86273446105600005, 0.87069963084699997, 0.88137854582999997, 0.89128913714400004, 0.90061058757400003, 0.90609412190700001, 0.91504032505999999, 0.92415693050900005, 0.93648983181699996, 0.94349116139300004, 0.95300702282700001, 0.96521719153999996, 0.97733292798399996, 0.98974230043699996, 1.0028012640199999, 1.01236890773, 1.0253034214500001, 1.0345343165800001, 1.0429324387700001, 1.0534672371, 1.06628868009, 1.07468795352, 1.08633326882, 1.09933424957, 1.1068518163600001, 1.12106242894, 1.13430375102, 1.1497669909499999, 1.16355554605, 1.1741333470999999, 1.1865602471200001, 1.19552264974, 1.20964466299, 1.2206552660600001, 1.2334735428900001, 1.2446193507100001, 1.26228052188, 1.2733668809500001, 1.2862487980799999, 1.29915564596, 1.31311637923, 1.3325804596099999, 1.34251302023, 1.3591003659500001, 1.377169549, 1.3924811167, 1.40750771045, 1.4232614989300001, 1.4396669344899999, 1.4651287187599999, 1.4899491085200001, 1.50816578923, 1.5249813512099999, 1.5484316629499999, 1.56552035633, 1.58626075727, 1.60321824898, 1.6254795315799999, 1.64592427713, 1.6680292001699999, 1.6929771865600001, 1.71641044875, 1.73825985627, 1.7655221754799999, 1.7903694698399999, 1.8124234588000001, 1.83919765728, 1.86770929471, 1.9001015000199999, 1.9321267789500001, 1.95584199638, 1.99690811411, 2.0217444230499999, 2.05376297292, 2.0929451083099999, 2.12301731176, 2.1526232798299998, 2.19298807375, 2.2255018723100002, 2.2689246505599998, 2.3179026897699999, 2.3644121098699999, 2.4221039841300001, 2.4838688069799999, 2.53466998697, 2.6042919607999999, 2.6812450073999998, 2.7654172146999998, 2.8309204248399999, 2.9094078948100002, 2.9876772553499999, 3.0748530970700001, 3.1622064731699999, 3.24147451246, 3.32558384886, 3.4422202342600001, 3.5775338240400001, 3.7141610497599999, 3.87173250803, 4.0663966875900002, 4.29308118297, 4.4781034155099997, 4.7041054642700004, 5.0488522514199996, 5.3311777928700002, 5.6656935490200002, 6.1539089237400004, 6.8843836607600002, 7.4347424954000001, 8.2978267417500007, 9.6243020157500005, 11.369168954199999, 15.540639672399999, 76.1760172643, 0.0, 0.049706365699999998, 0.0666592682662, 0.088322065368899999, 0.104536859611, 0.11923256786399999, 0.127291144238, 0.13502577832400001, 0.140820543469, 0.15139945632400001, 0.16099717066999999, 0.16793664804899999, 0.179770597659, 0.18534480911599999, 0.19437588065, 0.20501796081000001, 0.21442507195499999, 0.223638661722, 0.235448046864, 0.24069837603999999, 0.249796619168, 0.2569021037, 0.26571241794099998, 0.273484835112, 0.28264031867099998, 0.29203238294299999, 0.30128506578199998, 0.30890798204499997, 0.31400372247300001, 0.32085907990500001, 0.33018590514200002, 0.33434813763600002, 0.34099138695100001, 0.34839419218399997, 0.36043796979300002, 0.366921197137, 0.374978179395, 0.380142953738, 0.38497527854699998, 0.39412431397300002, 0.40294224279800001, 0.41036947119900002, 0.42097414080500001, 0.426696154529, 0.43405547629300001, 0.438076390323, 0.44626941882600002, 0.45209988855099997, 0.46025667702299999, 0.46751534699899999, 0.47569740786199999, 0.48648925341600002, 0.49365845173799999, 0.50062076512099996, 0.50762099689399998, 0.51599561488599999, 0.52069070294499997, 0.52771734894599998, 0.53507770527700005, 0.53957262010100004, 0.54687563426600005, 0.55882733756900005, 0.56778279961099998, 0.57581367970300001, 0.58169558514099995, 0.589416835832, 0.59799990574399997, 0.60309451416000004, 0.60776585343300005, 0.61113211528400002, 0.620751519689, 0.63049668177200002, 0.64186111209399999, 0.649049389792, 0.65881032984999999, 0.667603399933, 0.67500088551600002, 0.68058962597299999, 0.68475592303099997, 0.69020553863599998, 0.69297641552300004, 0.69919890922799999, 0.70692564551500003, 0.71223085652100004, 0.72213575435900001, 0.730079802251, 0.73971307206199999, 0.74754515744299999, 0.75906245692899998, 0.76535806436599996, 0.768435170424, 0.77936645084, 0.78371319966099995, 0.793548757173, 0.79992665980300004, 0.80669075308100002, 0.813805390164, 0.82073219292800004, 0.82530292600499999, 0.83254418888299997, 0.84023227490600005, 0.84610269681500005, 0.850974506809, 0.85604916181199997, 0.86800267070000003, 0.87548269182500005, 0.88170746226899999, 0.89168104316600005, 0.89886785180600004, 0.90941660694899995, 0.92091095976000004, 0.92713708903799996, 0.93255472954399998, 0.94075570205600001, 0.95405981205900003, 0.96338844277799995, 0.97402552055400005, 0.98526481076200001, 0.99808150342699997, 1.00881814468, 1.0181152037700001, 1.02462072395, 1.0362614133200001, 1.0501057383200001, 1.05573829434, 1.0663375241399999, 1.0815544234900001, 1.0920197863400001, 1.10280835408, 1.1180455459900001, 1.1302349147199999, 1.14338393376, 1.1517784771899999, 1.16459044846, 1.17843359548, 1.1909602731, 1.2038564818399999, 1.2161138792399999, 1.22899884794, 1.24167619324, 1.25804220029, 1.26669854112, 1.28319750286, 1.29839920006, 1.31138545902, 1.3222317000599999, 1.34185918055, 1.3547619368999999, 1.3711217067000001, 1.3874485756199999, 1.4017178245899999, 1.4176863825099999, 1.43525875504, 1.4513358921899999, 1.4669285814799999, 1.49058059786, 1.51243917885, 1.5343601628600001, 1.5519685841999999, 1.5858246281799999, 1.6052702545799999, 1.6255288476200001, 1.645511371, 1.67744979518, 1.7003145979100001, 1.7236176675199999, 1.74467645265, 1.7809151811699999, 1.8104241704099999, 1.85100020932, 1.8902605480300001, 1.9127629589099999, 1.94264465956, 1.98831619403, 2.0462312106199998, 2.1088091964400002, 2.1589111550700002, 2.19880416124, 2.2551363689100001, 2.32115689321, 2.3900112406699998, 2.4355086734200002, 2.53167527975, 2.5574390199299999, 2.69075228193, 2.80722131929, 2.8827815963000001, 3.0169724035100001, 3.1020365340699998, 3.2877647668300001, 3.4186314330799998, 3.55711527829, 3.7777833577900002, 4.0940063095600001, 4.35113022089, 4.7722176832300001, 5.4945754250499999, 6.0600360065499999, 6.7983858917699997, 9.1234186672500002, 40.009378980599998, 0.0, 0.067895952064799994, 0.084300078749299998, 0.095052432169299997, 0.102638659398, 0.112117784904, 0.11826939027900001, 0.12549932636300001, 0.12979818836900001, 0.14651996704600001, 0.15100212390600001, 0.161663165759, 0.16954870848299999, 0.177081348221, 0.18018558524200001, 0.18303580819699999, 0.19216015759300001, 0.19761816342399999, 0.20405892001000001, 0.208512677383, 0.2121909193, 0.219201257102, 0.226866968867, 0.23794276716900001, 0.24987132195699999, 0.25465170763400002, 0.26099785587800001, 0.26730559655899999, 0.28331961066, 0.29096521670800002, 0.29624967979200001, 0.29829805930100001, 0.30951316035100002, 0.31770754811700003, 0.32720886553700002, 0.33647444911699997, 0.34198895204000002, 0.35025569471500001, 0.35723583674800002, 0.36574792956399999, 0.37381139126899998, 0.38799391889500001, 0.39067031169299998, 0.39620024782899999, 0.40020907354500002, 0.406629782376, 0.41587001647900002, 0.42064605710199998, 0.427983894024, 0.43880340547500002, 0.446223080223, 0.450449340882, 0.45558651616200002, 0.46105934588699998, 0.46416526610600001, 0.47234232416100003, 0.47838800081799998, 0.48398364517499998, 0.49028214090200001, 0.499284532015, 0.50451360745100005, 0.509733914146, 0.51534943972199998, 0.51694525305200001, 0.52351544417600004, 0.52741635274900001, 0.53030801158100005, 0.54039249319000005, 0.543358519993, 0.55090831684899999, 0.56351528162800002, 0.57109497028699996, 0.57678495336900004, 0.58431894816300001, 0.59453107257500004, 0.60337885959000004, 0.61000337793399995, 0.61727383516599998, 0.62371645808300002, 0.629855469291, 0.64046230499599999, 0.64338774420900002, 0.64928236111199999, 0.65253922932700004, 0.65630438988100004, 0.66542800844200001, 0.67245369789099996, 0.67689678974900003, 0.68490163471400001, 0.697879548796, 0.70321721042899998, 0.70825620560000002, 0.71214130965099998, 0.71606229576000002, 0.72849739743399999, 0.72997690491599998, 0.73496304621899999, 0.74722916204000001, 0.75461055645599995, 0.76049922669799996, 0.76492250952399998, 0.77219537422499995, 0.77615043430200004, 0.78272629883699996, 0.78806707738399995, 0.803877101727, 0.81237050231600005, 0.82231101211000002, 0.82643891219300003, 0.82994343368199996, 0.84104036655799996, 0.85001450139900003, 0.85722719700299999, 0.86813520497600005, 0.87634807207999998, 0.87849406127499996, 0.88626760274000005, 0.89464524886600005, 0.89854680515700003, 0.90579336081200001, 0.90937836218900003, 0.92263809143499997, 0.92671709472899999, 0.93140291302300005, 0.93889838636400003, 0.94817473635500005, 0.95134624523199995, 0.95948566447500006, 0.96931430537899999, 0.97827519300099997, 0.98284090499800003, 0.98853660864199999, 0.99999303088000002, 1.00933104878, 1.02227252775, 1.0339923686800001, 1.03840687036, 1.04500879737, 1.05122171927, 1.06723984471, 1.07953686403, 1.09113807067, 1.10417487551, 1.11446546637, 1.1254220105599999, 1.1353940360999999, 1.16144655068, 1.1695186521200001, 1.1831819617599999, 1.2096151764900001, 1.2368935164299999, 1.2456266675500001, 1.25296303964, 1.26564891435, 1.2701959942000001, 1.28466851306, 1.29873724956, 1.31966389347, 1.3313272542500001, 1.34786430325, 1.3621826611400001, 1.3720433831700001, 1.3971090305, 1.4043458957999999, 1.4238434153299999, 1.4590867995000001, 1.4854743821, 1.5153253015599999, 1.54813838085, 1.57329724758, 1.6116532666100001, 1.62277970085, 1.63219947245, 1.6666665269000001, 1.73127681763, 1.7492774307700001, 1.80557771894, 1.8267234865099999, 1.88934211181, 1.9203963709, 1.99466093314, 2.0230718376899999, 2.0628543274000002, 2.1367073224899999, 2.1821320160500002, 2.22093938088, 2.3072520016700002, 2.3621845025599999, 2.44517002578, 2.5015913727800001, 2.5975738754100002, 2.7045052724200001, 2.8865631109500001, 3.1260959842, 3.39849260601, 3.6254807685400001, 4.0097191798100003, 4.5724242129699997, 5.4143250544999999, 6.3272292972399997, 17.5560575511, 0.0, 0.085458258148600003, 0.098622234580399995, 0.106568524017, 0.108057180859, 0.1107805041, 0.11464013028599999, 0.13602438252499999, 0.14300574817799999, 0.146684159845, 0.15122598984999999, 0.154733085331, 0.161754974932, 0.17723910406000001, 0.18032389045700001, 0.18658548177699999, 0.18746673820000001, 0.19896129970099999, 0.209234599805, 0.21980562614900001, 0.228062016284, 0.23711187915099999, 0.23869840689499999, 0.240361816358, 0.27144033681000002, 0.27327373169399999, 0.27458858408600001, 0.28007177711800002, 0.28248298888899998, 0.28387767697499999, 0.287453003343, 0.292023090998, 0.29519223190999999, 0.31407066578100001, 0.32033662902100002, 0.32377361486099998, 0.33791304018399998, 0.340145093994, 0.34355792125200002, 0.35986952431000002, 0.36278049873099999, 0.36565591999199998, 0.36887445402199998, 0.37307785833099999, 0.37522358431500002, 0.38644599385299999, 0.38905873533300001, 0.39011760635100001, 0.39429900482899999, 0.40016937602000002, 0.40636267913899998, 0.408103464438, 0.411985395905, 0.42002274379400001, 0.42424580987299998, 0.42889507706199997, 0.43431096613499998, 0.43634598755999998, 0.44074601502999999, 0.44833586654099999, 0.44981411452999998, 0.45139144803199999, 0.45825414352600002, 0.465858692219, 0.46971239089400002, 0.48073097106200002, 0.49008253400700003, 0.49019267044199999, 0.49421178442399999, 0.49592401222499999, 0.51649450538700004, 0.52148438326400004, 0.52450649919199999, 0.52875492868700003, 0.53851929926099995, 0.55522500190799995, 0.56567545616600001, 0.57500972364500003, 0.575413910571, 0.577492611263, 0.58282093829299997, 0.5882333891, 0.59178334343399996, 0.59490514439200004, 0.59707926005599998, 0.60398628531999998, 0.61018821270699997, 0.62788446277499999, 0.62845001268199996, 0.63245592828700004, 0.64203220116600002, 0.64960047364600004, 0.65218235923199996, 0.65302094855500004, 0.65709800478699998, 0.66525750618900004, 0.66772838617499997, 0.66931616078599998, 0.67398981338899999, 0.67995566798200002, 0.69261712558099997, 0.69323176238100004, 0.70328807748099997, 0.70817581305300004, 0.71362676385000001, 0.72122326659400005, 0.72982093594899999, 0.73501610749799995, 0.74418077769299995, 0.74740381350899998, 0.75972971198000006, 0.76542085452499997, 0.77293727748999996, 0.77569521588599999, 0.79040702133899998, 0.79124143409100001, 0.79674835901600005, 0.801314329913, 0.80761727105100001, 0.81334526814800001, 0.82599153547399995, 0.835753037664, 0.84010997734000004, 0.84324537731399996, 0.84524994337100001, 0.852251511771, 0.85726585936199995, 0.86776513236499997, 0.87321839355800002, 0.88257634312599997, 0.88885223178899997, 0.89462277052799999, 0.89929289721500005, 0.91054077473399997, 0.91235045283799998, 0.91859506476800001, 0.92379410344599999, 0.92778311003299996, 0.95200833907100002, 0.96058777907100001, 0.96275379136000006, 0.96711989399800002, 0.98158423342400003, 0.99959381644599998, 1.0158547410300001, 1.0257344455099999, 1.0386164152999999, 1.05829394823, 1.0652432737599999, 1.06870005665, 1.0850122523800001, 1.08895555924, 1.1035938848, 1.1079237802499999, 1.14480878564, 1.1555554675299999, 1.1789854119500001, 1.21604495077, 1.21944541763, 1.2255115895799999, 1.2349135122299999, 1.2574900653700001, 1.2756099428300001, 1.27830965632, 1.29563470054, 1.33511311013, 1.37879372829, 1.4104141532900001, 1.42999159888, 1.4340564609599999, 1.4404309370999999, 1.45125639917, 1.4753290649999999, 1.50104361326, 1.5067651051299999, 1.56173064277, 1.5867665737000001, 1.6529842751699999, 1.68573957888, 1.6981474139899999, 1.7544189081799999, 1.79075077468, 1.8606238073600001, 1.9675939468600001, 1.99649367583, 2.0088494420599998, 2.0624960910299999, 2.1345821995000001, 2.25477797389, 2.4129377727399999, 2.4947352830499998, 2.6183637912700002, 3.0074794112299998, 3.1791961046799999, 3.4293356642399999, 3.8514844690699999, 4.2517228191100003, 4.9637069833399998, 6.0765632038800002, 6.7603904355099997, 10.3173126473, 0.0, 0.078613919986899997, 0.086706257325800007, 0.086706257325800007, 0.114789651673, 0.12273957318299999, 0.127062920365, 0.128484790396, 0.13578225807899999, 0.13578225807899999, 0.14730174056500001, 0.14730174056500001, 0.15501754607599999, 0.17160764402600001, 0.17160764402600001, 0.17716597523700001, 0.19318889167600001, 0.201064059002, 0.20544566915199999, 0.208662339522, 0.208662339522, 0.209070783313, 0.217981911645, 0.21984720431800001, 0.22959168302800001, 0.22959168302800001, 0.22979925938500001, 0.23023398217900001, 0.23282324285100001, 0.23847389001200001, 0.24981772981200001, 0.24981772981200001, 0.251976912788, 0.26484603340399998, 0.267063574626, 0.276065116128, 0.27955725551999999, 0.27955725551999999, 0.29253129065099998, 0.29257984585899999, 0.29426519135099999, 0.29991973517600001, 0.29991973517600001, 0.300865581125, 0.30629956382500001, 0.33189640078299998, 0.33193362117300002, 0.332892715999, 0.332892715999, 0.33786995917700002, 0.34286355479300001, 0.35037131399499999, 0.36538777844499998, 0.36538777844499998, 0.39533598300400002, 0.40761459269400002, 0.43071349334699999, 0.44611156073300001, 0.44821302280300002, 0.44821302280300002, 0.45970379461999999, 0.479322648149, 0.49927725766600001, 0.50856338644599997, 0.50856338644599997, 0.51381349247600006, 0.52312377414900002, 0.52365255460899995, 0.524357535308, 0.52449511360300005, 0.53246792168500001, 0.53246792168500001, 0.53406269761799996, 0.54066543759600005, 0.54165597718199998, 0.54165597718199998, 0.54286979560399995, 0.54565296744199998, 0.54680412639599996, 0.55924698793600003, 0.55948804920899997, 0.55948804920899997, 0.56237285913900004, 0.61191574840100005, 0.61803286518099998, 0.62621800263899996, 0.62894744300399996, 0.62894744300399996, 0.64175065233299999, 0.64274226864700001, 0.643141090937, 0.64957757771299995, 0.64957757771299995, 0.65462416615899999, 0.65508592379599995, 0.65577214273499995, 0.65867533793400002, 0.65966257080699997, 0.65966257080699997, 0.67002637381200003, 0.6862767676, 0.68775204324200001, 0.68935688154399999, 0.68935688154399999, 0.68958321519599997, 0.69489243672400003, 0.69799974598299996, 0.70085954020999996, 0.70570470911100003, 0.70570470911100003, 0.71529355939600003, 0.71529355939600003, 0.73061672396900001, 0.73147192102699998, 0.73147192102699998, 0.73172502367900005, 0.74705904753800001, 0.75069245931200002, 0.76171481537700003, 0.78431047228100004, 0.78431047228100004, 0.79589062785700004, 0.79985244088700003, 0.80739451523600003, 0.80995278660199999, 0.80995278660199999, 0.818149271693, 0.81876691441600002, 0.82187704197599998, 0.82398018051199995, 0.83061310912300002, 0.83061310912300002, 0.841520560606, 0.84283988029500001, 0.845286826815, 0.85635186159599996, 0.88301536060399999, 0.88301536060399999, 0.89457113891100004, 0.90319721159599997, 0.91110728614600001, 0.920115781518, 0.920115781518, 0.924752016362, 0.93270708632099997, 0.93634613579199999, 0.93668785307699998, 0.938056933654, 0.938056933654, 0.963093301648, 0.97003534928799995, 0.97433733039600001, 0.98296990885400004, 0.98296990885400004, 0.99165891962800001, 0.99363899328700001, 1.00411505522, 1.0082220608200001, 1.04142653436, 1.04142653436, 1.05299960148, 1.0584566497800001, 1.0631344471799999, 1.0702232139000001, 1.0702232139000001, 1.0745255061000001, 1.07801171048, 1.09546502235, 1.1130150782399999, 1.1212890952400001, 1.1453294864700001, 1.1453294864700001, 1.14683578271, 1.14912419314, 1.1868862875699999, 1.1868862875699999, 1.2135111146399999, 1.2764048086199999, 1.3014758897300001, 1.33521824385, 1.3586680634799999, 1.3586680634799999, 1.39549136126, 1.4365610253900001, 1.4568919919400001, 1.5925258819899999, 1.67910648307, 1.67910648307, 1.7175836223800001, 1.8595366530499999, 2.22804691293, 2.4236335095200001, 2.4236335095200001, 2.5444902152200002, 2.7565764210300001, 3.0002289122299999, 3.2770080283, 6.1761254131100003, 6.1761254131100003, 9.0448113096899991, 9.0448113096899991, 0.0, 0.0, 0.084719549076999995, 0.084719549076999995, 0.162771060016, 0.162771060016, 0.162771060016, 0.174797101293, 0.174797101293, 0.19337957316099999, 0.19634700654600001, 0.19634700654600001, 0.19634700654600001, 0.19634700654600001, 0.19855375347500001, 0.19855375347500001, 0.19855375347500001, 0.200626535691, 0.200626535691, 0.20443169045699999, 0.20443169045699999, 0.20546703844700001, 0.20546703844700001, 0.20546703844700001, 0.22648266447400001, 0.22648266447400001, 0.240550688555, 0.240550688555, 0.240550688555, 0.25396349222699999, 0.26176107887200001, 0.26176107887200001, 0.26176107887200001, 0.26176107887200001, 0.27888116985299999, 0.27888116985299999, 0.29428424249599999, 0.29428424249599999, 0.29428424249599999, 0.299788951114, 0.299788951114, 0.31720186969399999, 0.31720186969399999, 0.31720186969399999, 0.35285717429300001, 0.35285717429300001, 0.35967187727099997, 0.35967187727099997, 0.35967187727099997, 0.36425099049600002, 0.37144632312499998, 0.37144632312499998, 0.37144632312499998, 0.37144632312499998, 0.393647946528, 0.393647946528, 0.40432582434100001, 0.40432582434100001, 0.40432582434100001, 0.41409827036399999, 0.41409827036399999, 0.42605819547399998, 0.42605819547399998, 0.438201525694, 0.438201525694, 0.438201525694, 0.52412206191900002, 0.52412206191900002, 0.53036211888999996, 0.53036211888999996, 0.53947846940699995, 0.53947846940699995, 0.53947846940699995, 0.54022582851800005, 0.54022582851800005, 0.54022582851800005, 0.55304014916499999, 0.55304014916499999, 0.58228935374099999, 0.58228935374099999, 0.58228935374099999, 0.60596028174500005, 0.60596028174500005, 0.61041536468199997, 0.61041536468199997, 0.61041536468199997, 0.65478363743500001, 0.65478363743500001, 0.67732197187900001, 0.67732197187900001, 0.69170398708900005, 0.69170398708900005, 0.69170398708900005, 0.71778169588399998, 0.71778169588399998, 0.71778169588399998, 0.724448255762, 0.724448255762, 0.73445742378500001, 0.73445742378500001, 0.73445742378500001, 0.74008547261299995, 0.74008547261299995, 0.74881364436599995, 0.74881364436599995, 0.77742926704699999, 0.77742926704699999, 0.77742926704699999, 0.80214410030399996, 0.80214410030399996, 0.80237181021399995, 0.80237181021399995, 0.80237181021399995, 0.80480889025799995, 0.80480889025799995, 0.81567228496599997, 0.81567228496599997, 0.81567228496599997, 0.82045939538299995, 0.82045939538299995, 0.82352724851000003, 0.82352724851000003, 0.82352724851000003, 0.832308451359, 0.832308451359, 0.85064319551300005, 0.85064319551300005, 0.85064319551300005, 0.86707524700500005, 0.86707524700500005, 0.87113615998799998, 0.87113615998799998, 0.87113615998799998, 0.893480617719, 0.893480617719, 0.91025084198899997, 0.91025084198899997, 0.91025084198899997, 0.92945707303699998, 0.92945707303699998, 0.94367179870100004, 0.94367179870100004, 0.96249504634000005, 0.96249504634000005, 0.96249504634000005, 1.04851239622, 1.04851239622, 1.05472835341, 1.05472835341, 1.05472835341, 1.0571022668900001, 1.0571022668900001, 1.0795501896999999, 1.0795501896999999, 1.0795501896999999, 1.08606295202, 1.08606295202, 1.1610428489, 1.1610428489, 1.1610428489, 1.1737862567099999, 1.1737862567099999, 1.19233887401, 1.19233887401, 1.19233887401, 1.23499695024, 1.23499695024, 1.32872584115, 1.32872584115, 1.32872584115, 1.4875655673799999, 1.4875655673799999, 1.7768916535799999, 1.7768916535799999, 1.7768916535799999, 1.90484127934, 1.90484127934, 1.9108413266499999, 1.9108413266499999, 1.9108413266499999, 2.0007729910999998, 2.0007729910999998, 2.3382342441700001, 2.3382342441700001, 2.5987544026, 2.5987544026, 2.5987544026, 2.6082788293000001, 2.6082788293000001, 2.6082788293000001, 2.8392763735900002, 2.8392763735900002, 3.3819024131300002, 3.3819024131300002, 3.7018275480299998, 3.7018275480299998, 3.7018275480299998, 4.72930160618, 4.72930160618, 4.72930160618, 4.72930160618] diff --git a/Muon/MuonID/python/MuonID/M_MC09_def_distb.py b/Muon/MuonID/python/MuonID/M_MC09_def_distb.py index 4665160b314..d61e06a4b1d 100644 --- a/Muon/MuonID/python/MuonID/M_MC09_def_distb.py +++ b/Muon/MuonID/python/MuonID/M_MC09_def_distb.py @@ -1 +1,11 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### M_MC09_def_distb = [0.0, 0.56094372606762677, 0.7748555093433106, 0.95310767752176617, 1.1906079835411554, 1.4135063615181933, 1.5469706087575439, 1.717637715444549, 1.9078084450312611, 2.078830865302939, 2.3673694393209286, 2.5652916154906422, 2.719176314163422, 2.9143350583182777, 3.0556867288035465, 3.3314071492430846, 3.5309373944964433, 3.7198259542235506, 3.9746173222307726, 4.1716075147757152, 4.3331714146492013, 4.5010791980770231, 4.7010753304750965, 4.8936058791922381, 5.1037597147293932, 5.2592473096915198, 5.4933808099586612, 5.6277238343814533, 5.8620859412865522, 6.1059450539869653, 6.3120134479962893, 6.5830830775944706, 6.8200926493441481, 7.0702834736372564, 7.3483462204604635, 7.6264067744909951, 7.8372782469612465, 8.0617780685477705, 8.3995622657866384, 8.7403882283600378, 9.0992605207420993, 9.3705162889778926, 9.75889880418889, 10.194686638374007, 10.438514323942188, 10.726873592781514, 11.069318434988878, 11.396569108340843, 11.801419844938572, 12.128206841266881, 12.485948104637052, 12.756299870388832, 13.076944452763826, 13.458692068837927, 13.824717813822369, 14.316393196413889, 14.621905587891465, 14.888480073624264, 15.335930506891625, 15.609627342322275, 16.191900883034002, 16.54381609680534, 17.147813194052553, 17.468929751742763, 17.940480341162086, 18.345046931400908, 18.601290104964175, 19.011371018239437, 19.335036342308854, 19.740516156682062, 20.13447317647455, 20.462447938558235, 21.091090849462493, 21.556877958704259, 21.823267014913611, 22.208749180717806, 22.786099855049944, 23.371401551338806, 23.73315353587088, 24.31738397233147, 24.625223648727555, 25.069412618036147, 25.928099135972015, 26.497110723217201, 27.085968731165757, 27.631123699960334, 28.187584878982072, 28.991619387322526, 29.353231676085986, 30.083376143103514, 30.880607280324416, 31.435216510900492, 32.392330109783813, 32.921554836523583, 33.514110805447565, 34.303809151243847, 35.456294459561711, 36.280791683627093, 36.940252784295062, 37.717899566227963, 38.457688239199655, 39.596732893642503, 40.36400419560065, 40.945135884536548, 41.797758649637814, 42.487275414278201, 43.921777494122409, 44.874273975496472, 45.67446232320151, 46.727212320012811, 47.45119952715492, 48.639858771576726, 49.370473491276989, 50.528638968567975, 51.389834372987714, 52.582079342007546, 53.589199085657242, 54.585243505081834, 55.622223351244195, 56.936556831025484, 58.385520290381457, 59.451232373507203, 60.588566421499443, 62.401492617291595, 63.88804064081846, 65.599157033995837, 67.204436723739235, 69.4912133287594, 71.622345320740351, 73.103725049112015, 75.089813374922841, 76.884823802108912, 78.275061550352873, 80.357326438684495, 83.305006897820235, 85.400732831032357, 87.218868459052473, 89.130072489534143, 91.252783666141042, 92.815637585979999, 95.739391170148252, 98.435092605981637, 100.31960869294872, 102.50286766025864, 105.48705400852423, 108.82295714914468, 111.39204546177986, 114.62248349802513, 117.87687880992867, 119.40484241859349, 122.7734081083525, 125.26971884287919, 128.55177396728385, 131.66269963489299, 136.57359107720188, 140.51816667169177, 144.16804544736863, 150.35987039520109, 154.72466658210519, 160.54109480247283, 164.18861964598716, 170.24309324015738, 175.29889321042558, 183.11630724838597, 189.01683118972002, 196.90975774880297, 204.49263459337524, 213.04893801936598, 219.75869942751646, 228.19907555440614, 239.44926809073948, 248.20168822805923, 259.25320106736922, 265.44318466962994, 277.32312416782054, 288.56952434288797, 298.64263419554209, 315.25981209742378, 331.89024853535398, 342.74298087821637, 360.77964203727674, 378.48547030119011, 392.5550051422876, 405.31614074355014, 421.74150173342304, 441.4412304371254, 457.82211257306926, 480.45566322885566, 513.45774433642032, 555.4000490334372, 605.92811073979146, 652.49495125201292, 704.61385101258315, 786.33845891481292, 874.04643470496728, 1012.3600088462719, 1159.4774300577808, 1379.2669821003758, 1756.1106436012778, 2357.4547208831491, 217148.93534056327, 0.0, 0.46532971898727915, 0.68496949409616426, 0.94645340397600952, 1.102736193185504, 1.312453009792369, 1.4867727436472011, 1.6340240974064906, 1.8260512349059785, 1.9700706984768943, 2.1040893787044128, 2.2333135236192967, 2.3880111121966587, 2.5520785579949155, 2.6739841145948597, 2.8075636832160806, 2.9039966303754365, 3.0345967971695451, 3.2102417439344437, 3.3137856992787351, 3.4376002808848787, 3.5571277890563819, 3.6898499180667237, 3.799063723671626, 3.94997555574531, 4.0925736583580976, 4.2086028832412561, 4.3390635740171728, 4.4761244808887941, 4.6023420572801266, 4.7263227277876512, 4.8591547764014482, 5.0957595508246589, 5.30514679884981, 5.4401600222425195, 5.5717535777959721, 5.7003644346866409, 5.8768488839999593, 5.991691304228997, 6.1771150398732244, 6.3465048845874961, 6.4948860632013519, 6.6772230060948159, 6.8030943590107249, 6.9813191429783039, 7.165284199966873, 7.3873559281058423, 7.5948269266966975, 7.801592658633016, 7.9955249125214145, 8.1905643672046686, 8.3270830680818655, 8.5054910750061179, 8.7225666260180663, 8.9368113184240965, 9.1376808053645888, 9.3633428615533649, 9.5990825604962264, 9.7364383724201087, 9.9186955590691088, 10.124746714296, 10.40687565362729, 10.737648017833138, 11.012188237958963, 11.214102933586581, 11.45440355061357, 11.736264046084917, 12.026226014607102, 12.245762888886343, 12.541549269023777, 12.756641375192153, 12.98360561266394, 13.288306417225625, 13.526164571303489, 13.75503655409527, 14.117128492708087, 14.374029807073448, 14.712173108685258, 14.981897180990096, 15.344366904559326, 15.600391910392348, 16.020999494977502, 16.300440442407332, 16.606309936976054, 16.902143272482817, 17.159816580240875, 17.461774805635738, 17.781122815339479, 18.119654210560597, 18.48063214553467, 18.820102897217541, 19.161710076244763, 19.479832189525602, 19.848403979835609, 20.122299299121863, 20.43004460334555, 20.753188532047265, 21.116860477662346, 21.534773567291243, 22.137744141529421, 22.45219966811996, 22.843712755485114, 23.327127510714419, 23.801219885543535, 24.400068243422009, 24.859199781454677, 25.249212813218318, 25.681597611963909, 26.218124149559316, 26.865624109857663, 27.476273115575268, 28.003316090112232, 28.465744086402083, 29.114406317582951, 29.863184721251695, 30.645923853117178, 31.411221663197541, 32.083675244596449, 32.623907125336849, 33.542071438820663, 34.423855107765, 35.090015994189059, 35.83529395578082, 36.739635743840758, 37.456669272617518, 38.267335328548761, 39.333029993613607, 40.288484522728531, 41.508400903755643, 42.819861162087363, 43.639905039190687, 44.572666361081048, 45.821482473822918, 46.862153416881057, 48.147392790601714, 49.404082667631819, 50.527705863342902, 52.004399737632923, 53.494784474459131, 54.714589396642559, 55.67232429415796, 56.793224205114853, 58.007050364060461, 59.680200263089169, 61.232876696778597, 62.427428818562269, 63.973042504689445, 65.632536988952083, 67.347413597855891, 69.065640807296859, 70.464693299553076, 72.418849794356461, 74.105138155507049, 75.662376323980538, 77.872835649845626, 79.967351057764517, 81.928379445805646, 84.034972341121062, 86.103344705230924, 88.477411000229537, 90.312287755291578, 92.507210044700187, 95.060608477240947, 97.679889639836844, 100.54820722011901, 104.05860073649033, 106.9975903165883, 110.72495391129446, 114.47278880860986, 118.67332903577829, 122.47362728985475, 127.29751063199502, 131.9947396665213, 137.58105901899614, 143.2436551636288, 148.62549462778085, 155.59863941964065, 162.63324375828105, 168.58328521973854, 176.47623591935073, 187.10110318413911, 194.1945607895322, 205.76585363429373, 218.54795010442368, 224.54362476449748, 231.28500418937108, 243.28574251055934, 254.11346183370961, 270.37086108698531, 283.71979921314824, 298.26484833307381, 309.41788972573079, 335.8183191815636, 361.8565261478937, 398.47210782079094, 453.94084657359673, 537.44153147414909, 644.04067764548461, 779.41712961885173, 1047.3517440661496, 32924.039482636828, 0.0, 0.44937757329633327, 0.61250349172115959, 0.7863111534649565, 0.88962062078461757, 1.0382238515645796, 1.1737343879099387, 1.3675367911897895, 1.4812885968395111, 1.6632187662691276, 1.8341758133782387, 1.9619748247014435, 2.0552125983628433, 2.1703209170187905, 2.2961317300880717, 2.3982858575534443, 2.4969661855862513, 2.6039206933082872, 2.7154863269399461, 2.7935806808717341, 2.9157144052335742, 3.0304254455360686, 3.1804609723019346, 3.2662231643163544, 3.3535831040758928, 3.4593860912217078, 3.5730577882484265, 3.6829046499090672, 3.7926322745010292, 3.918389650507887, 4.0461615056476345, 4.1688075178063455, 4.261935760927039, 4.3872821403468514, 4.4849226816074195, 4.5815647915521316, 4.7329622842326859, 4.8333438381787959, 4.9751149870072844, 5.1439939747359258, 5.2679283122041474, 5.3979939515818964, 5.4986148492629514, 5.5833034840702549, 5.7762491544651375, 5.8901795208691912, 6.0406044947405793, 6.1414968907338547, 6.3109595855296661, 6.4702277997994733, 6.6084310395612746, 6.7478047002924155, 6.8791042308295953, 6.9969768325569115, 7.1196791826285173, 7.2490813954518822, 7.4130615395895152, 7.6062113466901806, 7.7506437587572199, 7.8830685300393055, 8.0353926744476123, 8.1996939525956183, 8.4142220833085606, 8.5808330010701201, 8.7445310419872921, 8.9841822249357115, 9.181432418740652, 9.3539737653904709, 9.5793187725543287, 9.7462277892814431, 9.9098280489576762, 10.04079373626851, 10.211734359829405, 10.501564944142677, 10.710373784142686, 10.886736785556671, 11.066921822136326, 11.235485714770356, 11.437646009474888, 11.67346914949365, 11.83325542414009, 12.036493633448316, 12.32938637637468, 12.554138183666348, 12.743210513050011, 12.983810120622046, 13.174204038774839, 13.3680862872507, 13.620942224242304, 13.890272176459577, 14.165385082423146, 14.413231848006964, 14.724376594252243, 14.977328826245193, 15.231234613500565, 15.55914351677969, 15.781820608210545, 16.091194364415028, 16.347431974296502, 16.596030336748036, 16.887891775703359, 17.178071227425107, 17.48876537215957, 17.802979490086393, 18.167601675413529, 18.451234059983907, 18.773722324177371, 19.095678793499459, 19.393224208627331, 19.892470444495725, 20.360431028492791, 20.714816695587093, 21.109538106861837, 21.528542624887123, 21.903763658847744, 22.32752745556132, 22.932277869765915, 23.443859045149278, 24.010482595441839, 24.454443667170533, 24.893590041546005, 25.519805040678591, 25.948341902144293, 26.521018356962905, 27.203480036460771, 27.923098995772133, 28.875462789782972, 29.551018023069748, 29.950704440314354, 30.476114881076313, 31.046996042296136, 31.828920785208862, 32.724644642398538, 33.519807747032317, 34.207784670738299, 34.978220277672911, 35.82880248810423, 36.674526307149222, 37.539567643195326, 38.598050079089823, 39.461587691403167, 40.326650088153748, 41.3817881768775, 42.413485151973958, 43.434107971290473, 44.327692773369833, 45.281573404128643, 46.623500435435595, 47.845340004545946, 48.925490779005997, 50.099817716244445, 51.130922527278209, 52.52201636244277, 54.171384212197573, 56.251402930866988, 57.343667697555219, 59.060037223666868, 60.886212298901022, 62.282534857812919, 63.86965941245365, 65.907528655065505, 68.060546344496487, 69.886943517625568, 72.15339782090426, 74.790861312079699, 76.921991723046403, 79.835163669975174, 82.098620972009513, 84.019415664127024, 87.941587866072609, 90.308304219949349, 93.475153751625228, 96.866828921040394, 99.559133387387135, 103.13311038199714, 107.13838078377783, 111.61641909521742, 116.39540365181381, 122.02402340139254, 126.12078269274167, 131.70138789081315, 136.7872837632539, 142.28439193970823, 147.89576596130524, 152.23255441740992, 157.7226413282819, 164.37241204310453, 173.15971613514671, 180.11295998936518, 188.48112308463158, 202.36800846564165, 217.16809097558243, 229.45603073021095, 243.95331007710857, 267.19713077328231, 291.31657906696654, 319.83880240534251, 369.84715199786609, 456.83736037240828, 563.36551513987104, 1212.4845181047338, 0.0, 0.39299523597374442, 0.57756602839919102, 0.74933717643467546, 0.84798806113800529, 0.98808387915300122, 1.0731681865898071, 1.1904878246948769, 1.3296105353290197, 1.4470486564441511, 1.6132307202687894, 1.7334018816456787, 1.8405138120116515, 1.9401180825384614, 2.0206956222611518, 2.088323294417457, 2.1965858893088366, 2.2678507808547295, 2.3513510591465976, 2.452940588067142, 2.5244403869314138, 2.6111507000688201, 2.686185953440015, 2.7762991589505912, 2.8623591840837115, 2.9644501753879853, 3.0534304377734371, 3.1183306038752914, 3.2022029138736583, 3.3578682900076662, 3.4578586494674859, 3.5567846506796079, 3.6352803762683252, 3.7653628446367353, 3.8440117447262629, 3.9584732534380351, 4.0302646502503574, 4.1218781156084869, 4.211981828454741, 4.3396760587886405, 4.4201415569911395, 4.5235887459809963, 4.6307469822655509, 4.7731054586827728, 4.8838280863806549, 4.9937362132930252, 5.1605178704372632, 5.2560966186259481, 5.3556600842824587, 5.4678635206702646, 5.5973168757166114, 5.7048755075035276, 5.8878433771286218, 6.0190112054897522, 6.118844708522011, 6.2719026695437989, 6.3725565545753042, 6.4738742707717662, 6.5961657370971558, 6.6863432232288851, 6.8285306029142401, 6.9529888304791623, 7.0345923470005971, 7.153050087371815, 7.23828648460319, 7.3488613350575518, 7.5297259666276082, 7.665228962415263, 7.814513809818397, 7.9676729944874758, 8.0965767962005515, 8.258619388928004, 8.4038000906770929, 8.5498166593706451, 8.6979091856223683, 8.8099783579444786, 8.9513067459030502, 9.1237502030553657, 9.3482831702262139, 9.5044967504159725, 9.6593366065001636, 9.82253449013227, 9.9874115529723486, 10.137506876476476, 10.289126599046901, 10.444223952502876, 10.599915162622709, 10.734363441288647, 10.917595405084366, 11.108460594133211, 11.352160340302392, 11.607842306499339, 11.798599260283471, 12.009365871239995, 12.251934875461144, 12.49314138461267, 12.815528078713546, 13.078160801731713, 13.367979668775682, 13.61963788461563, 13.830407348960653, 14.134759793056256, 14.406222062237235, 14.719108048702839, 15.039806819372597, 15.357959034733886, 15.742708764682598, 16.038031868942646, 16.342061974077719, 16.619014591659234, 16.995469066261826, 17.440245060531616, 17.749017033014272, 18.105417999557947, 18.521262453800805, 18.847635914656443, 19.422978973137425, 19.69919609219999, 20.085099945021412, 20.537864119839881, 21.008059900732494, 21.532289222273434, 22.054776673981362, 22.335014932602295, 22.916014727566228, 23.337139989662067, 23.720719036927843, 24.388060450004911, 24.84313177402456, 25.486862832547693, 26.168604409957322, 26.702984764635431, 27.287480741291404, 27.801078630394546, 28.269720592443107, 28.926401527988713, 29.605430975118843, 30.330319669354552, 31.30134009465884, 31.993708205209099, 32.73067706792078, 33.486394058985752, 34.167581724784604, 35.401930848802451, 36.065974473699839, 36.896350829985813, 37.7813927333629, 38.921309661559299, 39.97516998571502, 40.789572211691727, 42.125840794801142, 43.644711500275349, 44.85355032164108, 45.812829425455917, 47.046058315709615, 48.449631897327926, 49.622408318720304, 51.04144247927352, 53.201024346560494, 54.577940901359469, 55.974500547503887, 57.300272604946706, 58.935437915672885, 61.253114155133289, 63.821740538824884, 65.624318697869271, 67.454483508361619, 69.123018783403808, 71.210354296257066, 74.567150230165254, 76.23070335468914, 78.271987515678816, 81.071827225516031, 83.453646862710841, 86.529339530495577, 89.958680391197973, 92.139227178417912, 95.452626979151631, 98.96652527128883, 102.73989810547134, 106.50759157615551, 111.64659346669681, 115.90393310434297, 120.92459723788905, 125.40052719866213, 129.67134907792868, 135.46294701412262, 142.5538801102015, 151.30070681491432, 157.84567716877518, 169.5170423411827, 178.87680934745092, 193.39884029816415, 208.14234715671577, 235.5424670602799, 259.89890359594898, 295.34858783034383, 334.33861915695468, 435.37594838703143, 500.4258992515953, 26136.224608103177, 0.0, 0.39973293565211121, 0.54970468651962101, 0.69428019898164828, 0.80416896659170267, 0.97256228280721502, 1.0741947545845139, 1.1635254227187484, 1.2659631876378288, 1.3822232353331732, 1.4871416503290158, 1.6059691148096156, 1.7314193523743162, 1.8189928465042873, 1.9334458898159075, 2.0377516716510327, 2.1075833274228066, 2.217744079961764, 2.2892931053076637, 2.370399790641895, 2.4612447561840849, 2.5289316577717074, 2.6468319175582824, 2.7635584974075624, 2.8487982858984613, 2.960003647452937, 3.040264995484101, 3.1340583717433561, 3.235843360825664, 3.3184989258906628, 3.3887498944054912, 3.4742665307996607, 3.5562981091035697, 3.6417013733235564, 3.7311047300627127, 3.8872996993864741, 3.9804799011541103, 4.0534756404067585, 4.1363024053202926, 4.2208974321794877, 4.2861111457481496, 4.3766112965174155, 4.4823314746332565, 4.5480736492020721, 4.6140282594933879, 4.6927572802426791, 4.7950758075336255, 4.8965365095798212, 5.0072589054206107, 5.0975160269495143, 5.2362442989591846, 5.3289517016526302, 5.4178449031775839, 5.5118563643244292, 5.5991786537930563, 5.7292585294169509, 5.8455520624288511, 5.9835086379946096, 6.1056860394816654, 6.2159830829296503, 6.3853574209981945, 6.4974583447731833, 6.6378799857782989, 6.7643189783177879, 6.9331608618050389, 7.0563877476272356, 7.1597694820310664, 7.2747575984770805, 7.4061511602581902, 7.566805332709456, 7.7166738418404099, 7.8275904312086375, 7.9656564706412034, 8.1244717048328159, 8.3128776945349419, 8.4492226274061721, 8.6026791744357034, 8.7913701590231152, 8.9674862747079285, 9.203292738543686, 9.4039626926929181, 9.5311545009803265, 9.7551708743344214, 9.9026582594455501, 10.022592104276631, 10.254556398686347, 10.441547514468155, 10.55911902240299, 10.753522809241019, 10.926077226400229, 11.111675067184086, 11.282496796620391, 11.542358714530458, 11.747566119524583, 12.063275519031006, 12.341240623919091, 12.652985756993917, 12.911635251767006, 13.185612347682703, 13.397850815278218, 13.510168018667791, 13.823974357607668, 14.079700135326661, 14.319520604253412, 14.516982034078424, 14.715852185550794, 14.964361234520684, 15.243919353703765, 15.434116248837348, 15.848964391761008, 16.086776522206492, 16.492027051516569, 16.795026784147762, 17.200208653485955, 17.498774119010612, 17.697568539728877, 17.989065229745375, 18.378303894171673, 18.701677957394676, 19.000050086953262, 19.305072306272276, 19.640223854343546, 20.148513190788542, 20.571031137831589, 20.950263329212515, 21.493452145932224, 21.900647991805542, 22.368835386038555, 22.757466417332257, 23.266697302860564, 23.748918186455164, 24.013428277953601, 24.436060444302342, 24.839469583056065, 25.343925184450622, 25.873641504196087, 26.482510119485095, 27.117741302188946, 28.028030125009568, 28.67264931970686, 29.423325760610378, 29.889992195728581, 30.465443031984776, 31.309530466130287, 31.901260500752073, 32.799551692053072, 33.541476679668996, 34.443620232941036, 35.302557206918429, 36.095895295724823, 36.967344523130116, 37.972365673128152, 39.113785970733069, 40.183225976540719, 41.415014418976391, 42.519519437606419, 43.877982190483891, 45.274268146469012, 46.598258997931197, 47.577075478663595, 49.30474498506122, 50.820118338226344, 52.111331702490496, 53.410484924257844, 54.902819374535113, 56.280708096832775, 57.753628438949818, 58.879346286077769, 59.968520735732298, 60.999746067677791, 62.753450775062085, 64.030882243935793, 65.729557300284014, 67.561576034705098, 69.665957842633134, 71.539525862837877, 73.715255033933218, 76.042333108418404, 79.197194154406716, 82.16221890263013, 85.299196384291619, 89.066358132689487, 91.826772968117325, 96.091493878155831, 101.23287053213269, 106.50298553112719, 109.91541659247912, 113.35584144711426, 119.43260281154497, 126.01710530963756, 135.83275402928408, 143.34767183967989, 153.86665354982301, 165.32615555272824, 178.67838621083195, 195.7780863511025, 213.10059234298109, 235.43734867679117, 282.56546879749584, 344.49428452558914, 1032.3156481054148, 0.0, 0.28542906758282582, 0.44835957796562231, 0.62651997706725926, 0.72080554472755054, 0.85153448889118422, 1.0135203835548705, 1.1497401649165981, 1.249689630633253, 1.3399789001967404, 1.4564959287102479, 1.5525185391245844, 1.645337296328182, 1.7029587642670561, 1.7998807148268574, 1.8818193335491449, 1.9378684814241007, 2.0045089255406014, 2.0748139436457822, 2.1773066185618797, 2.2832712158697772, 2.3883600529626685, 2.51854086329767, 2.6082969305879526, 2.6653570235348072, 2.7353083692676279, 2.8357637619195271, 2.949800063298929, 3.0384811951680373, 3.1078994075124524, 3.2335260889505033, 3.2990419647626399, 3.3727668828240933, 3.4799226620744226, 3.5425893742655994, 3.602653782843948, 3.6809307822931201, 3.7636220805378935, 3.8356481276880539, 3.9348563402662586, 4.0173932529537133, 4.1063926031921367, 4.1717702846007647, 4.2630914745857496, 4.3776816586639553, 4.4711604153944746, 4.5898411942902397, 4.6529598063193873, 4.7594223012672128, 4.859397400196225, 4.9911351337934935, 5.0565770304775857, 5.1225454425221839, 5.2210476830787913, 5.3162453599135313, 5.4019041740602542, 5.4940746055002112, 5.6136974622961269, 5.7781825322921838, 5.8753555715066135, 5.9710447043669799, 6.0693550815356012, 6.2210987536494446, 6.3057281942751633, 6.4213140942100821, 6.5389008456679329, 6.6598814572271587, 6.7667995850353684, 6.8447945703412136, 6.9638166797290806, 7.089919065426475, 7.2063358053191635, 7.352017914006157, 7.4537565287326801, 7.582581434309609, 7.7515979917104838, 7.922857945264326, 8.1036189902911531, 8.3020028506929222, 8.4634925955724825, 8.6391711422358544, 8.7635395423761935, 8.8992877245899145, 9.0893279549043093, 9.3039711595273165, 9.4509385898117682, 9.5886214810203292, 9.7390698728931344, 9.9541876691465312, 10.169584740152244, 10.408818535856438, 10.659936222779091, 10.885872639294179, 11.234872889392312, 11.380004892188218, 11.630544911322611, 11.842161705728255, 12.145847767420936, 12.330853164469056, 12.583698055254121, 12.816494298528724, 13.030768267855716, 13.340667906325312, 13.590963465427643, 13.838270526487388, 14.074223027757553, 14.348879588563831, 14.623052429806279, 14.889780883997153, 15.16693031574218, 15.627987742305928, 15.886715102647821, 16.122720491922152, 16.370043221512347, 16.698521062776425, 17.014791424541087, 17.277243625151677, 17.630298905505015, 17.922468720470825, 18.149957595022286, 18.504105261759602, 18.795720406240982, 19.18862905514699, 19.475658613972989, 19.718119783763974, 20.003625971835866, 20.315035816376586, 20.769230895348553, 21.215197103344, 21.721451002558126, 22.141375933409783, 22.495823827116208, 22.862304058851613, 23.305091172097715, 23.849319624238138, 24.24364699835543, 24.720699200556524, 25.085626207841511, 25.638589513652505, 26.154907865789191, 26.464735192229831, 26.827306144197109, 27.546994095945028, 28.177135131091795, 28.63885753555148, 29.495195057633349, 29.842693161801382, 30.377067174788916, 30.875858140539503, 31.744346334559026, 32.758933651918937, 33.726942266387887, 34.215890876186286, 35.205804764096222, 36.335678040868849, 37.11614771455158, 37.941465739425929, 38.859334633575578, 39.928208407832223, 40.699477662771486, 41.819209837420011, 43.215290220738062, 43.752358355431525, 44.477418638451525, 45.544939322383215, 46.640235116349203, 47.579833058320212, 49.08201798196896, 50.659250361498124, 51.765930922941273, 53.63059431256552, 55.1000160675475, 56.73201493619726, 58.246215912516156, 59.40623788602521, 61.827647106103718, 64.49842649472086, 66.976553190431929, 70.198059650548117, 73.471061518231679, 75.97093457032166, 78.702576395464334, 81.611672320767141, 83.584533696176564, 89.483719245164707, 95.503007633435587, 99.897758416618558, 104.5780094282018, 111.60694946504658, 117.51568863458957, 127.92288436293775, 136.29858810722959, 147.30418079416475, 162.5922919611979, 173.4980042718681, 184.44721960771685, 206.66903439286079, 235.60943993849668, 279.42538519180954, 395.73590980190897, 767.7437697537913, 0.0, 0.36374037786845004, 0.55995190555689123, 0.68730867176589694, 0.8050753739354829, 0.92714388919158952, 1.0175094347724474, 1.0720068922506483, 1.1785486021612082, 1.2657419124971916, 1.4035727483941891, 1.4650786245458309, 1.5545465660549713, 1.650599565868383, 1.6933702592952453, 1.7732804777571083, 1.8838172082592433, 1.954950718947722, 2.0048840780203179, 2.0683672686827492, 2.1645078261391331, 2.2612520597106451, 2.3359440089385646, 2.3981343988484136, 2.4476156886612883, 2.5691159773482495, 2.6084450349000678, 2.6658038289568791, 2.802053890520781, 2.8561183704950697, 2.9543741961709769, 3.0135138877978185, 3.0505910337969002, 3.129399027027457, 3.1984302483970564, 3.3186190937914195, 3.4057540256655323, 3.4777981689415913, 3.5184191917833267, 3.5975803130944266, 3.6588848905491038, 3.8130976291367, 3.8802414294541254, 3.957222730170348, 4.0900593899149893, 4.1986310350360245, 4.3311490651060334, 4.4373460503609401, 4.5587919710581124, 4.6277536709616927, 4.6884807290574564, 4.7843280503620607, 4.8638283249690355, 4.948337773654341, 5.1040636578149838, 5.1795964194464377, 5.2973077144211338, 5.3522785288725707, 5.4939098011676935, 5.6180430790090652, 5.7470634587269451, 5.8397056876634732, 5.9561260760004444, 6.0433823634687371, 6.1235992948872031, 6.2504421209611483, 6.4113950981142374, 6.5516323124086711, 6.7244564776287783, 6.8618195100648141, 6.9505641642794975, 7.0916813413393385, 7.2272991950515504, 7.3163089878854173, 7.4623335136659801, 7.6110387010371117, 7.7791913595037805, 7.936641896374983, 8.0878941913267184, 8.2595490578730129, 8.385431944546335, 8.5207274071897672, 8.6857803464137824, 8.8101649975015821, 8.9536744831786148, 9.0600596564391367, 9.2078447326702051, 9.3228888631291884, 9.4666810933090737, 9.5842181319219488, 9.7117679522558404, 9.8364937741290674, 9.9578885988719605, 10.050258999773828, 10.222935957512945, 10.316390929540351, 10.475548798393795, 10.645698388425439, 10.784281041251679, 10.948840474245644, 11.18619695562867, 11.391007009711993, 11.567902525938473, 11.71609814428081, 11.986239831997279, 12.114994517734564, 12.299234012158884, 12.519873907814063, 12.863454387962484, 13.071436848150757, 13.401814698265529, 13.616665965772345, 13.917822552439985, 14.188207378128368, 14.392249303363604, 14.565292790891043, 14.8227217543752, 15.082488535254081, 15.353996053129002, 15.71970041593713, 16.055798117141507, 16.350541959618788, 16.59026542651214, 16.985800718119268, 17.454849654596948, 17.727304029707067, 18.074448871862273, 18.657077244754035, 19.113484525377181, 19.562570052919153, 20.051208287923327, 20.510845671810618, 20.868530774744045, 21.265799148848728, 21.905779229740901, 22.253576842522836, 22.93054457765145, 23.206345747345235, 23.442698316367355, 23.819566588138276, 24.284074517836409, 24.787572758168594, 25.29135993018971, 25.702149605001754, 26.244235212381223, 26.972918611793055, 27.497687861234269, 27.803253080067293, 28.455954373351648, 28.799808431536636, 29.848012115835569, 30.659490646833433, 31.278494629826003, 31.986230266586109, 32.844426473455414, 33.467758528183403, 34.226128209009545, 35.361957028401591, 36.258109649477035, 36.936669242532219, 37.818365857787754, 38.696285651145452, 40.081917650133853, 40.64346996992446, 41.711711592656641, 42.702888952548854, 43.463449958527363, 44.933303891653537, 46.280030045429775, 46.884828739246672, 47.9164412951895, 48.816783602198043, 51.059938151143868, 52.990341731171874, 55.149664388125281, 56.632548806783447, 59.744429378935919, 61.750152716933627, 64.13446025245527, 65.894498123950655, 68.469194455591804, 72.127321506278804, 75.510184634367306, 79.070343457944233, 82.83698071207391, 86.213350717712743, 91.263841459235479, 96.251898067968696, 100.97702206389322, 110.24223086163732, 122.08402559600439, 133.28649360785434, 143.88249756506781, 165.37750731198261, 172.54296243585648, 184.52345636646612, 205.19933792261477, 225.68130093091153, 254.48608422209975, 356.13158711494771, 667.13884179705951, 0.0, 0.26354229304624982, 0.38447836652746359, 0.47827776444151504, 0.57102745980500924, 0.66953353299980622, 0.7418659221489563, 0.83156847070200968, 0.90459644576835174, 1.0010729921508612, 1.0747030979707302, 1.1266171474464457, 1.2074942519793959, 1.2865431026365461, 1.3473439404701553, 1.4202020302877516, 1.4768893225494599, 1.5313969774675775, 1.5909847654923739, 1.6475355098467457, 1.6997939412324161, 1.7637752265692834, 1.8242615872864518, 1.8898188947673684, 1.9509538324144411, 2.0098808061983942, 2.0640737132115903, 2.1250621349491174, 2.1880199036006234, 2.2482335097460373, 2.3224687338799601, 2.3810854640962966, 2.4539462471917695, 2.5205389108480092, 2.5736335433800064, 2.6351983220648534, 2.7117894124038844, 2.7769524741702436, 2.8358464472920151, 2.8923290609616985, 2.952869124430904, 3.019886501351988, 3.0890122216294262, 3.1640429065297679, 3.230928687772761, 3.2871518048094348, 3.3658272937032447, 3.4150577541035902, 3.5021039779235932, 3.5747695852696721, 3.6487836281519805, 3.7241574101269204, 3.8142260058409829, 3.889886219446729, 3.959556232893171, 4.0356800011365941, 4.1057394274812147, 4.1980461864106902, 4.309452131909552, 4.3828331762835537, 4.4695204020316721, 4.5367508600967223, 4.6233009941728263, 4.723559288314422, 4.8418135782046221, 4.9493007712556114, 5.0770358904447308, 5.1638022761303857, 5.258523659828418, 5.355344510356554, 5.4603287604488076, 5.5379537810288211, 5.6249248142354942, 5.7220275089216761, 5.838923475249886, 5.9497212657328467, 6.0583843755738309, 6.1867532212460965, 6.3064698765052771, 6.4319591322171776, 6.5483864027049101, 6.6488785338577285, 6.7665965268891011, 6.9052017507528056, 7.045854866965354, 7.2014256979466307, 7.330485956308558, 7.4487327302385404, 7.5665345877761823, 7.6547168896849138, 7.8054455606559943, 7.9504829122596341, 8.0783042696456278, 8.2122962977826681, 8.3879105778396355, 8.5583569201645879, 8.7283836649546007, 8.883891378612029, 9.0083786843632403, 9.1761351492455319, 9.3638324400389497, 9.5907615887485385, 9.7594846934193047, 10.010833472510898, 10.185621904747663, 10.346951216302086, 10.520062141237078, 10.706681377384809, 10.967233078599998, 11.138591663326494, 11.336327609263476, 11.538065870352529, 11.780969742764785, 12.040396856930878, 12.278033460635026, 12.572587972604635, 12.836717579047866, 13.112528685175548, 13.349919258349592, 13.711232799022634, 13.952743864796032, 14.173739895596908, 14.465060589666624, 14.731797503743392, 14.982825032585207, 15.26649112996823, 15.569851389101043, 15.807990176918581, 16.100384923714998, 16.357766493568764, 16.777677977704688, 17.171170485060028, 17.439164114500958, 17.753339594991331, 18.098780157602537, 18.506119482642575, 18.872634818431685, 19.158220809140616, 19.460619214965231, 19.861854966350609, 20.194551637195691, 20.572956591632238, 20.928294578986577, 21.344426709478942, 21.66166937542549, 22.240766877718343, 22.565729819049889, 23.044323591163653, 23.475228287516739, 23.932777693805892, 24.431735905582023, 24.9753478724361, 25.444631767712121, 26.034501673986167, 26.793728332827442, 27.366686796047183, 27.957289531847202, 28.628949210391269, 29.141828609314189, 29.719739181851036, 30.30594251575133, 30.960727844584873, 32.027496656930069, 32.974018472252368, 33.863248797022031, 34.561629815364022, 35.481873500994837, 36.425956905396923, 37.348331262937052, 38.205344049967586, 39.198221653394434, 40.278372389201685, 41.677786414811592, 43.065418693400801, 44.574973160850661, 46.276760954798682, 47.637500721436417, 49.306031705719278, 51.89715331335065, 54.021647205722303, 56.568849685307754, 58.260272125967838, 61.01559773170208, 63.460178968983008, 66.681062849099575, 70.419627156287063, 73.920166575505235, 77.213692861072445, 81.815040784668199, 85.962566683415389, 91.041503329412507, 95.177144795049969, 99.955722087200343, 108.58955753524259, 117.80784071631163, 130.37475347981882, 147.21446326393803, 169.18325814487829, 205.95766196129654, 265.65512151989378, 87848.280391018183, 0.0, 0.19490317513848199, 0.31818006814142752, 0.44431328428917849, 0.51127610159630021, 0.60383086895704507, 0.66138230429826461, 0.71265972318194859, 0.76129462676019677, 0.83795014966870063, 0.89283607223616412, 0.94121780304322211, 0.99883776020744297, 1.0583181972227838, 1.1082428211928517, 1.1713208117143756, 1.2148024624665414, 1.2609968601390287, 1.3328682001354739, 1.3925492252792258, 1.4667867999704067, 1.514482258913509, 1.5743932825824867, 1.6055483247197799, 1.6735799139620093, 1.7242981980275145, 1.7695095310430997, 1.8260039068052139, 1.8847715885877299, 1.9197993080657989, 1.9744731923762646, 2.0311915914165062, 2.1097644028458769, 2.1664244086126137, 2.2431869595868097, 2.2837360345225766, 2.3556313195570087, 2.405430036905444, 2.4505170860355792, 2.4989854383785239, 2.5407069198492236, 2.5973895600257899, 2.6662262216343775, 2.7003533281249101, 2.7540559919851004, 2.8059856736986672, 2.8744094871135686, 2.9296784011089727, 2.9987201241218648, 3.060603076649417, 3.149353771093593, 3.2335250198149148, 3.2987481250279922, 3.3813159530575105, 3.420245321649098, 3.4667630445198467, 3.5404207818987037, 3.6319368958518181, 3.7059200378072354, 3.7740034108713001, 3.8372038077261137, 3.9197610988151039, 3.9886257099364339, 4.0660495867193172, 4.138300196794412, 4.2257097559547683, 4.3260432863760752, 4.4121971145250116, 4.5042890038890597, 4.5643129623079091, 4.6632837420436948, 4.760388268790428, 4.8656859399723364, 4.9325603768335293, 5.0342194443918942, 5.1201176332551412, 5.2068094592308221, 5.2861985755361616, 5.3619402279344657, 5.4488952829979578, 5.5661630444890307, 5.6302459604039878, 5.7251570645424943, 5.8265289703090026, 5.9757197595129812, 6.0745229648833075, 6.1917517048051831, 6.2953470395796423, 6.403259690218019, 6.4917627633704118, 6.6358190501534073, 6.7679316573810269, 6.8686794099073571, 6.951123042441683, 7.0714773931514774, 7.1876874501549377, 7.2851841541363633, 7.4277247272769777, 7.545118161206557, 7.6796631181823791, 7.8167880642937018, 7.9566071237538072, 8.0603936878360543, 8.1832039873181959, 8.3115755716587163, 8.4320844813486833, 8.5902802761521784, 8.7221702888496431, 8.8514060135926869, 9.0332345688234028, 9.1963706908372931, 9.3367587179861236, 9.497006030540005, 9.6427753811526102, 9.8532189063800164, 10.050461242163172, 10.168236220470268, 10.348527513241617, 10.531791667580992, 10.703985943887844, 10.93278400032537, 11.15334897515447, 11.279161608656203, 11.493658887982159, 11.629213658946661, 11.813149108077441, 12.148329929207353, 12.428225959361159, 12.590673999087862, 12.794134333415222, 13.002054595845699, 13.29166579030848, 13.555249875763497, 13.805021300146676, 14.163857718369647, 14.396612581875223, 14.68307313946254, 14.923008872428863, 15.32205455142778, 15.692053745001203, 16.016016291617053, 16.269176030476242, 16.559936897997712, 16.907361798334914, 17.258247430228977, 17.522507804773419, 17.819739257247601, 18.300494526840033, 18.61675208077844, 18.901401014716043, 19.417022408557258, 19.797904233478242, 20.228015085729147, 20.637954339218549, 21.183210911355513, 21.771881557448339, 22.21773210897102, 22.779612813526374, 23.276529546096842, 23.849594764724543, 24.446921593531446, 25.015101229550464, 25.658559396356374, 26.282199605420455, 27.105386636499361, 27.676243476410885, 28.419439927324717, 29.184424065828914, 29.883208551297241, 30.862499878001806, 31.713413996846523, 32.826935291082727, 33.72406490654123, 34.680776796431886, 35.528359794461842, 36.670845950707843, 37.969249977719763, 39.273981900912467, 40.244728926237393, 41.483302822400162, 43.211405024691217, 44.630074152677139, 46.308911078822682, 48.422856008629161, 49.774586644602294, 51.781332900742051, 53.252372889554401, 55.257436943999878, 57.314324693762337, 60.134437476839075, 64.643054466595004, 67.805529413896068, 72.960204750804039, 78.548035565623934, 86.612578466349305, 95.851443874433429, 105.43467161328387, 123.71872542791084, 144.47153346382115, 176.91525388308472, 309.16164265953068, 0.0, 0.093398210950316154, 0.1964204104101267, 0.28305640434431101, 0.37579074941364743, 0.43376997866650091, 0.49429543879132976, 0.53862866326746572, 0.58159097219579325, 0.61215633846525852, 0.66489866088651661, 0.71376871279852483, 0.76604518711445135, 0.80762780660631495, 0.86702460155016359, 0.92578293211375118, 0.96655278458941574, 1.012408711382466, 1.0389370892326379, 1.0979094469421704, 1.1360967828124768, 1.1843998812376955, 1.2121765466487182, 1.2356656356376803, 1.269517337829088, 1.3064220440414478, 1.3456604109067491, 1.3847455871539975, 1.4433510659744919, 1.4787246262422706, 1.5290320752062629, 1.5562124703009197, 1.6073426914107938, 1.6404681580522233, 1.6702244973685063, 1.73063179859356, 1.7750006715499509, 1.8279516044521678, 1.859195201800822, 1.9053170452940513, 1.9280767671566097, 1.9902516035810496, 2.0186760912468551, 2.092657238098997, 2.1474948054253384, 2.1871961512096565, 2.2317816251782281, 2.2907742739410164, 2.3359180870369833, 2.3869816483688759, 2.4529856457177273, 2.4909203390683849, 2.5537529934964778, 2.6292032978804851, 2.6784202619777213, 2.7190242328666847, 2.7592501032192169, 2.8141411237425067, 2.8832878890394928, 2.9253711343109838, 2.9954526684612648, 3.0483400308079833, 3.1195790079290284, 3.1882923341376097, 3.2475133828248954, 3.3082893597110878, 3.3998621255091428, 3.47762860298067, 3.5504403144136871, 3.6091991238429708, 3.6617110799009782, 3.747352642356359, 3.7869413127021954, 3.8494017410196837, 3.9492065318655385, 4.0178432318231367, 4.1459135647020364, 4.2117067391482745, 4.2819404568634685, 4.3483465566680453, 4.4244779495490469, 4.4626585143965478, 4.529665123797245, 4.590443570999347, 4.6959724608287416, 4.7546121047868048, 4.8565039814092676, 4.9526895878521771, 5.0443764740864374, 5.1192000512767368, 5.2222704461323, 5.3679136440586834, 5.44561515189495, 5.573881356101074, 5.6587732114410647, 5.7456859581229036, 5.8285056653676959, 5.9249388997940375, 6.0008874169591815, 6.1408249280378238, 6.1925479765893821, 6.257597707865, 6.3482665820132933, 6.4362617657783012, 6.5018677743421236, 6.5990992264693222, 6.7059841755319676, 6.8408659416578956, 6.9783602936172588, 7.0768404883339144, 7.275512674657814, 7.3760305080718176, 7.4852630022878435, 7.5558323048134834, 7.6469369887215128, 7.7796586853873126, 7.8927874437708638, 7.9917930786552116, 8.1024563434454961, 8.2999865668501034, 8.4506558762494599, 8.5965995871403145, 8.8639775066208841, 8.963955758417768, 9.1445204978480277, 9.3391048111935557, 9.4789266524635813, 9.6269538620278485, 9.798523665360058, 9.9267454692157209, 10.135523291360611, 10.266903541690644, 10.45005203381487, 10.715778409248584, 10.96464567850493, 11.083463676843031, 11.256660301260217, 11.500996192642983, 11.687974340512826, 11.903229343489697, 12.133709181931877, 12.310998874748263, 12.750272219083747, 13.056147482613222, 13.253490555112993, 13.675145968268881, 13.924230477174909, 14.217574079767886, 14.571236022596374, 14.939288725850155, 15.314551253615292, 15.575987515584663, 15.833645863054313, 16.200485384427974, 16.477465196601848, 16.843241153808755, 17.272849032588312, 17.796542227272955, 18.154946140541519, 18.42280855377696, 18.768141850732011, 19.187362345680633, 19.591309885228171, 19.89722345376024, 20.702595711695711, 21.128564543818339, 21.527729127045859, 21.98660526945358, 22.521671536797641, 23.024367946134102, 23.561848505072032, 24.014992900974836, 24.436576472708754, 25.503186568685322, 26.610835772872736, 27.151442239196715, 27.70328225888667, 28.806039995726948, 29.627287233320377, 30.315284533811624, 31.327683853768139, 32.147834022257314, 32.92691659425568, 34.04201415685305, 35.413352753610873, 36.221826443150817, 37.977707465427912, 39.36878752355473, 40.951879054950432, 42.365682197246947, 44.629804117764586, 46.795396750300675, 49.67533805194968, 54.589345174300426, 59.129570664612665, 65.197403972300108, 72.17408937465612, 82.574762345786382, 93.478082113773723, 137.00082761546682, 199.8118228761337, 0.0, 0.10986207372166874, 0.14872621306540318, 0.19845064349132605, 0.23956108970357301, 0.27567089124994565, 0.30377868213388104, 0.33708359499769869, 0.36673053244321807, 0.39912993308020295, 0.426779015978206, 0.44779438158941426, 0.47517643738476034, 0.50286573074575236, 0.52693060971954953, 0.55098158547076637, 0.58123019985394664, 0.60493909669532997, 0.63389774238520347, 0.67186606098347501, 0.69617002023919206, 0.72425525288091774, 0.74131268328835165, 0.75822441587657952, 0.78496504186460769, 0.81439669478023768, 0.83597937513562759, 0.86590383841807772, 0.8832207398905233, 0.9128885288784947, 0.93278832232658382, 0.9712970144945392, 0.98805434822469451, 1.017363705614581, 1.0437582087199948, 1.0718487411987458, 1.1004250896437773, 1.1194711959360109, 1.1437610856843738, 1.1703135770105868, 1.2056434217949175, 1.2338045789280789, 1.2543783796951538, 1.2881091828814166, 1.3112986519959224, 1.3412713397963407, 1.3643779221604135, 1.3915419763427743, 1.4135745730894449, 1.4437349779195308, 1.4780368538634174, 1.5059249898934794, 1.5377824779923701, 1.5720832254223982, 1.6052142651949446, 1.6359894194069291, 1.6698249679324384, 1.7010194250562272, 1.7272294927445859, 1.7640864928040065, 1.8021508917193763, 1.836941181297739, 1.8572858792099074, 1.8790413654272671, 1.9118884108245098, 1.942073490357896, 1.9694860799879985, 2.0015645272239428, 2.0522149106625998, 2.0912660589444134, 2.1247257810064668, 2.1749093251088301, 2.2217650563723126, 2.2797139028050473, 2.3273351675369698, 2.3662520837977135, 2.4085161957373407, 2.44842259128407, 2.4966048731591064, 2.5293551875388931, 2.5632601598410365, 2.6058201417068219, 2.6332894599197223, 2.6736218730705206, 2.7182676740160878, 2.7675212194433909, 2.812780412941005, 2.851379316835152, 2.8952580472277556, 2.9324664002449192, 2.9730447751871556, 3.0227975296309393, 3.0615273198990827, 3.1268021698603428, 3.174893627551298, 3.2193684712802222, 3.2683746695506959, 3.3223129099795639, 3.373078633435032, 3.436781965208882, 3.4965341709413189, 3.5485636123343998, 3.6258706424876941, 3.6600532837001367, 3.70560155555301, 3.7650593373841739, 3.8358507676461393, 3.9084549757206171, 3.9708021023524647, 4.0212671115382888, 4.0946288617889595, 4.1394244422887896, 4.2188351505187107, 4.2823861107092336, 4.345215736329938, 4.4124531199132271, 4.4715502537649803, 4.5793747033075158, 4.6772348615589658, 4.7793135998354499, 4.8587348255519132, 4.9729544448725447, 5.0694000105385566, 5.1648687512296263, 5.2375026757215011, 5.3107689102038451, 5.3918869300439356, 5.4798227286901664, 5.5404131589193328, 5.648241044217758, 5.7449977826195706, 5.8598429438509489, 5.9784308800284593, 6.0724910376893559, 6.2240939885017204, 6.3418997607004348, 6.4869662152984544, 6.6005309624044228, 6.7321547133945252, 6.8313273194562418, 6.9553827276444107, 7.0978539209087161, 7.2385617409417087, 7.4083545257663301, 7.5207064390014864, 7.6784562087734116, 7.8094272468662487, 7.9694720845049609, 8.1498776347751605, 8.3017112945801781, 8.5266505277166349, 8.6503142671472784, 8.9054272928070564, 9.1373026527777839, 9.3315715528110896, 9.5401595700260877, 9.7597048968193185, 9.9666371700161704, 10.22144069326451, 10.408114251683418, 10.676084943208242, 10.908036087339795, 11.20436716656776, 11.477519824720831, 11.808217307144476, 12.095306359268855, 12.384349218033464, 12.685309460589796, 12.923557637527606, 13.204138344604788, 13.616900691559191, 13.979656973992922, 14.606515576714788, 14.962258652534821, 15.314510650339031, 15.724483559731054, 16.382829228207918, 17.009132961353529, 17.366569031693889, 17.900210603831621, 18.648573105414446, 19.363994023453447, 20.143558523165193, 20.828002130195308, 21.73898624871266, 22.409876982562661, 23.415203632804776, 24.355119676733135, 25.938175172718896, 27.639017238717773, 29.341494300849057, 30.595119225694788, 32.714674098003904, 35.49272152410154, 37.928565199883295, 43.491713440727274, 47.581292491927705, 57.969627624865709, 63.340294577285306, 80.397876878853367, 1699.4418298669216, 0.0, 0.057563746961587628, 0.072111582138628103, 0.08953965473080569, 0.096680126595439592, 0.11426458268489206, 0.12297408594046662, 0.13531860413261979, 0.14452962166237915, 0.18495685986529226, 0.19550850903207695, 0.22061034782875669, 0.24758609568932677, 0.2612060900760057, 0.26777787436395784, 0.27913993724767144, 0.29698064960443493, 0.31244925057107031, 0.32122508788845933, 0.33311366430341305, 0.34236037155250942, 0.35256380627730061, 0.35729858105022982, 0.36206918848814695, 0.36696792159332803, 0.37634614206748435, 0.38534850898782269, 0.3894744547332164, 0.40001857990165496, 0.40628143701841141, 0.41257543810712505, 0.42792024247708083, 0.43741390937376029, 0.44679385424881979, 0.45338668180597402, 0.45852917891908479, 0.46847035670602488, 0.47881191760237773, 0.48636454017775488, 0.49953494697176376, 0.50860731875951681, 0.51485110540295576, 0.52109982877729388, 0.52856828716304816, 0.53396501041075717, 0.54519067350690764, 0.55087030570382234, 0.56120787950497175, 0.56947875574614748, 0.57879694500782908, 0.59045771217758214, 0.60020074472460661, 0.61356581621742379, 0.62339692092995469, 0.62921777922324307, 0.63757958596122966, 0.64566282308710643, 0.65337163144903077, 0.65757954743934188, 0.66731107005984081, 0.68506693378151473, 0.69407449975565316, 0.71475464833393743, 0.71919154363460669, 0.72854121818321049, 0.73768805533929283, 0.74964936797719572, 0.77319064552644212, 0.78475208628536974, 0.79568283458133116, 0.80765736770217855, 0.81877434008276662, 0.82795271525666825, 0.83973491168326087, 0.84972560110746476, 0.85639470621002023, 0.8647134858775507, 0.88244802261826683, 0.89985271988240045, 0.92340768696765485, 0.93788541450428287, 0.94792835531188524, 0.96027918757802155, 0.96921149562521636, 0.97952213604373195, 0.98854957689191614, 0.99970116951294496, 1.00882043327571, 1.0201870773908586, 1.041349919759516, 1.0556530343908901, 1.0756585260782074, 1.088223830319788, 1.0958784727426483, 1.1149995386526934, 1.1304796415226661, 1.1446063542280724, 1.1638356180596499, 1.1745794869462154, 1.193511657405055, 1.2182391405087374, 1.2382096317106388, 1.2472982421708765, 1.2622218704529613, 1.2744400683695623, 1.2908221594923039, 1.305167165044943, 1.3252374721898401, 1.3384679854994657, 1.3542873322844842, 1.3724563152241775, 1.3892962190041085, 1.4109408775708268, 1.419655422200014, 1.4315263030154188, 1.4527276892177177, 1.4683378048771656, 1.4867165057343337, 1.516076453749051, 1.5433792065946024, 1.5553543482759045, 1.5609831318052232, 1.5806764726673499, 1.6041131847991026, 1.6344144243726575, 1.6710888016711845, 1.7061932731840148, 1.7354452179890347, 1.7630243267926291, 1.7975788676407549, 1.814028785525206, 1.8281150670319055, 1.8550087441605427, 1.8737649522280617, 1.8856226040366797, 1.9079304881331332, 1.9442107218496263, 1.9659920408787115, 1.9983699901526899, 2.0223202139688512, 2.0401740051464592, 2.0748888988742027, 2.1149914291249212, 2.1360608521646109, 2.1565833101041338, 2.1693334907915234, 2.207376721598215, 2.2255919603217067, 2.272629194554781, 2.3279774087392666, 2.3517585387327471, 2.3910765083557908, 2.4703248547335415, 2.5208338119493607, 2.5806226807785433, 2.6402836153572076, 2.7185362598168772, 2.7677835795641461, 2.8180997959029526, 2.8326345693021624, 2.8701055927549652, 2.9318268717765115, 3.0139842815042615, 3.0571236539047622, 3.1734047661118234, 3.2297672388561938, 3.3059073464928148, 3.3897975561487925, 3.4745601523423382, 3.5452181551689357, 3.6265670674665991, 3.7050473014775043, 3.8309245560041219, 3.9372996837644192, 4.0716930145722978, 4.212857083996437, 4.2692123731220972, 4.46591990841738, 4.5523023767467139, 4.6548916677892533, 4.7758394764018659, 4.9758326990027228, 5.2769985200911247, 5.5486096014042028, 5.7245726086000337, 6.0102407093754762, 6.1426829331257933, 6.287333950013684, 6.5928811370882103, 6.9367730409204489, 7.0646691460119388, 7.2083448239980932, 7.5049899728910674, 8.1901484843386374, 8.6011704867597345, 9.304469886954676, 10.665731252277961, 11.88866301597937, 13.361123901157045, 18.497872676781789, 25.178694947474682] diff --git a/Muon/MuonID/python/MuonID/M_MC09_def_dists.py b/Muon/MuonID/python/MuonID/M_MC09_def_dists.py index f4c1328ddbd..8aece0ddfe0 100644 --- a/Muon/MuonID/python/MuonID/M_MC09_def_dists.py +++ b/Muon/MuonID/python/MuonID/M_MC09_def_dists.py @@ -1 +1,11 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### M_MC09_def_dists = [0.0, 0.057628562576303784, 0.091878457821655726, 0.1132900806480715, 0.16850875337211296, 0.23480972950916859, 0.25538164963671517, 0.31559279249314726, 0.3709861971858377, 0.39525547000677452, 0.48512586717169626, 0.50506908796001859, 0.57765035525262631, 0.62148541152837633, 0.64263863444579483, 0.69882483312164267, 0.7161545153916149, 0.80411890720042356, 0.8805970872918405, 0.95906879172041093, 0.9964168954980418, 1.0467630571651532, 1.0811313132957849, 1.107613450320283, 1.1414327414809755, 1.200680497698831, 1.2258265309284444, 1.3292666112945957, 1.3827312359018287, 1.4123188606803245, 1.5512850653633397, 1.6356584995938095, 1.6731651325192813, 1.7284734590792767, 1.7492218434041287, 1.7668984797381611, 1.859839254768237, 1.8915873446892628, 1.906971142493358, 1.9739012545347705, 2.0042595869827151, 2.0404670643203007, 2.0801334669349569, 2.1361786545358559, 2.1800889828349126, 2.2526723098806514, 2.4615221000598324, 2.522133895087689, 2.5349568672753051, 2.6130589764080723, 2.7500027760987162, 2.8562937139926889, 2.9119263033764744, 3.0019158345608132, 3.075603035061484, 3.1141526815876208, 3.1813265812952172, 3.3676587418240587, 3.554323576839598, 3.6496213142048179, 3.6874293716075122, 3.7856923728140917, 3.8474310667342051, 3.9949344157172133, 4.125555286661946, 4.3290913548691856, 4.4952013654404812, 4.556343784992352, 4.639912221981799, 4.7146391204010234, 4.8227084013441566, 4.9863406697764292, 5.1842339785740776, 5.3023803998521304, 5.4750202011939866, 5.54048973773856, 5.6494197613846904, 6.031189352625824, 6.1768307442788197, 6.2620964668403225, 6.4351623085815, 6.7265466116268859, 6.7915288820461273, 6.858752135722245, 7.0391175979404581, 7.1234944848067601, 7.3258340038478451, 7.6012540830071256, 7.8610379546027023, 8.1407339356122499, 8.6344134454714787, 8.7180144432721391, 9.0978762948485237, 9.2738466401608814, 9.3278635864048827, 9.4424890946840847, 9.6030189615224657, 9.7486413490900201, 9.9120876012927628, 10.0634236132968, 10.415298132107214, 10.522058512873633, 10.613299539059163, 10.777003890057323, 11.19134404322137, 11.263117192375013, 11.498561061679176, 12.21806762702662, 12.483196087543357, 13.54470365954359, 13.849619017840872, 14.123084642390928, 14.398832659078749, 14.566089250066417, 14.807446823406554, 14.954042474253805, 15.017632122375311, 15.534486588862363, 16.087579752773408, 16.335273051167704, 16.59865583486215, 16.787365784531143, 16.930772808747413, 16.978230896616772, 17.45341757723757, 17.54161801859598, 17.670822982069833, 18.057953137339432, 18.349411130934708, 18.874645742669262, 19.811500245302732, 20.617053831744901, 21.425708785184192, 22.13342945397601, 22.514800015329385, 22.600876120356858, 22.995926973030485, 23.562574109846953, 24.294710403256879, 24.710775959864485, 25.735807637080889, 26.538055293359648, 27.290028726831821, 27.773430106003083, 29.668208899311839, 29.767759573249858, 30.328136166047656, 31.494086670497492, 31.717352094096093, 32.525981982450979, 33.265585384845679, 33.751316746168612, 34.201802003064067, 36.899918838933765, 38.096479462365799, 39.516017768346714, 39.989735840240321, 41.194468318352641, 43.299364753871842, 43.400612046669139, 44.217051933181644, 45.224566778084622, 46.422304247376758, 46.960808813383558, 48.299557096246531, 49.543362472280329, 52.100735352804534, 53.655447353773283, 55.960391277909508, 59.70514539293125, 61.843693253111184, 68.081331605587849, 71.540166073226146, 73.270793327751335, 76.171347038456744, 76.713947935814872, 79.452578223589953, 81.242818023980888, 85.253618574552505, 90.576557423795492, 92.997247053710012, 95.821107577619216, 106.64500479999833, 120.18058037798956, 126.50923215826064, 131.32814912989315, 147.1399472964454, 167.43638431036157, 192.68604805851697, 214.74959666043176, 236.90417250922937, 270.13811088102972, 311.13617202210634, 348.43212870989748, 397.49279405192692, 418.52939500887197, 490.05308025042825, 601.26449991098229, 943.69926165035622, 2272.151119348498, 2272.151119348498, 0.0, 0.068201728466174436, 0.11237783313391692, 0.12830033204755303, 0.14738276605539258, 0.17452595819420164, 0.18740679497876259, 0.22092788589298604, 0.24698157312934674, 0.26321755681186182, 0.278982404063846, 0.29425614113597565, 0.30386598141884186, 0.33348471684689712, 0.35448258891286477, 0.38416466052319098, 0.41799061907192603, 0.43332985148006498, 0.46022545438188606, 0.46720029992587914, 0.4834191580769957, 0.49135304898180576, 0.50065137294598305, 0.54116902167600822, 0.56502516934264901, 0.58383186711851243, 0.59988283878047788, 0.61745037135253056, 0.64851934211375817, 0.65771446388077714, 0.68201656335208749, 0.69501882934571635, 0.70859407070539537, 0.76811748190181783, 0.785547174693628, 0.80584170571483826, 0.80977921469642378, 0.84983656800224905, 0.87762202858938831, 0.89989293732657549, 0.92737970573962192, 0.94822275849814597, 0.97010634169397159, 1.0004701361644599, 1.027252813486935, 1.0516264427778705, 1.085865795301199, 1.1039829998101676, 1.1231421375848933, 1.1351908524310048, 1.1870327649828589, 1.2108652899633887, 1.2418615536907456, 1.2620878726057261, 1.2831955088252662, 1.306480565141986, 1.3214819027067988, 1.3819750197102438, 1.3964962886754628, 1.4416267404974048, 1.4723276588556404, 1.5102821076425617, 1.5397500825876973, 1.5614284610319382, 1.6110339651345407, 1.6433416553385205, 1.6728829936173992, 1.6999366415445392, 1.7240699041761254, 1.7508519958752469, 1.7969849629216739, 1.8430561905053708, 1.8717904098493616, 1.9063368309633759, 1.9506003143418458, 2.0298196868542142, 2.0991713956674101, 2.1633526448161282, 2.2629929459851224, 2.29081267396016, 2.3416198215358914, 2.3573314548287789, 2.4218587714491338, 2.4993355473824033, 2.5384325382544848, 2.6491004992037666, 2.7210651339892107, 2.8237246255258426, 2.8700824362814488, 2.9188785020766925, 2.9635962519687955, 3.0154773635321317, 3.1026722776260538, 3.1782308010920812, 3.2642539873638139, 3.322125355058692, 3.3714861504441376, 3.4218839487759731, 3.5144951962763513, 3.5765944072239031, 3.6273675925681212, 3.7247691072149096, 3.8232379391542128, 3.8893216636307564, 3.9288057496282955, 4.0390899251352117, 4.1600948751312279, 4.1871263152018612, 4.2621860547974828, 4.3500604627307435, 4.5436519743962078, 4.5849723086596628, 4.729044783865576, 4.8683804704143165, 4.9563493866144599, 5.0241568504440179, 5.1468726623856105, 5.1949999782992462, 5.3140299451508861, 5.4879645142694358, 5.7223471643025841, 5.8380855647564118, 5.953449532130346, 6.0187020640170728, 6.2108553226358252, 6.3916059248644403, 6.4913362763076323, 6.6031140372618351, 6.6636491589809301, 6.9509407634766989, 7.1531488937141772, 7.2409474401975658, 7.4303919093490327, 7.5669382679335202, 7.7441286658925934, 7.9000616206163423, 8.0724648473816156, 8.2412216959472371, 8.4137214458024516, 8.6069007301001861, 8.7736666850099372, 8.9890876982826367, 9.155130462775519, 9.3411611417176861, 9.4866270624314577, 9.5872328045423547, 9.8527914805110655, 9.9514305967967953, 10.292405041584022, 10.75673026860011, 11.169289189746417, 11.46807997463821, 11.689766834399332, 11.966027273630296, 12.351431387718186, 12.727667430393458, 13.119586645059071, 13.424611040389257, 13.786397020277862, 13.968352336123267, 14.21068016740667, 14.453408188853816, 15.461180267394132, 15.895481313307476, 16.317601512617198, 16.780792483093965, 17.624171385239844, 18.139839382922045, 18.594772196087924, 20.516375547145831, 21.567448512929186, 21.977404088239552, 23.299471636450161, 24.278490139740818, 24.993212131783924, 26.592135163847711, 27.623113931391885, 28.865470012834731, 29.227604875711496, 31.101999334866235, 31.57497302654869, 32.684647994128909, 33.375146403972977, 37.692891082911196, 39.851813023596023, 41.523584144387264, 46.008072429817098, 49.647884975691284, 52.784847459347759, 54.294626625518887, 63.228644431972903, 69.726924033194564, 74.015904215742552, 86.164937892726826, 100.73311845118887, 112.18515642738907, 135.19609351797098, 176.61381022152227, 242.73583361720463, 308.26543522152377, 513.52205453065437, 0.0, 0.064681645397600726, 0.097055786527166205, 0.11671616479466058, 0.14904699771147067, 0.1812546389613125, 0.20555172420798953, 0.2183799557562153, 0.24037810467237944, 0.25036231174093732, 0.26632542829596018, 0.2738878158208915, 0.28695869973365634, 0.30912145801504926, 0.32069346660692333, 0.32716841268857905, 0.33921112396795472, 0.35411605334840923, 0.36992181322350265, 0.37555978900730691, 0.39245722745804307, 0.40098714822474785, 0.40795369226674527, 0.4172218451215533, 0.42679459853118645, 0.45012838868569222, 0.46395657933185602, 0.47588120991692906, 0.4859429317025537, 0.5012486174834101, 0.51554915854539141, 0.52673766504363306, 0.54037167562839805, 0.55386824464727247, 0.56986151348392444, 0.58441413430603695, 0.59504137541093982, 0.60183139418849574, 0.6097548033252651, 0.61636145539533693, 0.63729376685379835, 0.65492235590733228, 0.66704610998785618, 0.700953708734812, 0.7190525585629578, 0.73579423752153761, 0.74901914818208437, 0.7639095729012253, 0.78507593810209142, 0.7991677445398635, 0.82057225160808045, 0.83874577852045251, 0.8514279150065982, 0.86730722882820255, 0.890038058955962, 0.90572082476051208, 0.93235631316890322, 0.95142142918059724, 0.969384366562271, 0.99218758210384461, 1.00299637932868, 1.0092887025882542, 1.0324830139871306, 1.0486654108510693, 1.0641141875260127, 1.0835468393653898, 1.1071616076049358, 1.1168131966461825, 1.1456586118817482, 1.1644419001186364, 1.1774811339270124, 1.2092190407790164, 1.2384799339065578, 1.2616903228237686, 1.2889294434698533, 1.3164843722957189, 1.3568929832436432, 1.3789685995582368, 1.4016262455149839, 1.4303108283460788, 1.4487819999160492, 1.48021838699676, 1.5050773691689014, 1.5354136497221011, 1.5761026989532505, 1.5976227134137739, 1.6180255352377244, 1.6461488070064747, 1.6754933786486672, 1.7043391941827599, 1.7436653784542346, 1.7574238222395258, 1.8083751761401707, 1.8364695449180659, 1.8853960408395598, 1.9209489973470637, 1.9614779158767812, 1.9837030977196592, 2.0254456515521015, 2.06356755784513, 2.1061669436995003, 2.1608319242443135, 2.176533829184859, 2.2139646657342289, 2.2418326677035214, 2.2819602869499667, 2.3275988135789891, 2.355439289035997, 2.4108423085380779, 2.4436348968031414, 2.5031234860019178, 2.5439256045997136, 2.5773599788744934, 2.6327828846554593, 2.6997266593235456, 2.7317169496478648, 2.8033821298933836, 2.872746199477366, 2.911616529815233, 2.9546022533503957, 3.0081446390299069, 3.0894107259868058, 3.1461648060150367, 3.2073093130678618, 3.2707390207274067, 3.3815481629909145, 3.4779532042245807, 3.4955043576213232, 3.5757478436815138, 3.6322878543855621, 3.7796644436769657, 3.8151756075230678, 3.8802551661883786, 4.0289839922041422, 4.1279506765446614, 4.1958722575439298, 4.2681132445184655, 4.3694161532010058, 4.4793716338291727, 4.5714087303580433, 4.6493194432085412, 4.7141095620043281, 4.8655065654352976, 4.9733934483219935, 5.038859603913723, 5.1120453856118537, 5.2240263349175526, 5.326857227285414, 5.4452851717228903, 5.6191948437507619, 5.8251247312267305, 6.0364763774143135, 6.1085463321063269, 6.2898990925768432, 6.4181400947195311, 6.6210137015645536, 6.7263257016206106, 6.8855750366072552, 7.1232383189565454, 7.4007790575336729, 7.5183445501556623, 7.6542486054829189, 7.7796080000079355, 8.0776151677243515, 8.4160158721268967, 8.6283072431350387, 9.0099513745919317, 9.1985032179916839, 9.3715895144040058, 9.689097239085406, 9.9747151298520151, 10.162420972781135, 10.525043005039576, 10.9348593423718, 11.220406152599313, 11.472292936429914, 12.331513581808927, 12.99141401636353, 13.792445320126436, 14.159631387529567, 14.898875104642451, 15.391013071702499, 16.58446392489617, 17.397044111420918, 18.246693100142146, 19.539678557308235, 21.894007859929044, 23.769625964542684, 25.674579790101415, 28.595587316047272, 30.020256306881702, 33.276780738700346, 35.817076665002631, 42.110340471763912, 48.790270781601912, 54.046938187573666, 67.878422664921544, 86.808719614124982, 106.08957126365338, 212.6174296424627, 530.67951165916725, 0.0, 0.066200047903027276, 0.083721669217692474, 0.097716651445752478, 0.11022140255760769, 0.12682667647071302, 0.1310312002419774, 0.14174741060946225, 0.15012768070557803, 0.16322364512908868, 0.18204188144428807, 0.1932509011687073, 0.20736566877237284, 0.21677471984321531, 0.22208330716146871, 0.2368478044903545, 0.24800109075566285, 0.26042292583219756, 0.27071259593706476, 0.28654565496167866, 0.29337837365624814, 0.30198842285047178, 0.30844586201328328, 0.3149470593102916, 0.32463921048140526, 0.33612661364720992, 0.34538798562234241, 0.35362965043869748, 0.36471294151406786, 0.37175950729075813, 0.38160665904037616, 0.38574106898579719, 0.39688874219887516, 0.40205350235521997, 0.41084581512509888, 0.4190808913198204, 0.43544148967863316, 0.44346612867974777, 0.45227198826541537, 0.46661118452309958, 0.47567354802653689, 0.49123378069289259, 0.5026379690695526, 0.51145199410264641, 0.5230420844440421, 0.53633757129515192, 0.55323199501557874, 0.5709327471747897, 0.57668332951826085, 0.58661731761735014, 0.60316797340939221, 0.61231767919746716, 0.62173743546202065, 0.63367739150206992, 0.64417081791316222, 0.650588306867667, 0.66136245644028779, 0.67194367164364066, 0.68483211499577568, 0.69390170098605697, 0.70978541298372555, 0.71733880725642318, 0.72982716816440152, 0.744382107200665, 0.75464756880526096, 0.76971757975591903, 0.79092500924780884, 0.80139259706827826, 0.82007493231551376, 0.83636749901593976, 0.85607123696181142, 0.87178377197180712, 0.89028508898771552, 0.90709689710063435, 0.92105845964996935, 0.94062127053830347, 0.95072473335636265, 0.96303055939494286, 0.97648251804695785, 0.99369926534400232, 1.0090186828881174, 1.0418114909215104, 1.0698515568115963, 1.0781642613654208, 1.0953662056922651, 1.1107307176100356, 1.1257267330935268, 1.1471842785819382, 1.1676817560236403, 1.1877943080225843, 1.216398240925453, 1.2316053787491037, 1.2474229964718553, 1.269525880355836, 1.3019912398706039, 1.3277002379637455, 1.3443466595361551, 1.3685810866232899, 1.3984804559046911, 1.4355750324517496, 1.460852572211057, 1.4948996531027956, 1.5268570238239529, 1.5522940777876273, 1.5719325888893447, 1.6024193084645637, 1.633598364214381, 1.6528693309141695, 1.6741744069714672, 1.7003470022341649, 1.735298179037982, 1.7582063751832995, 1.7909792627750754, 1.8300707159778025, 1.8684354743589122, 1.9062901732716007, 1.9304116745252333, 1.9651822643793164, 2.0028643201051111, 2.0355079559039346, 2.0677432834609206, 2.0974741272119317, 2.1477636951029404, 2.1758324097429544, 2.2038264839493977, 2.2387897181326624, 2.2799150775007226, 2.3116834558621813, 2.3770756042717061, 2.4423912978053499, 2.5043639857858704, 2.6183935138202945, 2.6651645510870448, 2.6996454559378718, 2.7642312413471197, 2.8501819058526374, 2.8874618455541339, 2.9299786710240685, 2.9902882140860028, 3.0106036707675705, 3.0721304018549587, 3.1161855866638852, 3.2369909410932256, 3.2937695851357418, 3.3415607515486019, 3.4135640311960804, 3.4863864701809169, 3.5495511431068625, 3.6258591972624328, 3.6947502192132147, 3.7950739251414829, 3.8952813228916106, 4.0427476635565807, 4.0982562136044365, 4.2381714903602026, 4.325585224629334, 4.460333473236096, 4.5891338691369086, 4.6893335143109196, 4.7853618220189347, 4.8500011901031046, 4.9499390325888388, 5.0651986930646391, 5.1906420764523, 5.3052661921332698, 5.3795959386387144, 5.4884702877024898, 5.6251182444238585, 5.736009877510825, 5.8235819678819309, 6.0452731168242577, 6.1535182776969091, 6.4223906871159802, 6.7828263511308, 6.9787759843247965, 7.2868999104783532, 7.604505778440271, 7.9090260134516059, 8.4851413606010251, 8.6965137695221202, 9.0770837937907398, 9.3896211096143869, 9.7704946596107849, 10.142102955347768, 10.870897424798827, 11.627557560059024, 12.487371659037647, 13.393741745878474, 14.080823719400907, 15.608105497185557, 16.823724341129342, 18.261126223618554, 19.636996869210478, 20.562702661180669, 21.601610993499339, 23.839730158552172, 27.477708564377878, 33.318576554469637, 49.103081020159834, 73.345872444192949, 106.52935418648646, 0.0, 0.049394419396927715, 0.064736734696013376, 0.079308002177416376, 0.087959980883483738, 0.10194236904560904, 0.11008607182951631, 0.11465366805246813, 0.12715531070407432, 0.13166809405389251, 0.13847247629313228, 0.14384864573811881, 0.15002396002358567, 0.15562720051884482, 0.16116827009383153, 0.16632968738513401, 0.17136648014616976, 0.17900086203665841, 0.18694008640938087, 0.19702916534694626, 0.20392975208968295, 0.21361422240935368, 0.22042948071555513, 0.23063300033673573, 0.23966278802965957, 0.24711447349179011, 0.25303301261186184, 0.25579240638304279, 0.26267170853506805, 0.26750482270286108, 0.27493473053623635, 0.28258910182162267, 0.28822901265050227, 0.29608647684984479, 0.30214524820456018, 0.30864368126348923, 0.31508865166237593, 0.32124032165523375, 0.33011261444903611, 0.33703483646960708, 0.34733723809596734, 0.35691769635678916, 0.36690708933320493, 0.37128928317734283, 0.37755689980492391, 0.38701609409764459, 0.39302164725609023, 0.40331084641477311, 0.41072208837025759, 0.41852937501544424, 0.42932124920083142, 0.43324849767497853, 0.43993900664314145, 0.44761176101936301, 0.45202419082248341, 0.45529173163984443, 0.46653702581395917, 0.47399725820611593, 0.48198881472501576, 0.48708257057534343, 0.49302150180651805, 0.49978383605626248, 0.51339894682816312, 0.52160424774706593, 0.52748289873084886, 0.53676595811893124, 0.5455171486636371, 0.5534396873141485, 0.56241263737675429, 0.56973323223537264, 0.57574914723880954, 0.58234713319994302, 0.59066240355655708, 0.60510984788748057, 0.61807462013879144, 0.62637623226295402, 0.63542696189453973, 0.64701799464926024, 0.65882045306679504, 0.67141179273787532, 0.67909380683392095, 0.68707873750652504, 0.69640315687854726, 0.70807547488547196, 0.71771853550219356, 0.73309718820363279, 0.74214506352540133, 0.75177033126786774, 0.76943956404912883, 0.79020165814710741, 0.80781062970338047, 0.81634889994531135, 0.82618810526895436, 0.84005098189915028, 0.86666756102772669, 0.87735918829690207, 0.88554074010562978, 0.90240999323032145, 0.91632635431957332, 0.92982256792581119, 0.93859572806129865, 0.95740797855505955, 0.97317410516930258, 0.98783906755984918, 1.0108980555570175, 1.0284511401075709, 1.0482594431498151, 1.0611613677510832, 1.0784870131371229, 1.0919180174352818, 1.1135514694962279, 1.125494491992268, 1.1410712650872479, 1.1674352256776539, 1.184785119317356, 1.2096294450605212, 1.2323778220867625, 1.2549931419768594, 1.2806924911813222, 1.3081961580241186, 1.3320238796794894, 1.3534172327636966, 1.3807267144923916, 1.4001500408447822, 1.4316269135391197, 1.449518126496226, 1.4807942237706289, 1.4996141554775, 1.51697171202322, 1.5501818193618728, 1.5774423949301954, 1.6090796134626164, 1.6337740770081619, 1.6692908417512815, 1.6961331386742853, 1.7261310689460392, 1.7616614368687207, 1.7805522635031978, 1.8048113834777242, 1.8629871128198423, 1.9197945215709944, 1.9552472287743048, 2.006402075733154, 2.0427474979249962, 2.074496897491799, 2.1328916089262004, 2.1753943657622523, 2.2401831220855666, 2.270693018282933, 2.3105641384054061, 2.3945586906581622, 2.4399768881846882, 2.5000049081492532, 2.5621934580643706, 2.6392295124107816, 2.7208587148102463, 2.8097139724064282, 2.8701110813681128, 2.9862082469647095, 3.0488516638446339, 3.1242308091436368, 3.243153466201278, 3.3051260648856364, 3.4863819457159302, 3.5505875681994588, 3.7448427188152658, 3.8463429990501901, 3.9838928478843263, 4.1238239879386667, 4.2490672817706532, 4.3599387844761468, 4.473253957654526, 4.6690383558822228, 4.8383638550300123, 5.0032896939841258, 5.1925150031279994, 5.4083749056768973, 5.8187938054935762, 6.1416785529469493, 6.5966499906173439, 6.9452175432435155, 7.3694350201120091, 7.6611410187916773, 8.1962221951718313, 8.3985520655394108, 8.954871482916916, 9.5555811691967367, 10.075581787179221, 10.666984624254228, 11.269430893231096, 12.244383827267271, 13.43327333120301, 15.035950482663642, 16.932372656888262, 19.087843838164819, 21.876507647307918, 24.329735267714369, 32.551612521357441, 42.817333269075768, 80.868741705532841, 263.02173214876871, 0.0, 0.039467746129120185, 0.051824916097853023, 0.061771901689009187, 0.071565972010870144, 0.076518802143588971, 0.085618493830758285, 0.093725626920029337, 0.10393841275774901, 0.11413580827974683, 0.12152641148533293, 0.12627525292174707, 0.12968718206917149, 0.13855089010953145, 0.14242136361586646, 0.14961341703535569, 0.15878848104707796, 0.16821185149526602, 0.17193496653825602, 0.18370817507532361, 0.19347902698219727, 0.20136482066552064, 0.20583838921300673, 0.21305461768025999, 0.22181194102152516, 0.22504305621818932, 0.23406898010225857, 0.2398853548764919, 0.24436856459787337, 0.25265341913397688, 0.26007714837241541, 0.26691829493661323, 0.26931297477030441, 0.27726914154785853, 0.28210711764692858, 0.2859614857691346, 0.29125186385881313, 0.29881267745856349, 0.30375673974281647, 0.30854811947856214, 0.31656603656425492, 0.32546607312581727, 0.33113501361486541, 0.33582693482769788, 0.34276150289703894, 0.35127805306418919, 0.35845367388296762, 0.36558831277905995, 0.36979924962746219, 0.37578338456878752, 0.38327703665171509, 0.38743278300825934, 0.3933947408991858, 0.40090502054506943, 0.41078320064762447, 0.41434452765896151, 0.42079409894287106, 0.4255673661624485, 0.43408043802357538, 0.43842453852669183, 0.44479957009297705, 0.44911932255159215, 0.46075892982346434, 0.47136693037959077, 0.47672759686825411, 0.48530543752076094, 0.49072973814548543, 0.49757125712438277, 0.50205891056941676, 0.50989707552295971, 0.52048634390291548, 0.52487724594117247, 0.53197428010086045, 0.54193181090656062, 0.54669601892015796, 0.55199308212187415, 0.56177797788147832, 0.57397840735843453, 0.58305121749436828, 0.58875829816518199, 0.60014475586825022, 0.61146976460798996, 0.62147757074967558, 0.62937535472116102, 0.63521150679693283, 0.6443683639844624, 0.65570350537151256, 0.66248422346281488, 0.67431167007929649, 0.68081103970994383, 0.70070897539479826, 0.70949394177954128, 0.72368744374810079, 0.73324494948980001, 0.74442385396599853, 0.75726956491948028, 0.76814002853040864, 0.78549563545170853, 0.79690455102462399, 0.80911780465283023, 0.8217559489409707, 0.83736881584366574, 0.84769382359635626, 0.86418498778599284, 0.88747705639947372, 0.90131822030096298, 0.91456928681735306, 0.926248872898779, 0.94662179325634455, 0.95246146300701406, 0.96865365604621834, 0.98601045426396106, 1.004370843669373, 1.0278846153106977, 1.044847701668429, 1.0629345673978381, 1.0786014914723667, 1.0929756602733387, 1.1261078972699916, 1.1512164532678049, 1.1694773456967209, 1.2047879047450252, 1.2191337268903064, 1.2371236242769537, 1.2604030750182345, 1.2728991082384753, 1.3021733465601504, 1.3366400801240468, 1.3669786453201016, 1.3893263316106292, 1.4142311210562548, 1.4371089884829913, 1.4735470017754577, 1.520014037615578, 1.5362080843085604, 1.57308131482694, 1.6005512179859467, 1.6311466151664402, 1.6766677965478609, 1.702427114649556, 1.7358113192351368, 1.7589620076466705, 1.8122197381889422, 1.8371172353927989, 1.8839698049061866, 1.9368978033833055, 1.9859165193893249, 2.0266473776917446, 2.0435418938412577, 2.0904755804619093, 2.137008395650732, 2.2105679265040039, 2.2912315391120952, 2.3171846492564172, 2.3789143587376254, 2.4392413643504884, 2.4804720034966028, 2.5405224136745002, 2.5964604917467198, 2.6705999263123781, 2.7251943964162413, 2.772341712266535, 2.8651026212603763, 2.9882335264110305, 3.0505642000004207, 3.1879882564475781, 3.2713189106502325, 3.3340572644275901, 3.3973177283139346, 3.5111941452660176, 3.6432762400676104, 3.7893397930271497, 3.8962740628195554, 4.0871617267378353, 4.2202691837388713, 4.3774443034324424, 4.4936111350115695, 4.7506236842341369, 5.0112340217497193, 5.3496875229084306, 5.5766544089000956, 5.8287954513602722, 6.3423620558230542, 6.7899919751160516, 7.1981726869941802, 7.7399452080885132, 8.3342259680123636, 9.1990412068218603, 9.6467855088846335, 10.137584353746163, 10.89364428926409, 11.552396435112094, 13.030143614298112, 14.095239648815568, 16.252904088875191, 20.637122578101994, 25.04746535648458, 29.349607631916427, 39.069463698724505, 53.341542218906731, 131.24704840076191, 0.0, 0.032884942472054493, 0.044042928317071753, 0.051717952097554462, 0.058447068850037934, 0.068821794240992967, 0.076446506641690143, 0.083331576500669718, 0.090983634325567123, 0.097188602723129819, 0.1088593709111567, 0.11459623029540639, 0.11844837313630252, 0.12384168852201749, 0.12684488135204505, 0.13447015956640213, 0.1391542676007054, 0.14625472031000056, 0.15200345906187301, 0.15688159917859762, 0.16356525869840099, 0.16595293381775883, 0.17208869146003852, 0.17708137414161021, 0.18245018966878032, 0.18979132041734897, 0.19637969400495253, 0.2032346071402627, 0.20694798677484283, 0.21265331651833888, 0.21882977443215981, 0.22494202116978182, 0.23178859272489064, 0.23787915511551139, 0.24313950482755242, 0.24682307808790133, 0.24943612844036106, 0.25577269021993287, 0.26291464226288852, 0.26970943169082667, 0.2725648028979728, 0.28144606977956577, 0.28556551666434349, 0.29091966470999592, 0.29709027671048366, 0.30175232279695008, 0.30845384710365537, 0.31297498910818361, 0.3160194068150165, 0.31918148875981589, 0.32331388150265972, 0.32927405147803945, 0.33377069470184595, 0.33894412800963025, 0.34522709990281475, 0.35123488575457434, 0.3558821207267826, 0.36144785378066896, 0.37019315147158249, 0.37724004091309249, 0.3829924502040804, 0.38790812361879717, 0.39588105871510798, 0.40044226663641691, 0.40836868589232361, 0.41402643554261809, 0.41875667916369519, 0.42450774070868258, 0.43229589405318924, 0.43734997488844168, 0.44538394823457816, 0.45353980762093016, 0.45851077590488476, 0.46383676125545098, 0.47059046215711398, 0.4762006151939136, 0.48431439285713834, 0.49389826855702679, 0.49974442650636974, 0.50732118012468475, 0.51342129390440416, 0.52297582923711328, 0.53288748131056163, 0.54544803680941312, 0.55056947454571459, 0.5630440930673537, 0.57647988095569747, 0.58254891183837865, 0.59122845087621589, 0.5957914205706567, 0.60314265091258978, 0.61908921631667679, 0.62247554745711642, 0.63329981498300048, 0.64301069689433055, 0.64989657369654952, 0.65888445152749431, 0.66647227612873217, 0.67668838768171136, 0.68893091987254185, 0.7025879217168467, 0.71826561462270089, 0.72771455488965531, 0.7391009553915564, 0.75223783989741744, 0.76166485140694018, 0.77084000065236591, 0.79065365493321382, 0.804383247442233, 0.81683812596185346, 0.82843493554640024, 0.84246759604107702, 0.86350701623054671, 0.88180313041705505, 0.90376335449490075, 0.91286915972557914, 0.92036986380455399, 0.9291438387362384, 0.95352040422537032, 0.96809418471522612, 0.9828969762772849, 0.99701637984191405, 1.0053920653287929, 1.0224322964595809, 1.0436497009914834, 1.0616070630675405, 1.0802764748267883, 1.0951850173844457, 1.1193411761447549, 1.1379681972224709, 1.1599468248342446, 1.1886340506700033, 1.2148385191461482, 1.2481418152125123, 1.2792573174668869, 1.3154615262708993, 1.342394558445551, 1.3629899838283757, 1.3761143300434635, 1.4093858037430134, 1.4522804850005502, 1.4748979300612479, 1.5306210379322103, 1.5495843761095305, 1.584244002737959, 1.6126131532613874, 1.6604506166505426, 1.6921120149154147, 1.7126738210319639, 1.7396125064233854, 1.785135464734434, 1.824889085813346, 1.8829431177071814, 1.9343935926685978, 1.9916768565010168, 2.0267961688503453, 2.0766377474824029, 2.1330899777256795, 2.1848037174415449, 2.2801579583808342, 2.3579957571857286, 2.4501358388830012, 2.5153457412512981, 2.582374390832427, 2.633575300083673, 2.7077686567647499, 2.7684316125814457, 2.8476458237947857, 2.9627792222491238, 3.0403520366260612, 3.1093550063736379, 3.2559496906005565, 3.384456584459806, 3.5451252896822063, 3.658802669941331, 3.8535789702629515, 4.1036627374662622, 4.3847833011124493, 4.5324017993862, 4.6567473442819232, 4.8795997539612124, 5.0351805245400989, 5.4071167044869721, 5.8112812324471728, 6.387968909517352, 6.6133968886491754, 6.9446864587547097, 7.5543017399007653, 8.3092309621502434, 8.9855329925540648, 9.7607248945108189, 10.562225389927731, 11.547524333694614, 13.042152628954279, 15.066816239535164, 16.843645091885804, 22.29298319668764, 27.78918358142127, 36.15482791135674, 48.467620573432804, 150.75527930067238, 0.0, 0.030475436329936944, 0.041455577211803325, 0.050587167936695224, 0.058798726126600857, 0.065119327951945208, 0.073499955494061478, 0.07885113088345877, 0.085143786389228412, 0.08965572615115161, 0.094178377769283547, 0.098501280404947864, 0.1030958981377707, 0.10869385918561442, 0.11297670615452211, 0.11689141102215121, 0.1214840331703515, 0.12584718500031158, 0.12987214864837779, 0.13468557220683824, 0.13924503288786391, 0.14386351348014154, 0.1493340912759876, 0.15399302445531154, 0.15891197422219733, 0.16342430790220985, 0.16862541478716603, 0.17284449028563825, 0.17822842307181602, 0.1820267480405092, 0.18688153961477047, 0.1927267317388851, 0.1970428163553993, 0.20121205502603673, 0.20565232504914904, 0.20898176045815323, 0.21456701344386478, 0.2193381728343505, 0.2241310071800133, 0.22817700334024027, 0.23233337863145165, 0.23720906624202601, 0.24191353394033271, 0.24708942468474382, 0.25285280260759901, 0.25671572324736464, 0.26213421506917656, 0.26638683139162828, 0.27152578772723279, 0.2762872026065426, 0.28128390667450365, 0.28593911283892171, 0.29087431204884701, 0.29557087416205607, 0.30019592182315891, 0.30513806758216755, 0.31016793114986319, 0.31616724797260032, 0.32041768091414635, 0.32514136402938837, 0.330175514469844, 0.33510934856577768, 0.34052636062698755, 0.34595494789256998, 0.35149217534601079, 0.35744012588115681, 0.36163975663483183, 0.36600266939188625, 0.3715301308425546, 0.37731624495426341, 0.38179171447482013, 0.38695470344853578, 0.39172315899130233, 0.39614948723382537, 0.3998385857290081, 0.40528704514340191, 0.4113906789211898, 0.41723754661044737, 0.42330595508586388, 0.4298295205380972, 0.43639003733749093, 0.44294781550179985, 0.45031606698625348, 0.45589276061599149, 0.4637504954853186, 0.46972702984856168, 0.47691662036234045, 0.48515870923762039, 0.49260277947704278, 0.50180009274783677, 0.50899844136237671, 0.51521773387918002, 0.52259062361544673, 0.53071416140395877, 0.53996499482812654, 0.54675197629336969, 0.55561683421554353, 0.56353596314369636, 0.57266468438633022, 0.57882534017246046, 0.5879193586669369, 0.59795376910115772, 0.60910017566901453, 0.62152501089463474, 0.62899125612273621, 0.63944993844645304, 0.65079039292032037, 0.65990599756610113, 0.67267050134312967, 0.6811396504155568, 0.69102170908780658, 0.70572381661063954, 0.71917690416970415, 0.73053302980642632, 0.74479922749569372, 0.75660131757288107, 0.76966460911714163, 0.78382775044111574, 0.79890547769142994, 0.81316878697223616, 0.82632592595142507, 0.84038976545168742, 0.85889454588180414, 0.87584528603730916, 0.88938215721139913, 0.90647622547342221, 0.92517109894543503, 0.9420929353690477, 0.95887351889851813, 0.97485760015251421, 0.99539728475785438, 1.0168269490191464, 1.0321969253945085, 1.0509239949366704, 1.0749039195763974, 1.0954893550189169, 1.1204402411184233, 1.1460855159498731, 1.1725936611440071, 1.1991674830298438, 1.223355141542398, 1.2503166821062022, 1.2755553790294463, 1.2974083183962621, 1.3271479307498393, 1.3598997679834393, 1.3966740129081683, 1.4270275926175096, 1.4608948615990871, 1.4952195611664525, 1.5313585561683203, 1.5640142535985393, 1.5994377044435546, 1.638305110435522, 1.6786361340413112, 1.7240031947949774, 1.7621335157109532, 1.8101134128648371, 1.8620922391744734, 1.9224643921259204, 1.9710346661166867, 2.0344533242374103, 2.0831877260508893, 2.1372551671286524, 2.2034358794278646, 2.2716335521446531, 2.3429160177345003, 2.4104357266981919, 2.480935437184201, 2.5343673042490624, 2.6084557648811311, 2.7199516996724253, 2.8338987909810287, 2.9216428190030639, 3.0360484810989852, 3.1500945673097052, 3.270619104044989, 3.4227068074159761, 3.5665311638055055, 3.7247617410661675, 3.925297648069769, 4.1375118576391934, 4.3398004727933692, 4.5346219219569655, 4.7447780176553112, 5.0148304110646036, 5.3334608060172872, 5.7276260586600891, 6.1890543526613122, 6.6801902478700868, 7.2800631153055209, 7.8835838788384223, 8.6803326930194569, 9.7122609465184322, 10.941190698085899, 12.542472669018284, 14.627074477598748, 17.832826769519468, 22.898509435438054, 33.157382047966806, 268.8200344237456, 0.0, 0.028898274302596512, 0.040633940377108956, 0.047933728659069468, 0.054523381031400885, 0.06011329230279238, 0.065188383675028702, 0.071626919796562605, 0.077168570402807349, 0.083037174267918165, 0.08755686111436492, 0.092118428080118928, 0.096425123862060327, 0.10043552253883403, 0.10554902051980319, 0.11009718665642487, 0.11326275217950955, 0.11698509676168573, 0.12080022735318345, 0.12517509152109374, 0.13013769328680053, 0.13345882034603812, 0.13747142162715098, 0.14150064959740938, 0.14442943761896229, 0.14941148229826645, 0.15440519818373027, 0.15783715568801643, 0.16265630037450993, 0.16672946241207018, 0.17011132508732738, 0.17420920933779047, 0.1787571250538082, 0.18406358630263245, 0.18924049544452431, 0.19306320330392984, 0.19641759705419837, 0.20044589719386452, 0.20365259207914921, 0.20746114210240005, 0.21178663359554398, 0.21561802968012542, 0.2201648522340745, 0.22394901627082189, 0.22890960512700576, 0.23288763477408511, 0.23799769247855981, 0.24277846906856382, 0.24620220114345401, 0.25085581063453694, 0.2547852657654528, 0.2584622001605798, 0.26226644168550362, 0.26587748056735006, 0.27001206297540875, 0.27333957150348165, 0.27844160533530171, 0.28262027978412785, 0.28651353733567758, 0.29232034746442948, 0.29580376680146625, 0.29935090999568476, 0.30309728324775276, 0.30715090410428514, 0.31201121511000857, 0.31571249520502215, 0.31981978170465836, 0.32351704294037775, 0.32816906538652812, 0.33260532162929424, 0.3375253795185012, 0.34227658789873155, 0.34672628630214691, 0.35173264439552276, 0.35642244422141933, 0.36316985109331051, 0.36811409230691677, 0.3739818336331292, 0.37900422010827939, 0.38371686137179334, 0.38830090222693142, 0.39314672036266179, 0.39750505605076314, 0.40399586297398238, 0.40779084214158268, 0.41471724442253388, 0.419908928474307, 0.42527068506941523, 0.43082110702825382, 0.43546343483577804, 0.44058928875209435, 0.4501165160939869, 0.455800248584872, 0.46250910353077601, 0.4679792550227716, 0.4771052601340332, 0.48317268060065444, 0.49024307149325064, 0.49795121259530739, 0.50489713934710001, 0.51144292478572784, 0.52042454216218859, 0.52715808936571795, 0.53458634795400084, 0.54336964463015824, 0.55167313602281232, 0.55895482076372938, 0.56755092529864581, 0.5767512365389893, 0.58757892054706506, 0.59812779085356993, 0.60674604159456691, 0.61595140194035713, 0.62390929987658528, 0.63464413788738838, 0.64205470333131864, 0.64919687404877857, 0.66358361675173039, 0.67457487585108067, 0.68565375079097346, 0.69515353663280854, 0.70835712049313537, 0.71637388222414811, 0.72810587108889246, 0.74259519148707775, 0.75505940962506923, 0.76533718705099252, 0.77978770960457156, 0.79277034764412091, 0.81042776509929326, 0.8252185957527518, 0.84081567710998861, 0.85591239426333621, 0.87366392436831841, 0.8906804437761574, 0.90431935636817162, 0.92374870367862294, 0.9403922748286605, 0.96024005012655089, 0.9834409532310171, 1.0063612444728725, 1.0237103083075751, 1.0406894015881631, 1.0646614938416241, 1.0953872473777502, 1.1182073342474079, 1.1431128152282664, 1.1700990970833274, 1.1937825903128636, 1.2194906544605457, 1.2510699786546229, 1.2724440268105714, 1.3012328136568787, 1.3306077291828782, 1.3661125359622348, 1.4057121542663247, 1.438874003521625, 1.4852719546886077, 1.53160091645302, 1.5835611112903651, 1.6195792978908965, 1.6633225682365109, 1.7092772469624007, 1.7547058942561764, 1.7983361923251511, 1.8554877739779563, 1.9046272406631959, 1.9419569456472263, 2.007485115392952, 2.0766613504192311, 2.1363921756522712, 2.2042343314393218, 2.2881456308297792, 2.3461181458892382, 2.4247974852833076, 2.5226066296330565, 2.6287822381475663, 2.7093614689581362, 2.8121552403853838, 2.9431246632384611, 3.0643163534914351, 3.196540002859162, 3.3476671295609703, 3.578795801196712, 3.7570824917749248, 3.956586592960103, 4.1768360199630372, 4.472267971856815, 4.7565859357335603, 4.9434439507675787, 5.3520609425930763, 5.8616989500167476, 6.4670935400506355, 7.1530922193648818, 7.7821104509969494, 8.8151940771286945, 9.7442668096522507, 11.579039475678208, 14.881052320293959, 23.3134974983852, 162.64936699836366, 0.0, 0.024602282011824184, 0.033143590712601562, 0.04010112014507021, 0.047902150582693877, 0.053593751494366668, 0.062881795990017086, 0.069817105932830248, 0.074260939707892284, 0.078749877606011834, 0.081760044924091488, 0.084762821011376818, 0.089159093597265968, 0.094139760178390847, 0.097396291127248735, 0.10077623786944703, 0.10375890948969808, 0.10775393339205297, 0.11107421600652036, 0.11454249675077989, 0.11920949455998719, 0.12303922825017929, 0.12645066727981549, 0.13048462720436904, 0.1341988563625206, 0.13791508807970299, 0.14051821878738302, 0.14390700642876164, 0.14729815411578639, 0.15116482000305284, 0.15414159957761076, 0.15804245202080439, 0.16172156388894671, 0.16616763697232559, 0.17065475263188637, 0.17483972650814011, 0.17834701051598184, 0.18178605513225987, 0.18596570995349604, 0.19037643524106021, 0.19362400150613118, 0.19718898681246891, 0.2022368611342357, 0.20627559864432171, 0.21047667837856643, 0.21441293730751429, 0.21798145949842526, 0.22269174316657275, 0.22805839010378598, 0.23142809067166253, 0.23544682877794354, 0.23918263561370051, 0.24332300301909804, 0.24826906410872435, 0.25329675001124591, 0.25742137093006096, 0.26143472523908162, 0.26537197580924371, 0.26880822609496718, 0.27325053108693759, 0.27801599017393808, 0.28185455264796982, 0.28551898655760571, 0.28969797468999514, 0.29469614849601827, 0.29819033120752614, 0.30227519353061394, 0.30780461335572351, 0.31237611153645817, 0.31627202746095395, 0.31963567780659174, 0.32237740964523504, 0.32589638801542542, 0.3305286646674907, 0.33420221321848032, 0.33989663227054645, 0.34416327912283068, 0.35034447837510441, 0.35498972403807633, 0.35855091882620921, 0.36327633213491833, 0.36753998247607372, 0.3729367659785795, 0.37985192360779313, 0.38437016760352599, 0.39005755502373884, 0.39482572425216256, 0.4001927093622929, 0.40602742972788325, 0.41233512801313243, 0.41899152804988438, 0.42337530114761357, 0.42792125565896905, 0.43382026465554158, 0.44268614546944335, 0.44830619792220222, 0.45415410061721351, 0.46167530106933863, 0.46895550041529654, 0.47530473993436245, 0.48211460809658874, 0.48857483722379846, 0.49668510358579077, 0.502197066237135, 0.50751626698891095, 0.51264907367868728, 0.51969473148215983, 0.52818547378333625, 0.5349708260232352, 0.54112734609955404, 0.54811112287301356, 0.55616647069377034, 0.56629653003164915, 0.57402173658393196, 0.58265287411054412, 0.5936899552780841, 0.60345904162633524, 0.61533841077412088, 0.6228300863754348, 0.63457632801607111, 0.64512830577873503, 0.65448141887048117, 0.66218373436088196, 0.67678504831115915, 0.68732881229737786, 0.69861201377323079, 0.70832408210492892, 0.72121539173424809, 0.7359553436177424, 0.7531392829935406, 0.76543733074434961, 0.77710358182478712, 0.79485555672259334, 0.81224713754094657, 0.82988361758294238, 0.84792677249400605, 0.86258822924608003, 0.88223434681999902, 0.8944425527153399, 0.90955292927291309, 0.92359168030991856, 0.94256546540532238, 0.96434694242106067, 0.98312881507572292, 1.0032438887848716, 1.0221149781502081, 1.051983899991995, 1.0734774915118375, 1.099530441789152, 1.127960244545553, 1.1534134957090025, 1.1740889749056131, 1.2012742900536555, 1.2342300186242645, 1.2639939024901934, 1.2928179180773745, 1.3208800657063657, 1.3529947499482198, 1.3990112708325715, 1.4319941184494371, 1.4710663063309652, 1.5244700765754542, 1.5635439274849725, 1.5954367199073531, 1.6323134541541804, 1.6724715064169311, 1.7158054453195073, 1.7557217613084009, 1.8048129564898812, 1.8315787027457608, 1.8815354841358516, 1.9566650167344006, 2.0217329340053252, 2.0871078895617967, 2.174040010957027, 2.2381267311291735, 2.3160142472723693, 2.4147723365413021, 2.5376474031182616, 2.6272818671259373, 2.7401975123216742, 2.8684444249229628, 3.0130575018172316, 3.1604260734920331, 3.2962359526985634, 3.4644518032671439, 3.6844961008964079, 3.869097249632687, 4.0583540650809953, 4.2786209475461598, 4.5240194654211052, 4.822566531353826, 5.2714477848841934, 5.9366668833227134, 6.6736260326271726, 7.4551267397319529, 8.3647745090344028, 9.8450415285668225, 13.306780281265262, 17.423150761794336, 35.674610410451407, 0.0, 0.026072158368489466, 0.036900224781724264, 0.045624066076788504, 0.051368104055365224, 0.057774560304207197, 0.063146496944509634, 0.067588098405070435, 0.071805619462746537, 0.07613539155227117, 0.080103152511407455, 0.083942709652846864, 0.087666574981076481, 0.091817280544786176, 0.095686966687175301, 0.099145626961583258, 0.10201499654232103, 0.10517988601597632, 0.10903765629410936, 0.11233875871599709, 0.11536415976301187, 0.11841077260641984, 0.12163826850713737, 0.12514181216632086, 0.12858606228948036, 0.13177179631102987, 0.13482024094190459, 0.13784834878294833, 0.14173344180612701, 0.1443921643498963, 0.14823517008509296, 0.15145826578672161, 0.15493735233574032, 0.157933736355726, 0.16144421044205534, 0.16496481804605914, 0.16826466934931564, 0.17176157430765859, 0.17500874461399182, 0.17804879932812664, 0.18119742226991276, 0.18460902834327048, 0.18841699006227006, 0.19203375816854248, 0.19532030848596255, 0.19938169412343268, 0.20296708531160809, 0.20618735671870392, 0.21005410851308523, 0.21234742151711827, 0.21601167034217333, 0.2193383757310533, 0.222820615737646, 0.22619381050579929, 0.23003091052614577, 0.23415565946236791, 0.23843514043598069, 0.24127671289852604, 0.24517794764409234, 0.24860194155386806, 0.25245137707720106, 0.25637962117578617, 0.26045765403062382, 0.26378413560952962, 0.26727514960402926, 0.27133464777153365, 0.27484241340019733, 0.27916743423061174, 0.28346759202211091, 0.28803025780779556, 0.29103424057548449, 0.2948369270235498, 0.29857003211993777, 0.30250669156367849, 0.30693020880140259, 0.31089496342193434, 0.31523727395296902, 0.31963281400208449, 0.32299918409538603, 0.32683085030433912, 0.33075648000217506, 0.33471837712211988, 0.33909222602081823, 0.34276815018760209, 0.34765709135230655, 0.35209532653578884, 0.35661461412974371, 0.36104303543672206, 0.36462562668761184, 0.36940962892850221, 0.37390697111571997, 0.37904116253667841, 0.38404481300200927, 0.38891575774564258, 0.39360053923178462, 0.39785365298982145, 0.40294361388219591, 0.40892518527823574, 0.41407469140496583, 0.41971691479383916, 0.42599384924960337, 0.43117256502009815, 0.4364633576555077, 0.4415508493771485, 0.44655303590621287, 0.45317266402900153, 0.45915054065776795, 0.46466311475985489, 0.47082285538337654, 0.47636350784519593, 0.48258249873987841, 0.48865756797890558, 0.49554799425562435, 0.50243188982979481, 0.51091693503362012, 0.51956374319976362, 0.52657472160011631, 0.53391907857488219, 0.54231740014001373, 0.55062127393281413, 0.55819389427687915, 0.56684075835760694, 0.57623528957134074, 0.5852137336415546, 0.59460081643291185, 0.60431695479865122, 0.61470640426964351, 0.62697542247017701, 0.63629726675946074, 0.64618052793061942, 0.65666316630386357, 0.66697229921408963, 0.67607240691087234, 0.68567631485065328, 0.69828642365744309, 0.70939742170743159, 0.71984730245856587, 0.73335327137205786, 0.7491983752217467, 0.76288874208982593, 0.77518238687845964, 0.78603287042076431, 0.79995968268653628, 0.81111128891867956, 0.82484474830527166, 0.83982849255420589, 0.8570889681002567, 0.87095612444570292, 0.88896785472177609, 0.90333809106860474, 0.92310933391162042, 0.9405629243797472, 0.95692109407032377, 0.97963547072788137, 1.0004217317748421, 1.0236926463114733, 1.0479024684311415, 1.0736587494567686, 1.1029019665569759, 1.12906516845161, 1.1535229840512065, 1.183650543141433, 1.2145616634515819, 1.2433817141554775, 1.2742936392427719, 1.3109612706104625, 1.3449613279449495, 1.3823759584622277, 1.4151051032327249, 1.4538354777949225, 1.4970878314012157, 1.544365849864396, 1.5852559389906491, 1.6289127182967043, 1.6763419507458905, 1.7346054874616406, 1.7874905505861236, 1.8348302383376642, 1.8883747008525986, 1.9710178297482999, 2.0327376391000698, 2.1131140769950014, 2.1969238514695641, 2.2946506914354945, 2.3927630404203812, 2.4890825215958983, 2.6207165719985688, 2.7919843701169169, 2.9728330577394462, 3.1407377025361027, 3.3485082966286388, 3.5810252651374039, 3.793190415760634, 4.1676272347122065, 4.4916169379050928, 4.8904487124863456, 5.4391848217865677, 6.2263879924626009, 7.5489807356158831, 9.9553179387792401, 36.574431675278419, 0.0, 0.028921816660492792, 0.038476208480468108, 0.045737177892749226, 0.050347326935298052, 0.054427244640566273, 0.059679563902977878, 0.062901418988622379, 0.065683103076441055, 0.069075624012220505, 0.073207759498264968, 0.075280554146869794, 0.079462144204613699, 0.083297706495367232, 0.086394086487673827, 0.088903479078186923, 0.09243845286973873, 0.094364478720997277, 0.096709129954935052, 0.099600772001187554, 0.10194958435962591, 0.10513809510421018, 0.10794208190913103, 0.11150222159681712, 0.1142579134971833, 0.11634657875634755, 0.11969047101715455, 0.12161519787344191, 0.12385053356930883, 0.12634084519901401, 0.1291305476386892, 0.13156417910210463, 0.13417493406967573, 0.13679964962661262, 0.13945990964839527, 0.14181342525248586, 0.14549282281256487, 0.14783340369717113, 0.14958856732057474, 0.15255382916645896, 0.15544319048994837, 0.1591542931569995, 0.16119409443564187, 0.16370574506975646, 0.16653288283113751, 0.16902699557221748, 0.1717260132509677, 0.17468466981937897, 0.1779552731592591, 0.18111140017332697, 0.18333071563005016, 0.18636531857836564, 0.19016088025525124, 0.19209155599903649, 0.19565401433448046, 0.19789779372738567, 0.20022629670546713, 0.20335515738656165, 0.20665614531626331, 0.20885428273616122, 0.21207980049406244, 0.21443174939028406, 0.2181358361099921, 0.2214704825023979, 0.22450859729188807, 0.22759981694087877, 0.23010697985919781, 0.23328733118479639, 0.23565035124699107, 0.23875228245044389, 0.24183177104791836, 0.2447595964898302, 0.24820098427265322, 0.25154143481035013, 0.25581771326492664, 0.26013522490314944, 0.26367297455136646, 0.26617604776659792, 0.26987259220624055, 0.27275363634505095, 0.27623705412540422, 0.27871993911088333, 0.28203251770501186, 0.28491073583870125, 0.28814332922843749, 0.29094277059610124, 0.2938064288488651, 0.2969815313602166, 0.30045527623320389, 0.30317724130982737, 0.30666702944803848, 0.30970778832795376, 0.31259577673706118, 0.31539427764199768, 0.31988050312274674, 0.32178656835758568, 0.32443980138047129, 0.3277688075192623, 0.33195003313090921, 0.33561880003007449, 0.33962945622215918, 0.34377428459224846, 0.349067132730848, 0.35295036042250361, 0.35729246702459938, 0.36187726953066712, 0.36506622168141156, 0.36986324059850173, 0.37569852555383199, 0.37905100286460758, 0.38294669891233701, 0.3866300329330194, 0.39204361455678038, 0.3962317851808338, 0.4030804475511377, 0.40814046916968216, 0.4119865334190676, 0.41817342893503151, 0.42349477228870891, 0.42867287716554325, 0.43313666513603649, 0.43739315237997622, 0.44219051331195619, 0.44643158583414966, 0.4513416019103979, 0.45705935192419134, 0.46264308628398765, 0.46825247944091547, 0.47465420547020648, 0.48174758431700188, 0.48788633445295398, 0.49349388643954339, 0.49865197511805071, 0.50773384443998426, 0.51541046681270575, 0.52255860785575936, 0.5356310077627463, 0.5406463000317947, 0.55076304278607535, 0.55854776590405919, 0.56582581731679704, 0.57267437404735588, 0.58175877378359275, 0.59034691980596277, 0.59823264051739911, 0.60957442271674445, 0.6194670575252732, 0.6294844755918888, 0.63775217112429661, 0.65038656712647513, 0.66556623318671948, 0.67830398239462752, 0.68857340585147719, 0.70637124241783045, 0.72004520953233619, 0.73226719735392387, 0.7457490295034942, 0.76151155409015303, 0.7788125970268942, 0.79515932542339285, 0.81254279994519929, 0.82700166070107894, 0.84377746720044, 0.8616801611253373, 0.87312979926600642, 0.89306244383302025, 0.91157949941262495, 0.93649830671061973, 0.96045815324208017, 0.98026017538300847, 1.0032275044690475, 1.0223665747906359, 1.0503696830959937, 1.0755078532636331, 1.101139306224127, 1.1388797172799137, 1.1665602377614628, 1.1971228830372136, 1.2429765744431311, 1.27151817897234, 1.3196059857459572, 1.3607077146634539, 1.4080100832014402, 1.4436105483598447, 1.5062656999309187, 1.5705018855286448, 1.6196741040179319, 1.7017546419225014, 1.7817219551686443, 1.8729498330391841, 2.006473698316642, 2.0957964833521063, 2.2485598216783145, 2.423609185843191, 2.626008839643847, 2.9939990973758333, 3.246795944923798, 3.6373053766092713, 4.1523041564312617, 5.165408952511334, 14.439408507928594, 0.0, 0.018339072203810237, 0.02329902841443731, 0.028894088769264126, 0.033732536832338969, 0.039118065252253129, 0.043508833467363728, 0.047063221143802791, 0.051667831189905436, 0.055471945442740714, 0.059563400199632022, 0.063407265987904318, 0.067563772217917817, 0.070562077753977034, 0.072564969601282711, 0.075957653960410501, 0.079471937233580703, 0.081610948505659406, 0.084336182277764543, 0.085729555024764481, 0.087912606080814831, 0.090426742471708968, 0.092226052618394103, 0.095203088495300195, 0.097507441529407504, 0.09931583216850505, 0.10098213901865467, 0.10362977207550068, 0.106536499498979, 0.10886405033186211, 0.11088891781357048, 0.11328699495935905, 0.11540087510304135, 0.11799931027470408, 0.12050531073316835, 0.12242779955312402, 0.12514823721707605, 0.12721735558212802, 0.12933447430330011, 0.13203036634017445, 0.13417276652072574, 0.13682939156923718, 0.13887038216932518, 0.14017857392699531, 0.14260782990365448, 0.14507059221307408, 0.14695417225791405, 0.1497654226781093, 0.15138564492801476, 0.15472639458976323, 0.15772367683889396, 0.16045043223988531, 0.16195088977448327, 0.1653371285663317, 0.16739293400606811, 0.16902564888868615, 0.17135686517783991, 0.17417715392414423, 0.17596450913872053, 0.17803129891730965, 0.1805883516853817, 0.1825060880502859, 0.1838873485985828, 0.18554056668826283, 0.18688214127303718, 0.19034439134742612, 0.19315414674660081, 0.19515118537205678, 0.19721801513205642, 0.19995735714435001, 0.202946145175666, 0.20558544474904342, 0.20755322999229742, 0.20900643222762244, 0.21121684498145538, 0.2141429261516028, 0.21798646354299808, 0.22017242536159604, 0.22218023639013998, 0.22376317029676776, 0.22537433505677418, 0.22809119148663043, 0.23139281037580572, 0.23480276077988851, 0.23684629676326219, 0.23958019092042915, 0.24220286199703944, 0.24366569953375267, 0.24625074936964272, 0.24915921270974223, 0.25224407083384365, 0.2538581843802209, 0.25651702169266016, 0.26003397601516304, 0.26243381994538789, 0.26573203122069483, 0.26815769894861019, 0.27071592524571436, 0.27210161216348083, 0.27479515468230203, 0.27748117382633419, 0.280031855760834, 0.28299682369589024, 0.28524892290169052, 0.28898573042967923, 0.29228482183314008, 0.29504239920787978, 0.29806595908916128, 0.30100912736728097, 0.30284142122993929, 0.30711397725763068, 0.30933508238145735, 0.31253352531706291, 0.31451417053860403, 0.31873834499509557, 0.32074973819730013, 0.3227054052696956, 0.32713499329815404, 0.32974764249150712, 0.33492335792956868, 0.33718040901799218, 0.3445901607353572, 0.34780889710624885, 0.35093774887440915, 0.35623622197550575, 0.36041747761865661, 0.3642024692932514, 0.36810814698209304, 0.37267235846192165, 0.37479086986451726, 0.37861500834946049, 0.38309681552259905, 0.38664479850030559, 0.39090235429868447, 0.39557988601615102, 0.40024979955036705, 0.40474065571274853, 0.41182223255228778, 0.41565261202748732, 0.41888281162295166, 0.42393582615245412, 0.42822578404852624, 0.43294724828815934, 0.43951811737015356, 0.44722396323185154, 0.456459221718371, 0.46045447756416902, 0.46515308472591632, 0.46794991783126505, 0.47105981062684799, 0.47694020659007907, 0.48566640347419093, 0.4925745593913089, 0.49834783552581607, 0.50583387303211413, 0.51446464375101153, 0.52037516362506031, 0.53000380193173813, 0.5385532513944602, 0.54874910866185223, 0.557812399599245, 0.56788840989487577, 0.57980243654512897, 0.59369025108432061, 0.60559961256557782, 0.61889472781609867, 0.62969186089776408, 0.63837174738104929, 0.65949504499792255, 0.67141801254799327, 0.68600870858985674, 0.70043252145572876, 0.71339160274800251, 0.73333888359098232, 0.7460716086234207, 0.77171882001476177, 0.79223386524767436, 0.80514904996463144, 0.83016666521645444, 0.85350687238710088, 0.87938142652533746, 0.90714316395586614, 0.94541747300904144, 0.96712639337790818, 1.0077289627906116, 1.0578436059764642, 1.0814656481052898, 1.1213085582112645, 1.1519192766424888, 1.2067063531674953, 1.2531782152469926, 1.3107295260357585, 1.3724083852801383, 1.4468184839518206, 1.5305694103262035, 1.6312349936217583, 1.756018052127331, 1.8367605970857828, 2.1866989616417953, 2.6254576951184867, 6.6659216112228403, 0.0, 0.022907607978118902, 0.029821550682582357, 0.041345273775706924, 0.047618453577416696, 0.050555949727830833, 0.051530800253982594, 0.054552378113468664, 0.057086940000512496, 0.060602812091659256, 0.062248198918549692, 0.064804482413347478, 0.068044804113331997, 0.068908259193016616, 0.071132441977344307, 0.072933767937089555, 0.074986799025957215, 0.077263304695632015, 0.077976304453341666, 0.080549007965029493, 0.082270832598215493, 0.085046708133008728, 0.087447299482588489, 0.088756661262206285, 0.089943943671740606, 0.091007938101520788, 0.094928097449594656, 0.099174513732067163, 0.10225836726704171, 0.10576989225044739, 0.10833249442743473, 0.11038664233579089, 0.11189318059686042, 0.11482544288738511, 0.11669347663279424, 0.11877928264418412, 0.12047520194953332, 0.12165567868304332, 0.12370102433239426, 0.12612018039059264, 0.12684700576746685, 0.12878646240712111, 0.13057121120289508, 0.13306734076172619, 0.13372880707703153, 0.13736038992044558, 0.13881715097710293, 0.14064884529964838, 0.14124573991521217, 0.14311942643715578, 0.14513581305673817, 0.14595784685930299, 0.14716393061676503, 0.14885367705639466, 0.15050993397888962, 0.15162964533831316, 0.15369975683678072, 0.15435469959388012, 0.15577759046058082, 0.15668226730841731, 0.1584071432356994, 0.16082946927662081, 0.16239265698907479, 0.16531349295331907, 0.16703861065645129, 0.16929110758385099, 0.17070372367338077, 0.17240081949003247, 0.17401929655089876, 0.17549939813262669, 0.17701318273239205, 0.17868149692193935, 0.18147990984218215, 0.18481043739856384, 0.18569720961339536, 0.18665041599964075, 0.18938007981684934, 0.19112692772630277, 0.19315708801010689, 0.19508059108287254, 0.19644468311306196, 0.19883785512746996, 0.1996477292940389, 0.20328799229092981, 0.20659034076463945, 0.20796810335371782, 0.20983542523783127, 0.2115840603792295, 0.21255804907160578, 0.21431203105213031, 0.21628777053004405, 0.21896636799431354, 0.21986294549536606, 0.22078232590253416, 0.22179327232323751, 0.22426607190724099, 0.22774633679825707, 0.22885586498217825, 0.23208931497029114, 0.23445635314933294, 0.23554916368095241, 0.23985598287746046, 0.24076111746584605, 0.24198970919459603, 0.24456695954672134, 0.24539417383496825, 0.24905154968712961, 0.25090707777222615, 0.25130106870142177, 0.25451533183987707, 0.25566996933756181, 0.25867328796775041, 0.26064956359600089, 0.26093120395291297, 0.26335008874127647, 0.26856790047127449, 0.27254893327198854, 0.27567782840817318, 0.28124267210164966, 0.28247854937130817, 0.28625114431857379, 0.29082925078376376, 0.29320605506152064, 0.29647487884551421, 0.29850592855711272, 0.30094246795171609, 0.30299611653537667, 0.30732808774918102, 0.30921735043703502, 0.31232747522186072, 0.31576319709815054, 0.31898849977118987, 0.32108644244395629, 0.32447138047106261, 0.3276024319651058, 0.33168278635557902, 0.33493496691600139, 0.33845815307623212, 0.34437679545267702, 0.34822020725155695, 0.35388817414966195, 0.35700939815500266, 0.36137972027986198, 0.36735725529631541, 0.37122673740911644, 0.37736118189762147, 0.38121463316019755, 0.38546836603235024, 0.38836897993416342, 0.39553820461710354, 0.40116462511742196, 0.40279764229171539, 0.40785429136994455, 0.4120631734290916, 0.41819001160031855, 0.4234655903840544, 0.43068989317940309, 0.4331178277657271, 0.43638042629268897, 0.44171464739442051, 0.44829733628879731, 0.45755514155993304, 0.46339964109942611, 0.47692651434693667, 0.48203233568420067, 0.49140553703676787, 0.50067617538535925, 0.50624500029535147, 0.509762509086366, 0.52599740110606863, 0.53670458159003154, 0.54068269935836055, 0.54513452026347542, 0.55442379727646218, 0.5804414969611561, 0.58740464650794555, 0.59797187392502571, 0.60955631740740246, 0.62001210363745418, 0.62794424312588415, 0.64232876391400828, 0.65803432767723335, 0.67702143179047414, 0.69561200182704575, 0.70599633378133608, 0.73591608002676656, 0.75513253846758877, 0.78397996641105416, 0.80710202421052646, 0.84525049120784146, 0.9052678157224523, 0.9490825408336746, 1.016326214794693, 1.0596533647480635, 1.1401329656445862, 1.2775775816110475, 1.3755053508861865, 1.4769805157017351, 1.6399119604908177, 2.1348657056627016, 3.1990537574230995, 0.0, 0.037229647806545842, 0.042899747607156292, 0.04852625796660219, 0.053427828682963238, 0.057846043814273482, 0.058789366804777823, 0.059894670960058481, 0.061806496819415593, 0.06288357937563871, 0.063705491238154652, 0.064624564349766864, 0.066539564546213181, 0.068117644205825445, 0.069689987448183402, 0.072973810118958204, 0.075029578028714114, 0.076090220871986247, 0.078275623933525537, 0.080159770792154389, 0.081406116039587209, 0.08164553964490695, 0.083593049530192948, 0.084590953870938804, 0.086465834117303964, 0.08822532572632788, 0.089186854619600464, 0.089886020317945056, 0.092572749202295607, 0.093694972932557227, 0.094937834404926119, 0.097040224291640623, 0.097667138521545876, 0.099969968038602502, 0.10417048484174087, 0.10780079213283225, 0.10889375095854625, 0.10903938989013479, 0.11128176917618536, 0.11257507660636565, 0.11326518811097527, 0.11352509387853861, 0.11567847555302868, 0.11768952386243653, 0.1204905958236033, 0.12232339630742434, 0.12313609921978132, 0.12415844929489957, 0.12496470498144355, 0.1256037537020967, 0.12639939557206845, 0.12838761114223329, 0.13077332351034465, 0.13313785622768695, 0.13467524077070694, 0.13767775043346175, 0.1395173441181872, 0.14023356529287612, 0.14136086842893428, 0.14571034508839201, 0.1469532644277852, 0.14759361899260168, 0.14842017101772531, 0.15242521256839886, 0.15426856023023913, 0.15672970714335024, 0.15841699106659399, 0.16004962219962768, 0.16049659367868152, 0.16157625338408105, 0.16342153321263841, 0.16532114637213219, 0.16564588513427789, 0.16769053519184424, 0.16854825098054121, 0.17028923250134065, 0.17081950396614154, 0.17342913449829525, 0.17419644038376433, 0.17653031453657719, 0.17786246650019316, 0.17958041035624855, 0.18003570826506662, 0.18432275493254124, 0.18459458761615619, 0.18561588691792064, 0.18819478610235629, 0.18893514209622653, 0.19095535469625224, 0.19170408021332064, 0.19567600800094345, 0.19999780259216959, 0.20284315225727748, 0.20373012583225134, 0.20456046242286197, 0.20898756476926456, 0.2100591678518928, 0.21318265146979337, 0.21479341720286452, 0.21493894958991802, 0.21552884148320978, 0.21678370295180605, 0.22005390213330656, 0.2208750353533499, 0.22231160974944153, 0.22547606652116448, 0.22883502427842192, 0.23247314084489223, 0.23365595384777041, 0.23970523046509304, 0.24138410146972589, 0.24522137341984301, 0.24570522451863233, 0.24780703706547635, 0.24933355507759977, 0.25284652657486378, 0.25514210353592087, 0.26026745358900111, 0.26128019347213516, 0.26202930456238355, 0.2653982496052657, 0.27065798701145305, 0.27463053229655843, 0.27595152381920862, 0.27800957551439981, 0.27890303616529488, 0.28289551881522107, 0.28379888321436764, 0.28474455516979619, 0.28548889806913502, 0.28851856129741399, 0.28925469033111689, 0.28955788894271245, 0.29350305977266933, 0.29609872122681807, 0.30241998726464192, 0.30382080452923382, 0.30448438898977698, 0.30631757913135704, 0.30916236790296231, 0.31205028913580696, 0.31313738153954629, 0.31539404590186959, 0.32210740953492534, 0.32318384166541836, 0.32403796494592974, 0.32464341580886236, 0.32818473413596672, 0.33067902264725552, 0.33203810229003639, 0.33962444057763569, 0.34073403626495863, 0.34374538688334105, 0.34554821131082758, 0.34684735903657665, 0.34836578284950859, 0.35197282198795432, 0.35911745218986346, 0.36040424548108152, 0.36271817789575339, 0.36453208838267026, 0.3722041874594319, 0.3850959970374066, 0.3967374853148608, 0.41083356110814401, 0.41558974094228335, 0.41984747597880934, 0.42851282447107242, 0.44033883814796876, 0.44769850108485965, 0.45485476695336086, 0.45517769344815051, 0.46988589941579539, 0.47336234940402983, 0.48228476100040185, 0.4963129125170842, 0.52496401740850696, 0.54174268466224507, 0.56778264213285756, 0.59947949441738635, 0.61618637620027639, 0.62469990851376267, 0.63559373655292239, 0.64028148402424645, 0.6417944978527288, 0.66120751834923108, 0.67230387905415456, 0.68549918126957876, 0.73574140945002686, 0.76189058824857092, 0.78177211477759978, 0.78478497130854397, 0.81183845339312055, 0.92595133931696894, 1.0420074377189543, 1.1184834461004387, 1.1868475850375335, 1.3795391514935433, 1.6690912806799729, 3.620579386400943, 4.4069707474488888, 0.0, 0.030864281125046841, 0.03669053240718801, 0.03669053240718801, 0.039541803469962257, 0.039755585819827695, 0.041911399040835309, 0.044531607387296508, 0.046731484997993428, 0.046731484997993428, 0.06192300563276, 0.06192300563276, 0.066085275241882221, 0.067880636244234044, 0.067880636244234044, 0.069612626096000677, 0.071396391336907949, 0.074309967475605268, 0.078162954961568054, 0.079768809149418779, 0.079768809149418779, 0.081322012057796628, 0.081579918597752932, 0.081965289512041781, 0.082670774423793988, 0.082670774423793988, 0.083676047986424987, 0.083826394915856112, 0.085375798643674658, 0.085510183074035503, 0.088324648985544513, 0.088324648985544513, 0.089066018619338688, 0.089523451445578398, 0.092390560807742189, 0.10166676719934153, 0.10195388252236594, 0.10195388252236594, 0.10528536390229394, 0.10679858905504509, 0.10764192688172415, 0.11227193635040114, 0.11227193635040114, 0.11244606922440568, 0.1136218868259553, 0.11451053199472827, 0.11659577642426923, 0.11691086289458787, 0.11691086289458787, 0.1173211686698568, 0.11960461186081611, 0.12046430069545827, 0.12256846680870316, 0.12256846680870316, 0.12280198926010166, 0.1257225389684917, 0.13059187471398534, 0.13073228193993355, 0.13136136021211561, 0.13136136021211561, 0.13233380712258788, 0.13614938779187713, 0.14007489771345971, 0.14560628646680376, 0.14560628646680376, 0.14756930951437783, 0.14916144609305121, 0.14922882591595366, 0.15191188357115223, 0.15579801420071124, 0.15610306654452089, 0.15610306654452089, 0.15875192987335729, 0.16047737283948593, 0.16705380313003848, 0.16705380313003848, 0.168016882808462, 0.17068350389171213, 0.17282355855710782, 0.17412526193089098, 0.17681813754652775, 0.17681813754652775, 0.17715999760351636, 0.17756752055286806, 0.17871040321678122, 0.18018603591927709, 0.18070221855952068, 0.18070221855952068, 0.18495477280536446, 0.18580464561947918, 0.18637382093258065, 0.18739559121993163, 0.18739559121993163, 0.18989848932672079, 0.1902906960015, 0.19079530690057658, 0.19139358210577725, 0.1938767861484369, 0.1938767861484369, 0.19812320558888927, 0.19864349781538035, 0.20096245867613949, 0.20739126731129648, 0.20739126731129648, 0.20890608427242904, 0.21005835424486638, 0.21737774907061119, 0.21854346896037202, 0.22284661457281491, 0.22284661457281491, 0.23203519715709653, 0.23203519715709653, 0.23558872825006388, 0.23602589936541735, 0.23602589936541735, 0.23638998760967109, 0.23703292133804643, 0.24047672111025759, 0.24232933889648617, 0.24387144046296869, 0.24387144046296869, 0.24388260654882868, 0.24896631802503422, 0.25046853137361336, 0.25166045673406662, 0.25166045673406662, 0.25359663196242094, 0.25498419205566342, 0.25901909865108758, 0.26243633410773498, 0.26917225709613957, 0.26917225709613957, 0.27179969406100962, 0.27215636119935699, 0.27269960957360972, 0.27295835182412659, 0.27444977275651289, 0.27444977275651289, 0.274486965108864, 0.27757442781989727, 0.28007367094306918, 0.28306039462916666, 0.28306039462916666, 0.29022692808414607, 0.29319016306643131, 0.2953248123792146, 0.29727012315484735, 0.30055429636041897, 0.30055429636041897, 0.30274018734482672, 0.30371328246605706, 0.31089484427626424, 0.31222083890057561, 0.31222083890057561, 0.31342334287374385, 0.31360922339798514, 0.31781375837493059, 0.32086597698136354, 0.32397526199152671, 0.32397526199152671, 0.3252274384988707, 0.32557079328326183, 0.33071479846211244, 0.33213366103834452, 0.33213366103834452, 0.33806274054259133, 0.34060768522908541, 0.34066725641268175, 0.35070821312772565, 0.35281117830908848, 0.36022367837676228, 0.36022367837676228, 0.36359476452865169, 0.36867343874662684, 0.37500703454904866, 0.37500703454904866, 0.37559552094037618, 0.37776360565050465, 0.37911941464036175, 0.38043414821366556, 0.38673933256135501, 0.38673933256135501, 0.41493531465793626, 0.42545225470978032, 0.43335020944353286, 0.45946584864513479, 0.47934271794544625, 0.47934271794544625, 0.4835397584082895, 0.507001135566851, 0.53670698552411766, 0.62709022030658668, 0.62709022030658668, 0.6307562723487633, 0.6978337089986677, 0.96104664619258018, 0.97932419086538236, 1.3786097683148981, 1.3786097683148981, 2.1383436514004277, 2.1383436514004277, 0.0, 0.0, 0.040258951562044121, 0.040258951562044121, 0.04337227036223338, 0.04337227036223338, 0.04337227036223338, 0.056733258526878674, 0.056733258526878674, 0.059895656757221916, 0.063352892119378321, 0.063352892119378321, 0.063352892119378321, 0.063352892119378321, 0.063460760236515132, 0.063460760236515132, 0.063460760236515132, 0.064176771962993165, 0.064176771962993165, 0.069374734097819607, 0.069374734097819607, 0.069941635924431284, 0.069941635924431284, 0.069941635924431284, 0.07441063086446581, 0.07441063086446581, 0.090038436293935278, 0.090038436293935278, 0.090038436293935278, 0.093919282982153851, 0.098259451815303545, 0.098259451815303545, 0.098259451815303545, 0.098259451815303545, 0.11221645527330414, 0.11221645527330414, 0.11464109406455952, 0.11464109406455952, 0.11464109406455952, 0.11504122558884447, 0.11504122558884447, 0.11661461574279566, 0.11661461574279566, 0.11661461574279566, 0.11694434342186813, 0.11694434342186813, 0.12361989892840071, 0.12361989892840071, 0.12361989892840071, 0.12731915639699826, 0.13338496267239372, 0.13338496267239372, 0.13338496267239372, 0.13338496267239372, 0.14060738795616895, 0.14060738795616895, 0.14577369503859991, 0.14577369503859991, 0.14577369503859991, 0.15154574744822344, 0.15154574744822344, 0.15338029980440129, 0.15338029980440129, 0.155704785287297, 0.155704785287297, 0.155704785287297, 0.16408818329459646, 0.16408818329459646, 0.16611008928152352, 0.16611008928152352, 0.16793010863802235, 0.16793010863802235, 0.16793010863802235, 0.17350035363146732, 0.17350035363146732, 0.17350035363146732, 0.17720670978465847, 0.17720670978465847, 0.18778273599380949, 0.18778273599380949, 0.18778273599380949, 0.1956978506206099, 0.1956978506206099, 0.20618188353800229, 0.20618188353800229, 0.20618188353800229, 0.20667910131294201, 0.20667910131294201, 0.20897230394199579, 0.20897230394199579, 0.21603929997442067, 0.21603929997442067, 0.21603929997442067, 0.21750678346847724, 0.21750678346847724, 0.21750678346847724, 0.22319258104633796, 0.22319258104633796, 0.22577633029393052, 0.22577633029393052, 0.22577633029393052, 0.22835066066328252, 0.22835066066328252, 0.23127950794349347, 0.23127950794349347, 0.2335912050904361, 0.2335912050904361, 0.2335912050904361, 0.23855651821128016, 0.23855651821128016, 0.2403910894270215, 0.2403910894270215, 0.2403910894270215, 0.24693892553945757, 0.24693892553945757, 0.25144395559134397, 0.25144395559134397, 0.25144395559134397, 0.26144207730435715, 0.26144207730435715, 0.26316375812762322, 0.26316375812762322, 0.26316375812762322, 0.269250257528246, 0.269250257528246, 0.26976356545845359, 0.26976356545845359, 0.26976356545845359, 0.27207502394872296, 0.27207502394872296, 0.2722348959852619, 0.2722348959852619, 0.2722348959852619, 0.27399949932593481, 0.27399949932593481, 0.28525376986066708, 0.28525376986066708, 0.28525376986066708, 0.28581273013248543, 0.28581273013248543, 0.28581555874501124, 0.28581555874501124, 0.28725787127206887, 0.28725787127206887, 0.28725787127206887, 0.29182201476670522, 0.29182201476670522, 0.29774917483412067, 0.29774917483412067, 0.29774917483412067, 0.3221172335419677, 0.3221172335419677, 0.32286123906893716, 0.32286123906893716, 0.32286123906893716, 0.32784329797451783, 0.32784329797451783, 0.39859714532471063, 0.39859714532471063, 0.39859714532471063, 0.40861269762703839, 0.40861269762703839, 0.43492497337962299, 0.43492497337962299, 0.43492497337962299, 0.45154247181726737, 0.45154247181726737, 0.47903191315956584, 0.47903191315956584, 0.47903191315956584, 0.48764413130617162, 0.48764413130617162, 0.55753055427216291, 0.55753055427216291, 0.55753055427216291, 0.59950889251110473, 0.59950889251110473, 0.62302532522821363, 0.62302532522821363, 0.62302532522821363, 0.70821265192750071, 0.70821265192750071, 0.78923825478405685, 0.78923825478405685, 0.80991304315555079, 0.80991304315555079, 0.80991304315555079, 0.88217017561019562, 0.88217017561019562, 0.88217017561019562, 0.90564207937415331, 0.90564207937415331, 0.92743264762046396, 0.92743264762046396, 1.0496487600196804, 1.0496487600196804, 1.0496487600196804, 1.2152980938033116, 1.2152980938033116, 1.2152980938033116, 1.2152980938033116] diff --git a/Muon/MuonID/python/MuonID/M_MC09_def_gamoms.py b/Muon/MuonID/python/MuonID/M_MC09_def_gamoms.py index 1e7a243f312..469444fc515 100644 --- a/Muon/MuonID/python/MuonID/M_MC09_def_gamoms.py +++ b/Muon/MuonID/python/MuonID/M_MC09_def_gamoms.py @@ -1 +1,11 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### M_MC09_def_gamoms = [0, 350.0, 1050.0, 1750.0, 2450.0, 3150.0, 3850.0, 4550.0, 5250.0, 5950.0, 6650.0, 7350.0, 8050.0, 8750.0, 9450.0, 10150.0, 10850.0, 11550.0, 12250.0, 12950.0, 13650.0, 14350.0, 15050.0, 15750.0, 16450.0, 17150.0, 17850.0, 18550.0, 19250.0, 19950.0, 20650.0, 21350.0, 22050.0, 22750.0, 23450.0, 24150.0, 24850.0, 25550.0, 26250.0, 26950.0, 27650.0, 28350.0, 29050.0, 29750.0, 30450.0, 31150.0, 31850.0, 32550.0, 33250.0, 33950.0, 34650.0, 35350.0, 36050.0, 36750.0, 37450.0, 38150.0, 38850.0, 39550.0, 40250.0, 40950.0, 41650.0, 42350.0, 43050.0, 43750.0, 44450.0, 45150.0, 45850.0, 46550.0, 47250.0, 47950.0, 48650.0, 49350.0, 50050.0, 50750.0, 51450.0, 52150.0, 52850.0, 53550.0, 54250.0, 54950.0] diff --git a/Muon/MuonID/python/MuonID/M_MC09_def_gaprobs.py b/Muon/MuonID/python/MuonID/M_MC09_def_gaprobs.py index daf8e4e8340..b60260f5b30 100644 --- a/Muon/MuonID/python/MuonID/M_MC09_def_gaprobs.py +++ b/Muon/MuonID/python/MuonID/M_MC09_def_gaprobs.py @@ -1 +1,11 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### M_MC09_def_gaprobs = [0, 0.0, 0.0, 0.0, 0.91489362716699996, 0.95692306757000001, 0.98613864183400002, 0.99072849750500003, 0.98903292417499999, 0.98952460288999999, 0.99774098396300004, 0.99152541160600005, 0.99343830347100004, 0.99500310421000004, 0.99360203742999997, 0.99673414230299995, 0.99803018569900004, 0.99857753515199998, 0.99271136522299996, 0.993197262287, 0.997596144676, 0.99408286809900004, 0.99648505449299996, 0.99720668792699996, 0.99559080600700001, 0.99696666002300005, 0.99382078647600003, 0.99571734666800005, 0.99760192632699995, 0.99768519401599998, 0.99423962831500001, 0.99749684333800004, 0.99865412712099999, 0.99725276231799997, 0.99565845727900004, 1.0, 0.995768666267, 0.99697428941699995, 0.99658703804000004, 0.995065808296, 0.998257815838, 0.99835252761799997, 0.99401199817700003, 1.0, 0.99435025453600001, 0.99797159433399996, 0.99582463502899998, 0.99365752935399998, 0.99794661998699996, 0.99550563097, 0.99768519401599998, 0.99052131176000002, 0.99722993373900004, 0.99507391452799998, 0.98961037397399998, 0.99184781312900006, 0.98863637447399999, 0.99135446548499995, 0.99723756313300005, 0.99006623029700003, 0.99099099636099997, 0.99672132730499996, 0.992857158184, 1.0, 1.0, 1.0, 0.98947370052299999, 0.99640285968800002, 0.99641579389599999, 0.98892986774400005, 0.984126985073, 0.99591839313499997, 0.98765432834599998, 0.98712444305400004, 0.99523806571999995, 0.98076921701399999, 1.0, 1.0, 1.0, 1.0, 0, 0.0, 0.0, 0.0, 0.031914893537799999, 0.68923074006999996, 0.94653463363599999, 0.97483444213899995, 0.98404783010499997, 0.98952460288999999, 0.99397587776200003, 0.99022161960599997, 0.99081367254300001, 0.99312931299200002, 0.99488162994399998, 0.99738734960599995, 0.99606043100399999, 0.99431008100499996, 0.99562680721300001, 0.99546486139299994, 0.997596144676, 0.99408286809900004, 0.99648505449299996, 0.996275603771, 0.99823635816599998, 0.99494439363499998, 0.99485069513299995, 0.99678802490200002, 0.99520385265400002, 0.99884259700800004, 0.99539172649399998, 0.99374216795000003, 0.99730819463700005, 0.99450546503100001, 0.99565845727900004, 1.0, 0.99435824155800001, 0.99546140432399999, 0.99488055706, 0.99342107772800003, 0.99651569127999995, 0.99670511484099999, 0.99401199817700003, 0.99616122245799998, 0.99811673164400005, 0.99594318866700005, 0.99791228771200002, 0.99154335260399995, 0.99794661998699996, 0.99775278568299997, 0.99768519401599998, 0.99289101362200005, 0.99722993373900004, 0.99014776945100003, 0.98961037397399998, 0.99728262424500003, 0.98863637447399999, 0.98559075593900003, 0.99447512626599999, 0.98675495386099998, 0.98798799514799995, 0.99672132730499996, 0.98571425676299995, 0.99662160873399996, 1.0, 1.0, 0.98947370052299999, 0.99640285968800002, 0.99641579389599999, 0.98892986774400005, 0.99603176116900005, 0.99591839313499997, 0.99588477611500004, 0.99570816755299996, 0.99523806571999995, 0.98076921701399999, 1.0, 0.99545454978900005, 0.98958331346499995, 1.0, 0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.31881189346299998, 0.88344371318799997, 0.95014953613300002, 0.97824335098299997, 0.97515058517499997, 0.98370271921200003, 0.98556429147699998, 0.99250465631499996, 0.99168264865900002, 0.99281513690900003, 0.99409061670300003, 0.99217641353599995, 0.99271136522299996, 0.99168556928600005, 0.99439102411299995, 0.99492812156699995, 0.99384886026399999, 0.99720668792699996, 0.99029982090000002, 0.99089992046399999, 0.99382078647600003, 0.99571734666800005, 0.99040764570200002, 0.99884259700800004, 0.98847925663000002, 0.99624532461199999, 0.99327051639599995, 0.99450546503100001, 0.99710565805399998, 0.99855905771300002, 0.99012696742999995, 0.99546140432399999, 0.99317407607999997, 0.99013155698800004, 1.0, 0.99341022968299997, 0.99201595783200003, 0.99808061122900005, 0.99811673164400005, 0.99594318866700005, 0.99791228771200002, 0.98308670520800001, 0.99794661998699996, 0.99775278568299997, 1.0, 0.99052131176000002, 0.99445980787300003, 0.99014776945100003, 0.984415590763, 0.98913043737399997, 0.98579543829000005, 0.97982710599900003, 0.98895025253299995, 0.98675495386099998, 0.98798799514799995, 0.99672132730499996, 0.98928570747400002, 0.99662160873399996, 0.98207885026899999, 0.99658703804000004, 0.98596489429500001, 0.98920863866800002, 0.99641579389599999, 0.98154979944200005, 0.98809522390399995, 0.99591839313499997, 0.99176955223100005, 0.982832610607, 0.98571425676299995, 0.98076921701399999, 1.0, 0.99545454978900005, 0.99479168653500005, 1.0, 0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.00198019808158, 0.076821193098999999, 0.595214366913, 0.90491539239899998, 0.95858430862400001, 0.96870923042299995, 0.98556429147699998, 0.98750782012899996, 0.98784387111700001, 0.98889613151599998, 0.99146419763600002, 0.99359887838399996, 0.98833817243599997, 0.993197262287, 0.99038463830900003, 0.99492812156699995, 0.99384886026399999, 0.99720668792699996, 0.99206346273400003, 0.99494439363499998, 0.99176108837099997, 0.99357599019999998, 0.99040764570200002, 0.99652779102300004, 0.98732721805599999, 0.99374216795000003, 0.99327051639599995, 0.99587911367399995, 0.99565845727900004, 0.99711817503, 0.99294781684900002, 0.98940998315799999, 0.98634815216100002, 0.991776287556, 0.99477350711800006, 0.99341022968299997, 0.98602795600899995, 0.99232244491599997, 0.99811673164400005, 0.993914783001, 0.99791228771200002, 0.98520082235299999, 0.99794661998699996, 0.99775278568299997, 0.99768519401599998, 0.98815166950199995, 0.99445980787300003, 0.99261081218699998, 0.98701298236799995, 0.99184781312900006, 0.991477251053, 0.97694522142399998, 0.99171268940000001, 0.98344373702999999, 0.98498499393500005, 0.99344259500499998, 0.98928570747400002, 0.99324321746800004, 0.98924732208300004, 0.99658703804000004, 0.98596489429500001, 0.98561149835600004, 0.98207885026899999, 0.985239863396, 0.98809522390399995, 0.98775511980099995, 0.99588477611500004, 0.98712444305400004, 0.98095238208799995, 0.97596156597100003, 0.99512195587200003, 0.99090909957899997, 0.98958331346499995, 1.0] diff --git a/Muon/MuonID/python/MuonID/Muon_2008_def.py b/Muon/MuonID/python/MuonID/Muon_2008_def.py index 0051bfad090..4204443f904 100644 --- a/Muon/MuonID/python/MuonID/Muon_2008_def.py +++ b/Muon/MuonID/python/MuonID/Muon_2008_def.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### import os import loadModule diff --git a/Muon/MuonID/python/MuonID/Muon_2009_def.py b/Muon/MuonID/python/MuonID/Muon_2009_def.py index 5e8ed74627a..b3cd079da2e 100644 --- a/Muon/MuonID/python/MuonID/Muon_2009_def.py +++ b/Muon/MuonID/python/MuonID/Muon_2009_def.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### import os import loadModule diff --git a/Muon/MuonID/python/MuonID/Muon_2010_def.py b/Muon/MuonID/python/MuonID/Muon_2010_def.py index 35c8e94d0d9..b8cff0ba3ee 100644 --- a/Muon/MuonID/python/MuonID/Muon_2010_def.py +++ b/Muon/MuonID/python/MuonID/Muon_2010_def.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### import os import loadModule diff --git a/Muon/MuonID/python/MuonID/Muon_2011_def.py b/Muon/MuonID/python/MuonID/Muon_2011_def.py index 8cc790b4d18..ea5c72f69d7 100644 --- a/Muon/MuonID/python/MuonID/Muon_2011_def.py +++ b/Muon/MuonID/python/MuonID/Muon_2011_def.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### import os import loadModule diff --git a/Muon/MuonID/python/MuonID/Muon_DC06_def.py b/Muon/MuonID/python/MuonID/Muon_DC06_def.py index d2637830723..6a956fcdf9e 100644 --- a/Muon/MuonID/python/MuonID/Muon_DC06_def.py +++ b/Muon/MuonID/python/MuonID/Muon_DC06_def.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### import os import loadModule diff --git a/Muon/MuonID/python/MuonID/Muon_MC09_def.py b/Muon/MuonID/python/MuonID/Muon_MC09_def.py index b7282fedd54..c2c9de0c894 100644 --- a/Muon/MuonID/python/MuonID/Muon_MC09_def.py +++ b/Muon/MuonID/python/MuonID/Muon_MC09_def.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### import os import loadModule diff --git a/Muon/MuonID/python/MuonID/__init__.py b/Muon/MuonID/python/MuonID/__init__.py index 7f748b31d55..ad0986c3bcb 100644 --- a/Muon/MuonID/python/MuonID/__init__.py +++ b/Muon/MuonID/python/MuonID/__init__.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### """ """ #import os diff --git a/Muon/MuonID/python/MuonID/loadModule.py b/Muon/MuonID/python/MuonID/loadModule.py index 3ead7956b6b..5f449a41968 100644 --- a/Muon/MuonID/python/MuonID/loadModule.py +++ b/Muon/MuonID/python/MuonID/loadModule.py @@ -1,4 +1,14 @@ #! /usr/bin/env python +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # ============================================================================= """ @namespace loadModule @brief Makes easier use of pickle diff --git a/Muon/MuonID/python/MuonID/tanh_2010.py b/Muon/MuonID/python/MuonID/tanh_2010.py index 861be8663dc..8bd62fd130d 100644 --- a/Muon/MuonID/python/MuonID/tanh_2010.py +++ b/Muon/MuonID/python/MuonID/tanh_2010.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### #=============================================================================== # Muon probability using cumulative histograms of the hyperbolic tangent of the # squared mean distances, tuned on 2010 data (DLL_flag=4) diff --git a/Muon/MuonID/python/MuonID/tanh_DC06.py b/Muon/MuonID/python/MuonID/tanh_DC06.py index 85904508324..81599f89008 100644 --- a/Muon/MuonID/python/MuonID/tanh_DC06.py +++ b/Muon/MuonID/python/MuonID/tanh_DC06.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### #=========================================================== # Mapping of distances using hyperbolic tangent (DLL_flag=3) # Use nMupBins+1 for each region, to deal with last p-bin scaling diff --git a/Muon/MuonID/src/component/CLTool.cpp b/Muon/MuonID/src/component/CLTool.cpp index 628ccf7297e..284305c676a 100644 --- a/Muon/MuonID/src/component/CLTool.cpp +++ b/Muon/MuonID/src/component/CLTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // local #include "CLTool.h" diff --git a/Muon/MuonID/src/component/CLTool.h b/Muon/MuonID/src/component/CLTool.h index a0e9f22bb10..bcef0731dd8 100644 --- a/Muon/MuonID/src/component/CLTool.h +++ b/Muon/MuonID/src/component/CLTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef CLTOOL_H #define CLTOOL_H 1 diff --git a/Muon/MuonID/src/component/Chi2MuIDTool.cpp b/Muon/MuonID/src/component/Chi2MuIDTool.cpp index a13fa7a6dcf..de5a53a7424 100644 --- a/Muon/MuonID/src/component/Chi2MuIDTool.cpp +++ b/Muon/MuonID/src/component/Chi2MuIDTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // local diff --git a/Muon/MuonID/src/component/Chi2MuIDTool.h b/Muon/MuonID/src/component/Chi2MuIDTool.h index fd32a50fce9..e8bcbfe23bf 100644 --- a/Muon/MuonID/src/component/Chi2MuIDTool.h +++ b/Muon/MuonID/src/component/Chi2MuIDTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef CHI2MUIDTOOL_H #define CHI2MUIDTOOL_H 1 diff --git a/Muon/MuonID/src/component/CommonMuonHitManager.cpp b/Muon/MuonID/src/component/CommonMuonHitManager.cpp index 4590a67ab8b..1bf9cb060e8 100644 --- a/Muon/MuonID/src/component/CommonMuonHitManager.cpp +++ b/Muon/MuonID/src/component/CommonMuonHitManager.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ /** Implementation of CommonMuonHitManager. * * 2010-12-07: Roel Aaij diff --git a/Muon/MuonID/src/component/CommonMuonTool.cpp b/Muon/MuonID/src/component/CommonMuonTool.cpp index a5269da5ccc..c8d16aff85c 100644 --- a/Muon/MuonID/src/component/CommonMuonTool.cpp +++ b/Muon/MuonID/src/component/CommonMuonTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ /** Implementation of CommonMuonTool * * 2015-01-06: Kevin Dungs diff --git a/Muon/MuonID/src/component/CommonMuonTool.h b/Muon/MuonID/src/component/CommonMuonTool.h index 830af3db523..4f2bd850581 100644 --- a/Muon/MuonID/src/component/CommonMuonTool.h +++ b/Muon/MuonID/src/component/CommonMuonTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef COMMONMUONTOOL_H_ #define COMMONMUONTOOL_H_ diff --git a/Muon/MuonID/src/component/DLLMuonTool.cpp b/Muon/MuonID/src/component/DLLMuonTool.cpp index 58fccab6671..2b167ef9565 100644 --- a/Muon/MuonID/src/component/DLLMuonTool.cpp +++ b/Muon/MuonID/src/component/DLLMuonTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ /** Implementation of DLLMuonTool * * 2015-01-12: Ricardo Vazquez Gomez diff --git a/Muon/MuonID/src/component/DLLMuonTool.h b/Muon/MuonID/src/component/DLLMuonTool.h index fa3805cf69c..a433e1ac10f 100644 --- a/Muon/MuonID/src/component/DLLMuonTool.h +++ b/Muon/MuonID/src/component/DLLMuonTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef DLLMUONTOOL_H_ #define DLLMUONTOOL_H_ diff --git a/Muon/MuonID/src/component/DistMuIDTool.cpp b/Muon/MuonID/src/component/DistMuIDTool.cpp index 9bcabe8227d..dd46bcc51c7 100644 --- a/Muon/MuonID/src/component/DistMuIDTool.cpp +++ b/Muon/MuonID/src/component/DistMuIDTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // local diff --git a/Muon/MuonID/src/component/DistMuIDTool.h b/Muon/MuonID/src/component/DistMuIDTool.h index a768e38b464..25ad7ed702b 100644 --- a/Muon/MuonID/src/component/DistMuIDTool.h +++ b/Muon/MuonID/src/component/DistMuIDTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef DISTMUIDTOOL_H #define DISTMUIDTOOL_H 1 diff --git a/Muon/MuonID/src/component/GetArrival.cpp b/Muon/MuonID/src/component/GetArrival.cpp index 1b418f2c90b..fe6d068507d 100644 --- a/Muon/MuonID/src/component/GetArrival.cpp +++ b/Muon/MuonID/src/component/GetArrival.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files #include <numeric> diff --git a/Muon/MuonID/src/component/GetArrival.h b/Muon/MuonID/src/component/GetArrival.h index 84274ba7bf8..03fc8de5c91 100644 --- a/Muon/MuonID/src/component/GetArrival.h +++ b/Muon/MuonID/src/component/GetArrival.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef GETARRIVAL_H #define GETARRIVAL_H 1 diff --git a/Muon/MuonID/src/component/ICLTool.h b/Muon/MuonID/src/component/ICLTool.h index 3d7b5d84643..d8be9d236de 100644 --- a/Muon/MuonID/src/component/ICLTool.h +++ b/Muon/MuonID/src/component/ICLTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef ICLTOOL_H #define ICLTOOL_H 1 diff --git a/Muon/MuonID/src/component/IGetArrival.h b/Muon/MuonID/src/component/IGetArrival.h index aebbcd3857a..6f07aba1f2e 100644 --- a/Muon/MuonID/src/component/IGetArrival.h +++ b/Muon/MuonID/src/component/IGetArrival.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef IGETARRIVAL_H #define IGETARRIVAL_H 1 diff --git a/Muon/MuonID/src/component/IIsMuonCandidateC.h b/Muon/MuonID/src/component/IIsMuonCandidateC.h index 291582c6816..351b8003684 100644 --- a/Muon/MuonID/src/component/IIsMuonCandidateC.h +++ b/Muon/MuonID/src/component/IIsMuonCandidateC.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef IISMUONCANDIDATEC_H #define IISMUONCANDIDATEC_H 1 diff --git a/Muon/MuonID/src/component/INShared.h b/Muon/MuonID/src/component/INShared.h index 826a1dbae85..ca294592d67 100644 --- a/Muon/MuonID/src/component/INShared.h +++ b/Muon/MuonID/src/component/INShared.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef INSHARED_H #define INSHARED_H 1 diff --git a/Muon/MuonID/src/component/ImuIDTool.h b/Muon/MuonID/src/component/ImuIDTool.h index edf6eb98191..f6198909f4c 100644 --- a/Muon/MuonID/src/component/ImuIDTool.h +++ b/Muon/MuonID/src/component/ImuIDTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef MUONID_IMUIDTOOL_H #define MUONID_IMUIDTOOL_H 1 diff --git a/Muon/MuonID/src/component/Interpolator.cpp b/Muon/MuonID/src/component/Interpolator.cpp index 94bd2246527..08833819293 100644 --- a/Muon/MuonID/src/component/Interpolator.cpp +++ b/Muon/MuonID/src/component/Interpolator.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files #include <algorithm> diff --git a/Muon/MuonID/src/component/Interpolator.h b/Muon/MuonID/src/component/Interpolator.h index b401987203e..9b35dd61ac5 100644 --- a/Muon/MuonID/src/component/Interpolator.h +++ b/Muon/MuonID/src/component/Interpolator.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef INTERPOLATOR_H #define INTERPOLATOR_H 1 diff --git a/Muon/MuonID/src/component/IsMuonCandidateC.cpp b/Muon/MuonID/src/component/IsMuonCandidateC.cpp index 95d0381c38b..6808e9c2735 100644 --- a/Muon/MuonID/src/component/IsMuonCandidateC.cpp +++ b/Muon/MuonID/src/component/IsMuonCandidateC.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // local diff --git a/Muon/MuonID/src/component/IsMuonCandidateC.h b/Muon/MuonID/src/component/IsMuonCandidateC.h index c2a3e595a72..7d3f2c42855 100644 --- a/Muon/MuonID/src/component/IsMuonCandidateC.h +++ b/Muon/MuonID/src/component/IsMuonCandidateC.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef ISMUONCANDIDATEC_H #define ISMUONCANDIDATEC_H 1 diff --git a/Muon/MuonID/src/component/MVATool.cpp b/Muon/MuonID/src/component/MVATool.cpp index 11df351cb22..70b17f671fb 100644 --- a/Muon/MuonID/src/component/MVATool.cpp +++ b/Muon/MuonID/src/component/MVATool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ /** Implementation of MVATool * * 2017-05-29: Ricardo Vazquez Gomez diff --git a/Muon/MuonID/src/component/MVATool.h b/Muon/MuonID/src/component/MVATool.h index 04af5074501..f9305e69644 100644 --- a/Muon/MuonID/src/component/MVATool.h +++ b/Muon/MuonID/src/component/MVATool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef MVATOOL_H #define MVATOOL_H 1 diff --git a/Muon/MuonID/src/component/MakeMuonMeasurements.cpp b/Muon/MuonID/src/component/MakeMuonMeasurements.cpp index 330bf0b776f..cf347db03c9 100644 --- a/Muon/MuonID/src/component/MakeMuonMeasurements.cpp +++ b/Muon/MuonID/src/component/MakeMuonMeasurements.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // local diff --git a/Muon/MuonID/src/component/MakeMuonMeasurements.h b/Muon/MuonID/src/component/MakeMuonMeasurements.h index 317d63934fe..cf2f72a31fa 100644 --- a/Muon/MuonID/src/component/MakeMuonMeasurements.h +++ b/Muon/MuonID/src/component/MakeMuonMeasurements.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef MAKEMUONMEASUREMENTS_H #define MAKEMUONMEASUREMENTS_H 1 diff --git a/Muon/MuonID/src/component/MakeMuonTool.cpp b/Muon/MuonID/src/component/MakeMuonTool.cpp index 25012849e44..27f9f132e72 100644 --- a/Muon/MuonID/src/component/MakeMuonTool.cpp +++ b/Muon/MuonID/src/component/MakeMuonTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // local diff --git a/Muon/MuonID/src/component/MakeMuonTool.h b/Muon/MuonID/src/component/MakeMuonTool.h index 966438ae576..21f56ffa75c 100644 --- a/Muon/MuonID/src/component/MakeMuonTool.h +++ b/Muon/MuonID/src/component/MakeMuonTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef MakeMuonTool_H #define MakeMuonTool_H 1 diff --git a/Muon/MuonID/src/component/MuonChi2MatchTool.cpp b/Muon/MuonID/src/component/MuonChi2MatchTool.cpp index 86a40c0cda2..5f175a8b9ac 100644 --- a/Muon/MuonID/src/component/MuonChi2MatchTool.cpp +++ b/Muon/MuonID/src/component/MuonChi2MatchTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include "MuonChi2MatchTool.h" #include "MuonDet/DeMuonDetector.h" #include "MuonID/CommonMuonHit.h" diff --git a/Muon/MuonID/src/component/MuonChi2MatchTool.h b/Muon/MuonID/src/component/MuonChi2MatchTool.h index 0bcba821d44..8dce734a1bf 100644 --- a/Muon/MuonID/src/component/MuonChi2MatchTool.h +++ b/Muon/MuonID/src/component/MuonChi2MatchTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef COMPONENT_MUONCHI2MATCHTOOL_H #define COMPONENT_MUONCHI2MATCHTOOL_H 1 diff --git a/Muon/MuonID/src/component/MuonIDAlg.cpp b/Muon/MuonID/src/component/MuonIDAlg.cpp index 0141e436438..48ff9b37da9 100644 --- a/Muon/MuonID/src/component/MuonIDAlg.cpp +++ b/Muon/MuonID/src/component/MuonIDAlg.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files #include <cstdio> #include <map> diff --git a/Muon/MuonID/src/component/MuonIDAlg.h b/Muon/MuonID/src/component/MuonIDAlg.h index 3f1e992cea1..a05e526ca7c 100644 --- a/Muon/MuonID/src/component/MuonIDAlg.h +++ b/Muon/MuonID/src/component/MuonIDAlg.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef MUONIDALG_H #define MUONIDALG_H 1 diff --git a/Muon/MuonID/src/component/MuonIDAlgLite.cpp b/Muon/MuonID/src/component/MuonIDAlgLite.cpp index 82ae7543942..4447c329b26 100644 --- a/Muon/MuonID/src/component/MuonIDAlgLite.cpp +++ b/Muon/MuonID/src/component/MuonIDAlgLite.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ /** Implementation of MuonIDAlgLite. * * 2015-06-01: Kevin Dungs, Ricardo Vazquez Gomez diff --git a/Muon/MuonID/src/component/MuonIDAlgLite.h b/Muon/MuonID/src/component/MuonIDAlgLite.h index e94652043a4..3182c9c3d88 100644 --- a/Muon/MuonID/src/component/MuonIDAlgLite.h +++ b/Muon/MuonID/src/component/MuonIDAlgLite.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef MUONIDALGLITE_H #define MUONIDALGLITE_H diff --git a/Muon/MuonID/src/component/MuonIDPlusAlg.cpp b/Muon/MuonID/src/component/MuonIDPlusAlg.cpp index a1d6200182c..d82ec6f95e4 100644 --- a/Muon/MuonID/src/component/MuonIDPlusAlg.cpp +++ b/Muon/MuonID/src/component/MuonIDPlusAlg.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include "GaudiKernel/DeclareFactoryEntries.h" #include "MuonIDPlusAlg.h" diff --git a/Muon/MuonID/src/component/MuonIDPlusAlg.h b/Muon/MuonID/src/component/MuonIDPlusAlg.h index 9a84d6e3314..3b0baf3e40b 100644 --- a/Muon/MuonID/src/component/MuonIDPlusAlg.h +++ b/Muon/MuonID/src/component/MuonIDPlusAlg.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef COMPONENT_MUONIDPLUSALG_H #define COMPONENT_MUONIDPLUSALG_H 1 diff --git a/Muon/MuonID/src/component/MuonIDPlusTool.cpp b/Muon/MuonID/src/component/MuonIDPlusTool.cpp index 4b5f9208e0a..81aa2d55438 100644 --- a/Muon/MuonID/src/component/MuonIDPlusTool.cpp +++ b/Muon/MuonID/src/component/MuonIDPlusTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include <stdlib.h> // local diff --git a/Muon/MuonID/src/component/MuonIDPlusTool.h b/Muon/MuonID/src/component/MuonIDPlusTool.h index 0c6bafd8d44..207d9bb6ee5 100644 --- a/Muon/MuonID/src/component/MuonIDPlusTool.h +++ b/Muon/MuonID/src/component/MuonIDPlusTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef MUONIDPLUSTOOL_H #define MUONIDPLUSTOOL_H 1 diff --git a/Muon/MuonID/src/component/MuonKalmanMatchTool.cpp b/Muon/MuonID/src/component/MuonKalmanMatchTool.cpp index da9618560ca..f2340f99326 100644 --- a/Muon/MuonID/src/component/MuonKalmanMatchTool.cpp +++ b/Muon/MuonID/src/component/MuonKalmanMatchTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include "MuonKalmanMatchTool.h" #include "MuonDet/DeMuonDetector.h" #include "MuonID/CommonMuonHit.h" diff --git a/Muon/MuonID/src/component/MuonKalmanMatchTool.h b/Muon/MuonID/src/component/MuonKalmanMatchTool.h index fda503f934c..e1aed5097e4 100644 --- a/Muon/MuonID/src/component/MuonKalmanMatchTool.h +++ b/Muon/MuonID/src/component/MuonKalmanMatchTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef COMPONENT_MUONKALMANMATCHTOOL_H #define COMPONENT_MUONKALMANMATCHTOOL_H 1 diff --git a/Muon/MuonID/src/component/NShared.cpp b/Muon/MuonID/src/component/NShared.cpp index c1c87c79903..b3d51c48f47 100644 --- a/Muon/MuonID/src/component/NShared.cpp +++ b/Muon/MuonID/src/component/NShared.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files #include <algorithm> diff --git a/Muon/MuonID/src/component/NShared.h b/Muon/MuonID/src/component/NShared.h index 90b709e456e..525c48c9dcd 100644 --- a/Muon/MuonID/src/component/NShared.h +++ b/Muon/MuonID/src/component/NShared.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef NSHARED_H #define NSHARED_H 1 diff --git a/Muon/MuonID/src/component/SmartMuonMeasProvider.cpp b/Muon/MuonID/src/component/SmartMuonMeasProvider.cpp index 72d82a1045d..349d0c04af1 100644 --- a/Muon/MuonID/src/component/SmartMuonMeasProvider.cpp +++ b/Muon/MuonID/src/component/SmartMuonMeasProvider.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // local #include "SmartMuonMeasProvider.h" diff --git a/Muon/MuonID/src/component/SmartMuonMeasProvider.h b/Muon/MuonID/src/component/SmartMuonMeasProvider.h index d3c1035b6c1..bb452445aa8 100644 --- a/Muon/MuonID/src/component/SmartMuonMeasProvider.h +++ b/Muon/MuonID/src/component/SmartMuonMeasProvider.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef SMARTMUONMEASUREMENTPROVIDER_H #define SMARTMUONMEASUREMENTPROVIDER_H 1 diff --git a/Muon/MuonID/src/component/ctr_data_generated.h b/Muon/MuonID/src/component/ctr_data_generated.h index 340063f8136..85690919560 100644 --- a/Muon/MuonID/src/component/ctr_data_generated.h +++ b/Muon/MuonID/src/component/ctr_data_generated.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // automatically generated by the FlatBuffers compiler, do not modify diff --git a/Muon/MuonID/src/component/evaluator.cpp b/Muon/MuonID/src/component/evaluator.cpp index 04127c0b2cc..a53734fd51c 100644 --- a/Muon/MuonID/src/component/evaluator.cpp +++ b/Muon/MuonID/src/component/evaluator.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include "evaluator.h" #include <algorithm> diff --git a/Muon/MuonID/src/component/evaluator.h b/Muon/MuonID/src/component/evaluator.h index 652b4d42aee..16f0ecd7409 100644 --- a/Muon/MuonID/src/component/evaluator.h +++ b/Muon/MuonID/src/component/evaluator.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once #include "model_generated.h" diff --git a/Muon/MuonID/src/component/features_generated.h b/Muon/MuonID/src/component/features_generated.h index 6dcf2975b70..63e29ba2225 100644 --- a/Muon/MuonID/src/component/features_generated.h +++ b/Muon/MuonID/src/component/features_generated.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // automatically generated by the FlatBuffers compiler, do not modify diff --git a/Muon/MuonID/src/component/model_calcer_wrapper.h b/Muon/MuonID/src/component/model_calcer_wrapper.h index 22fbf748b8d..2f167d3a98a 100644 --- a/Muon/MuonID/src/component/model_calcer_wrapper.h +++ b/Muon/MuonID/src/component/model_calcer_wrapper.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once #include <stddef.h> diff --git a/Muon/MuonID/src/component/model_generated.h b/Muon/MuonID/src/component/model_generated.h index 2123a638618..81aade6b731 100644 --- a/Muon/MuonID/src/component/model_generated.h +++ b/Muon/MuonID/src/component/model_generated.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // automatically generated by the FlatBuffers compiler, do not modify diff --git a/Muon/MuonID/src/component/weights/TMVAClassification_BDTD_mva_pion_300_5_25_05_2_masscut_withPreweight_NoNshared_NewMS.class.C b/Muon/MuonID/src/component/weights/TMVAClassification_BDTD_mva_pion_300_5_25_05_2_masscut_withPreweight_NoNshared_NewMS.class.C index 68dd9196b03..55e0f7d15de 100644 --- a/Muon/MuonID/src/component/weights/TMVAClassification_BDTD_mva_pion_300_5_25_05_2_masscut_withPreweight_NoNshared_NewMS.class.C +++ b/Muon/MuonID/src/component/weights/TMVAClassification_BDTD_mva_pion_300_5_25_05_2_masscut_withPreweight_NoNshared_NewMS.class.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadBDTD_mva_pion_300_5_25_05_2_masscut_withPreweight_NoNshared_NewMS // Automatically generated by MethodBase::MakeClass // diff --git a/Muon/MuonID/src/component/wrapped_calcer.h b/Muon/MuonID/src/component/wrapped_calcer.h index dd30c7716d5..826cdcc432b 100644 --- a/Muon/MuonID/src/component/wrapped_calcer.h +++ b/Muon/MuonID/src/component/wrapped_calcer.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once #include "model_calcer_wrapper.h" diff --git a/Muon/MuonID/src/lib/CommonMuonStation.cpp b/Muon/MuonID/src/lib/CommonMuonStation.cpp index 41ab8539ef8..e2233ec0d25 100644 --- a/Muon/MuonID/src/lib/CommonMuonStation.cpp +++ b/Muon/MuonID/src/lib/CommonMuonStation.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ /** Implementation of CommonMuonStation * * 2010-12-07: Roel Aaij diff --git a/Muon/MuonInterfaces/CMakeLists.txt b/Muon/MuonInterfaces/CMakeLists.txt index bb2fb8eb5f9..505a1fa1fe1 100644 --- a/Muon/MuonInterfaces/CMakeLists.txt +++ b/Muon/MuonInterfaces/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ################################################################################ # Package: MuonInterfaces ################################################################################ diff --git a/Muon/MuonInterfaces/MuonInterfaces/IMuonClusterRec.h b/Muon/MuonInterfaces/MuonInterfaces/IMuonClusterRec.h index be4be86fae8..c2ac25dd7c5 100644 --- a/Muon/MuonInterfaces/MuonInterfaces/IMuonClusterRec.h +++ b/Muon/MuonInterfaces/MuonInterfaces/IMuonClusterRec.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef MUONTRACKREC_IMUONCLUSTERREC_H #define MUONTRACKREC_IMUONCLUSTERREC_H 1 diff --git a/Muon/MuonInterfaces/MuonInterfaces/IMuonClusterTool.h b/Muon/MuonInterfaces/MuonInterfaces/IMuonClusterTool.h index b56888f803c..c923cd6ea87 100644 --- a/Muon/MuonInterfaces/MuonInterfaces/IMuonClusterTool.h +++ b/Muon/MuonInterfaces/MuonInterfaces/IMuonClusterTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef MUONTOOLS_IMUONCLUSTERTOOL_H #define MUONTOOLS_IMUONCLUSTERTOOL_H 1 diff --git a/Muon/MuonInterfaces/MuonInterfaces/IMuonFastHWTool.h b/Muon/MuonInterfaces/MuonInterfaces/IMuonFastHWTool.h index 317919e9379..61b3cbf7c2b 100644 --- a/Muon/MuonInterfaces/MuonInterfaces/IMuonFastHWTool.h +++ b/Muon/MuonInterfaces/MuonInterfaces/IMuonFastHWTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef MUONDET_IMUONFASTHWTOOL_H #define MUONDET_IMUONFASTHWTOOL_H 1 diff --git a/Muon/MuonInterfaces/MuonInterfaces/IMuonHitDecode.h b/Muon/MuonInterfaces/MuonInterfaces/IMuonHitDecode.h index 278ebd8afbb..eee47521a1e 100644 --- a/Muon/MuonInterfaces/MuonInterfaces/IMuonHitDecode.h +++ b/Muon/MuonInterfaces/MuonInterfaces/IMuonHitDecode.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef MUONMONITOR_IMUONHITDECODE_H #define MUONMONITOR_IMUONHITDECODE_H 1 diff --git a/Muon/MuonInterfaces/MuonInterfaces/IMuonPadRec.h b/Muon/MuonInterfaces/MuonInterfaces/IMuonPadRec.h index 09c5bd5dbb5..5e926bf997a 100644 --- a/Muon/MuonInterfaces/MuonInterfaces/IMuonPadRec.h +++ b/Muon/MuonInterfaces/MuonInterfaces/IMuonPadRec.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef MUONMONITOR_IMUONPADREC_H #define MUONMONITOR_IMUONPADREC_H 1 diff --git a/Muon/MuonInterfaces/MuonInterfaces/IMuonTimeCor.h b/Muon/MuonInterfaces/MuonInterfaces/IMuonTimeCor.h index f6ed416f6d8..ac6a15decd4 100644 --- a/Muon/MuonInterfaces/MuonInterfaces/IMuonTimeCor.h +++ b/Muon/MuonInterfaces/MuonInterfaces/IMuonTimeCor.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef MUONTOOLS_IMUONTIMECOR_H #define MUONTOOLS_IMUONTIMECOR_H 1 diff --git a/Muon/MuonInterfaces/MuonInterfaces/IMuonTrackMomRec.h b/Muon/MuonInterfaces/MuonInterfaces/IMuonTrackMomRec.h index a01ee4440c8..8273ff66052 100644 --- a/Muon/MuonInterfaces/MuonInterfaces/IMuonTrackMomRec.h +++ b/Muon/MuonInterfaces/MuonInterfaces/IMuonTrackMomRec.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef MUONINTERFACES_IMUONTRACKMOMREC_H #define MUONINTERFACES_IMUONTRACKMOMREC_H 1 diff --git a/Muon/MuonInterfaces/MuonInterfaces/IMuonTrackRec.h b/Muon/MuonInterfaces/MuonInterfaces/IMuonTrackRec.h index 6c1fce319ae..b9624178b10 100644 --- a/Muon/MuonInterfaces/MuonInterfaces/IMuonTrackRec.h +++ b/Muon/MuonInterfaces/MuonInterfaces/IMuonTrackRec.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef MUONNNET_IMUONTRACKREC_H #define MUONNNET_IMUONTRACKREC_H 1 diff --git a/Muon/MuonInterfaces/MuonInterfaces/MuonHit.h b/Muon/MuonInterfaces/MuonInterfaces/MuonHit.h index 52fdeeba452..a79915bd4ee 100644 --- a/Muon/MuonInterfaces/MuonInterfaces/MuonHit.h +++ b/Muon/MuonInterfaces/MuonInterfaces/MuonHit.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef MUONHIT_H #define MUONHIT_H 1 diff --git a/Muon/MuonInterfaces/MuonInterfaces/MuonLogHit.h b/Muon/MuonInterfaces/MuonInterfaces/MuonLogHit.h index fc1d918c417..8f764b28c29 100644 --- a/Muon/MuonInterfaces/MuonInterfaces/MuonLogHit.h +++ b/Muon/MuonInterfaces/MuonInterfaces/MuonLogHit.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef MUONLOGHIT_H #define MUONLOGHIT_H 1 #include "Kernel/MuonTileID.h" diff --git a/Muon/MuonInterfaces/MuonInterfaces/MuonLogPad.h b/Muon/MuonInterfaces/MuonInterfaces/MuonLogPad.h index 4f261fa3542..1e10b5e2593 100644 --- a/Muon/MuonInterfaces/MuonInterfaces/MuonLogPad.h +++ b/Muon/MuonInterfaces/MuonInterfaces/MuonLogPad.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef MUONLOGPAD_H #define MUONLOGPAD_H 1 diff --git a/Muon/MuonInterfaces/MuonInterfaces/MuonNeuron.h b/Muon/MuonInterfaces/MuonInterfaces/MuonNeuron.h index eacba4839d7..c6a0fb278ce 100644 --- a/Muon/MuonInterfaces/MuonInterfaces/MuonNeuron.h +++ b/Muon/MuonInterfaces/MuonInterfaces/MuonNeuron.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef MUONNEURON_H #define MUONNEURON_H 1 diff --git a/Muon/MuonInterfaces/MuonInterfaces/MuonTrack.h b/Muon/MuonInterfaces/MuonInterfaces/MuonTrack.h index f47476b0ef3..1db13f0c55c 100644 --- a/Muon/MuonInterfaces/MuonInterfaces/MuonTrack.h +++ b/Muon/MuonInterfaces/MuonInterfaces/MuonTrack.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef MUONTRACKRECMUONTRACK_H #define MUONTRACKRECMUONTRACK_H 1 diff --git a/Muon/MuonInterfaces/dict/MuonInterfacesDict.h b/Muon/MuonInterfaces/dict/MuonInterfacesDict.h index fe82726a8b0..7ad834eba13 100755 --- a/Muon/MuonInterfaces/dict/MuonInterfacesDict.h +++ b/Muon/MuonInterfaces/dict/MuonInterfacesDict.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef DICT_MUONINTERFACESDICT_H #define DICT_MUONINTERFACESDICT_H 1 diff --git a/Muon/MuonInterfaces/dict/MuonInterfacesDict.xml b/Muon/MuonInterfaces/dict/MuonInterfacesDict.xml index 5849c4b49f4..84f467197ae 100755 --- a/Muon/MuonInterfaces/dict/MuonInterfacesDict.xml +++ b/Muon/MuonInterfaces/dict/MuonInterfacesDict.xml @@ -1,3 +1,13 @@ +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <lcgdict> <class name = "IMuonTimeCor" /> diff --git a/Muon/MuonInterfaces/src/Lib/MuonHit.cpp b/Muon/MuonInterfaces/src/Lib/MuonHit.cpp index feb9c545b22..65fbb25da5f 100644 --- a/Muon/MuonInterfaces/src/Lib/MuonHit.cpp +++ b/Muon/MuonInterfaces/src/Lib/MuonHit.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files #include <cmath> #include "MuonInterfaces/MuonHit.h" diff --git a/Muon/MuonInterfaces/src/Lib/MuonNeuron.cpp b/Muon/MuonInterfaces/src/Lib/MuonNeuron.cpp index 7e066225699..da2d8606ae0 100644 --- a/Muon/MuonInterfaces/src/Lib/MuonNeuron.cpp +++ b/Muon/MuonInterfaces/src/Lib/MuonNeuron.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include "MuonInterfaces/MuonNeuron.h" //============================================================================= diff --git a/Muon/MuonInterfaces/src/Lib/MuonTrack.cpp b/Muon/MuonInterfaces/src/Lib/MuonTrack.cpp index 177975c151e..f894d5b695f 100644 --- a/Muon/MuonInterfaces/src/Lib/MuonTrack.cpp +++ b/Muon/MuonInterfaces/src/Lib/MuonTrack.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #define MUONTRACKRECNMSPC #include "MuonInterfaces/MuonTrack.h" #include "MuonInterfaces/MuonLogPad.h" diff --git a/Muon/MuonPIDChecker/CMakeLists.txt b/Muon/MuonPIDChecker/CMakeLists.txt index 892e6793b9f..c35747ce961 100644 --- a/Muon/MuonPIDChecker/CMakeLists.txt +++ b/Muon/MuonPIDChecker/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ################################################################################ # Package: MuonPIDChecker ################################################################################ diff --git a/Muon/MuonPIDChecker/python/MuonPIDChecker/ConfigureMuonPIDChecker.py b/Muon/MuonPIDChecker/python/MuonPIDChecker/ConfigureMuonPIDChecker.py index 80f45d60ea6..ea1f758249f 100644 --- a/Muon/MuonPIDChecker/python/MuonPIDChecker/ConfigureMuonPIDChecker.py +++ b/Muon/MuonPIDChecker/python/MuonPIDChecker/ConfigureMuonPIDChecker.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### """ ============================================================= Class to configure MuonPIDChecker. diff --git a/Muon/MuonPIDChecker/python/MuonPIDChecker/Muon_2008_def.py b/Muon/MuonPIDChecker/python/MuonPIDChecker/Muon_2008_def.py index 2ce15ae3d39..1f6eadd8c86 100644 --- a/Muon/MuonPIDChecker/python/MuonPIDChecker/Muon_2008_def.py +++ b/Muon/MuonPIDChecker/python/MuonPIDChecker/Muon_2008_def.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### DEBUG=False DATA="2008" VERSION="def" diff --git a/Muon/MuonPIDChecker/python/MuonPIDChecker/Muon_2009_def.py b/Muon/MuonPIDChecker/python/MuonPIDChecker/Muon_2009_def.py index dd7daf6add2..e7c9cea79b1 100644 --- a/Muon/MuonPIDChecker/python/MuonPIDChecker/Muon_2009_def.py +++ b/Muon/MuonPIDChecker/python/MuonPIDChecker/Muon_2009_def.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### DEBUG=False DATA="2009" VERSION="def" diff --git a/Muon/MuonPIDChecker/python/MuonPIDChecker/Muon_DC06_def.py b/Muon/MuonPIDChecker/python/MuonPIDChecker/Muon_DC06_def.py index db37fc51d3a..daf5ef5192f 100644 --- a/Muon/MuonPIDChecker/python/MuonPIDChecker/Muon_DC06_def.py +++ b/Muon/MuonPIDChecker/python/MuonPIDChecker/Muon_DC06_def.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### DEBUG=False DATA="DC06" VERSION="def" diff --git a/Muon/MuonPIDChecker/python/MuonPIDChecker/Muon_MC09_def.py b/Muon/MuonPIDChecker/python/MuonPIDChecker/Muon_MC09_def.py index bb791093230..9ef52c942e2 100644 --- a/Muon/MuonPIDChecker/python/MuonPIDChecker/Muon_MC09_def.py +++ b/Muon/MuonPIDChecker/python/MuonPIDChecker/Muon_MC09_def.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### import os DEBUG=False diff --git a/Muon/MuonPIDChecker/src/MuonPIDChecker.cpp b/Muon/MuonPIDChecker/src/MuonPIDChecker.cpp index 8c9c62210b5..b843299dd93 100755 --- a/Muon/MuonPIDChecker/src/MuonPIDChecker.cpp +++ b/Muon/MuonPIDChecker/src/MuonPIDChecker.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files #include <cmath> #include <iomanip> diff --git a/Muon/MuonPIDChecker/src/MuonPIDChecker.h b/Muon/MuonPIDChecker/src/MuonPIDChecker.h index 857881afb8d..2a3114e2db4 100755 --- a/Muon/MuonPIDChecker/src/MuonPIDChecker.h +++ b/Muon/MuonPIDChecker/src/MuonPIDChecker.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef MUONPIDCHECKER_H #define MUONPIDCHECKER_H 1 diff --git a/Muon/MuonTools/CMakeLists.txt b/Muon/MuonTools/CMakeLists.txt index 483bca825b6..f9039ae9c69 100644 --- a/Muon/MuonTools/CMakeLists.txt +++ b/Muon/MuonTools/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ################################################################################ # Package: MuonTools ################################################################################ diff --git a/Muon/MuonTools/src/MuonClusterTool.cpp b/Muon/MuonTools/src/MuonClusterTool.cpp index f51c416cf39..87bb84aa9c9 100644 --- a/Muon/MuonTools/src/MuonClusterTool.cpp +++ b/Muon/MuonTools/src/MuonClusterTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // local diff --git a/Muon/MuonTools/src/MuonClusterTool.h b/Muon/MuonTools/src/MuonClusterTool.h index cfd8867df20..287f463b1b6 100644 --- a/Muon/MuonTools/src/MuonClusterTool.h +++ b/Muon/MuonTools/src/MuonClusterTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef MUONCLUSTERTOOL_H #define MUONCLUSTERTOOL_H 1 diff --git a/Muon/MuonTools/src/MuonFastHWTool.cpp b/Muon/MuonTools/src/MuonFastHWTool.cpp index 38c69276b64..8954dfa8933 100644 --- a/Muon/MuonTools/src/MuonFastHWTool.cpp +++ b/Muon/MuonTools/src/MuonFastHWTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // local diff --git a/Muon/MuonTools/src/MuonFastHWTool.h b/Muon/MuonTools/src/MuonFastHWTool.h index ad0b737db83..090b3199060 100644 --- a/Muon/MuonTools/src/MuonFastHWTool.h +++ b/Muon/MuonTools/src/MuonFastHWTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef MUONFASTHWTOOL_H #define MUONFASTHWTOOL_H 1 diff --git a/Muon/MuonTools/src/MuonFastPosTool.cpp b/Muon/MuonTools/src/MuonFastPosTool.cpp index 49731a7620d..6654750caf0 100644 --- a/Muon/MuonTools/src/MuonFastPosTool.cpp +++ b/Muon/MuonTools/src/MuonFastPosTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // local #include "MuonFastPosTool.h" diff --git a/Muon/MuonTools/src/MuonFastPosTool.h b/Muon/MuonTools/src/MuonFastPosTool.h index b8c02daa463..f083268fd4d 100644 --- a/Muon/MuonTools/src/MuonFastPosTool.h +++ b/Muon/MuonTools/src/MuonFastPosTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef MUONFASTPOSTOOL_H #define MUONFASTPOSTOOL_H 1 diff --git a/Muon/MuonTools/src/MuonTimeCor.cpp b/Muon/MuonTools/src/MuonTimeCor.cpp index a7982e57c9b..40980b5390b 100644 --- a/Muon/MuonTools/src/MuonTimeCor.cpp +++ b/Muon/MuonTools/src/MuonTimeCor.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // local diff --git a/Muon/MuonTools/src/MuonTimeCor.h b/Muon/MuonTools/src/MuonTimeCor.h index ba6da509e5c..958565fab59 100644 --- a/Muon/MuonTools/src/MuonTimeCor.h +++ b/Muon/MuonTools/src/MuonTimeCor.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef MUONTIMECOR_H #define MUONTIMECOR_H 1 diff --git a/Muon/MuonTrackAlign/CMakeLists.txt b/Muon/MuonTrackAlign/CMakeLists.txt index aa0f7e4bca5..3010037bf0a 100644 --- a/Muon/MuonTrackAlign/CMakeLists.txt +++ b/Muon/MuonTrackAlign/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ################################################################################ # Package: MuonTrackAlign ################################################################################ diff --git a/Muon/MuonTrackAlign/src/AlignMuonPoint.h b/Muon/MuonTrackAlign/src/AlignMuonPoint.h index 28c9a1ef5dd..f78a0bd562b 100755 --- a/Muon/MuonTrackAlign/src/AlignMuonPoint.h +++ b/Muon/MuonTrackAlign/src/AlignMuonPoint.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef ALIGNMUONPOINT_H #define ALIGNMUONPOINT_H 1 diff --git a/Muon/MuonTrackAlign/src/AlignMuonRec.cpp b/Muon/MuonTrackAlign/src/AlignMuonRec.cpp index e2b07f28566..1d685124a4c 100755 --- a/Muon/MuonTrackAlign/src/AlignMuonRec.cpp +++ b/Muon/MuonTrackAlign/src/AlignMuonRec.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files #include "Event/RawEvent.h" diff --git a/Muon/MuonTrackAlign/src/AlignMuonRec.h b/Muon/MuonTrackAlign/src/AlignMuonRec.h index c1217974e71..88a94380b8c 100755 --- a/Muon/MuonTrackAlign/src/AlignMuonRec.h +++ b/Muon/MuonTrackAlign/src/AlignMuonRec.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef ALIGNMUONREC_H #define ALIGNMUONREC_H 1 diff --git a/Muon/MuonTrackAlign/src/AlignMuonRegion.h b/Muon/MuonTrackAlign/src/AlignMuonRegion.h index d8c905c9a86..ef0215cefda 100755 --- a/Muon/MuonTrackAlign/src/AlignMuonRegion.h +++ b/Muon/MuonTrackAlign/src/AlignMuonRegion.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef ALIGNMUONREGION_H #define ALIGNMUONREGION_H 1 diff --git a/Muon/MuonTrackAlign/src/AlignMuonStationRec.h b/Muon/MuonTrackAlign/src/AlignMuonStationRec.h index 0175495d51c..627f2c2cff1 100755 --- a/Muon/MuonTrackAlign/src/AlignMuonStationRec.h +++ b/Muon/MuonTrackAlign/src/AlignMuonStationRec.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef ALIGNMUONSTATIONREC_H #define ALIGNMUONSTATIONREC_H 1 diff --git a/Muon/MuonTrackAlign/src/AlignMuonTrack.h b/Muon/MuonTrackAlign/src/AlignMuonTrack.h index 2c1600597a0..1b874ec186c 100755 --- a/Muon/MuonTrackAlign/src/AlignMuonTrack.h +++ b/Muon/MuonTrackAlign/src/AlignMuonTrack.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef ALIGNMUONTRACK_H #define ALIGNMUONTRACK_H 1 diff --git a/Muon/MuonTrackAlign/src/MuonRead.cpp b/Muon/MuonTrackAlign/src/MuonRead.cpp index de341f5ec19..29a2f7b4bd1 100755 --- a/Muon/MuonTrackAlign/src/MuonRead.cpp +++ b/Muon/MuonTrackAlign/src/MuonRead.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // from Gaudi diff --git a/Muon/MuonTrackAlign/src/MuonRead.h b/Muon/MuonTrackAlign/src/MuonRead.h index 2012406d942..88c227d5ac8 100755 --- a/Muon/MuonTrackAlign/src/MuonRead.h +++ b/Muon/MuonTrackAlign/src/MuonRead.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef MUONREAD_H #define MUONREAD_H 1 diff --git a/Muon/MuonTrackMonitor/CMakeLists.txt b/Muon/MuonTrackMonitor/CMakeLists.txt index 8ad041156ad..5b5b3a4b18a 100644 --- a/Muon/MuonTrackMonitor/CMakeLists.txt +++ b/Muon/MuonTrackMonitor/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ################################################################################ # Package: MuonTrackMonitor ################################################################################ diff --git a/Muon/MuonTrackMonitor/python/MuonTrackMonitor/Configuration.py b/Muon/MuonTrackMonitor/python/MuonTrackMonitor/Configuration.py index 6b14c6a6971..fb03af77151 100644 --- a/Muon/MuonTrackMonitor/python/MuonTrackMonitor/Configuration.py +++ b/Muon/MuonTrackMonitor/python/MuonTrackMonitor/Configuration.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### from Gaudi.Configuration import * from TrackFitter.ConfiguredFitters import ( ConfiguredEventFitter ) diff --git a/Muon/MuonTrackMonitor/src/MuonTrackAligMonitor.cpp b/Muon/MuonTrackMonitor/src/MuonTrackAligMonitor.cpp index 9f3e61632a7..7721727a47c 100644 --- a/Muon/MuonTrackMonitor/src/MuonTrackAligMonitor.cpp +++ b/Muon/MuonTrackMonitor/src/MuonTrackAligMonitor.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // local diff --git a/Muon/MuonTrackMonitor/src/MuonTrackAligMonitor.h b/Muon/MuonTrackMonitor/src/MuonTrackAligMonitor.h index c71a4b73bf5..391b72c8f16 100644 --- a/Muon/MuonTrackMonitor/src/MuonTrackAligMonitor.h +++ b/Muon/MuonTrackMonitor/src/MuonTrackAligMonitor.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef MUONTRACKALIHMONITOR_H #define MUONTRACKALIGMONITOR_H 1 diff --git a/Muon/MuonTrackRec/CMakeLists.txt b/Muon/MuonTrackRec/CMakeLists.txt index 047f8ede6c7..ed799253de4 100644 --- a/Muon/MuonTrackRec/CMakeLists.txt +++ b/Muon/MuonTrackRec/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ################################################################################ # Package: MuonTrackRec ################################################################################ diff --git a/Muon/MuonTrackRec/options/MuonCombRec.py b/Muon/MuonTrackRec/options/MuonCombRec.py index a555cb4faa1..5ccd550a065 100644 --- a/Muon/MuonTrackRec/options/MuonCombRec.py +++ b/Muon/MuonTrackRec/options/MuonCombRec.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # MuonCombRec tool default specific options from Configurables import MuonCombRec #muonComb = MuonCombRec(OutputLevel = DEBUG) diff --git a/Muon/MuonTrackRec/options/MuonNNet.py b/Muon/MuonTrackRec/options/MuonNNet.py index de923a45091..816cf2f3bb1 100644 --- a/Muon/MuonTrackRec/options/MuonNNet.py +++ b/Muon/MuonTrackRec/options/MuonNNet.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # MuonNNetRec tool default specific options from Configurables import MuonNNetRec diff --git a/Muon/MuonTrackRec/options/cosmics.py b/Muon/MuonTrackRec/options/cosmics.py index 66800b189bc..245535c8b7a 100644 --- a/Muon/MuonTrackRec/options/cosmics.py +++ b/Muon/MuonTrackRec/options/cosmics.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # # use MuonNNetRec as Track rec tool #YourAlgorithm.addTool(muonNNet) diff --git a/Muon/MuonTrackRec/options/physics.py b/Muon/MuonTrackRec/options/physics.py index 3176f84e3fd..23ff3c79856 100644 --- a/Muon/MuonTrackRec/options/physics.py +++ b/Muon/MuonTrackRec/options/physics.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### #recommended options for physics data # # use MuonCombRec as Track rec tool diff --git a/Muon/MuonTrackRec/src/component/MuonClusterRec.cpp b/Muon/MuonTrackRec/src/component/MuonClusterRec.cpp index 468115247ea..f2bf5ef3123 100644 --- a/Muon/MuonTrackRec/src/component/MuonClusterRec.cpp +++ b/Muon/MuonTrackRec/src/component/MuonClusterRec.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // from Gaudi diff --git a/Muon/MuonTrackRec/src/component/MuonClusterRec.h b/Muon/MuonTrackRec/src/component/MuonClusterRec.h index 703628fb245..ded2583e947 100644 --- a/Muon/MuonTrackRec/src/component/MuonClusterRec.h +++ b/Muon/MuonTrackRec/src/component/MuonClusterRec.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef COMPONENT_MUONCLUSTERREC_H #define COMPONENT_MUONCLUSTERREC_H 1 diff --git a/Muon/MuonTrackRec/src/component/MuonCombRec.cpp b/Muon/MuonTrackRec/src/component/MuonCombRec.cpp index 274f1bb2251..d71ab812f6d 100644 --- a/Muon/MuonTrackRec/src/component/MuonCombRec.cpp +++ b/Muon/MuonTrackRec/src/component/MuonCombRec.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // from Gaudi diff --git a/Muon/MuonTrackRec/src/component/MuonCombRec.h b/Muon/MuonTrackRec/src/component/MuonCombRec.h index 5600f80aa70..01b4a2bc85c 100644 --- a/Muon/MuonTrackRec/src/component/MuonCombRec.h +++ b/Muon/MuonTrackRec/src/component/MuonCombRec.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef COMPONENT_MUONCOMBREC_H #define COMPONENT_MUONCOMBREC_H 1 diff --git a/Muon/MuonTrackRec/src/component/MuonDetPosTool.cpp b/Muon/MuonTrackRec/src/component/MuonDetPosTool.cpp index eb88f48b24c..7107818e5a2 100644 --- a/Muon/MuonTrackRec/src/component/MuonDetPosTool.cpp +++ b/Muon/MuonTrackRec/src/component/MuonDetPosTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include "MuonDet/DeMuonDetector.h" #include "Kernel/MuonTileID.h" diff --git a/Muon/MuonTrackRec/src/component/MuonDetPosTool.h b/Muon/MuonTrackRec/src/component/MuonDetPosTool.h index a104e9c33bb..345be6369f3 100644 --- a/Muon/MuonTrackRec/src/component/MuonDetPosTool.h +++ b/Muon/MuonTrackRec/src/component/MuonDetPosTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef COMPONENT_MUONDETPOSTOOL_H #define COMPONENT_MUONDETPOSTOOL_H 1 diff --git a/Muon/MuonTrackRec/src/component/MuonFakeClustering.cpp b/Muon/MuonTrackRec/src/component/MuonFakeClustering.cpp index 595bad6dc63..c73e0f11fe6 100644 --- a/Muon/MuonTrackRec/src/component/MuonFakeClustering.cpp +++ b/Muon/MuonTrackRec/src/component/MuonFakeClustering.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // from Gaudi diff --git a/Muon/MuonTrackRec/src/component/MuonFakeClustering.h b/Muon/MuonTrackRec/src/component/MuonFakeClustering.h index 1ae977e3b37..552fd8c50cd 100644 --- a/Muon/MuonTrackRec/src/component/MuonFakeClustering.h +++ b/Muon/MuonTrackRec/src/component/MuonFakeClustering.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef COMPONENT_MUONFAKECLUSTERING_H #define COMPONENT_MUONFAKECLUSTERING_H 1 diff --git a/Muon/MuonTrackRec/src/component/MuonHitDecode.cpp b/Muon/MuonTrackRec/src/component/MuonHitDecode.cpp index cc7da83c9fc..821f6c79089 100644 --- a/Muon/MuonTrackRec/src/component/MuonHitDecode.cpp +++ b/Muon/MuonTrackRec/src/component/MuonHitDecode.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // from Gaudi diff --git a/Muon/MuonTrackRec/src/component/MuonHitDecode.h b/Muon/MuonTrackRec/src/component/MuonHitDecode.h index 63373c64464..950503d41a6 100644 --- a/Muon/MuonTrackRec/src/component/MuonHitDecode.h +++ b/Muon/MuonTrackRec/src/component/MuonHitDecode.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef LIB_MUONHITDECODE_H #define LIB_MUONHITDECODE_H 1 diff --git a/Muon/MuonTrackRec/src/component/MuonNNetRec.cpp b/Muon/MuonTrackRec/src/component/MuonNNetRec.cpp index f0c1e113360..8eae03b06d2 100644 --- a/Muon/MuonTrackRec/src/component/MuonNNetRec.cpp +++ b/Muon/MuonTrackRec/src/component/MuonNNetRec.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include <list> #include <numeric> diff --git a/Muon/MuonTrackRec/src/component/MuonNNetRec.h b/Muon/MuonTrackRec/src/component/MuonNNetRec.h index 32d1ef5909a..1f083530140 100644 --- a/Muon/MuonTrackRec/src/component/MuonNNetRec.h +++ b/Muon/MuonTrackRec/src/component/MuonNNetRec.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef MUONNNETREC_H #define MUONNNETREC_H 1 diff --git a/Muon/MuonTrackRec/src/component/MuonPadFromCoord.cpp b/Muon/MuonTrackRec/src/component/MuonPadFromCoord.cpp index 35fe988c1ed..55ea0beaa1a 100644 --- a/Muon/MuonTrackRec/src/component/MuonPadFromCoord.cpp +++ b/Muon/MuonTrackRec/src/component/MuonPadFromCoord.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include <vector> #include "GaudiKernel/IIncidentSvc.h" diff --git a/Muon/MuonTrackRec/src/component/MuonPadFromCoord.h b/Muon/MuonTrackRec/src/component/MuonPadFromCoord.h index 88f0923435a..70416e34c7e 100644 --- a/Muon/MuonTrackRec/src/component/MuonPadFromCoord.h +++ b/Muon/MuonTrackRec/src/component/MuonPadFromCoord.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef MUONPADFROMCOORD_H #define MUONPADFROMCOORD_H 1 #include <map> diff --git a/Muon/MuonTrackRec/src/component/MuonPadRec.cpp b/Muon/MuonTrackRec/src/component/MuonPadRec.cpp index 354c9003dcd..1942f9ac937 100644 --- a/Muon/MuonTrackRec/src/component/MuonPadRec.cpp +++ b/Muon/MuonTrackRec/src/component/MuonPadRec.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include <vector> #include <memory> diff --git a/Muon/MuonTrackRec/src/component/MuonPadRec.h b/Muon/MuonTrackRec/src/component/MuonPadRec.h index 20d8a4c1338..2b30ed709da 100644 --- a/Muon/MuonTrackRec/src/component/MuonPadRec.h +++ b/Muon/MuonTrackRec/src/component/MuonPadRec.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef MUONPADREC_H #define MUONPADREC_H 1 #include <map> diff --git a/Muon/MuonTrackRec/src/component/MuonTrackMomRec.cpp b/Muon/MuonTrackRec/src/component/MuonTrackMomRec.cpp index 868994401e6..8c621c35523 100644 --- a/Muon/MuonTrackRec/src/component/MuonTrackMomRec.cpp +++ b/Muon/MuonTrackRec/src/component/MuonTrackMomRec.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files #include "GaudiKernel/IIncidentSvc.h" #include "GaudiKernel/PhysicalConstants.h" diff --git a/Muon/MuonTrackRec/src/component/MuonTrackMomRec.h b/Muon/MuonTrackRec/src/component/MuonTrackMomRec.h index ee250fb4f76..b8898214bd1 100644 --- a/Muon/MuonTrackRec/src/component/MuonTrackMomRec.h +++ b/Muon/MuonTrackRec/src/component/MuonTrackMomRec.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef COMPONENT_MUONTRACKMOMREC_H #define COMPONENT_MUONTRACKMOMREC_H 1 diff --git a/Pr/PrAlgorithms/CMakeLists.txt b/Pr/PrAlgorithms/CMakeLists.txt index 58829f0e506..00bda91dc26 100644 --- a/Pr/PrAlgorithms/CMakeLists.txt +++ b/Pr/PrAlgorithms/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ################################################################################ # Package: PrAlgorithms ################################################################################ diff --git a/Pr/PrAlgorithms/src/IPrForwardTool.h b/Pr/PrAlgorithms/src/IPrForwardTool.h index 0c19c08dd09..e1f4b2e6372 100644 --- a/Pr/PrAlgorithms/src/IPrForwardTool.h +++ b/Pr/PrAlgorithms/src/IPrForwardTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef IPRFORWARDTOOL_H #define IPRFORWARDTOOL_H 1 diff --git a/Pr/PrAlgorithms/src/IPrMatchTool.h b/Pr/PrAlgorithms/src/IPrMatchTool.h index 101e188eb98..253d3e68c73 100644 --- a/Pr/PrAlgorithms/src/IPrMatchTool.h +++ b/Pr/PrAlgorithms/src/IPrMatchTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef IPRMATCHTOOL_H #define IPRMATCHTOOL_H 1 diff --git a/Pr/PrAlgorithms/src/PrAddUTHitsTool.cpp b/Pr/PrAlgorithms/src/PrAddUTHitsTool.cpp index efd9c0bd864..738f9c76bfa 100644 --- a/Pr/PrAlgorithms/src/PrAddUTHitsTool.cpp +++ b/Pr/PrAlgorithms/src/PrAddUTHitsTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include <algorithm> #include <array> diff --git a/Pr/PrAlgorithms/src/PrAddUTHitsTool.h b/Pr/PrAlgorithms/src/PrAddUTHitsTool.h index d008d071027..860f3b5d3f5 100644 --- a/Pr/PrAlgorithms/src/PrAddUTHitsTool.h +++ b/Pr/PrAlgorithms/src/PrAddUTHitsTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PRADDUTHITSTOOL_H #define PRADDUTHITSTOOL_H 1 diff --git a/Pr/PrAlgorithms/src/PrDownTrack.cpp b/Pr/PrAlgorithms/src/PrDownTrack.cpp index a78ba231f75..0b73ed1ed37 100644 --- a/Pr/PrAlgorithms/src/PrDownTrack.cpp +++ b/Pr/PrAlgorithms/src/PrDownTrack.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // local diff --git a/Pr/PrAlgorithms/src/PrDownTrack.h b/Pr/PrAlgorithms/src/PrDownTrack.h index a733cc60eee..e8e4db2be33 100644 --- a/Pr/PrAlgorithms/src/PrDownTrack.h +++ b/Pr/PrAlgorithms/src/PrDownTrack.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PRDOWNTRACK_H #define PRDOWNTRACK_H 1 diff --git a/Pr/PrAlgorithms/src/PrFTHitManager.cpp b/Pr/PrAlgorithms/src/PrFTHitManager.cpp index c27bc56980d..29e9e250fed 100644 --- a/Pr/PrAlgorithms/src/PrFTHitManager.cpp +++ b/Pr/PrAlgorithms/src/PrFTHitManager.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // from Gaudi diff --git a/Pr/PrAlgorithms/src/PrFTHitManager.h b/Pr/PrAlgorithms/src/PrFTHitManager.h index 7a84e409b0b..2776b7ccfb5 100644 --- a/Pr/PrAlgorithms/src/PrFTHitManager.h +++ b/Pr/PrAlgorithms/src/PrFTHitManager.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PRFTHITMANAGER_H #define PRFTHITMANAGER_H 1 diff --git a/Pr/PrAlgorithms/src/PrForwardTool.cpp b/Pr/PrAlgorithms/src/PrForwardTool.cpp index 599ca220168..327d31e913a 100644 --- a/Pr/PrAlgorithms/src/PrForwardTool.cpp +++ b/Pr/PrAlgorithms/src/PrForwardTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ********************************************************************************* // ************************ Introduction to Forward Tracking ********************** // ********************************************************************************* diff --git a/Pr/PrAlgorithms/src/PrForwardTool.h b/Pr/PrAlgorithms/src/PrForwardTool.h index 903ead91a31..678a885a7ed 100644 --- a/Pr/PrAlgorithms/src/PrForwardTool.h +++ b/Pr/PrAlgorithms/src/PrForwardTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PRFORWARDTOOL_H #define PRFORWARDTOOL_H 1 diff --git a/Pr/PrAlgorithms/src/PrForwardTrack.h b/Pr/PrAlgorithms/src/PrForwardTrack.h index 42db490f48d..001fc292b80 100644 --- a/Pr/PrAlgorithms/src/PrForwardTrack.h +++ b/Pr/PrAlgorithms/src/PrForwardTrack.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PRFORWARDTRACK_H #define PRFORWARDTRACK_H 1 diff --git a/Pr/PrAlgorithms/src/PrForwardTracking.cpp b/Pr/PrAlgorithms/src/PrForwardTracking.cpp index 0290f15e469..421d6d07f31 100644 --- a/Pr/PrAlgorithms/src/PrForwardTracking.cpp +++ b/Pr/PrAlgorithms/src/PrForwardTracking.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // from Gaudi diff --git a/Pr/PrAlgorithms/src/PrForwardTracking.h b/Pr/PrAlgorithms/src/PrForwardTracking.h index eba6ba9c1ef..5cf4791d90b 100644 --- a/Pr/PrAlgorithms/src/PrForwardTracking.h +++ b/Pr/PrAlgorithms/src/PrForwardTracking.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PRFORWARDTRACKING_H #define PRFORWARDTRACKING_H 1 diff --git a/Pr/PrAlgorithms/src/PrGeometryTool.cpp b/Pr/PrAlgorithms/src/PrGeometryTool.cpp index c761b09c368..40c92ade435 100644 --- a/Pr/PrAlgorithms/src/PrGeometryTool.cpp +++ b/Pr/PrAlgorithms/src/PrGeometryTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // from Gaudi diff --git a/Pr/PrAlgorithms/src/PrGeometryTool.h b/Pr/PrAlgorithms/src/PrGeometryTool.h index b0b55181c40..94802ae4db9 100644 --- a/Pr/PrAlgorithms/src/PrGeometryTool.h +++ b/Pr/PrAlgorithms/src/PrGeometryTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PRGEOMETRYTOOL_H #define PRGEOMETRYTOOL_H 1 diff --git a/Pr/PrAlgorithms/src/PrHitDecoding.cpp b/Pr/PrAlgorithms/src/PrHitDecoding.cpp index 7fdaac065a3..a3421c70a66 100644 --- a/Pr/PrAlgorithms/src/PrHitDecoding.cpp +++ b/Pr/PrAlgorithms/src/PrHitDecoding.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // local diff --git a/Pr/PrAlgorithms/src/PrHitDecoding.h b/Pr/PrAlgorithms/src/PrHitDecoding.h index 9b4d94a0aac..ac8de23de23 100644 --- a/Pr/PrAlgorithms/src/PrHitDecoding.h +++ b/Pr/PrAlgorithms/src/PrHitDecoding.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PRHITDECODING_H #define PRHITDECODING_H 1 diff --git a/Pr/PrAlgorithms/src/PrHybridSeedTrack.h b/Pr/PrAlgorithms/src/PrHybridSeedTrack.h index f4e769a39c4..718ed1e4308 100644 --- a/Pr/PrAlgorithms/src/PrHybridSeedTrack.h +++ b/Pr/PrAlgorithms/src/PrHybridSeedTrack.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PRHYBRIDSEEDTRACK_H #define PRHYBRIDSEEDTRACK_H 1 diff --git a/Pr/PrAlgorithms/src/PrHybridSeeding.cpp b/Pr/PrAlgorithms/src/PrHybridSeeding.cpp index d49c9dd73cf..3c64055f42c 100644 --- a/Pr/PrAlgorithms/src/PrHybridSeeding.cpp +++ b/Pr/PrAlgorithms/src/PrHybridSeeding.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // from bost #include <boost/assign/list_of.hpp> diff --git a/Pr/PrAlgorithms/src/PrHybridSeeding.h b/Pr/PrAlgorithms/src/PrHybridSeeding.h index 8b1ec058aa4..3945f6cc327 100644 --- a/Pr/PrAlgorithms/src/PrHybridSeeding.h +++ b/Pr/PrAlgorithms/src/PrHybridSeeding.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PRHYBRIDSEEDING_H #define PRHYBRIDSEEDING_H 1 diff --git a/Pr/PrAlgorithms/src/PrLineFitter.h b/Pr/PrAlgorithms/src/PrLineFitter.h index f6104678d9a..ad812cc941b 100644 --- a/Pr/PrAlgorithms/src/PrLineFitter.h +++ b/Pr/PrAlgorithms/src/PrLineFitter.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PRLINEFITTER_H #define PRLINEFITTER_H 1 diff --git a/Pr/PrAlgorithms/src/PrLineFitterY.h b/Pr/PrAlgorithms/src/PrLineFitterY.h index 3949887a53e..05e5f604959 100644 --- a/Pr/PrAlgorithms/src/PrLineFitterY.h +++ b/Pr/PrAlgorithms/src/PrLineFitterY.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PRLINEFITTERY_H #define PRLINEFITTERY_H 1 diff --git a/Pr/PrAlgorithms/src/PrLongLivedTracking.cpp b/Pr/PrAlgorithms/src/PrLongLivedTracking.cpp index 9b06aae8050..c9e91c3a255 100644 --- a/Pr/PrAlgorithms/src/PrLongLivedTracking.cpp +++ b/Pr/PrAlgorithms/src/PrLongLivedTracking.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files #include <algorithm> diff --git a/Pr/PrAlgorithms/src/PrLongLivedTracking.h b/Pr/PrAlgorithms/src/PrLongLivedTracking.h index b50107e6317..64c15fad34b 100644 --- a/Pr/PrAlgorithms/src/PrLongLivedTracking.h +++ b/Pr/PrAlgorithms/src/PrLongLivedTracking.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PRLONGLIVEDTRACKING_H #define PRLONGLIVEDTRACKING_H 1 diff --git a/Pr/PrAlgorithms/src/PrMatchNN.cpp b/Pr/PrAlgorithms/src/PrMatchNN.cpp index a6da8a16f47..b54cb5cc9ed 100644 --- a/Pr/PrAlgorithms/src/PrMatchNN.cpp +++ b/Pr/PrAlgorithms/src/PrMatchNN.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // local diff --git a/Pr/PrAlgorithms/src/PrMatchNN.h b/Pr/PrAlgorithms/src/PrMatchNN.h index e56b8f6053e..d28217f1f1e 100644 --- a/Pr/PrAlgorithms/src/PrMatchNN.h +++ b/Pr/PrAlgorithms/src/PrMatchNN.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PRMATCHNN_H #define PRMATCHNN_H 1 diff --git a/Pr/PrAlgorithms/src/PrMatchToolNN.cpp b/Pr/PrAlgorithms/src/PrMatchToolNN.cpp index b98c031aea8..efc7cb1317c 100644 --- a/Pr/PrAlgorithms/src/PrMatchToolNN.cpp +++ b/Pr/PrAlgorithms/src/PrMatchToolNN.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files #include <limits> #include <vector> diff --git a/Pr/PrAlgorithms/src/PrMatchToolNN.h b/Pr/PrAlgorithms/src/PrMatchToolNN.h index 82bd0c4b0db..98a31bf95af 100644 --- a/Pr/PrAlgorithms/src/PrMatchToolNN.h +++ b/Pr/PrAlgorithms/src/PrMatchToolNN.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PRMATCHTOOLNN_H #define PRMATCHTOOLNN_H 1 diff --git a/Pr/PrAlgorithms/src/PrPlaneCounter.h b/Pr/PrAlgorithms/src/PrPlaneCounter.h index 5e18c513dfb..d45e369fbf7 100644 --- a/Pr/PrAlgorithms/src/PrPlaneCounter.h +++ b/Pr/PrAlgorithms/src/PrPlaneCounter.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PRPLANECOUNTER_H #define PRPLANECOUNTER_H 1 diff --git a/Pr/PrAlgorithms/src/PrPlaneHybridCounter.h b/Pr/PrAlgorithms/src/PrPlaneHybridCounter.h index 2a849065bc1..eac9f1e5f71 100644 --- a/Pr/PrAlgorithms/src/PrPlaneHybridCounter.h +++ b/Pr/PrAlgorithms/src/PrPlaneHybridCounter.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PRPLANEHYBRIDCOUNTER_H #define PRPLANEHYBRIDCOUNTER_H 1 diff --git a/Pr/PrAlgorithms/src/SIMDLine.cpp b/Pr/PrAlgorithms/src/SIMDLine.cpp index c94481c42c6..e7a8e3bc83e 100644 --- a/Pr/PrAlgorithms/src/SIMDLine.cpp +++ b/Pr/PrAlgorithms/src/SIMDLine.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ /** @file SIMDLine.cpp * * @author Manuel Schiller <Manuel.Schiller@cern.ch> diff --git a/Pr/PrAlgorithms/src/SIMDLine.h b/Pr/PrAlgorithms/src/SIMDLine.h index e542bb63516..47513dfd56b 100644 --- a/Pr/PrAlgorithms/src/SIMDLine.h +++ b/Pr/PrAlgorithms/src/SIMDLine.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ /** @file SIMDLine.h * * @author Manuel Schiller <Manuel.Schiller@cern.ch> diff --git a/Pr/PrAlgorithms/src/weights/TMVAClassification_MLPMatching.class.C b/Pr/PrAlgorithms/src/weights/TMVAClassification_MLPMatching.class.C index 577feab51a0..dfdb27d272b 100644 --- a/Pr/PrAlgorithms/src/weights/TMVAClassification_MLPMatching.class.C +++ b/Pr/PrAlgorithms/src/weights/TMVAClassification_MLPMatching.class.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadMLPMatching // Automatically generated by MethodBase::MakeClass // diff --git a/Pr/PrAlgorithms/src/weights/TMVA_MLP_Forward1stLoop.h b/Pr/PrAlgorithms/src/weights/TMVA_MLP_Forward1stLoop.h index c235c75a566..8222c47699d 100644 --- a/Pr/PrAlgorithms/src/weights/TMVA_MLP_Forward1stLoop.h +++ b/Pr/PrAlgorithms/src/weights/TMVA_MLP_Forward1stLoop.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadMLP_Forward1stLoop // Automatically generated by MethodBase::MakeClass // diff --git a/Pr/PrAlgorithms/src/weights/TMVA_MLP_Forward2ndLoop.h b/Pr/PrAlgorithms/src/weights/TMVA_MLP_Forward2ndLoop.h index 400926351fe..07663bdbf3b 100644 --- a/Pr/PrAlgorithms/src/weights/TMVA_MLP_Forward2ndLoop.h +++ b/Pr/PrAlgorithms/src/weights/TMVA_MLP_Forward2ndLoop.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadMLP_Forward2ndLoop // Automatically generated by MethodBase::MakeClass // diff --git a/Pr/PrAlgorithms/src/weights/TMVA_PrLongLivedTracking_MLP.class.C b/Pr/PrAlgorithms/src/weights/TMVA_PrLongLivedTracking_MLP.class.C index 3b38f49c047..12f521e7be9 100644 --- a/Pr/PrAlgorithms/src/weights/TMVA_PrLongLivedTracking_MLP.class.C +++ b/Pr/PrAlgorithms/src/weights/TMVA_PrLongLivedTracking_MLP.class.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadMLP // Automatically generated by MethodBase::MakeClass // diff --git a/Pr/PrFitParams/CMakeLists.txt b/Pr/PrFitParams/CMakeLists.txt index 99182097741..31567012c05 100644 --- a/Pr/PrFitParams/CMakeLists.txt +++ b/Pr/PrFitParams/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ################################################################################ # Package: PrFitParams ################################################################################ diff --git a/Pr/PrFitParams/options/PrFitParams.py b/Pr/PrFitParams/options/PrFitParams.py index ea906c4f940..84ea64ba0f1 100644 --- a/Pr/PrFitParams/options/PrFitParams.py +++ b/Pr/PrFitParams/options/PrFitParams.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### from Configurables import Brunel, NTupleSvc, TrackSys, RecMoniConf Brunel().InputType = "DIGI" # implies also Brunel().Simulation = True diff --git a/Pr/PrFitParams/src/LinParFit.h b/Pr/PrFitParams/src/LinParFit.h index d572cfe33cc..11c6bc3e014 100644 --- a/Pr/PrFitParams/src/LinParFit.h +++ b/Pr/PrFitParams/src/LinParFit.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ /** @file LinParFit.h * * @brief chi^2 fit which is linear in fit parameters diff --git a/Pr/PrFitParams/src/PrFitFwdParams.cpp b/Pr/PrFitParams/src/PrFitFwdParams.cpp index 6cc47d8c44a..57351a3915b 100755 --- a/Pr/PrFitParams/src/PrFitFwdParams.cpp +++ b/Pr/PrFitParams/src/PrFitFwdParams.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files #include <string> #include <stdio.h> diff --git a/Pr/PrFitParams/src/PrFitFwdParams.h b/Pr/PrFitParams/src/PrFitFwdParams.h index f281a4f08a5..4a1bf00b767 100755 --- a/Pr/PrFitParams/src/PrFitFwdParams.h +++ b/Pr/PrFitParams/src/PrFitFwdParams.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PRFITFWDPARAMS_H #define PRFITFWDPARAMS_H 1 diff --git a/Pr/PrFitParams/src/PrFitKsParams.cpp b/Pr/PrFitParams/src/PrFitKsParams.cpp index aa4a5b4a0e3..ccadfc20514 100755 --- a/Pr/PrFitParams/src/PrFitKsParams.cpp +++ b/Pr/PrFitParams/src/PrFitKsParams.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // from Gaudi diff --git a/Pr/PrFitParams/src/PrFitKsParams.h b/Pr/PrFitParams/src/PrFitKsParams.h index 6498e80720c..5bdc6f98055 100755 --- a/Pr/PrFitParams/src/PrFitKsParams.h +++ b/Pr/PrFitParams/src/PrFitKsParams.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef KSFITPARAMS_H #define KSFITPARAMS_H 1 diff --git a/Pr/PrFitParams/src/PrFitMatchParams.cpp b/Pr/PrFitParams/src/PrFitMatchParams.cpp index 47e90880419..eacf201e871 100644 --- a/Pr/PrFitParams/src/PrFitMatchParams.cpp +++ b/Pr/PrFitParams/src/PrFitMatchParams.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // from Gaudi diff --git a/Pr/PrFitParams/src/PrFitMatchParams.h b/Pr/PrFitParams/src/PrFitMatchParams.h index 301095715c1..cc203f65599 100644 --- a/Pr/PrFitParams/src/PrFitMatchParams.h +++ b/Pr/PrFitParams/src/PrFitMatchParams.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PRFITMATCHPARAMS_H #define PRFITMATCHPARAMS_H 1 diff --git a/Pr/PrFitParams/src/PrFitParameters.cpp b/Pr/PrFitParams/src/PrFitParameters.cpp index 8b10e2bb44f..ef5beb383ae 100755 --- a/Pr/PrFitParams/src/PrFitParameters.cpp +++ b/Pr/PrFitParams/src/PrFitParameters.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files #include <stdio.h> diff --git a/Pr/PrFitParams/src/PrFitParameters.h b/Pr/PrFitParams/src/PrFitParameters.h index f5a852de2a6..cb92ad6f396 100755 --- a/Pr/PrFitParams/src/PrFitParameters.h +++ b/Pr/PrFitParams/src/PrFitParameters.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PRFITPARAMETERS_H #define PRFITPARAMETERS_H 1 diff --git a/Pr/PrFitParams/src/PrFitSeedParams.cpp b/Pr/PrFitParams/src/PrFitSeedParams.cpp index a56e7c71f3d..1a40c27a13f 100755 --- a/Pr/PrFitParams/src/PrFitSeedParams.cpp +++ b/Pr/PrFitParams/src/PrFitSeedParams.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // from Gaudi diff --git a/Pr/PrFitParams/src/PrFitSeedParams.h b/Pr/PrFitParams/src/PrFitSeedParams.h index ebb401a57c1..0e1bae8ddae 100755 --- a/Pr/PrFitParams/src/PrFitSeedParams.h +++ b/Pr/PrFitParams/src/PrFitSeedParams.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef SEEDFITPARAMS_H #define SEEDFITPARAMS_H 1 diff --git a/Pr/PrFitParams/src/PrFitTool.cpp b/Pr/PrFitParams/src/PrFitTool.cpp index f884fd38318..45777a7ada9 100755 --- a/Pr/PrFitParams/src/PrFitTool.cpp +++ b/Pr/PrFitParams/src/PrFitTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // local diff --git a/Pr/PrFitParams/src/PrFitTool.h b/Pr/PrFitParams/src/PrFitTool.h index aa5e02f6ad4..53df6775b7b 100755 --- a/Pr/PrFitParams/src/PrFitTool.h +++ b/Pr/PrFitParams/src/PrFitTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PRFITTOOL_H #define PRFITTOOL_H 1 diff --git a/Pr/PrKernel/CMakeLists.txt b/Pr/PrKernel/CMakeLists.txt index 50d8e18415d..c280393a2f4 100644 --- a/Pr/PrKernel/CMakeLists.txt +++ b/Pr/PrKernel/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ################################################################################ # Package: PrKernel ################################################################################ diff --git a/Pr/PrKernel/PrKernel/IPrCounter.h b/Pr/PrKernel/PrKernel/IPrCounter.h index 841f3b826e4..314f8790441 100644 --- a/Pr/PrKernel/PrKernel/IPrCounter.h +++ b/Pr/PrKernel/PrKernel/IPrCounter.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PRKERNEL_IPRCOUNTER_H #define PRKERNEL_IPRCOUNTER_H 1 diff --git a/Pr/PrKernel/PrKernel/IPrDebugMatchTool.h b/Pr/PrKernel/PrKernel/IPrDebugMatchTool.h index cfec0885021..9194b89399c 100644 --- a/Pr/PrKernel/PrKernel/IPrDebugMatchTool.h +++ b/Pr/PrKernel/PrKernel/IPrDebugMatchTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef IPRDEBUGMATCHTOOL_H #define IPRDEBUGMATCHTOOL_H 1 diff --git a/Pr/PrKernel/PrKernel/IPrDebugTool.h b/Pr/PrKernel/PrKernel/IPrDebugTool.h index 0e8a3662169..32532e7a87f 100644 --- a/Pr/PrKernel/PrKernel/IPrDebugTool.h +++ b/Pr/PrKernel/PrKernel/IPrDebugTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PRKERNEL_IPRDEBUGTOOL_H #define PRKERNEL_IPRDEBUGTOOL_H 1 diff --git a/Pr/PrKernel/PrKernel/IPrDebugUTTool.h b/Pr/PrKernel/PrKernel/IPrDebugUTTool.h index f752ed8b018..751fd95d47c 100755 --- a/Pr/PrKernel/PrKernel/IPrDebugUTTool.h +++ b/Pr/PrKernel/PrKernel/IPrDebugUTTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PATKERNEL_IPATDEBUGUTTOOL_H #define PATKERNEL_IPATDEBUGUTTOOL_H 1 diff --git a/Pr/PrKernel/PrKernel/IPrTTCounter.h b/Pr/PrKernel/PrKernel/IPrTTCounter.h index d2263f5e986..986677dd8d3 100644 --- a/Pr/PrKernel/PrKernel/IPrTTCounter.h +++ b/Pr/PrKernel/PrKernel/IPrTTCounter.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PRKERNEL_IPRTTCOUNTER_H #define PRKERNEL_IPRTTCOUNTER_H 1 diff --git a/Pr/PrKernel/PrKernel/IPrUTCounter.h b/Pr/PrKernel/PrKernel/IPrUTCounter.h index 77a96105355..8b4c4c82449 100644 --- a/Pr/PrKernel/PrKernel/IPrUTCounter.h +++ b/Pr/PrKernel/PrKernel/IPrUTCounter.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PATKERNEL_IPAUTTCOUNTER_H #define PATKERNEL_IPAUTTCOUNTER_H 1 diff --git a/Pr/PrKernel/PrKernel/PrHit.h b/Pr/PrKernel/PrKernel/PrHit.h index c9d093720b3..6ec3c4de2ca 100644 --- a/Pr/PrKernel/PrKernel/PrHit.h +++ b/Pr/PrKernel/PrKernel/PrHit.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PRKERNEL_PRHIT_H #define PRKERNEL_PRHIT_H 1 diff --git a/Pr/PrKernel/PrKernel/PrHitManager.h b/Pr/PrKernel/PrKernel/PrHitManager.h index 3be0b8df476..d3766439272 100644 --- a/Pr/PrKernel/PrKernel/PrHitManager.h +++ b/Pr/PrKernel/PrKernel/PrHitManager.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PRKERNEL_PRHITMANAGER_H #define PRKERNEL_PRHITMANAGER_H 1 diff --git a/Pr/PrKernel/PrKernel/PrHitZone.h b/Pr/PrKernel/PrKernel/PrHitZone.h index 5806547bb36..6fcef1a0699 100644 --- a/Pr/PrKernel/PrKernel/PrHitZone.h +++ b/Pr/PrKernel/PrKernel/PrHitZone.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PRKERNEL_PRHITZONE_H #define PRKERNEL_PRHITZONE_H 1 diff --git a/Pr/PrKernel/PrKernel/PrUTHit.h b/Pr/PrKernel/PrKernel/PrUTHit.h index f2941a60825..c2b95969cea 100755 --- a/Pr/PrKernel/PrKernel/PrUTHit.h +++ b/Pr/PrKernel/PrKernel/PrUTHit.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PRUTHIT_H #define PRUTHIT_H 1 diff --git a/Pr/PrKernel/dict/PrKernelDict.h b/Pr/PrKernel/dict/PrKernelDict.h index 0d83bd4e988..c619c2f45fb 100644 --- a/Pr/PrKernel/dict/PrKernelDict.h +++ b/Pr/PrKernel/dict/PrKernelDict.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef DICT_PRKERNELDICT_H #define DICT_PRKERNELDICT_H 1 diff --git a/Pr/PrKernel/dict/PrKernelDict.xml b/Pr/PrKernel/dict/PrKernelDict.xml index 0b55a55070f..594469d00d5 100644 --- a/Pr/PrKernel/dict/PrKernelDict.xml +++ b/Pr/PrKernel/dict/PrKernelDict.xml @@ -1,3 +1,13 @@ +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <lcgdict> <class name = "IPrDebugTool" /> <class name = "IPrDebugUTTool" /> diff --git a/Pr/PrKernel/src/PrHitManager.cpp b/Pr/PrKernel/src/PrHitManager.cpp index 45230c47dbc..b2b01e1aace 100644 --- a/Pr/PrKernel/src/PrHitManager.cpp +++ b/Pr/PrKernel/src/PrHitManager.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // local diff --git a/Pr/PrMCTools/CMakeLists.txt b/Pr/PrMCTools/CMakeLists.txt index a682e63eeef..8d32e5c3561 100644 --- a/Pr/PrMCTools/CMakeLists.txt +++ b/Pr/PrMCTools/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ################################################################################ # Package: PrMCTools ################################################################################ diff --git a/Pr/PrMCTools/src/PrCheatedSciFiTracking.cpp b/Pr/PrMCTools/src/PrCheatedSciFiTracking.cpp index 7d1d9575b79..c35859716ef 100644 --- a/Pr/PrMCTools/src/PrCheatedSciFiTracking.cpp +++ b/Pr/PrMCTools/src/PrCheatedSciFiTracking.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // local diff --git a/Pr/PrMCTools/src/PrCheatedSciFiTracking.h b/Pr/PrMCTools/src/PrCheatedSciFiTracking.h index 353be97d432..35617cc4485 100644 --- a/Pr/PrMCTools/src/PrCheatedSciFiTracking.h +++ b/Pr/PrMCTools/src/PrCheatedSciFiTracking.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PRCHEATEDSCIFITRACKING_H #define PRCHEATEDSCIFITRACKING_H 1 diff --git a/Pr/PrMCTools/src/PrCheatedVP.cpp b/Pr/PrMCTools/src/PrCheatedVP.cpp index c1e1d2cb284..9c2003301ff 100644 --- a/Pr/PrMCTools/src/PrCheatedVP.cpp +++ b/Pr/PrMCTools/src/PrCheatedVP.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Event/MCEvent #include "Event/MCHit.h" #include "Event/MCTrackInfo.h" diff --git a/Pr/PrMCTools/src/PrCheatedVP.h b/Pr/PrMCTools/src/PrCheatedVP.h index a1f85cd540c..08cfb7fdf35 100644 --- a/Pr/PrMCTools/src/PrCheatedVP.h +++ b/Pr/PrMCTools/src/PrCheatedVP.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PRCHEATEDVP_H #define PRCHEATEDVP_H 1 diff --git a/Pr/PrMCTools/src/PrChecker.cpp b/Pr/PrMCTools/src/PrChecker.cpp index e8180485e74..bf393a9e809 100755 --- a/Pr/PrMCTools/src/PrChecker.cpp +++ b/Pr/PrMCTools/src/PrChecker.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // Linker diff --git a/Pr/PrMCTools/src/PrChecker.h b/Pr/PrMCTools/src/PrChecker.h index 7324b339b45..26077c646da 100755 --- a/Pr/PrMCTools/src/PrChecker.h +++ b/Pr/PrMCTools/src/PrChecker.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PRCHECKER_H #define PRCHECKER_H 1 diff --git a/Pr/PrMCTools/src/PrChecker2.cpp b/Pr/PrMCTools/src/PrChecker2.cpp index de700b87acc..04cb0577135 100644 --- a/Pr/PrMCTools/src/PrChecker2.cpp +++ b/Pr/PrMCTools/src/PrChecker2.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // Linker diff --git a/Pr/PrMCTools/src/PrChecker2.h b/Pr/PrMCTools/src/PrChecker2.h index 08d40ee0b6e..ca433e04a4e 100644 --- a/Pr/PrMCTools/src/PrChecker2.h +++ b/Pr/PrMCTools/src/PrChecker2.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PRCHECKER2_H #define PRCHECKER2_H 1 diff --git a/Pr/PrMCTools/src/PrClustersResidual.cpp b/Pr/PrMCTools/src/PrClustersResidual.cpp index a1b5fc54bc7..6f9542d4bb4 100644 --- a/Pr/PrMCTools/src/PrClustersResidual.cpp +++ b/Pr/PrMCTools/src/PrClustersResidual.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // from Gaudi diff --git a/Pr/PrMCTools/src/PrClustersResidual.h b/Pr/PrMCTools/src/PrClustersResidual.h index 6c48866a672..d9f95e4c5d2 100644 --- a/Pr/PrMCTools/src/PrClustersResidual.h +++ b/Pr/PrMCTools/src/PrClustersResidual.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PRCLUSTERSRESIDUAL_H #define PRCLUSTERSRESIDUAL_H 1 diff --git a/Pr/PrMCTools/src/PrCounter.cpp b/Pr/PrMCTools/src/PrCounter.cpp index 145d33887a0..2e4a7a75d55 100755 --- a/Pr/PrMCTools/src/PrCounter.cpp +++ b/Pr/PrMCTools/src/PrCounter.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files #include "GaudiAlg/IHistoTool.h" diff --git a/Pr/PrMCTools/src/PrCounter.h b/Pr/PrMCTools/src/PrCounter.h index ce12acf1131..bc71ce67e44 100755 --- a/Pr/PrMCTools/src/PrCounter.h +++ b/Pr/PrMCTools/src/PrCounter.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PRCOUNTER_H #define PRCOUNTER_H 1 diff --git a/Pr/PrMCTools/src/PrCounter2.cpp b/Pr/PrMCTools/src/PrCounter2.cpp index ab3b6a0238f..75e96592f5b 100644 --- a/Pr/PrMCTools/src/PrCounter2.cpp +++ b/Pr/PrMCTools/src/PrCounter2.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files #include "GaudiAlg/IHistoTool.h" diff --git a/Pr/PrMCTools/src/PrCounter2.h b/Pr/PrMCTools/src/PrCounter2.h index ee93433f3ff..160602c4c93 100644 --- a/Pr/PrMCTools/src/PrCounter2.h +++ b/Pr/PrMCTools/src/PrCounter2.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PRCOUNTER_H #define PRCOUNTER_H 1 diff --git a/Pr/PrMCTools/src/PrDebugMatchToolNN.cpp b/Pr/PrMCTools/src/PrDebugMatchToolNN.cpp index f48bfd0ef26..724a48388d5 100644 --- a/Pr/PrMCTools/src/PrDebugMatchToolNN.cpp +++ b/Pr/PrMCTools/src/PrDebugMatchToolNN.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files #include <limits> #include <vector> diff --git a/Pr/PrMCTools/src/PrDebugMatchToolNN.h b/Pr/PrMCTools/src/PrDebugMatchToolNN.h index 4251666b659..563db18e08a 100644 --- a/Pr/PrMCTools/src/PrDebugMatchToolNN.h +++ b/Pr/PrMCTools/src/PrDebugMatchToolNN.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PRDEBUGMATCHTOOLNN_H #define PRDEBUGMATCHTOOLNN_H 1 diff --git a/Pr/PrMCTools/src/PrDebugTrackingLosses.cpp b/Pr/PrMCTools/src/PrDebugTrackingLosses.cpp index 9b979457bf7..ca53d351889 100644 --- a/Pr/PrMCTools/src/PrDebugTrackingLosses.cpp +++ b/Pr/PrMCTools/src/PrDebugTrackingLosses.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // from Gaudi diff --git a/Pr/PrMCTools/src/PrDebugTrackingLosses.h b/Pr/PrMCTools/src/PrDebugTrackingLosses.h index 9cc27d32764..bf4d8f153e1 100644 --- a/Pr/PrMCTools/src/PrDebugTrackingLosses.h +++ b/Pr/PrMCTools/src/PrDebugTrackingLosses.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PRDEBUGTRACKINGLOSSES_H #define PRDEBUGTRACKINGLOSSES_H 1 diff --git a/Pr/PrMCTools/src/PrDebugUTTruthTool.cpp b/Pr/PrMCTools/src/PrDebugUTTruthTool.cpp index b79a7871d8f..de04da222ed 100755 --- a/Pr/PrMCTools/src/PrDebugUTTruthTool.cpp +++ b/Pr/PrMCTools/src/PrDebugUTTruthTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // from Gaudi diff --git a/Pr/PrMCTools/src/PrDebugUTTruthTool.h b/Pr/PrMCTools/src/PrDebugUTTruthTool.h index 0cf40698b85..43532f5417d 100755 --- a/Pr/PrMCTools/src/PrDebugUTTruthTool.h +++ b/Pr/PrMCTools/src/PrDebugUTTruthTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PRDEBUGTTTRUTHTOOL_H #define PRDEBUGTTTRUTHTOOL_H 1 diff --git a/Pr/PrMCTools/src/PrFitPolinomial.cpp b/Pr/PrMCTools/src/PrFitPolinomial.cpp index e70cd2fd42b..236a685f838 100644 --- a/Pr/PrMCTools/src/PrFitPolinomial.cpp +++ b/Pr/PrMCTools/src/PrFitPolinomial.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include "PrFitPolinomial.h" //----------------------------------------------------------------------------- diff --git a/Pr/PrMCTools/src/PrFitPolinomial.h b/Pr/PrMCTools/src/PrFitPolinomial.h index 0ac73265172..9fbbc022324 100644 --- a/Pr/PrMCTools/src/PrFitPolinomial.h +++ b/Pr/PrMCTools/src/PrFitPolinomial.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PRFITPOLINOMIAL_H #define PRFITPOLINOMIAL_H 1 diff --git a/Pr/PrMCTools/src/PrLHCbID2MCParticle.cpp b/Pr/PrMCTools/src/PrLHCbID2MCParticle.cpp index a7dc95b7e0c..d0c5795e82a 100755 --- a/Pr/PrMCTools/src/PrLHCbID2MCParticle.cpp +++ b/Pr/PrMCTools/src/PrLHCbID2MCParticle.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files #include "Event/MCParticle.h" diff --git a/Pr/PrMCTools/src/PrLHCbID2MCParticle.h b/Pr/PrMCTools/src/PrLHCbID2MCParticle.h index 8856effd9ea..c07526bd1c5 100755 --- a/Pr/PrMCTools/src/PrLHCbID2MCParticle.h +++ b/Pr/PrMCTools/src/PrLHCbID2MCParticle.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PRLHCBID2MCPARTICLE_H #define PRLHCBID2MCPARTICLE_H 1 diff --git a/Pr/PrMCTools/src/PrPixelDebugTool.cpp b/Pr/PrMCTools/src/PrPixelDebugTool.cpp index fd282bbcbc8..f6710948972 100755 --- a/Pr/PrMCTools/src/PrPixelDebugTool.cpp +++ b/Pr/PrMCTools/src/PrPixelDebugTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Gaudi #include "GaudiKernel/IRegistry.h" diff --git a/Pr/PrMCTools/src/PrPixelDebugTool.h b/Pr/PrMCTools/src/PrPixelDebugTool.h index 678367285ae..4b96ba73b6c 100755 --- a/Pr/PrMCTools/src/PrPixelDebugTool.h +++ b/Pr/PrMCTools/src/PrPixelDebugTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PRPIXELDEBUGTOOL_H #define PRPIXELDEBUGTOOL_H 1 diff --git a/Pr/PrMCTools/src/PrPlotFTHits.cpp b/Pr/PrMCTools/src/PrPlotFTHits.cpp index 16adea5ccac..e6fd99ca637 100644 --- a/Pr/PrMCTools/src/PrPlotFTHits.cpp +++ b/Pr/PrMCTools/src/PrPlotFTHits.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // Linker diff --git a/Pr/PrMCTools/src/PrPlotFTHits.h b/Pr/PrMCTools/src/PrPlotFTHits.h index 45718372cf9..c91c9856c52 100644 --- a/Pr/PrMCTools/src/PrPlotFTHits.h +++ b/Pr/PrMCTools/src/PrPlotFTHits.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PRPLOTFTHITS_H #define PRPLOTFTHITS_H 1 diff --git a/Pr/PrMCTools/src/PrTStationDebugTool.cpp b/Pr/PrMCTools/src/PrTStationDebugTool.cpp index b6c03fc017d..4e46880deab 100644 --- a/Pr/PrMCTools/src/PrTStationDebugTool.cpp +++ b/Pr/PrMCTools/src/PrTStationDebugTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // from Gaudi diff --git a/Pr/PrMCTools/src/PrTStationDebugTool.h b/Pr/PrMCTools/src/PrTStationDebugTool.h index 8aa1c5e387d..fa82f97220f 100644 --- a/Pr/PrMCTools/src/PrTStationDebugTool.h +++ b/Pr/PrMCTools/src/PrTStationDebugTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PRTSTATIONDEBUGTOOL_H #define PRTSTATIONDEBUGTOOL_H 1 diff --git a/Pr/PrMCTools/src/PrTTCounter.cpp b/Pr/PrMCTools/src/PrTTCounter.cpp index 5858fcfd15a..bcc9a249fb6 100644 --- a/Pr/PrMCTools/src/PrTTCounter.cpp +++ b/Pr/PrMCTools/src/PrTTCounter.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // from Gaudi diff --git a/Pr/PrMCTools/src/PrTTCounter.h b/Pr/PrMCTools/src/PrTTCounter.h index 000dbd58fb5..b5ee9b1c5b9 100644 --- a/Pr/PrMCTools/src/PrTTCounter.h +++ b/Pr/PrMCTools/src/PrTTCounter.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PRTTCOUNTER_H #define PRTTCOUNTER_H 1 diff --git a/Pr/PrMCTools/src/PrTrackAssociator.cpp b/Pr/PrMCTools/src/PrTrackAssociator.cpp index 964ff625bc2..b1a3194122b 100644 --- a/Pr/PrMCTools/src/PrTrackAssociator.cpp +++ b/Pr/PrMCTools/src/PrTrackAssociator.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files diff --git a/Pr/PrMCTools/src/PrTrackAssociator.h b/Pr/PrMCTools/src/PrTrackAssociator.h index 7b8b6019852..33af3114656 100644 --- a/Pr/PrMCTools/src/PrTrackAssociator.h +++ b/Pr/PrMCTools/src/PrTrackAssociator.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PRTRACKASSOCIATOR_H #define PRTRACKASSOCIATOR_H 1 diff --git a/Pr/PrMCTools/src/PrVeloUTChecker.cpp b/Pr/PrMCTools/src/PrVeloUTChecker.cpp index b1af32a7e00..b7df6a59097 100644 --- a/Pr/PrMCTools/src/PrVeloUTChecker.cpp +++ b/Pr/PrMCTools/src/PrVeloUTChecker.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PrVeloUTChecker_CPP #define PrVeloUTChecker_CPP #include "GaudiKernel/PhysicalConstants.h" diff --git a/Pr/PrMCTools/src/PrVeloUTChecker.h b/Pr/PrMCTools/src/PrVeloUTChecker.h index c995f69b249..995fef16e59 100644 --- a/Pr/PrMCTools/src/PrVeloUTChecker.h +++ b/Pr/PrMCTools/src/PrVeloUTChecker.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PrVeloUTChecker_H #define PrVeloUTChecker_H diff --git a/Pr/PrPixel/CMakeLists.txt b/Pr/PrPixel/CMakeLists.txt index 179135a74d2..89a58d0ff95 100644 --- a/Pr/PrPixel/CMakeLists.txt +++ b/Pr/PrPixel/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ################################################################################ # Package: PrPixel ################################################################################ diff --git a/Pr/PrPixel/src/PrPixelHit.h b/Pr/PrPixel/src/PrPixelHit.h index 0c56c2d22ce..22b80d1288a 100644 --- a/Pr/PrPixel/src/PrPixelHit.h +++ b/Pr/PrPixel/src/PrPixelHit.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PRPIXELHIT_H #define PRPIXELHIT_H 1 diff --git a/Pr/PrPixel/src/PrPixelHitManager.cpp b/Pr/PrPixel/src/PrPixelHitManager.cpp index 3595d28623a..6e217eb86ed 100644 --- a/Pr/PrPixel/src/PrPixelHitManager.cpp +++ b/Pr/PrPixel/src/PrPixelHitManager.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include <cmath> // LHCb diff --git a/Pr/PrPixel/src/PrPixelHitManager.h b/Pr/PrPixel/src/PrPixelHitManager.h index bc7f2fcb98e..0fc92cd06e2 100644 --- a/Pr/PrPixel/src/PrPixelHitManager.h +++ b/Pr/PrPixel/src/PrPixelHitManager.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PRPIXELHITMANAGER_H #define PRPIXELHITMANAGER_H 1 diff --git a/Pr/PrPixel/src/PrPixelModule.h b/Pr/PrPixel/src/PrPixelModule.h index cd27146ebd2..5b9b4e2f8db 100644 --- a/Pr/PrPixel/src/PrPixelModule.h +++ b/Pr/PrPixel/src/PrPixelModule.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PRPIXELMODULE_H #define PRPIXELMODULE_H 1 diff --git a/Pr/PrPixel/src/PrPixelMonitor.cpp b/Pr/PrPixel/src/PrPixelMonitor.cpp index 5bccb85ba70..1eba71ec20e 100644 --- a/Pr/PrPixel/src/PrPixelMonitor.cpp +++ b/Pr/PrPixel/src/PrPixelMonitor.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // LHCb #include "Event/Track.h" #include "Event/StateParameters.h" diff --git a/Pr/PrPixel/src/PrPixelMonitor.h b/Pr/PrPixel/src/PrPixelMonitor.h index 01da95cb641..c6c71c6dfb9 100644 --- a/Pr/PrPixel/src/PrPixelMonitor.h +++ b/Pr/PrPixel/src/PrPixelMonitor.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PRPIXELMONITOR_H #define PRPIXELMONITOR_H 1 diff --git a/Pr/PrPixel/src/PrPixelStoreClusters.cpp b/Pr/PrPixel/src/PrPixelStoreClusters.cpp index 871d22752ed..5b0c3b0e05f 100644 --- a/Pr/PrPixel/src/PrPixelStoreClusters.cpp +++ b/Pr/PrPixel/src/PrPixelStoreClusters.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include "Event/VPCluster.h" #include "PrPixelStoreClusters.h" diff --git a/Pr/PrPixel/src/PrPixelStoreClusters.h b/Pr/PrPixel/src/PrPixelStoreClusters.h index f88cb83b402..5b19606e515 100644 --- a/Pr/PrPixel/src/PrPixelStoreClusters.h +++ b/Pr/PrPixel/src/PrPixelStoreClusters.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PRPIXELSTORECLUSTERS_H #define PRPIXELSTORECLUSTERS_H 1 diff --git a/Pr/PrPixel/src/PrPixelTrack.cpp b/Pr/PrPixel/src/PrPixelTrack.cpp index 1b1ed8172c7..02a579cab15 100644 --- a/Pr/PrPixel/src/PrPixelTrack.cpp +++ b/Pr/PrPixel/src/PrPixelTrack.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // LHCb #include "Event/State.h" // Local diff --git a/Pr/PrPixel/src/PrPixelTrack.h b/Pr/PrPixel/src/PrPixelTrack.h index 35b10d24f7d..7643c3345df 100644 --- a/Pr/PrPixel/src/PrPixelTrack.h +++ b/Pr/PrPixel/src/PrPixelTrack.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PRPIXELTRACK_H #define PRPIXELTRACK_H 1 diff --git a/Pr/PrPixel/src/PrPixelTracking.cpp b/Pr/PrPixel/src/PrPixelTracking.cpp index 27c906bc560..00716254877 100644 --- a/Pr/PrPixel/src/PrPixelTracking.cpp +++ b/Pr/PrPixel/src/PrPixelTracking.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // LHCb #include "Event/Track.h" #include "Event/StateParameters.h" diff --git a/Pr/PrPixel/src/PrPixelTracking.h b/Pr/PrPixel/src/PrPixelTracking.h index 812a2382154..69285214f81 100644 --- a/Pr/PrPixel/src/PrPixelTracking.h +++ b/Pr/PrPixel/src/PrPixelTracking.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PRPIXELTRACKING_H #define PRPIXELTRACKING_H 1 diff --git a/Pr/PrPixel/src/PrPixelUtils.h b/Pr/PrPixel/src/PrPixelUtils.h index 182573ae7a8..551804bdacf 100644 --- a/Pr/PrPixel/src/PrPixelUtils.h +++ b/Pr/PrPixel/src/PrPixelUtils.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PRPIXELUTILS_H #define PRPIXELUTILS_H diff --git a/Pr/PrUtils/CMakeLists.txt b/Pr/PrUtils/CMakeLists.txt index 1c6a2bbf781..9b45f93734f 100644 --- a/Pr/PrUtils/CMakeLists.txt +++ b/Pr/PrUtils/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ################################################################################ # Package: PrUtils ################################################################################ diff --git a/Pr/PrUtils/src/PrUTStationHitManager.cpp b/Pr/PrUtils/src/PrUTStationHitManager.cpp index 44e342fd6bc..fb00ae8afd5 100755 --- a/Pr/PrUtils/src/PrUTStationHitManager.cpp +++ b/Pr/PrUtils/src/PrUTStationHitManager.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // local #include "PrUTStationHitManager.h" diff --git a/Pr/PrUtils/src/PrUTStationHitManager.h b/Pr/PrUtils/src/PrUTStationHitManager.h index 66fcda0c1c6..3342d9e4cae 100755 --- a/Pr/PrUtils/src/PrUTStationHitManager.h +++ b/Pr/PrUtils/src/PrUTStationHitManager.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PRUTSTATIONHITMANAGER_H #define PRUTSTATIONHITMANAGER_H 1 // Include files diff --git a/Pr/PrVeloUT/CMakeLists.txt b/Pr/PrVeloUT/CMakeLists.txt index 0c7f57b9e21..d07b5a45246 100644 --- a/Pr/PrVeloUT/CMakeLists.txt +++ b/Pr/PrVeloUT/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ################################################################################ # Package: PrVeloUT ################################################################################ diff --git a/Pr/PrVeloUT/src/IPrVeloUTTool.h b/Pr/PrVeloUT/src/IPrVeloUTTool.h index 673d8f134d3..694a5cb02d5 100644 --- a/Pr/PrVeloUT/src/IPrVeloUTTool.h +++ b/Pr/PrVeloUT/src/IPrVeloUTTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef IPRVELOUTTOOL_H #define IPRVELOUTTOOL_H 1 diff --git a/Pr/PrVeloUT/src/PrTableForFunction.cpp b/Pr/PrVeloUT/src/PrTableForFunction.cpp index 69a7e6e1ab6..f45b7db1576 100755 --- a/Pr/PrVeloUT/src/PrTableForFunction.cpp +++ b/Pr/PrVeloUT/src/PrTableForFunction.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // local #include "PrTableForFunction.h" diff --git a/Pr/PrVeloUT/src/PrTableForFunction.h b/Pr/PrVeloUT/src/PrTableForFunction.h index e275ef10f6e..c4ec2f26180 100755 --- a/Pr/PrVeloUT/src/PrTableForFunction.h +++ b/Pr/PrVeloUT/src/PrTableForFunction.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PRTABLEFORFUNCTION_H #define PRTABLEFORFUNCTION_H 1 diff --git a/Pr/PrVeloUT/src/PrUTMagnetTool.cpp b/Pr/PrVeloUT/src/PrUTMagnetTool.cpp index c0db08795d2..af610153f88 100755 --- a/Pr/PrVeloUT/src/PrUTMagnetTool.cpp +++ b/Pr/PrVeloUT/src/PrUTMagnetTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // from Gaudi diff --git a/Pr/PrVeloUT/src/PrUTMagnetTool.h b/Pr/PrVeloUT/src/PrUTMagnetTool.h index 16eb7218cb8..e0da7fc5df8 100755 --- a/Pr/PrVeloUT/src/PrUTMagnetTool.h +++ b/Pr/PrVeloUT/src/PrUTMagnetTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PRUTMAGNETTOOL_H #define PRUTMAGNETTOOL_H 1 diff --git a/Pr/PrVeloUT/src/PrVUTTrack.h b/Pr/PrVeloUT/src/PrVUTTrack.h index f5dafea611d..f8856ce204d 100755 --- a/Pr/PrVeloUT/src/PrVUTTrack.h +++ b/Pr/PrVeloUT/src/PrVUTTrack.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PRVUTTRACK_H #define PRVUTTRACK_H 1 diff --git a/Pr/PrVeloUT/src/PrVeloUT.cpp b/Pr/PrVeloUT/src/PrVeloUT.cpp index a0b45c66698..54e27596bcb 100755 --- a/Pr/PrVeloUT/src/PrVeloUT.cpp +++ b/Pr/PrVeloUT/src/PrVeloUT.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // local diff --git a/Pr/PrVeloUT/src/PrVeloUT.h b/Pr/PrVeloUT/src/PrVeloUT.h index c6a35a5c8e5..2766d1d51aa 100755 --- a/Pr/PrVeloUT/src/PrVeloUT.h +++ b/Pr/PrVeloUT/src/PrVeloUT.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PRVELOUT_H #define PRVELOUT_H 1 diff --git a/Pr/PrVeloUT/src/PrVeloUTTool.cpp b/Pr/PrVeloUT/src/PrVeloUTTool.cpp index bbc0c6319bd..e57203ddeec 100755 --- a/Pr/PrVeloUT/src/PrVeloUTTool.cpp +++ b/Pr/PrVeloUT/src/PrVeloUTTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // from Gaudi diff --git a/Pr/PrVeloUT/src/PrVeloUTTool.h b/Pr/PrVeloUT/src/PrVeloUTTool.h index e110089359b..9de6aa239dc 100755 --- a/Pr/PrVeloUT/src/PrVeloUTTool.h +++ b/Pr/PrVeloUT/src/PrVeloUTTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PRVELOUTTOOL_H #define PRVELOUTTOOL_H 1 diff --git a/Rec/ChargedProtoANNPID/CMakeLists.txt b/Rec/ChargedProtoANNPID/CMakeLists.txt index b1f33776b03..3854dfec761 100644 --- a/Rec/ChargedProtoANNPID/CMakeLists.txt +++ b/Rec/ChargedProtoANNPID/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ################################################################################ # Package: ChargedProtoANNPID ################################################################################ diff --git a/Rec/ChargedProtoANNPID/data/Bs2MuMuTuneBDTDev1/GlobalPID_Kaon_Long_TMVA.weights.xml b/Rec/ChargedProtoANNPID/data/Bs2MuMuTuneBDTDev1/GlobalPID_Kaon_Long_TMVA.weights.xml index d3a6d3bec91..8d9630d41c0 100644 --- a/Rec/ChargedProtoANNPID/data/Bs2MuMuTuneBDTDev1/GlobalPID_Kaon_Long_TMVA.weights.xml +++ b/Rec/ChargedProtoANNPID/data/Bs2MuMuTuneBDTDev1/GlobalPID_Kaon_Long_TMVA.weights.xml @@ -1,4 +1,14 @@ <?xml version="1.0"?> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <MethodSetup Method="BDT::Kaon_Long_TMVA"> <GeneralInfo> <Info name="TMVA Release" value="4.2.0 [262656]"/> diff --git a/Rec/ChargedProtoANNPID/data/Bs2MuMuTuneBDTDev1/GlobalPID_Muon_Long_TMVA.weights.xml b/Rec/ChargedProtoANNPID/data/Bs2MuMuTuneBDTDev1/GlobalPID_Muon_Long_TMVA.weights.xml index 884016f0b7f..cbb9c894ac4 100644 --- a/Rec/ChargedProtoANNPID/data/Bs2MuMuTuneBDTDev1/GlobalPID_Muon_Long_TMVA.weights.xml +++ b/Rec/ChargedProtoANNPID/data/Bs2MuMuTuneBDTDev1/GlobalPID_Muon_Long_TMVA.weights.xml @@ -1,4 +1,14 @@ <?xml version="1.0"?> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <MethodSetup Method="BDT::Muon_Long_TMVA"> <GeneralInfo> <Info name="TMVA Release" value="4.2.0 [262656]"/> diff --git a/Rec/ChargedProtoANNPID/data/Bs2MuMuTuneBDTDev1/GlobalPID_Pion_Long_TMVA.weights.xml b/Rec/ChargedProtoANNPID/data/Bs2MuMuTuneBDTDev1/GlobalPID_Pion_Long_TMVA.weights.xml index fab86b7119c..7aeaae7da0e 100644 --- a/Rec/ChargedProtoANNPID/data/Bs2MuMuTuneBDTDev1/GlobalPID_Pion_Long_TMVA.weights.xml +++ b/Rec/ChargedProtoANNPID/data/Bs2MuMuTuneBDTDev1/GlobalPID_Pion_Long_TMVA.weights.xml @@ -1,4 +1,14 @@ <?xml version="1.0"?> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <MethodSetup Method="BDT::Pion_Long_TMVA"> <GeneralInfo> <Info name="TMVA Release" value="4.2.0 [262656]"/> diff --git a/Rec/ChargedProtoANNPID/data/Bs2MuMuTuneBDTDev2/GlobalPID_Muon_Long_TMVA.weights.xml b/Rec/ChargedProtoANNPID/data/Bs2MuMuTuneBDTDev2/GlobalPID_Muon_Long_TMVA.weights.xml index 976dfe678ad..f57f23ba00c 100644 --- a/Rec/ChargedProtoANNPID/data/Bs2MuMuTuneBDTDev2/GlobalPID_Muon_Long_TMVA.weights.xml +++ b/Rec/ChargedProtoANNPID/data/Bs2MuMuTuneBDTDev2/GlobalPID_Muon_Long_TMVA.weights.xml @@ -1,4 +1,14 @@ <?xml version="1.0"?> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <MethodSetup Method="BDT::Muon_Long_TMVA"> <GeneralInfo> <Info name="TMVA Release" value="4.2.0 [262656]"/> diff --git a/Rec/ChargedProtoANNPID/data/Bs2MuMuTuneMLPDev1/GlobalPID_Kaon_Long_TMVA.weights.xml b/Rec/ChargedProtoANNPID/data/Bs2MuMuTuneMLPDev1/GlobalPID_Kaon_Long_TMVA.weights.xml index 68563461215..dac72a9a8ec 100644 --- a/Rec/ChargedProtoANNPID/data/Bs2MuMuTuneMLPDev1/GlobalPID_Kaon_Long_TMVA.weights.xml +++ b/Rec/ChargedProtoANNPID/data/Bs2MuMuTuneMLPDev1/GlobalPID_Kaon_Long_TMVA.weights.xml @@ -1,4 +1,14 @@ <?xml version="1.0"?> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <MethodSetup Method="MLP::Kaon_Long_TMVA"> <GeneralInfo> <Info name="TMVA Release" value="4.2.0 [262656]"/> diff --git a/Rec/ChargedProtoANNPID/data/Bs2MuMuTuneMLPDev1/GlobalPID_Muon_Long_TMVA.weights.xml b/Rec/ChargedProtoANNPID/data/Bs2MuMuTuneMLPDev1/GlobalPID_Muon_Long_TMVA.weights.xml index c63afb30b95..159b6ad7cbb 100644 --- a/Rec/ChargedProtoANNPID/data/Bs2MuMuTuneMLPDev1/GlobalPID_Muon_Long_TMVA.weights.xml +++ b/Rec/ChargedProtoANNPID/data/Bs2MuMuTuneMLPDev1/GlobalPID_Muon_Long_TMVA.weights.xml @@ -1,4 +1,14 @@ <?xml version="1.0"?> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <MethodSetup Method="MLP::Muon_Long_TMVA"> <GeneralInfo> <Info name="TMVA Release" value="4.2.0 [262656]"/> diff --git a/Rec/ChargedProtoANNPID/data/Bs2MuMuTuneMLPDev1/GlobalPID_Pion_Long_TMVA.weights.xml b/Rec/ChargedProtoANNPID/data/Bs2MuMuTuneMLPDev1/GlobalPID_Pion_Long_TMVA.weights.xml index 3010c0f15a3..6d90e73519a 100644 --- a/Rec/ChargedProtoANNPID/data/Bs2MuMuTuneMLPDev1/GlobalPID_Pion_Long_TMVA.weights.xml +++ b/Rec/ChargedProtoANNPID/data/Bs2MuMuTuneMLPDev1/GlobalPID_Pion_Long_TMVA.weights.xml @@ -1,4 +1,14 @@ <?xml version="1.0"?> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <MethodSetup Method="MLP::Pion_Long_TMVA"> <GeneralInfo> <Info name="TMVA Release" value="4.2.0 [262656]"/> diff --git a/Rec/ChargedProtoANNPID/data/Bs2MuMuTuneMLPDev2/GlobalPID_Muon_Long_TMVA.weights.xml b/Rec/ChargedProtoANNPID/data/Bs2MuMuTuneMLPDev2/GlobalPID_Muon_Long_TMVA.weights.xml index 8043f511a29..bb5b0b461f9 100644 --- a/Rec/ChargedProtoANNPID/data/Bs2MuMuTuneMLPDev2/GlobalPID_Muon_Long_TMVA.weights.xml +++ b/Rec/ChargedProtoANNPID/data/Bs2MuMuTuneMLPDev2/GlobalPID_Muon_Long_TMVA.weights.xml @@ -1,4 +1,14 @@ <?xml version="1.0"?> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <MethodSetup Method="MLP::Muon_Long_TMVA"> <GeneralInfo> <Info name="TMVA Release" value="4.2.0 [262656]"/> diff --git a/Rec/ChargedProtoANNPID/data/MC12TuneV2/GlobalPID_Electron_Downstream_TMVA.weights.xml b/Rec/ChargedProtoANNPID/data/MC12TuneV2/GlobalPID_Electron_Downstream_TMVA.weights.xml index 2b6b2ae83ce..04fee0dc3ae 100644 --- a/Rec/ChargedProtoANNPID/data/MC12TuneV2/GlobalPID_Electron_Downstream_TMVA.weights.xml +++ b/Rec/ChargedProtoANNPID/data/MC12TuneV2/GlobalPID_Electron_Downstream_TMVA.weights.xml @@ -1,4 +1,14 @@ <?xml version="1.0"?> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <MethodSetup Method="MLP::Electron_Downstream_TMVA"> <GeneralInfo> <Info name="TMVA Release" value="4.1.4 [262404]"/> diff --git a/Rec/ChargedProtoANNPID/data/MC12TuneV2/GlobalPID_Electron_Long_TMVA.weights.xml b/Rec/ChargedProtoANNPID/data/MC12TuneV2/GlobalPID_Electron_Long_TMVA.weights.xml index fe5bd76c9a4..c8d89971339 100644 --- a/Rec/ChargedProtoANNPID/data/MC12TuneV2/GlobalPID_Electron_Long_TMVA.weights.xml +++ b/Rec/ChargedProtoANNPID/data/MC12TuneV2/GlobalPID_Electron_Long_TMVA.weights.xml @@ -1,4 +1,14 @@ <?xml version="1.0"?> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <MethodSetup Method="MLP::Electron_Long_TMVA"> <GeneralInfo> <Info name="TMVA Release" value="4.1.4 [262404]"/> diff --git a/Rec/ChargedProtoANNPID/data/MC12TuneV2/GlobalPID_Electron_Upstream_TMVA.weights.xml b/Rec/ChargedProtoANNPID/data/MC12TuneV2/GlobalPID_Electron_Upstream_TMVA.weights.xml index f69b7210213..37efd8217d4 100644 --- a/Rec/ChargedProtoANNPID/data/MC12TuneV2/GlobalPID_Electron_Upstream_TMVA.weights.xml +++ b/Rec/ChargedProtoANNPID/data/MC12TuneV2/GlobalPID_Electron_Upstream_TMVA.weights.xml @@ -1,4 +1,14 @@ <?xml version="1.0"?> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <MethodSetup Method="MLP::Electron_Upstream_TMVA"> <GeneralInfo> <Info name="TMVA Release" value="4.1.4 [262404]"/> diff --git a/Rec/ChargedProtoANNPID/data/MC12TuneV2/GlobalPID_Ghost_Downstream_TMVA.weights.xml b/Rec/ChargedProtoANNPID/data/MC12TuneV2/GlobalPID_Ghost_Downstream_TMVA.weights.xml index 482fbf0c240..2fc4f971394 100644 --- a/Rec/ChargedProtoANNPID/data/MC12TuneV2/GlobalPID_Ghost_Downstream_TMVA.weights.xml +++ b/Rec/ChargedProtoANNPID/data/MC12TuneV2/GlobalPID_Ghost_Downstream_TMVA.weights.xml @@ -1,4 +1,14 @@ <?xml version="1.0"?> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <MethodSetup Method="MLP::Ghost_Downstream_TMVA"> <GeneralInfo> <Info name="TMVA Release" value="4.1.4 [262404]"/> diff --git a/Rec/ChargedProtoANNPID/data/MC12TuneV2/GlobalPID_Ghost_Long_TMVA.weights.xml b/Rec/ChargedProtoANNPID/data/MC12TuneV2/GlobalPID_Ghost_Long_TMVA.weights.xml index 32b3a72ccef..e3911de46e6 100644 --- a/Rec/ChargedProtoANNPID/data/MC12TuneV2/GlobalPID_Ghost_Long_TMVA.weights.xml +++ b/Rec/ChargedProtoANNPID/data/MC12TuneV2/GlobalPID_Ghost_Long_TMVA.weights.xml @@ -1,4 +1,14 @@ <?xml version="1.0"?> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <MethodSetup Method="MLP::Ghost_Long_TMVA"> <GeneralInfo> <Info name="TMVA Release" value="4.1.4 [262404]"/> diff --git a/Rec/ChargedProtoANNPID/data/MC12TuneV2/GlobalPID_Ghost_Upstream_TMVA.weights.xml b/Rec/ChargedProtoANNPID/data/MC12TuneV2/GlobalPID_Ghost_Upstream_TMVA.weights.xml index a6230892354..897cf9e66fd 100644 --- a/Rec/ChargedProtoANNPID/data/MC12TuneV2/GlobalPID_Ghost_Upstream_TMVA.weights.xml +++ b/Rec/ChargedProtoANNPID/data/MC12TuneV2/GlobalPID_Ghost_Upstream_TMVA.weights.xml @@ -1,4 +1,14 @@ <?xml version="1.0"?> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <MethodSetup Method="MLP::Ghost_Upstream_TMVA"> <GeneralInfo> <Info name="TMVA Release" value="4.1.4 [262404]"/> diff --git a/Rec/ChargedProtoANNPID/data/MC12TuneV2/GlobalPID_Kaon_Downstream_TMVA.weights.xml b/Rec/ChargedProtoANNPID/data/MC12TuneV2/GlobalPID_Kaon_Downstream_TMVA.weights.xml index ffdbaec0dcc..dc97ab88753 100644 --- a/Rec/ChargedProtoANNPID/data/MC12TuneV2/GlobalPID_Kaon_Downstream_TMVA.weights.xml +++ b/Rec/ChargedProtoANNPID/data/MC12TuneV2/GlobalPID_Kaon_Downstream_TMVA.weights.xml @@ -1,4 +1,14 @@ <?xml version="1.0"?> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <MethodSetup Method="MLP::Kaon_Downstream_TMVA"> <GeneralInfo> <Info name="TMVA Release" value="4.1.4 [262404]"/> diff --git a/Rec/ChargedProtoANNPID/data/MC12TuneV2/GlobalPID_Kaon_Long_TMVA.weights.xml b/Rec/ChargedProtoANNPID/data/MC12TuneV2/GlobalPID_Kaon_Long_TMVA.weights.xml index 3463560ab25..21e974050e1 100644 --- a/Rec/ChargedProtoANNPID/data/MC12TuneV2/GlobalPID_Kaon_Long_TMVA.weights.xml +++ b/Rec/ChargedProtoANNPID/data/MC12TuneV2/GlobalPID_Kaon_Long_TMVA.weights.xml @@ -1,4 +1,14 @@ <?xml version="1.0"?> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <MethodSetup Method="MLP::Kaon_Long_TMVA"> <GeneralInfo> <Info name="TMVA Release" value="4.1.4 [262404]"/> diff --git a/Rec/ChargedProtoANNPID/data/MC12TuneV2/GlobalPID_Kaon_Upstream_TMVA.weights.xml b/Rec/ChargedProtoANNPID/data/MC12TuneV2/GlobalPID_Kaon_Upstream_TMVA.weights.xml index 04c34afbbe8..da2250941f7 100644 --- a/Rec/ChargedProtoANNPID/data/MC12TuneV2/GlobalPID_Kaon_Upstream_TMVA.weights.xml +++ b/Rec/ChargedProtoANNPID/data/MC12TuneV2/GlobalPID_Kaon_Upstream_TMVA.weights.xml @@ -1,4 +1,14 @@ <?xml version="1.0"?> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <MethodSetup Method="MLP::Kaon_Upstream_TMVA"> <GeneralInfo> <Info name="TMVA Release" value="4.1.4 [262404]"/> diff --git a/Rec/ChargedProtoANNPID/data/MC12TuneV2/GlobalPID_Muon_Downstream_TMVA.weights.xml b/Rec/ChargedProtoANNPID/data/MC12TuneV2/GlobalPID_Muon_Downstream_TMVA.weights.xml index 9fe73fa703e..7e92e3e2a2d 100644 --- a/Rec/ChargedProtoANNPID/data/MC12TuneV2/GlobalPID_Muon_Downstream_TMVA.weights.xml +++ b/Rec/ChargedProtoANNPID/data/MC12TuneV2/GlobalPID_Muon_Downstream_TMVA.weights.xml @@ -1,4 +1,14 @@ <?xml version="1.0"?> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <MethodSetup Method="MLP::Muon_Downstream_TMVA"> <GeneralInfo> <Info name="TMVA Release" value="4.1.4 [262404]"/> diff --git a/Rec/ChargedProtoANNPID/data/MC12TuneV2/GlobalPID_Muon_Long_TMVA.weights.xml b/Rec/ChargedProtoANNPID/data/MC12TuneV2/GlobalPID_Muon_Long_TMVA.weights.xml index 3d5ceaaba76..104e9a4ebac 100644 --- a/Rec/ChargedProtoANNPID/data/MC12TuneV2/GlobalPID_Muon_Long_TMVA.weights.xml +++ b/Rec/ChargedProtoANNPID/data/MC12TuneV2/GlobalPID_Muon_Long_TMVA.weights.xml @@ -1,4 +1,14 @@ <?xml version="1.0"?> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <MethodSetup Method="MLP::Muon_Long_TMVA"> <GeneralInfo> <Info name="TMVA Release" value="4.1.4 [262404]"/> diff --git a/Rec/ChargedProtoANNPID/data/MC12TuneV2/GlobalPID_Muon_Upstream_TMVA.weights.xml b/Rec/ChargedProtoANNPID/data/MC12TuneV2/GlobalPID_Muon_Upstream_TMVA.weights.xml index 84114702200..2b89a823f23 100644 --- a/Rec/ChargedProtoANNPID/data/MC12TuneV2/GlobalPID_Muon_Upstream_TMVA.weights.xml +++ b/Rec/ChargedProtoANNPID/data/MC12TuneV2/GlobalPID_Muon_Upstream_TMVA.weights.xml @@ -1,4 +1,14 @@ <?xml version="1.0"?> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <MethodSetup Method="MLP::Muon_Upstream_TMVA"> <GeneralInfo> <Info name="TMVA Release" value="4.1.4 [262404]"/> diff --git a/Rec/ChargedProtoANNPID/data/MC12TuneV2/GlobalPID_Pion_Downstream_TMVA.weights.xml b/Rec/ChargedProtoANNPID/data/MC12TuneV2/GlobalPID_Pion_Downstream_TMVA.weights.xml index 5659ed67b05..c90f2b920c1 100644 --- a/Rec/ChargedProtoANNPID/data/MC12TuneV2/GlobalPID_Pion_Downstream_TMVA.weights.xml +++ b/Rec/ChargedProtoANNPID/data/MC12TuneV2/GlobalPID_Pion_Downstream_TMVA.weights.xml @@ -1,4 +1,14 @@ <?xml version="1.0"?> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <MethodSetup Method="MLP::Pion_Downstream_TMVA"> <GeneralInfo> <Info name="TMVA Release" value="4.1.4 [262404]"/> diff --git a/Rec/ChargedProtoANNPID/data/MC12TuneV2/GlobalPID_Pion_Long_TMVA.weights.xml b/Rec/ChargedProtoANNPID/data/MC12TuneV2/GlobalPID_Pion_Long_TMVA.weights.xml index 28030ad0f1a..076307a5dec 100644 --- a/Rec/ChargedProtoANNPID/data/MC12TuneV2/GlobalPID_Pion_Long_TMVA.weights.xml +++ b/Rec/ChargedProtoANNPID/data/MC12TuneV2/GlobalPID_Pion_Long_TMVA.weights.xml @@ -1,4 +1,14 @@ <?xml version="1.0"?> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <MethodSetup Method="MLP::Pion_Long_TMVA"> <GeneralInfo> <Info name="TMVA Release" value="4.1.4 [262404]"/> diff --git a/Rec/ChargedProtoANNPID/data/MC12TuneV2/GlobalPID_Pion_Upstream_TMVA.weights.xml b/Rec/ChargedProtoANNPID/data/MC12TuneV2/GlobalPID_Pion_Upstream_TMVA.weights.xml index 405a77bac7a..3990acb886e 100644 --- a/Rec/ChargedProtoANNPID/data/MC12TuneV2/GlobalPID_Pion_Upstream_TMVA.weights.xml +++ b/Rec/ChargedProtoANNPID/data/MC12TuneV2/GlobalPID_Pion_Upstream_TMVA.weights.xml @@ -1,4 +1,14 @@ <?xml version="1.0"?> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <MethodSetup Method="MLP::Pion_Upstream_TMVA"> <GeneralInfo> <Info name="TMVA Release" value="4.1.4 [262404]"/> diff --git a/Rec/ChargedProtoANNPID/data/MC12TuneV2/GlobalPID_Proton_Downstream_TMVA.weights.xml b/Rec/ChargedProtoANNPID/data/MC12TuneV2/GlobalPID_Proton_Downstream_TMVA.weights.xml index f7e24832ea1..4e086e4eac4 100644 --- a/Rec/ChargedProtoANNPID/data/MC12TuneV2/GlobalPID_Proton_Downstream_TMVA.weights.xml +++ b/Rec/ChargedProtoANNPID/data/MC12TuneV2/GlobalPID_Proton_Downstream_TMVA.weights.xml @@ -1,4 +1,14 @@ <?xml version="1.0"?> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <MethodSetup Method="MLP::Proton_Downstream_TMVA"> <GeneralInfo> <Info name="TMVA Release" value="4.1.4 [262404]"/> diff --git a/Rec/ChargedProtoANNPID/data/MC12TuneV2/GlobalPID_Proton_Long_TMVA.weights.xml b/Rec/ChargedProtoANNPID/data/MC12TuneV2/GlobalPID_Proton_Long_TMVA.weights.xml index cd19715128b..29fd413e55f 100644 --- a/Rec/ChargedProtoANNPID/data/MC12TuneV2/GlobalPID_Proton_Long_TMVA.weights.xml +++ b/Rec/ChargedProtoANNPID/data/MC12TuneV2/GlobalPID_Proton_Long_TMVA.weights.xml @@ -1,4 +1,14 @@ <?xml version="1.0"?> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <MethodSetup Method="MLP::Proton_Long_TMVA"> <GeneralInfo> <Info name="TMVA Release" value="4.1.4 [262404]"/> diff --git a/Rec/ChargedProtoANNPID/data/MC12TuneV2/GlobalPID_Proton_Upstream_TMVA.weights.xml b/Rec/ChargedProtoANNPID/data/MC12TuneV2/GlobalPID_Proton_Upstream_TMVA.weights.xml index 2b0d8335297..dc2eaa5ee51 100644 --- a/Rec/ChargedProtoANNPID/data/MC12TuneV2/GlobalPID_Proton_Upstream_TMVA.weights.xml +++ b/Rec/ChargedProtoANNPID/data/MC12TuneV2/GlobalPID_Proton_Upstream_TMVA.weights.xml @@ -1,4 +1,14 @@ <?xml version="1.0"?> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <MethodSetup Method="MLP::Proton_Upstream_TMVA"> <GeneralInfo> <Info name="TMVA Release" value="4.1.4 [262404]"/> diff --git a/Rec/ChargedProtoANNPID/data/MC12TuneV3/GlobalPID_Electron_Downstream_TMVA.weights.xml b/Rec/ChargedProtoANNPID/data/MC12TuneV3/GlobalPID_Electron_Downstream_TMVA.weights.xml index e75d5c2709d..8f09bc0e839 100644 --- a/Rec/ChargedProtoANNPID/data/MC12TuneV3/GlobalPID_Electron_Downstream_TMVA.weights.xml +++ b/Rec/ChargedProtoANNPID/data/MC12TuneV3/GlobalPID_Electron_Downstream_TMVA.weights.xml @@ -1,4 +1,14 @@ <?xml version="1.0"?> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <MethodSetup Method="MLP::Electron_Downstream_TMVA"> <GeneralInfo> <Info name="TMVA Release" value="4.2.0 [262656]"/> diff --git a/Rec/ChargedProtoANNPID/data/MC12TuneV3/GlobalPID_Electron_Long_TMVA.weights.xml b/Rec/ChargedProtoANNPID/data/MC12TuneV3/GlobalPID_Electron_Long_TMVA.weights.xml index f4b71852350..8ae53839583 100644 --- a/Rec/ChargedProtoANNPID/data/MC12TuneV3/GlobalPID_Electron_Long_TMVA.weights.xml +++ b/Rec/ChargedProtoANNPID/data/MC12TuneV3/GlobalPID_Electron_Long_TMVA.weights.xml @@ -1,4 +1,14 @@ <?xml version="1.0"?> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <MethodSetup Method="MLP::Electron_Long_TMVA"> <GeneralInfo> <Info name="TMVA Release" value="4.2.0 [262656]"/> diff --git a/Rec/ChargedProtoANNPID/data/MC12TuneV3/GlobalPID_Electron_Upstream_TMVA.weights.xml b/Rec/ChargedProtoANNPID/data/MC12TuneV3/GlobalPID_Electron_Upstream_TMVA.weights.xml index b338b2edac7..3f140e8aa9e 100644 --- a/Rec/ChargedProtoANNPID/data/MC12TuneV3/GlobalPID_Electron_Upstream_TMVA.weights.xml +++ b/Rec/ChargedProtoANNPID/data/MC12TuneV3/GlobalPID_Electron_Upstream_TMVA.weights.xml @@ -1,4 +1,14 @@ <?xml version="1.0"?> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <MethodSetup Method="MLP::Electron_Upstream_TMVA"> <GeneralInfo> <Info name="TMVA Release" value="4.2.0 [262656]"/> diff --git a/Rec/ChargedProtoANNPID/data/MC12TuneV3/GlobalPID_Ghost_Downstream_TMVA.weights.xml b/Rec/ChargedProtoANNPID/data/MC12TuneV3/GlobalPID_Ghost_Downstream_TMVA.weights.xml index f2d724d1f22..222462d54d3 100644 --- a/Rec/ChargedProtoANNPID/data/MC12TuneV3/GlobalPID_Ghost_Downstream_TMVA.weights.xml +++ b/Rec/ChargedProtoANNPID/data/MC12TuneV3/GlobalPID_Ghost_Downstream_TMVA.weights.xml @@ -1,4 +1,14 @@ <?xml version="1.0"?> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <MethodSetup Method="MLP::Ghost_Downstream_TMVA"> <GeneralInfo> <Info name="TMVA Release" value="4.2.0 [262656]"/> diff --git a/Rec/ChargedProtoANNPID/data/MC12TuneV3/GlobalPID_Ghost_Long_TMVA.weights.xml b/Rec/ChargedProtoANNPID/data/MC12TuneV3/GlobalPID_Ghost_Long_TMVA.weights.xml index bfced1b6c31..91f06566df8 100644 --- a/Rec/ChargedProtoANNPID/data/MC12TuneV3/GlobalPID_Ghost_Long_TMVA.weights.xml +++ b/Rec/ChargedProtoANNPID/data/MC12TuneV3/GlobalPID_Ghost_Long_TMVA.weights.xml @@ -1,4 +1,14 @@ <?xml version="1.0"?> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <MethodSetup Method="MLP::Ghost_Long_TMVA"> <GeneralInfo> <Info name="TMVA Release" value="4.2.0 [262656]"/> diff --git a/Rec/ChargedProtoANNPID/data/MC12TuneV3/GlobalPID_Ghost_Upstream_TMVA.weights.xml b/Rec/ChargedProtoANNPID/data/MC12TuneV3/GlobalPID_Ghost_Upstream_TMVA.weights.xml index 20ff61ac449..be66d931522 100644 --- a/Rec/ChargedProtoANNPID/data/MC12TuneV3/GlobalPID_Ghost_Upstream_TMVA.weights.xml +++ b/Rec/ChargedProtoANNPID/data/MC12TuneV3/GlobalPID_Ghost_Upstream_TMVA.weights.xml @@ -1,4 +1,14 @@ <?xml version="1.0"?> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <MethodSetup Method="MLP::Ghost_Upstream_TMVA"> <GeneralInfo> <Info name="TMVA Release" value="4.2.0 [262656]"/> diff --git a/Rec/ChargedProtoANNPID/data/MC12TuneV3/GlobalPID_Kaon_Downstream_TMVA.weights.xml b/Rec/ChargedProtoANNPID/data/MC12TuneV3/GlobalPID_Kaon_Downstream_TMVA.weights.xml index ee21a76ea08..818531b3c5f 100644 --- a/Rec/ChargedProtoANNPID/data/MC12TuneV3/GlobalPID_Kaon_Downstream_TMVA.weights.xml +++ b/Rec/ChargedProtoANNPID/data/MC12TuneV3/GlobalPID_Kaon_Downstream_TMVA.weights.xml @@ -1,4 +1,14 @@ <?xml version="1.0"?> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <MethodSetup Method="MLP::Kaon_Downstream_TMVA"> <GeneralInfo> <Info name="TMVA Release" value="4.2.0 [262656]"/> diff --git a/Rec/ChargedProtoANNPID/data/MC12TuneV3/GlobalPID_Kaon_Long_TMVA.weights.xml b/Rec/ChargedProtoANNPID/data/MC12TuneV3/GlobalPID_Kaon_Long_TMVA.weights.xml index 70936e077bc..20c2f9262ec 100644 --- a/Rec/ChargedProtoANNPID/data/MC12TuneV3/GlobalPID_Kaon_Long_TMVA.weights.xml +++ b/Rec/ChargedProtoANNPID/data/MC12TuneV3/GlobalPID_Kaon_Long_TMVA.weights.xml @@ -1,4 +1,14 @@ <?xml version="1.0"?> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <MethodSetup Method="MLP::Kaon_Long_TMVA"> <GeneralInfo> <Info name="TMVA Release" value="4.2.0 [262656]"/> diff --git a/Rec/ChargedProtoANNPID/data/MC12TuneV3/GlobalPID_Kaon_Upstream_TMVA.weights.xml b/Rec/ChargedProtoANNPID/data/MC12TuneV3/GlobalPID_Kaon_Upstream_TMVA.weights.xml index 7139d38e5ad..f0d55ff94be 100644 --- a/Rec/ChargedProtoANNPID/data/MC12TuneV3/GlobalPID_Kaon_Upstream_TMVA.weights.xml +++ b/Rec/ChargedProtoANNPID/data/MC12TuneV3/GlobalPID_Kaon_Upstream_TMVA.weights.xml @@ -1,4 +1,14 @@ <?xml version="1.0"?> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <MethodSetup Method="MLP::Kaon_Upstream_TMVA"> <GeneralInfo> <Info name="TMVA Release" value="4.2.0 [262656]"/> diff --git a/Rec/ChargedProtoANNPID/data/MC12TuneV3/GlobalPID_Muon_Downstream_TMVA.weights.xml b/Rec/ChargedProtoANNPID/data/MC12TuneV3/GlobalPID_Muon_Downstream_TMVA.weights.xml index 46e22de84c6..26f7f9a645c 100644 --- a/Rec/ChargedProtoANNPID/data/MC12TuneV3/GlobalPID_Muon_Downstream_TMVA.weights.xml +++ b/Rec/ChargedProtoANNPID/data/MC12TuneV3/GlobalPID_Muon_Downstream_TMVA.weights.xml @@ -1,4 +1,14 @@ <?xml version="1.0"?> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <MethodSetup Method="MLP::Muon_Downstream_TMVA"> <GeneralInfo> <Info name="TMVA Release" value="4.2.0 [262656]"/> diff --git a/Rec/ChargedProtoANNPID/data/MC12TuneV3/GlobalPID_Muon_Long_TMVA.weights.xml b/Rec/ChargedProtoANNPID/data/MC12TuneV3/GlobalPID_Muon_Long_TMVA.weights.xml index bc40d3f4606..bbeb2ba21db 100644 --- a/Rec/ChargedProtoANNPID/data/MC12TuneV3/GlobalPID_Muon_Long_TMVA.weights.xml +++ b/Rec/ChargedProtoANNPID/data/MC12TuneV3/GlobalPID_Muon_Long_TMVA.weights.xml @@ -1,4 +1,14 @@ <?xml version="1.0"?> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <MethodSetup Method="MLP::Muon_Long_TMVA"> <GeneralInfo> <Info name="TMVA Release" value="4.2.0 [262656]"/> diff --git a/Rec/ChargedProtoANNPID/data/MC12TuneV3/GlobalPID_Muon_Upstream_TMVA.weights.xml b/Rec/ChargedProtoANNPID/data/MC12TuneV3/GlobalPID_Muon_Upstream_TMVA.weights.xml index 78a199776b9..498700e0b9d 100644 --- a/Rec/ChargedProtoANNPID/data/MC12TuneV3/GlobalPID_Muon_Upstream_TMVA.weights.xml +++ b/Rec/ChargedProtoANNPID/data/MC12TuneV3/GlobalPID_Muon_Upstream_TMVA.weights.xml @@ -1,4 +1,14 @@ <?xml version="1.0"?> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <MethodSetup Method="MLP::Muon_Upstream_TMVA"> <GeneralInfo> <Info name="TMVA Release" value="4.2.0 [262656]"/> diff --git a/Rec/ChargedProtoANNPID/data/MC12TuneV3/GlobalPID_Pion_Downstream_TMVA.weights.xml b/Rec/ChargedProtoANNPID/data/MC12TuneV3/GlobalPID_Pion_Downstream_TMVA.weights.xml index 4d4914d8689..265685da634 100644 --- a/Rec/ChargedProtoANNPID/data/MC12TuneV3/GlobalPID_Pion_Downstream_TMVA.weights.xml +++ b/Rec/ChargedProtoANNPID/data/MC12TuneV3/GlobalPID_Pion_Downstream_TMVA.weights.xml @@ -1,4 +1,14 @@ <?xml version="1.0"?> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <MethodSetup Method="MLP::Pion_Downstream_TMVA"> <GeneralInfo> <Info name="TMVA Release" value="4.2.0 [262656]"/> diff --git a/Rec/ChargedProtoANNPID/data/MC12TuneV3/GlobalPID_Pion_Long_TMVA.weights.xml b/Rec/ChargedProtoANNPID/data/MC12TuneV3/GlobalPID_Pion_Long_TMVA.weights.xml index 3294c2e6ab0..40020eb593d 100644 --- a/Rec/ChargedProtoANNPID/data/MC12TuneV3/GlobalPID_Pion_Long_TMVA.weights.xml +++ b/Rec/ChargedProtoANNPID/data/MC12TuneV3/GlobalPID_Pion_Long_TMVA.weights.xml @@ -1,4 +1,14 @@ <?xml version="1.0"?> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <MethodSetup Method="MLP::Pion_Long_TMVA"> <GeneralInfo> <Info name="TMVA Release" value="4.2.0 [262656]"/> diff --git a/Rec/ChargedProtoANNPID/data/MC12TuneV3/GlobalPID_Pion_Upstream_TMVA.weights.xml b/Rec/ChargedProtoANNPID/data/MC12TuneV3/GlobalPID_Pion_Upstream_TMVA.weights.xml index 94f1a255203..d4f1e31ffdd 100644 --- a/Rec/ChargedProtoANNPID/data/MC12TuneV3/GlobalPID_Pion_Upstream_TMVA.weights.xml +++ b/Rec/ChargedProtoANNPID/data/MC12TuneV3/GlobalPID_Pion_Upstream_TMVA.weights.xml @@ -1,4 +1,14 @@ <?xml version="1.0"?> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <MethodSetup Method="MLP::Pion_Upstream_TMVA"> <GeneralInfo> <Info name="TMVA Release" value="4.2.0 [262656]"/> diff --git a/Rec/ChargedProtoANNPID/data/MC12TuneV3/GlobalPID_Proton_Downstream_TMVA.weights.xml b/Rec/ChargedProtoANNPID/data/MC12TuneV3/GlobalPID_Proton_Downstream_TMVA.weights.xml index e61c1af8e53..e02711c5d33 100644 --- a/Rec/ChargedProtoANNPID/data/MC12TuneV3/GlobalPID_Proton_Downstream_TMVA.weights.xml +++ b/Rec/ChargedProtoANNPID/data/MC12TuneV3/GlobalPID_Proton_Downstream_TMVA.weights.xml @@ -1,4 +1,14 @@ <?xml version="1.0"?> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <MethodSetup Method="MLP::Proton_Downstream_TMVA"> <GeneralInfo> <Info name="TMVA Release" value="4.2.0 [262656]"/> diff --git a/Rec/ChargedProtoANNPID/data/MC12TuneV3/GlobalPID_Proton_Long_TMVA.weights.xml b/Rec/ChargedProtoANNPID/data/MC12TuneV3/GlobalPID_Proton_Long_TMVA.weights.xml index f56dadeb0c6..d5dbd66be67 100644 --- a/Rec/ChargedProtoANNPID/data/MC12TuneV3/GlobalPID_Proton_Long_TMVA.weights.xml +++ b/Rec/ChargedProtoANNPID/data/MC12TuneV3/GlobalPID_Proton_Long_TMVA.weights.xml @@ -1,4 +1,14 @@ <?xml version="1.0"?> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <MethodSetup Method="MLP::Proton_Long_TMVA"> <GeneralInfo> <Info name="TMVA Release" value="4.2.0 [262656]"/> diff --git a/Rec/ChargedProtoANNPID/data/MC12TuneV3/GlobalPID_Proton_Upstream_TMVA.weights.xml b/Rec/ChargedProtoANNPID/data/MC12TuneV3/GlobalPID_Proton_Upstream_TMVA.weights.xml index cfadcc05434..04891f6bdcc 100644 --- a/Rec/ChargedProtoANNPID/data/MC12TuneV3/GlobalPID_Proton_Upstream_TMVA.weights.xml +++ b/Rec/ChargedProtoANNPID/data/MC12TuneV3/GlobalPID_Proton_Upstream_TMVA.weights.xml @@ -1,4 +1,14 @@ <?xml version="1.0"?> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <MethodSetup Method="MLP::Proton_Upstream_TMVA"> <GeneralInfo> <Info name="TMVA Release" value="4.2.0 [262656]"/> diff --git a/Rec/ChargedProtoANNPID/data/MC12TuneV4/GlobalPID_Electron_Downstream_TMVA.weights.xml b/Rec/ChargedProtoANNPID/data/MC12TuneV4/GlobalPID_Electron_Downstream_TMVA.weights.xml index d3e9d75b26e..0fce697ca73 100644 --- a/Rec/ChargedProtoANNPID/data/MC12TuneV4/GlobalPID_Electron_Downstream_TMVA.weights.xml +++ b/Rec/ChargedProtoANNPID/data/MC12TuneV4/GlobalPID_Electron_Downstream_TMVA.weights.xml @@ -1,4 +1,14 @@ <?xml version="1.0"?> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <MethodSetup Method="MLP::Electron_Downstream_TMVA"> <GeneralInfo> <Info name="TMVA Release" value="4.2.0 [262656]"/> diff --git a/Rec/ChargedProtoANNPID/data/MC12TuneV4/GlobalPID_Electron_Long_TMVA.weights.xml b/Rec/ChargedProtoANNPID/data/MC12TuneV4/GlobalPID_Electron_Long_TMVA.weights.xml index 33711acc2f8..3f2d944e7fb 100644 --- a/Rec/ChargedProtoANNPID/data/MC12TuneV4/GlobalPID_Electron_Long_TMVA.weights.xml +++ b/Rec/ChargedProtoANNPID/data/MC12TuneV4/GlobalPID_Electron_Long_TMVA.weights.xml @@ -1,4 +1,14 @@ <?xml version="1.0"?> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <MethodSetup Method="MLP::Electron_Long_TMVA"> <GeneralInfo> <Info name="TMVA Release" value="4.2.0 [262656]"/> diff --git a/Rec/ChargedProtoANNPID/data/MC12TuneV4/GlobalPID_Electron_Upstream_TMVA.weights.xml b/Rec/ChargedProtoANNPID/data/MC12TuneV4/GlobalPID_Electron_Upstream_TMVA.weights.xml index 4a9f9b08764..9a4d676eb87 100644 --- a/Rec/ChargedProtoANNPID/data/MC12TuneV4/GlobalPID_Electron_Upstream_TMVA.weights.xml +++ b/Rec/ChargedProtoANNPID/data/MC12TuneV4/GlobalPID_Electron_Upstream_TMVA.weights.xml @@ -1,4 +1,14 @@ <?xml version="1.0"?> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <MethodSetup Method="MLP::Electron_Upstream_TMVA"> <GeneralInfo> <Info name="TMVA Release" value="4.2.0 [262656]"/> diff --git a/Rec/ChargedProtoANNPID/data/MC12TuneV4/GlobalPID_Ghost_Downstream_TMVA.weights.xml b/Rec/ChargedProtoANNPID/data/MC12TuneV4/GlobalPID_Ghost_Downstream_TMVA.weights.xml index 42c0bc6d48f..25b30515603 100644 --- a/Rec/ChargedProtoANNPID/data/MC12TuneV4/GlobalPID_Ghost_Downstream_TMVA.weights.xml +++ b/Rec/ChargedProtoANNPID/data/MC12TuneV4/GlobalPID_Ghost_Downstream_TMVA.weights.xml @@ -1,4 +1,14 @@ <?xml version="1.0"?> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <MethodSetup Method="MLP::Ghost_Downstream_TMVA"> <GeneralInfo> <Info name="TMVA Release" value="4.2.0 [262656]"/> diff --git a/Rec/ChargedProtoANNPID/data/MC12TuneV4/GlobalPID_Ghost_Long_TMVA.weights.xml b/Rec/ChargedProtoANNPID/data/MC12TuneV4/GlobalPID_Ghost_Long_TMVA.weights.xml index 4fe0f395fad..49fc397cf80 100644 --- a/Rec/ChargedProtoANNPID/data/MC12TuneV4/GlobalPID_Ghost_Long_TMVA.weights.xml +++ b/Rec/ChargedProtoANNPID/data/MC12TuneV4/GlobalPID_Ghost_Long_TMVA.weights.xml @@ -1,4 +1,14 @@ <?xml version="1.0"?> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <MethodSetup Method="MLP::Ghost_Long_TMVA"> <GeneralInfo> <Info name="TMVA Release" value="4.2.0 [262656]"/> diff --git a/Rec/ChargedProtoANNPID/data/MC12TuneV4/GlobalPID_Ghost_Upstream_TMVA.weights.xml b/Rec/ChargedProtoANNPID/data/MC12TuneV4/GlobalPID_Ghost_Upstream_TMVA.weights.xml index eaa1f9ea5bb..69c91ee1dde 100644 --- a/Rec/ChargedProtoANNPID/data/MC12TuneV4/GlobalPID_Ghost_Upstream_TMVA.weights.xml +++ b/Rec/ChargedProtoANNPID/data/MC12TuneV4/GlobalPID_Ghost_Upstream_TMVA.weights.xml @@ -1,4 +1,14 @@ <?xml version="1.0"?> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <MethodSetup Method="MLP::Ghost_Upstream_TMVA"> <GeneralInfo> <Info name="TMVA Release" value="4.2.0 [262656]"/> diff --git a/Rec/ChargedProtoANNPID/data/MC12TuneV4/GlobalPID_Kaon_Downstream_TMVA.weights.xml b/Rec/ChargedProtoANNPID/data/MC12TuneV4/GlobalPID_Kaon_Downstream_TMVA.weights.xml index 1b54dbd2d01..3ad66da2d48 100644 --- a/Rec/ChargedProtoANNPID/data/MC12TuneV4/GlobalPID_Kaon_Downstream_TMVA.weights.xml +++ b/Rec/ChargedProtoANNPID/data/MC12TuneV4/GlobalPID_Kaon_Downstream_TMVA.weights.xml @@ -1,4 +1,14 @@ <?xml version="1.0"?> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <MethodSetup Method="MLP::Kaon_Downstream_TMVA"> <GeneralInfo> <Info name="TMVA Release" value="4.2.0 [262656]"/> diff --git a/Rec/ChargedProtoANNPID/data/MC12TuneV4/GlobalPID_Kaon_Long_TMVA.weights.xml b/Rec/ChargedProtoANNPID/data/MC12TuneV4/GlobalPID_Kaon_Long_TMVA.weights.xml index 88a8a40a683..6d8481eb445 100644 --- a/Rec/ChargedProtoANNPID/data/MC12TuneV4/GlobalPID_Kaon_Long_TMVA.weights.xml +++ b/Rec/ChargedProtoANNPID/data/MC12TuneV4/GlobalPID_Kaon_Long_TMVA.weights.xml @@ -1,4 +1,14 @@ <?xml version="1.0"?> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <MethodSetup Method="MLP::Kaon_Long_TMVA"> <GeneralInfo> <Info name="TMVA Release" value="4.2.0 [262656]"/> diff --git a/Rec/ChargedProtoANNPID/data/MC12TuneV4/GlobalPID_Kaon_Upstream_TMVA.weights.xml b/Rec/ChargedProtoANNPID/data/MC12TuneV4/GlobalPID_Kaon_Upstream_TMVA.weights.xml index 91f76461373..ac1a2ae5730 100644 --- a/Rec/ChargedProtoANNPID/data/MC12TuneV4/GlobalPID_Kaon_Upstream_TMVA.weights.xml +++ b/Rec/ChargedProtoANNPID/data/MC12TuneV4/GlobalPID_Kaon_Upstream_TMVA.weights.xml @@ -1,4 +1,14 @@ <?xml version="1.0"?> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <MethodSetup Method="MLP::Kaon_Upstream_TMVA"> <GeneralInfo> <Info name="TMVA Release" value="4.2.0 [262656]"/> diff --git a/Rec/ChargedProtoANNPID/data/MC12TuneV4/GlobalPID_Muon_Downstream_TMVA.weights.xml b/Rec/ChargedProtoANNPID/data/MC12TuneV4/GlobalPID_Muon_Downstream_TMVA.weights.xml index bf42aba57cc..76e9fc73982 100644 --- a/Rec/ChargedProtoANNPID/data/MC12TuneV4/GlobalPID_Muon_Downstream_TMVA.weights.xml +++ b/Rec/ChargedProtoANNPID/data/MC12TuneV4/GlobalPID_Muon_Downstream_TMVA.weights.xml @@ -1,4 +1,14 @@ <?xml version="1.0"?> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <MethodSetup Method="MLP::Muon_Downstream_TMVA"> <GeneralInfo> <Info name="TMVA Release" value="4.2.0 [262656]"/> diff --git a/Rec/ChargedProtoANNPID/data/MC12TuneV4/GlobalPID_Muon_Long_TMVA.weights.xml b/Rec/ChargedProtoANNPID/data/MC12TuneV4/GlobalPID_Muon_Long_TMVA.weights.xml index 7147f3a46c1..fda9a629a07 100644 --- a/Rec/ChargedProtoANNPID/data/MC12TuneV4/GlobalPID_Muon_Long_TMVA.weights.xml +++ b/Rec/ChargedProtoANNPID/data/MC12TuneV4/GlobalPID_Muon_Long_TMVA.weights.xml @@ -1,4 +1,14 @@ <?xml version="1.0"?> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <MethodSetup Method="MLP::Muon_Long_TMVA"> <GeneralInfo> <Info name="TMVA Release" value="4.2.0 [262656]"/> diff --git a/Rec/ChargedProtoANNPID/data/MC12TuneV4/GlobalPID_Muon_Upstream_TMVA.weights.xml b/Rec/ChargedProtoANNPID/data/MC12TuneV4/GlobalPID_Muon_Upstream_TMVA.weights.xml index 147efcfc493..e171bc25938 100644 --- a/Rec/ChargedProtoANNPID/data/MC12TuneV4/GlobalPID_Muon_Upstream_TMVA.weights.xml +++ b/Rec/ChargedProtoANNPID/data/MC12TuneV4/GlobalPID_Muon_Upstream_TMVA.weights.xml @@ -1,4 +1,14 @@ <?xml version="1.0"?> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <MethodSetup Method="MLP::Muon_Upstream_TMVA"> <GeneralInfo> <Info name="TMVA Release" value="4.2.0 [262656]"/> diff --git a/Rec/ChargedProtoANNPID/data/MC12TuneV4/GlobalPID_Pion_Downstream_TMVA.weights.xml b/Rec/ChargedProtoANNPID/data/MC12TuneV4/GlobalPID_Pion_Downstream_TMVA.weights.xml index dfc4028669d..78f0636b5f2 100644 --- a/Rec/ChargedProtoANNPID/data/MC12TuneV4/GlobalPID_Pion_Downstream_TMVA.weights.xml +++ b/Rec/ChargedProtoANNPID/data/MC12TuneV4/GlobalPID_Pion_Downstream_TMVA.weights.xml @@ -1,4 +1,14 @@ <?xml version="1.0"?> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <MethodSetup Method="MLP::Pion_Downstream_TMVA"> <GeneralInfo> <Info name="TMVA Release" value="4.2.0 [262656]"/> diff --git a/Rec/ChargedProtoANNPID/data/MC12TuneV4/GlobalPID_Pion_Long_TMVA.weights.xml b/Rec/ChargedProtoANNPID/data/MC12TuneV4/GlobalPID_Pion_Long_TMVA.weights.xml index 313cbb4dfdf..106d4f81848 100644 --- a/Rec/ChargedProtoANNPID/data/MC12TuneV4/GlobalPID_Pion_Long_TMVA.weights.xml +++ b/Rec/ChargedProtoANNPID/data/MC12TuneV4/GlobalPID_Pion_Long_TMVA.weights.xml @@ -1,4 +1,14 @@ <?xml version="1.0"?> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <MethodSetup Method="MLP::Pion_Long_TMVA"> <GeneralInfo> <Info name="TMVA Release" value="4.2.0 [262656]"/> diff --git a/Rec/ChargedProtoANNPID/data/MC12TuneV4/GlobalPID_Pion_Upstream_TMVA.weights.xml b/Rec/ChargedProtoANNPID/data/MC12TuneV4/GlobalPID_Pion_Upstream_TMVA.weights.xml index 934203e8498..4f0a7910e18 100644 --- a/Rec/ChargedProtoANNPID/data/MC12TuneV4/GlobalPID_Pion_Upstream_TMVA.weights.xml +++ b/Rec/ChargedProtoANNPID/data/MC12TuneV4/GlobalPID_Pion_Upstream_TMVA.weights.xml @@ -1,4 +1,14 @@ <?xml version="1.0"?> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <MethodSetup Method="MLP::Pion_Upstream_TMVA"> <GeneralInfo> <Info name="TMVA Release" value="4.2.0 [262656]"/> diff --git a/Rec/ChargedProtoANNPID/data/MC12TuneV4/GlobalPID_Proton_Downstream_TMVA.weights.xml b/Rec/ChargedProtoANNPID/data/MC12TuneV4/GlobalPID_Proton_Downstream_TMVA.weights.xml index 3ca7bff2687..beb5a5364a8 100644 --- a/Rec/ChargedProtoANNPID/data/MC12TuneV4/GlobalPID_Proton_Downstream_TMVA.weights.xml +++ b/Rec/ChargedProtoANNPID/data/MC12TuneV4/GlobalPID_Proton_Downstream_TMVA.weights.xml @@ -1,4 +1,14 @@ <?xml version="1.0"?> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <MethodSetup Method="MLP::Proton_Downstream_TMVA"> <GeneralInfo> <Info name="TMVA Release" value="4.2.0 [262656]"/> diff --git a/Rec/ChargedProtoANNPID/data/MC12TuneV4/GlobalPID_Proton_Long_TMVA.weights.xml b/Rec/ChargedProtoANNPID/data/MC12TuneV4/GlobalPID_Proton_Long_TMVA.weights.xml index 5f8d8dd4e1e..b4a178b0e97 100644 --- a/Rec/ChargedProtoANNPID/data/MC12TuneV4/GlobalPID_Proton_Long_TMVA.weights.xml +++ b/Rec/ChargedProtoANNPID/data/MC12TuneV4/GlobalPID_Proton_Long_TMVA.weights.xml @@ -1,4 +1,14 @@ <?xml version="1.0"?> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <MethodSetup Method="MLP::Proton_Long_TMVA"> <GeneralInfo> <Info name="TMVA Release" value="4.2.0 [262656]"/> diff --git a/Rec/ChargedProtoANNPID/data/MC12TuneV4/GlobalPID_Proton_Upstream_TMVA.weights.xml b/Rec/ChargedProtoANNPID/data/MC12TuneV4/GlobalPID_Proton_Upstream_TMVA.weights.xml index 5fd061a7af3..434f20873e4 100644 --- a/Rec/ChargedProtoANNPID/data/MC12TuneV4/GlobalPID_Proton_Upstream_TMVA.weights.xml +++ b/Rec/ChargedProtoANNPID/data/MC12TuneV4/GlobalPID_Proton_Upstream_TMVA.weights.xml @@ -1,4 +1,14 @@ <?xml version="1.0"?> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <MethodSetup Method="MLP::Proton_Upstream_TMVA"> <GeneralInfo> <Info name="TMVA Release" value="4.2.0 [262656]"/> diff --git a/Rec/ChargedProtoANNPID/data/MC15TuneV1/GlobalPID_Deuteron_Downstream_TMVA.weights.xml b/Rec/ChargedProtoANNPID/data/MC15TuneV1/GlobalPID_Deuteron_Downstream_TMVA.weights.xml index fbeff3107d9..6246f9bcca9 100644 --- a/Rec/ChargedProtoANNPID/data/MC15TuneV1/GlobalPID_Deuteron_Downstream_TMVA.weights.xml +++ b/Rec/ChargedProtoANNPID/data/MC15TuneV1/GlobalPID_Deuteron_Downstream_TMVA.weights.xml @@ -1,4 +1,14 @@ <?xml version="1.0"?> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <MethodSetup Method="MLP::Deuteron_Downstream_TMVA"> <GeneralInfo> <Info name="TMVA Release" value="4.2.1 [262657]"/> diff --git a/Rec/ChargedProtoANNPID/data/MC15TuneV1/GlobalPID_Deuteron_Long_TMVA.weights.xml b/Rec/ChargedProtoANNPID/data/MC15TuneV1/GlobalPID_Deuteron_Long_TMVA.weights.xml index 731a3984105..70bdd3d7f8b 100644 --- a/Rec/ChargedProtoANNPID/data/MC15TuneV1/GlobalPID_Deuteron_Long_TMVA.weights.xml +++ b/Rec/ChargedProtoANNPID/data/MC15TuneV1/GlobalPID_Deuteron_Long_TMVA.weights.xml @@ -1,4 +1,14 @@ <?xml version="1.0"?> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <MethodSetup Method="MLP::Deuteron_Long_TMVA"> <GeneralInfo> <Info name="TMVA Release" value="4.2.1 [262657]"/> diff --git a/Rec/ChargedProtoANNPID/data/MC15TuneV1/GlobalPID_Deuteron_Upstream_TMVA.weights.xml b/Rec/ChargedProtoANNPID/data/MC15TuneV1/GlobalPID_Deuteron_Upstream_TMVA.weights.xml index 515fc50eff7..66ebae7847c 100644 --- a/Rec/ChargedProtoANNPID/data/MC15TuneV1/GlobalPID_Deuteron_Upstream_TMVA.weights.xml +++ b/Rec/ChargedProtoANNPID/data/MC15TuneV1/GlobalPID_Deuteron_Upstream_TMVA.weights.xml @@ -1,4 +1,14 @@ <?xml version="1.0"?> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <MethodSetup Method="MLP::Deuteron_Upstream_TMVA"> <GeneralInfo> <Info name="TMVA Release" value="4.2.1 [262657]"/> diff --git a/Rec/ChargedProtoANNPID/data/MC15TuneV1/GlobalPID_Electron_Downstream_TMVA.weights.xml b/Rec/ChargedProtoANNPID/data/MC15TuneV1/GlobalPID_Electron_Downstream_TMVA.weights.xml index 99c88bf8e22..c102e3dc9b8 100644 --- a/Rec/ChargedProtoANNPID/data/MC15TuneV1/GlobalPID_Electron_Downstream_TMVA.weights.xml +++ b/Rec/ChargedProtoANNPID/data/MC15TuneV1/GlobalPID_Electron_Downstream_TMVA.weights.xml @@ -1,4 +1,14 @@ <?xml version="1.0"?> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <MethodSetup Method="MLP::Electron_Downstream_TMVA"> <GeneralInfo> <Info name="TMVA Release" value="4.2.0 [262656]"/> diff --git a/Rec/ChargedProtoANNPID/data/MC15TuneV1/GlobalPID_Electron_Long_TMVA.weights.xml b/Rec/ChargedProtoANNPID/data/MC15TuneV1/GlobalPID_Electron_Long_TMVA.weights.xml index b5a7c90f803..b1115b1bdee 100644 --- a/Rec/ChargedProtoANNPID/data/MC15TuneV1/GlobalPID_Electron_Long_TMVA.weights.xml +++ b/Rec/ChargedProtoANNPID/data/MC15TuneV1/GlobalPID_Electron_Long_TMVA.weights.xml @@ -1,4 +1,14 @@ <?xml version="1.0"?> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <MethodSetup Method="MLP::Electron_Long_TMVA"> <GeneralInfo> <Info name="TMVA Release" value="4.2.0 [262656]"/> diff --git a/Rec/ChargedProtoANNPID/data/MC15TuneV1/GlobalPID_Electron_Upstream_TMVA.weights.xml b/Rec/ChargedProtoANNPID/data/MC15TuneV1/GlobalPID_Electron_Upstream_TMVA.weights.xml index c36ce731dd2..3b47d6e2bb9 100644 --- a/Rec/ChargedProtoANNPID/data/MC15TuneV1/GlobalPID_Electron_Upstream_TMVA.weights.xml +++ b/Rec/ChargedProtoANNPID/data/MC15TuneV1/GlobalPID_Electron_Upstream_TMVA.weights.xml @@ -1,4 +1,14 @@ <?xml version="1.0"?> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <MethodSetup Method="MLP::Electron_Upstream_TMVA"> <GeneralInfo> <Info name="TMVA Release" value="4.2.0 [262656]"/> diff --git a/Rec/ChargedProtoANNPID/data/MC15TuneV1/GlobalPID_Ghost_Downstream_TMVA.weights.xml b/Rec/ChargedProtoANNPID/data/MC15TuneV1/GlobalPID_Ghost_Downstream_TMVA.weights.xml index aaee8af25a1..ecc6a6890c5 100644 --- a/Rec/ChargedProtoANNPID/data/MC15TuneV1/GlobalPID_Ghost_Downstream_TMVA.weights.xml +++ b/Rec/ChargedProtoANNPID/data/MC15TuneV1/GlobalPID_Ghost_Downstream_TMVA.weights.xml @@ -1,4 +1,14 @@ <?xml version="1.0"?> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <MethodSetup Method="MLP::Ghost_Downstream_TMVA"> <GeneralInfo> <Info name="TMVA Release" value="4.2.0 [262656]"/> diff --git a/Rec/ChargedProtoANNPID/data/MC15TuneV1/GlobalPID_Ghost_Long_TMVA.weights.xml b/Rec/ChargedProtoANNPID/data/MC15TuneV1/GlobalPID_Ghost_Long_TMVA.weights.xml index 8dd96724969..1cf1fb12e43 100644 --- a/Rec/ChargedProtoANNPID/data/MC15TuneV1/GlobalPID_Ghost_Long_TMVA.weights.xml +++ b/Rec/ChargedProtoANNPID/data/MC15TuneV1/GlobalPID_Ghost_Long_TMVA.weights.xml @@ -1,4 +1,14 @@ <?xml version="1.0"?> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <MethodSetup Method="MLP::Ghost_Long_TMVA"> <GeneralInfo> <Info name="TMVA Release" value="4.2.0 [262656]"/> diff --git a/Rec/ChargedProtoANNPID/data/MC15TuneV1/GlobalPID_Ghost_Upstream_TMVA.weights.xml b/Rec/ChargedProtoANNPID/data/MC15TuneV1/GlobalPID_Ghost_Upstream_TMVA.weights.xml index 1e7b70ad1bd..26c1723ab39 100644 --- a/Rec/ChargedProtoANNPID/data/MC15TuneV1/GlobalPID_Ghost_Upstream_TMVA.weights.xml +++ b/Rec/ChargedProtoANNPID/data/MC15TuneV1/GlobalPID_Ghost_Upstream_TMVA.weights.xml @@ -1,4 +1,14 @@ <?xml version="1.0"?> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <MethodSetup Method="MLP::Ghost_Upstream_TMVA"> <GeneralInfo> <Info name="TMVA Release" value="4.2.0 [262656]"/> diff --git a/Rec/ChargedProtoANNPID/data/MC15TuneV1/GlobalPID_Kaon_Downstream_TMVA.weights.xml b/Rec/ChargedProtoANNPID/data/MC15TuneV1/GlobalPID_Kaon_Downstream_TMVA.weights.xml index eacc41e37d8..a3805d854c7 100644 --- a/Rec/ChargedProtoANNPID/data/MC15TuneV1/GlobalPID_Kaon_Downstream_TMVA.weights.xml +++ b/Rec/ChargedProtoANNPID/data/MC15TuneV1/GlobalPID_Kaon_Downstream_TMVA.weights.xml @@ -1,4 +1,14 @@ <?xml version="1.0"?> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <MethodSetup Method="MLP::Kaon_Downstream_TMVA"> <GeneralInfo> <Info name="TMVA Release" value="4.2.0 [262656]"/> diff --git a/Rec/ChargedProtoANNPID/data/MC15TuneV1/GlobalPID_Kaon_Long_TMVA.weights.xml b/Rec/ChargedProtoANNPID/data/MC15TuneV1/GlobalPID_Kaon_Long_TMVA.weights.xml index 9ed9cdc6e83..e05ba337bd4 100644 --- a/Rec/ChargedProtoANNPID/data/MC15TuneV1/GlobalPID_Kaon_Long_TMVA.weights.xml +++ b/Rec/ChargedProtoANNPID/data/MC15TuneV1/GlobalPID_Kaon_Long_TMVA.weights.xml @@ -1,4 +1,14 @@ <?xml version="1.0"?> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <MethodSetup Method="MLP::Kaon_Long_TMVA"> <GeneralInfo> <Info name="TMVA Release" value="4.2.0 [262656]"/> diff --git a/Rec/ChargedProtoANNPID/data/MC15TuneV1/GlobalPID_Kaon_Upstream_TMVA.weights.xml b/Rec/ChargedProtoANNPID/data/MC15TuneV1/GlobalPID_Kaon_Upstream_TMVA.weights.xml index dccfbc55e5b..4ad0ea800f8 100644 --- a/Rec/ChargedProtoANNPID/data/MC15TuneV1/GlobalPID_Kaon_Upstream_TMVA.weights.xml +++ b/Rec/ChargedProtoANNPID/data/MC15TuneV1/GlobalPID_Kaon_Upstream_TMVA.weights.xml @@ -1,4 +1,14 @@ <?xml version="1.0"?> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <MethodSetup Method="MLP::Kaon_Upstream_TMVA"> <GeneralInfo> <Info name="TMVA Release" value="4.2.0 [262656]"/> diff --git a/Rec/ChargedProtoANNPID/data/MC15TuneV1/GlobalPID_Muon_Downstream_TMVA.weights.xml b/Rec/ChargedProtoANNPID/data/MC15TuneV1/GlobalPID_Muon_Downstream_TMVA.weights.xml index 53fe764662b..0c5abb54a85 100644 --- a/Rec/ChargedProtoANNPID/data/MC15TuneV1/GlobalPID_Muon_Downstream_TMVA.weights.xml +++ b/Rec/ChargedProtoANNPID/data/MC15TuneV1/GlobalPID_Muon_Downstream_TMVA.weights.xml @@ -1,4 +1,14 @@ <?xml version="1.0"?> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <MethodSetup Method="MLP::Muon_Downstream_TMVA"> <GeneralInfo> <Info name="TMVA Release" value="4.2.0 [262656]"/> diff --git a/Rec/ChargedProtoANNPID/data/MC15TuneV1/GlobalPID_Muon_Long_TMVA.weights.xml b/Rec/ChargedProtoANNPID/data/MC15TuneV1/GlobalPID_Muon_Long_TMVA.weights.xml index b931cf24590..00a2d90f9e3 100644 --- a/Rec/ChargedProtoANNPID/data/MC15TuneV1/GlobalPID_Muon_Long_TMVA.weights.xml +++ b/Rec/ChargedProtoANNPID/data/MC15TuneV1/GlobalPID_Muon_Long_TMVA.weights.xml @@ -1,4 +1,14 @@ <?xml version="1.0"?> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <MethodSetup Method="MLP::Muon_Long_TMVA"> <GeneralInfo> <Info name="TMVA Release" value="4.2.0 [262656]"/> diff --git a/Rec/ChargedProtoANNPID/data/MC15TuneV1/GlobalPID_Muon_Upstream_TMVA.weights.xml b/Rec/ChargedProtoANNPID/data/MC15TuneV1/GlobalPID_Muon_Upstream_TMVA.weights.xml index 97ae72fe531..be59e6e0748 100644 --- a/Rec/ChargedProtoANNPID/data/MC15TuneV1/GlobalPID_Muon_Upstream_TMVA.weights.xml +++ b/Rec/ChargedProtoANNPID/data/MC15TuneV1/GlobalPID_Muon_Upstream_TMVA.weights.xml @@ -1,4 +1,14 @@ <?xml version="1.0"?> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <MethodSetup Method="MLP::Muon_Upstream_TMVA"> <GeneralInfo> <Info name="TMVA Release" value="4.2.0 [262656]"/> diff --git a/Rec/ChargedProtoANNPID/data/MC15TuneV1/GlobalPID_Pion_Downstream_TMVA.weights.xml b/Rec/ChargedProtoANNPID/data/MC15TuneV1/GlobalPID_Pion_Downstream_TMVA.weights.xml index 96b031f3643..cb1984ba86d 100644 --- a/Rec/ChargedProtoANNPID/data/MC15TuneV1/GlobalPID_Pion_Downstream_TMVA.weights.xml +++ b/Rec/ChargedProtoANNPID/data/MC15TuneV1/GlobalPID_Pion_Downstream_TMVA.weights.xml @@ -1,4 +1,14 @@ <?xml version="1.0"?> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <MethodSetup Method="MLP::Pion_Downstream_TMVA"> <GeneralInfo> <Info name="TMVA Release" value="4.2.0 [262656]"/> diff --git a/Rec/ChargedProtoANNPID/data/MC15TuneV1/GlobalPID_Pion_Long_TMVA.weights.xml b/Rec/ChargedProtoANNPID/data/MC15TuneV1/GlobalPID_Pion_Long_TMVA.weights.xml index 4e7304e5d34..c31dc273177 100644 --- a/Rec/ChargedProtoANNPID/data/MC15TuneV1/GlobalPID_Pion_Long_TMVA.weights.xml +++ b/Rec/ChargedProtoANNPID/data/MC15TuneV1/GlobalPID_Pion_Long_TMVA.weights.xml @@ -1,4 +1,14 @@ <?xml version="1.0"?> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <MethodSetup Method="MLP::Pion_Long_TMVA"> <GeneralInfo> <Info name="TMVA Release" value="4.2.0 [262656]"/> diff --git a/Rec/ChargedProtoANNPID/data/MC15TuneV1/GlobalPID_Pion_Upstream_TMVA.weights.xml b/Rec/ChargedProtoANNPID/data/MC15TuneV1/GlobalPID_Pion_Upstream_TMVA.weights.xml index cf96dc80d13..a668829fd16 100644 --- a/Rec/ChargedProtoANNPID/data/MC15TuneV1/GlobalPID_Pion_Upstream_TMVA.weights.xml +++ b/Rec/ChargedProtoANNPID/data/MC15TuneV1/GlobalPID_Pion_Upstream_TMVA.weights.xml @@ -1,4 +1,14 @@ <?xml version="1.0"?> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <MethodSetup Method="MLP::Pion_Upstream_TMVA"> <GeneralInfo> <Info name="TMVA Release" value="4.2.0 [262656]"/> diff --git a/Rec/ChargedProtoANNPID/data/MC15TuneV1/GlobalPID_Proton_Downstream_TMVA.weights.xml b/Rec/ChargedProtoANNPID/data/MC15TuneV1/GlobalPID_Proton_Downstream_TMVA.weights.xml index 6d78b69f9a6..0cc5e0b7e5d 100644 --- a/Rec/ChargedProtoANNPID/data/MC15TuneV1/GlobalPID_Proton_Downstream_TMVA.weights.xml +++ b/Rec/ChargedProtoANNPID/data/MC15TuneV1/GlobalPID_Proton_Downstream_TMVA.weights.xml @@ -1,4 +1,14 @@ <?xml version="1.0"?> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <MethodSetup Method="MLP::Proton_Downstream_TMVA"> <GeneralInfo> <Info name="TMVA Release" value="4.2.0 [262656]"/> diff --git a/Rec/ChargedProtoANNPID/data/MC15TuneV1/GlobalPID_Proton_Long_TMVA.weights.xml b/Rec/ChargedProtoANNPID/data/MC15TuneV1/GlobalPID_Proton_Long_TMVA.weights.xml index ce3b96aec06..8a17a9b7971 100644 --- a/Rec/ChargedProtoANNPID/data/MC15TuneV1/GlobalPID_Proton_Long_TMVA.weights.xml +++ b/Rec/ChargedProtoANNPID/data/MC15TuneV1/GlobalPID_Proton_Long_TMVA.weights.xml @@ -1,4 +1,14 @@ <?xml version="1.0"?> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <MethodSetup Method="MLP::Proton_Long_TMVA"> <GeneralInfo> <Info name="TMVA Release" value="4.2.0 [262656]"/> diff --git a/Rec/ChargedProtoANNPID/data/MC15TuneV1/GlobalPID_Proton_Upstream_TMVA.weights.xml b/Rec/ChargedProtoANNPID/data/MC15TuneV1/GlobalPID_Proton_Upstream_TMVA.weights.xml index cd335746858..5d5487784e9 100644 --- a/Rec/ChargedProtoANNPID/data/MC15TuneV1/GlobalPID_Proton_Upstream_TMVA.weights.xml +++ b/Rec/ChargedProtoANNPID/data/MC15TuneV1/GlobalPID_Proton_Upstream_TMVA.weights.xml @@ -1,4 +1,14 @@ <?xml version="1.0"?> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <MethodSetup Method="MLP::Proton_Upstream_TMVA"> <GeneralInfo> <Info name="TMVA Release" value="4.2.0 [262656]"/> diff --git a/Rec/ChargedProtoANNPID/job/DataMC-MVATrain/AddANNReweighting.sh b/Rec/ChargedProtoANNPID/job/DataMC-MVATrain/AddANNReweighting.sh index f6843c32709..63ece24c583 100644 --- a/Rec/ChargedProtoANNPID/job/DataMC-MVATrain/AddANNReweighting.sh +++ b/Rec/ChargedProtoANNPID/job/DataMC-MVATrain/AddANNReweighting.sh @@ -1,4 +1,14 @@ #!/bin/bash +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### #export ROOTDIR="/r03/lhcb/jonesc/ANNPID/ProtoParticlePIDtuples/Test/V1/StripFiltered/" export ROOTDIR="/Volumes/2TB-Mobile/ANNPID/StripFiltered/" diff --git a/Rec/ChargedProtoANNPID/job/DataMC-MVATrain/MakeANNReweighting.C b/Rec/ChargedProtoANNPID/job/DataMC-MVATrain/MakeANNReweighting.C index 3151871f2f0..a6c5cb3fcf5 100644 --- a/Rec/ChargedProtoANNPID/job/DataMC-MVATrain/MakeANNReweighting.C +++ b/Rec/ChargedProtoANNPID/job/DataMC-MVATrain/MakeANNReweighting.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ void MakeANNReweighting() diff --git a/Rec/ChargedProtoANNPID/job/DataMC-MVATrain/RunTMVATeacher.sh b/Rec/ChargedProtoANNPID/job/DataMC-MVATrain/RunTMVATeacher.sh index 8971423b02d..3bd87b58281 100755 --- a/Rec/ChargedProtoANNPID/job/DataMC-MVATrain/RunTMVATeacher.sh +++ b/Rec/ChargedProtoANNPID/job/DataMC-MVATrain/RunTMVATeacher.sh @@ -1,4 +1,14 @@ #!/bin/bash +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # Data files export ROOTDIR="/r03/lhcb/jonesc/ANNPID/ProtoParticlePIDtuples/Test/V1/StripFiltered" diff --git a/Rec/ChargedProtoANNPID/job/DataMCCompare.C b/Rec/ChargedProtoANNPID/job/DataMCCompare.C index 7d83751d45d..d0d9e32a20a 100644 --- a/Rec/ChargedProtoANNPID/job/DataMCCompare.C +++ b/Rec/ChargedProtoANNPID/job/DataMCCompare.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include <sstream> #include <tuple> diff --git a/Rec/ChargedProtoANNPID/job/GangaJobs/CopyToCambridge.py b/Rec/ChargedProtoANNPID/job/GangaJobs/CopyToCambridge.py index d9583a62f05..16a295a4ed1 100755 --- a/Rec/ChargedProtoANNPID/job/GangaJobs/CopyToCambridge.py +++ b/Rec/ChargedProtoANNPID/job/GangaJobs/CopyToCambridge.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### def getGangaIDs(jobname): diff --git a/Rec/ChargedProtoANNPID/job/GangaJobs/CopyToCastor.sh b/Rec/ChargedProtoANNPID/job/GangaJobs/CopyToCastor.sh index 56185c20046..13895ce4878 100644 --- a/Rec/ChargedProtoANNPID/job/GangaJobs/CopyToCastor.sh +++ b/Rec/ChargedProtoANNPID/job/GangaJobs/CopyToCastor.sh @@ -1,4 +1,14 @@ #!/bin/bash +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### export CASTORD=$CASTOR_HOME/ProtoParticlePIDtuples/MC12-Binc-nu2.5 diff --git a/Rec/ChargedProtoANNPID/job/GangaJobs/Ganga-Data-Run1.py b/Rec/ChargedProtoANNPID/job/GangaJobs/Ganga-Data-Run1.py index fbc72541fe0..ebdcef74485 100755 --- a/Rec/ChargedProtoANNPID/job/GangaJobs/Ganga-Data-Run1.py +++ b/Rec/ChargedProtoANNPID/job/GangaJobs/Ganga-Data-Run1.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # 2012 reco = "Reco14" diff --git a/Rec/ChargedProtoANNPID/job/GangaJobs/Ganga-Data-Run2.py b/Rec/ChargedProtoANNPID/job/GangaJobs/Ganga-Data-Run2.py index 165547735de..6f39a050184 100755 --- a/Rec/ChargedProtoANNPID/job/GangaJobs/Ganga-Data-Run2.py +++ b/Rec/ChargedProtoANNPID/job/GangaJobs/Ganga-Data-Run2.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # 2015 reco = "Reco15a" diff --git a/Rec/ChargedProtoANNPID/job/GangaJobs/Ganga-MC-Run1.py b/Rec/ChargedProtoANNPID/job/GangaJobs/Ganga-MC-Run1.py index 3206ec1c3a3..5d5abd5f0cb 100755 --- a/Rec/ChargedProtoANNPID/job/GangaJobs/Ganga-MC-Run1.py +++ b/Rec/ChargedProtoANNPID/job/GangaJobs/Ganga-MC-Run1.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### def jobExists(jobname): from Ganga.GPI import jobs diff --git a/Rec/ChargedProtoANNPID/job/GangaJobs/Ganga-MC-Run2.py b/Rec/ChargedProtoANNPID/job/GangaJobs/Ganga-MC-Run2.py index 33787aad94b..5474b062620 100755 --- a/Rec/ChargedProtoANNPID/job/GangaJobs/Ganga-MC-Run2.py +++ b/Rec/ChargedProtoANNPID/job/GangaJobs/Ganga-MC-Run2.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### def jobExists(jobname): from Ganga.GPI import jobs diff --git a/Rec/ChargedProtoANNPID/job/GangaJobs/options-Data-Run1.py b/Rec/ChargedProtoANNPID/job/GangaJobs/options-Data-Run1.py index 961b20b5473..148c2fd6d49 100644 --- a/Rec/ChargedProtoANNPID/job/GangaJobs/options-Data-Run1.py +++ b/Rec/ChargedProtoANNPID/job/GangaJobs/options-Data-Run1.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### from Gaudi.Configuration import * from Configurables import ( DaVinci, GaudiSequencer ) diff --git a/Rec/ChargedProtoANNPID/job/GangaJobs/options-Data-Run2.py b/Rec/ChargedProtoANNPID/job/GangaJobs/options-Data-Run2.py index d28a1aca82f..08bc5bde350 100644 --- a/Rec/ChargedProtoANNPID/job/GangaJobs/options-Data-Run2.py +++ b/Rec/ChargedProtoANNPID/job/GangaJobs/options-Data-Run2.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### from Gaudi.Configuration import * from Configurables import ( DaVinci, GaudiSequencer ) diff --git a/Rec/ChargedProtoANNPID/job/GangaJobs/options-MC2011.py b/Rec/ChargedProtoANNPID/job/GangaJobs/options-MC2011.py index 9dc88a9aa8a..0f189305fbf 100644 --- a/Rec/ChargedProtoANNPID/job/GangaJobs/options-MC2011.py +++ b/Rec/ChargedProtoANNPID/job/GangaJobs/options-MC2011.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### from Gaudi.Configuration import * from Configurables import ( DaVinci, GaudiSequencer ) from DecayTreeTuple.Configuration import * diff --git a/Rec/ChargedProtoANNPID/job/GangaJobs/options-MC2012.py b/Rec/ChargedProtoANNPID/job/GangaJobs/options-MC2012.py index 3ecb9b6c783..3abcccdc0b2 100644 --- a/Rec/ChargedProtoANNPID/job/GangaJobs/options-MC2012.py +++ b/Rec/ChargedProtoANNPID/job/GangaJobs/options-MC2012.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### from Gaudi.Configuration import * from Configurables import ( DaVinci, GaudiSequencer ) from DecayTreeTuple.Configuration import * diff --git a/Rec/ChargedProtoANNPID/job/GangaJobs/options-MCJun2015.py b/Rec/ChargedProtoANNPID/job/GangaJobs/options-MCJun2015.py index 104bc522b10..89d743c249a 100644 --- a/Rec/ChargedProtoANNPID/job/GangaJobs/options-MCJun2015.py +++ b/Rec/ChargedProtoANNPID/job/GangaJobs/options-MCJun2015.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### from Gaudi.Configuration import * from Configurables import ( DaVinci, GaudiSequencer ) from DecayTreeTuple.Configuration import * diff --git a/Rec/ChargedProtoANNPID/python/ChargedProtoANNPID/Configuration.py b/Rec/ChargedProtoANNPID/python/ChargedProtoANNPID/Configuration.py index 878e2340146..d0bb1e59da0 100644 --- a/Rec/ChargedProtoANNPID/python/ChargedProtoANNPID/Configuration.py +++ b/Rec/ChargedProtoANNPID/python/ChargedProtoANNPID/Configuration.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ## @package GlobalReco # Base configurables for the Global ANN Charged PID # @author Chris Jones (Christopher.Rob.Jones@cern.ch) diff --git a/Rec/ChargedProtoANNPID/src/ChargedProtoANNPIDAlg.cpp b/Rec/ChargedProtoANNPID/src/ChargedProtoANNPIDAlg.cpp index b9768591fdb..d17c5dfd459 100644 --- a/Rec/ChargedProtoANNPID/src/ChargedProtoANNPIDAlg.cpp +++ b/Rec/ChargedProtoANNPID/src/ChargedProtoANNPIDAlg.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //------------------------------------------------------------------------------- /** @file ChargedProtoANNPIDAlg.cpp diff --git a/Rec/ChargedProtoANNPID/src/ChargedProtoANNPIDAlg.h b/Rec/ChargedProtoANNPID/src/ChargedProtoANNPIDAlg.h index f039f22ce93..13fd8743db8 100644 --- a/Rec/ChargedProtoANNPID/src/ChargedProtoANNPIDAlg.h +++ b/Rec/ChargedProtoANNPID/src/ChargedProtoANNPIDAlg.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //------------------------------------------------------------------------------- /** @file ChargedProtoANNPIDAlg.h diff --git a/Rec/ChargedProtoANNPID/src/ChargedProtoANNPIDAlgBase.cpp b/Rec/ChargedProtoANNPID/src/ChargedProtoANNPIDAlgBase.cpp index e57d9b384f5..f8cb46eec77 100644 --- a/Rec/ChargedProtoANNPID/src/ChargedProtoANNPIDAlgBase.cpp +++ b/Rec/ChargedProtoANNPID/src/ChargedProtoANNPIDAlgBase.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file ChargedProtoANNPIDAlgBase.cpp diff --git a/Rec/ChargedProtoANNPID/src/ChargedProtoANNPIDAlgBase.h b/Rec/ChargedProtoANNPID/src/ChargedProtoANNPIDAlgBase.h index 6cd5fb39765..d48ef26eb43 100644 --- a/Rec/ChargedProtoANNPID/src/ChargedProtoANNPIDAlgBase.h +++ b/Rec/ChargedProtoANNPID/src/ChargedProtoANNPIDAlgBase.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file ChargedProtoANNPIDAlgBase.h diff --git a/Rec/ChargedProtoANNPID/src/ChargedProtoANNPIDCommonBase.h b/Rec/ChargedProtoANNPID/src/ChargedProtoANNPIDCommonBase.h index 0b66188ca74..0bf0886cb62 100644 --- a/Rec/ChargedProtoANNPID/src/ChargedProtoANNPIDCommonBase.h +++ b/Rec/ChargedProtoANNPID/src/ChargedProtoANNPIDCommonBase.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //------------------------------------------------------------------------------- /** @file ChargedProtoANNPIDCommonBase.h * diff --git a/Rec/ChargedProtoANNPID/src/ChargedProtoANNPIDCommonBase.icpp b/Rec/ChargedProtoANNPID/src/ChargedProtoANNPIDCommonBase.icpp index 213a1a76df6..275e22d4631 100644 --- a/Rec/ChargedProtoANNPID/src/ChargedProtoANNPIDCommonBase.icpp +++ b/Rec/ChargedProtoANNPID/src/ChargedProtoANNPIDCommonBase.icpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // local #include "ChargedProtoANNPIDCommonBase.h" diff --git a/Rec/ChargedProtoANNPID/src/ChargedProtoANNPIDConstructors.cpp b/Rec/ChargedProtoANNPID/src/ChargedProtoANNPIDConstructors.cpp index a949df854b1..9721a7ac28b 100644 --- a/Rec/ChargedProtoANNPID/src/ChargedProtoANNPIDConstructors.cpp +++ b/Rec/ChargedProtoANNPID/src/ChargedProtoANNPIDConstructors.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include "ChargedProtoANNPIDCommonBase.h" diff --git a/Rec/ChargedProtoANNPID/src/ChargedProtoANNPIDMoni.cpp b/Rec/ChargedProtoANNPID/src/ChargedProtoANNPIDMoni.cpp index 6f50348a65c..d4961457d7a 100644 --- a/Rec/ChargedProtoANNPID/src/ChargedProtoANNPIDMoni.cpp +++ b/Rec/ChargedProtoANNPID/src/ChargedProtoANNPIDMoni.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // local #include "ChargedProtoANNPIDMoni.h" diff --git a/Rec/ChargedProtoANNPID/src/ChargedProtoANNPIDMoni.h b/Rec/ChargedProtoANNPID/src/ChargedProtoANNPIDMoni.h index f82650b53e5..0b8ea910662 100644 --- a/Rec/ChargedProtoANNPID/src/ChargedProtoANNPIDMoni.h +++ b/Rec/ChargedProtoANNPID/src/ChargedProtoANNPIDMoni.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //------------------------------------------------------------------------------- /** @file ChargedProtoANNPIDMoni.h diff --git a/Rec/ChargedProtoANNPID/src/ChargedProtoANNPIDTool.cpp b/Rec/ChargedProtoANNPID/src/ChargedProtoANNPIDTool.cpp index ddf6a0c5111..9beb3c1725b 100644 --- a/Rec/ChargedProtoANNPID/src/ChargedProtoANNPIDTool.cpp +++ b/Rec/ChargedProtoANNPID/src/ChargedProtoANNPIDTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // local #include "ChargedProtoANNPIDTool.h" diff --git a/Rec/ChargedProtoANNPID/src/ChargedProtoANNPIDTool.h b/Rec/ChargedProtoANNPID/src/ChargedProtoANNPIDTool.h index a54d7300f6b..4edb9f5a555 100644 --- a/Rec/ChargedProtoANNPID/src/ChargedProtoANNPIDTool.h +++ b/Rec/ChargedProtoANNPID/src/ChargedProtoANNPIDTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once diff --git a/Rec/ChargedProtoANNPID/src/ChargedProtoANNPIDToolBase.cpp b/Rec/ChargedProtoANNPID/src/ChargedProtoANNPIDToolBase.cpp index 51c88824f10..813234810f7 100644 --- a/Rec/ChargedProtoANNPID/src/ChargedProtoANNPIDToolBase.cpp +++ b/Rec/ChargedProtoANNPID/src/ChargedProtoANNPIDToolBase.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file ChargedProtoANNPIDToolBase.cpp diff --git a/Rec/ChargedProtoANNPID/src/ChargedProtoANNPIDToolBase.h b/Rec/ChargedProtoANNPID/src/ChargedProtoANNPIDToolBase.h index 939f5326e40..20f14b2eb80 100644 --- a/Rec/ChargedProtoANNPID/src/ChargedProtoANNPIDToolBase.h +++ b/Rec/ChargedProtoANNPID/src/ChargedProtoANNPIDToolBase.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file ChargedProtoANNPIDToolBase.h diff --git a/Rec/ChargedProtoANNPID/src/ChargedProtoANNPIDTrainingTuple.cpp b/Rec/ChargedProtoANNPID/src/ChargedProtoANNPIDTrainingTuple.cpp index 64be358db6d..917e9c547d8 100644 --- a/Rec/ChargedProtoANNPID/src/ChargedProtoANNPIDTrainingTuple.cpp +++ b/Rec/ChargedProtoANNPID/src/ChargedProtoANNPIDTrainingTuple.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file ChargedProtoANNPIDTrainingTuplee.cpp diff --git a/Rec/ChargedProtoANNPID/src/ChargedProtoANNPIDTrainingTuple.h b/Rec/ChargedProtoANNPID/src/ChargedProtoANNPIDTrainingTuple.h index eb7822f9ab4..9277a89147b 100644 --- a/Rec/ChargedProtoANNPID/src/ChargedProtoANNPIDTrainingTuple.h +++ b/Rec/ChargedProtoANNPID/src/ChargedProtoANNPIDTrainingTuple.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file ChargedProtoANNPIDTrainingTuple.h diff --git a/Rec/ChargedProtoANNPID/src/ChargedProtoANNPIDTupleTool.cpp b/Rec/ChargedProtoANNPID/src/ChargedProtoANNPIDTupleTool.cpp index 52b9530f3ae..2e42b5fd003 100644 --- a/Rec/ChargedProtoANNPID/src/ChargedProtoANNPIDTupleTool.cpp +++ b/Rec/ChargedProtoANNPID/src/ChargedProtoANNPIDTupleTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // local #include "ChargedProtoANNPIDTupleTool.h" diff --git a/Rec/ChargedProtoANNPID/src/ChargedProtoANNPIDTupleTool.h b/Rec/ChargedProtoANNPID/src/ChargedProtoANNPIDTupleTool.h index 145df092ffa..958c27348ff 100644 --- a/Rec/ChargedProtoANNPID/src/ChargedProtoANNPIDTupleTool.h +++ b/Rec/ChargedProtoANNPID/src/ChargedProtoANNPIDTupleTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef CHARGEDPROTOANNPIDTUPLETOOL_H #define CHARGEDPROTOANNPIDTUPLETOOL_H 1 diff --git a/Rec/ChargedProtoANNPID/src/TMVAIClassifierReader.h b/Rec/ChargedProtoANNPID/src/TMVAIClassifierReader.h index 26239b29cc5..62dafdffc30 100644 --- a/Rec/ChargedProtoANNPID/src/TMVAIClassifierReader.h +++ b/Rec/ChargedProtoANNPID/src/TMVAIClassifierReader.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ namespace ANNGlobalPID { diff --git a/Rec/ChargedProtoANNPID/src/TMVAImpFactory-Bs2MuMuDev1.cpp b/Rec/ChargedProtoANNPID/src/TMVAImpFactory-Bs2MuMuDev1.cpp index 2925ed8c8a5..b48d62f4756 100644 --- a/Rec/ChargedProtoANNPID/src/TMVAImpFactory-Bs2MuMuDev1.cpp +++ b/Rec/ChargedProtoANNPID/src/TMVAImpFactory-Bs2MuMuDev1.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // local #include "TMVAImpFactory.h" diff --git a/Rec/ChargedProtoANNPID/src/TMVAImpFactory-Bs2MuMuDev2.cpp b/Rec/ChargedProtoANNPID/src/TMVAImpFactory-Bs2MuMuDev2.cpp index b2dec725dfc..5a362652b22 100644 --- a/Rec/ChargedProtoANNPID/src/TMVAImpFactory-Bs2MuMuDev2.cpp +++ b/Rec/ChargedProtoANNPID/src/TMVAImpFactory-Bs2MuMuDev2.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // local #include "TMVAImpFactory.h" diff --git a/Rec/ChargedProtoANNPID/src/TMVAImpFactory-MC12TuneV2.cpp b/Rec/ChargedProtoANNPID/src/TMVAImpFactory-MC12TuneV2.cpp index 6a0d6f3a102..bbfd6c28bea 100644 --- a/Rec/ChargedProtoANNPID/src/TMVAImpFactory-MC12TuneV2.cpp +++ b/Rec/ChargedProtoANNPID/src/TMVAImpFactory-MC12TuneV2.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // local #include "TMVAImpFactory.h" diff --git a/Rec/ChargedProtoANNPID/src/TMVAImpFactory-MC12TuneV3.cpp b/Rec/ChargedProtoANNPID/src/TMVAImpFactory-MC12TuneV3.cpp index f2fd5aad122..31e34a69000 100644 --- a/Rec/ChargedProtoANNPID/src/TMVAImpFactory-MC12TuneV3.cpp +++ b/Rec/ChargedProtoANNPID/src/TMVAImpFactory-MC12TuneV3.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // local #include "TMVAImpFactory.h" diff --git a/Rec/ChargedProtoANNPID/src/TMVAImpFactory-MC12TuneV4.cpp b/Rec/ChargedProtoANNPID/src/TMVAImpFactory-MC12TuneV4.cpp index fe11fd0d8f5..100836af88f 100644 --- a/Rec/ChargedProtoANNPID/src/TMVAImpFactory-MC12TuneV4.cpp +++ b/Rec/ChargedProtoANNPID/src/TMVAImpFactory-MC12TuneV4.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // local #include "TMVAImpFactory.h" diff --git a/Rec/ChargedProtoANNPID/src/TMVAImpFactory-MC15TuneV1.cpp b/Rec/ChargedProtoANNPID/src/TMVAImpFactory-MC15TuneV1.cpp index c0777744d81..eccdea3ac5a 100644 --- a/Rec/ChargedProtoANNPID/src/TMVAImpFactory-MC15TuneV1.cpp +++ b/Rec/ChargedProtoANNPID/src/TMVAImpFactory-MC15TuneV1.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // local #include "TMVAImpFactory.h" diff --git a/Rec/ChargedProtoANNPID/src/TMVAImpFactory.cpp b/Rec/ChargedProtoANNPID/src/TMVAImpFactory.cpp index 047446c11e6..e21c6afb2eb 100644 --- a/Rec/ChargedProtoANNPID/src/TMVAImpFactory.cpp +++ b/Rec/ChargedProtoANNPID/src/TMVAImpFactory.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // local #include "TMVAImpFactory.h" diff --git a/Rec/ChargedProtoANNPID/src/TMVAImpFactory.h b/Rec/ChargedProtoANNPID/src/TMVAImpFactory.h index 9b571fc214d..fa74c3a81a3 100644 --- a/Rec/ChargedProtoANNPID/src/TMVAImpFactory.h +++ b/Rec/ChargedProtoANNPID/src/TMVAImpFactory.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once diff --git a/Rec/ChargedProtoANNPID/src/tmva/Bs2MuMuTuneBDTDev1/GlobalPID_Kaon_Long_TMVA.class.C b/Rec/ChargedProtoANNPID/src/tmva/Bs2MuMuTuneBDTDev1/GlobalPID_Kaon_Long_TMVA.class.C index fd210d2599d..f8ed65c828b 100644 --- a/Rec/ChargedProtoANNPID/src/tmva/Bs2MuMuTuneBDTDev1/GlobalPID_Kaon_Long_TMVA.class.C +++ b/Rec/ChargedProtoANNPID/src/tmva/Bs2MuMuTuneBDTDev1/GlobalPID_Kaon_Long_TMVA.class.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadKaon_Long_TMVA // Automatically generated by MethodBase::MakeClass // diff --git a/Rec/ChargedProtoANNPID/src/tmva/Bs2MuMuTuneBDTDev1/GlobalPID_Muon_Long_TMVA.class.C b/Rec/ChargedProtoANNPID/src/tmva/Bs2MuMuTuneBDTDev1/GlobalPID_Muon_Long_TMVA.class.C index 67bf6369afa..3d3cdcc57fe 100644 --- a/Rec/ChargedProtoANNPID/src/tmva/Bs2MuMuTuneBDTDev1/GlobalPID_Muon_Long_TMVA.class.C +++ b/Rec/ChargedProtoANNPID/src/tmva/Bs2MuMuTuneBDTDev1/GlobalPID_Muon_Long_TMVA.class.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadMuon_Long_TMVA // Automatically generated by MethodBase::MakeClass // diff --git a/Rec/ChargedProtoANNPID/src/tmva/Bs2MuMuTuneBDTDev1/GlobalPID_Pion_Long_TMVA.class.C b/Rec/ChargedProtoANNPID/src/tmva/Bs2MuMuTuneBDTDev1/GlobalPID_Pion_Long_TMVA.class.C index bf66c55e701..4dde0612025 100644 --- a/Rec/ChargedProtoANNPID/src/tmva/Bs2MuMuTuneBDTDev1/GlobalPID_Pion_Long_TMVA.class.C +++ b/Rec/ChargedProtoANNPID/src/tmva/Bs2MuMuTuneBDTDev1/GlobalPID_Pion_Long_TMVA.class.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadPion_Long_TMVA // Automatically generated by MethodBase::MakeClass // diff --git a/Rec/ChargedProtoANNPID/src/tmva/Bs2MuMuTuneBDTDev2/GlobalPID_Muon_Long_TMVA.class.C b/Rec/ChargedProtoANNPID/src/tmva/Bs2MuMuTuneBDTDev2/GlobalPID_Muon_Long_TMVA.class.C index b72bc8f3a55..774e312a148 100644 --- a/Rec/ChargedProtoANNPID/src/tmva/Bs2MuMuTuneBDTDev2/GlobalPID_Muon_Long_TMVA.class.C +++ b/Rec/ChargedProtoANNPID/src/tmva/Bs2MuMuTuneBDTDev2/GlobalPID_Muon_Long_TMVA.class.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadMuon_Long_TMVA // Automatically generated by MethodBase::MakeClass // diff --git a/Rec/ChargedProtoANNPID/src/tmva/Bs2MuMuTuneMLPDev1/GlobalPID_Kaon_Long_TMVA.class.C b/Rec/ChargedProtoANNPID/src/tmva/Bs2MuMuTuneMLPDev1/GlobalPID_Kaon_Long_TMVA.class.C index 4ae7562cae7..d55c50ba443 100644 --- a/Rec/ChargedProtoANNPID/src/tmva/Bs2MuMuTuneMLPDev1/GlobalPID_Kaon_Long_TMVA.class.C +++ b/Rec/ChargedProtoANNPID/src/tmva/Bs2MuMuTuneMLPDev1/GlobalPID_Kaon_Long_TMVA.class.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadKaon_Long_TMVA // Automatically generated by MethodBase::MakeClass // diff --git a/Rec/ChargedProtoANNPID/src/tmva/Bs2MuMuTuneMLPDev1/GlobalPID_Muon_Long_TMVA.class.C b/Rec/ChargedProtoANNPID/src/tmva/Bs2MuMuTuneMLPDev1/GlobalPID_Muon_Long_TMVA.class.C index 5fd8ba2c69e..d97c7822323 100644 --- a/Rec/ChargedProtoANNPID/src/tmva/Bs2MuMuTuneMLPDev1/GlobalPID_Muon_Long_TMVA.class.C +++ b/Rec/ChargedProtoANNPID/src/tmva/Bs2MuMuTuneMLPDev1/GlobalPID_Muon_Long_TMVA.class.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadMuon_Long_TMVA // Automatically generated by MethodBase::MakeClass // diff --git a/Rec/ChargedProtoANNPID/src/tmva/Bs2MuMuTuneMLPDev1/GlobalPID_Pion_Long_TMVA.class.C b/Rec/ChargedProtoANNPID/src/tmva/Bs2MuMuTuneMLPDev1/GlobalPID_Pion_Long_TMVA.class.C index b02bf1bb537..cb2e058878a 100644 --- a/Rec/ChargedProtoANNPID/src/tmva/Bs2MuMuTuneMLPDev1/GlobalPID_Pion_Long_TMVA.class.C +++ b/Rec/ChargedProtoANNPID/src/tmva/Bs2MuMuTuneMLPDev1/GlobalPID_Pion_Long_TMVA.class.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadPion_Long_TMVA // Automatically generated by MethodBase::MakeClass // diff --git a/Rec/ChargedProtoANNPID/src/tmva/Bs2MuMuTuneMLPDev2/GlobalPID_Muon_Long_TMVA.class.C b/Rec/ChargedProtoANNPID/src/tmva/Bs2MuMuTuneMLPDev2/GlobalPID_Muon_Long_TMVA.class.C index bec69a976b8..1eaf7cb621c 100644 --- a/Rec/ChargedProtoANNPID/src/tmva/Bs2MuMuTuneMLPDev2/GlobalPID_Muon_Long_TMVA.class.C +++ b/Rec/ChargedProtoANNPID/src/tmva/Bs2MuMuTuneMLPDev2/GlobalPID_Muon_Long_TMVA.class.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadMuon_Long_TMVA // Automatically generated by MethodBase::MakeClass // diff --git a/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV2/GlobalPID_Electron_Downstream_TMVA.class.C b/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV2/GlobalPID_Electron_Downstream_TMVA.class.C index 1d753ac3514..4354c4e0990 100644 --- a/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV2/GlobalPID_Electron_Downstream_TMVA.class.C +++ b/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV2/GlobalPID_Electron_Downstream_TMVA.class.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadElectron_Downstream_TMVA // Automatically generated by MethodBase::MakeClass // diff --git a/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV2/GlobalPID_Electron_Long_TMVA.class.C b/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV2/GlobalPID_Electron_Long_TMVA.class.C index 1b6c584ddfd..9c00b7d2512 100644 --- a/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV2/GlobalPID_Electron_Long_TMVA.class.C +++ b/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV2/GlobalPID_Electron_Long_TMVA.class.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadElectron_Long_TMVA // Automatically generated by MethodBase::MakeClass // diff --git a/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV2/GlobalPID_Electron_Upstream_TMVA.class.C b/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV2/GlobalPID_Electron_Upstream_TMVA.class.C index 8953abba067..a12cdf36b61 100644 --- a/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV2/GlobalPID_Electron_Upstream_TMVA.class.C +++ b/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV2/GlobalPID_Electron_Upstream_TMVA.class.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadElectron_Upstream_TMVA // Automatically generated by MethodBase::MakeClass // diff --git a/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV2/GlobalPID_Ghost_Downstream_TMVA.class.C b/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV2/GlobalPID_Ghost_Downstream_TMVA.class.C index a4b41a20809..a36dedf693c 100644 --- a/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV2/GlobalPID_Ghost_Downstream_TMVA.class.C +++ b/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV2/GlobalPID_Ghost_Downstream_TMVA.class.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadGhost_Downstream_TMVA // Automatically generated by MethodBase::MakeClass // diff --git a/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV2/GlobalPID_Ghost_Long_TMVA.class.C b/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV2/GlobalPID_Ghost_Long_TMVA.class.C index 65ad4ff7a01..4a6799d2e27 100644 --- a/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV2/GlobalPID_Ghost_Long_TMVA.class.C +++ b/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV2/GlobalPID_Ghost_Long_TMVA.class.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadGhost_Long_TMVA // Automatically generated by MethodBase::MakeClass // diff --git a/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV2/GlobalPID_Ghost_Upstream_TMVA.class.C b/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV2/GlobalPID_Ghost_Upstream_TMVA.class.C index 8841b484f7b..f67ffbf5187 100644 --- a/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV2/GlobalPID_Ghost_Upstream_TMVA.class.C +++ b/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV2/GlobalPID_Ghost_Upstream_TMVA.class.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadGhost_Upstream_TMVA // Automatically generated by MethodBase::MakeClass // diff --git a/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV2/GlobalPID_Kaon_Downstream_TMVA.class.C b/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV2/GlobalPID_Kaon_Downstream_TMVA.class.C index ce50813aaf5..65a7ef4f084 100644 --- a/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV2/GlobalPID_Kaon_Downstream_TMVA.class.C +++ b/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV2/GlobalPID_Kaon_Downstream_TMVA.class.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadKaon_Downstream_TMVA // Automatically generated by MethodBase::MakeClass // diff --git a/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV2/GlobalPID_Kaon_Long_TMVA.class.C b/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV2/GlobalPID_Kaon_Long_TMVA.class.C index ebd387b22b8..26f7b006ee6 100644 --- a/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV2/GlobalPID_Kaon_Long_TMVA.class.C +++ b/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV2/GlobalPID_Kaon_Long_TMVA.class.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadKaon_Long_TMVA // Automatically generated by MethodBase::MakeClass // diff --git a/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV2/GlobalPID_Kaon_Upstream_TMVA.class.C b/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV2/GlobalPID_Kaon_Upstream_TMVA.class.C index 687e11926c0..681859204ba 100644 --- a/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV2/GlobalPID_Kaon_Upstream_TMVA.class.C +++ b/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV2/GlobalPID_Kaon_Upstream_TMVA.class.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadKaon_Upstream_TMVA // Automatically generated by MethodBase::MakeClass // diff --git a/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV2/GlobalPID_Muon_Downstream_TMVA.class.C b/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV2/GlobalPID_Muon_Downstream_TMVA.class.C index a51ebe9f6a3..67839682cb5 100644 --- a/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV2/GlobalPID_Muon_Downstream_TMVA.class.C +++ b/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV2/GlobalPID_Muon_Downstream_TMVA.class.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadMuon_Downstream_TMVA // Automatically generated by MethodBase::MakeClass // diff --git a/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV2/GlobalPID_Muon_Long_TMVA.class.C b/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV2/GlobalPID_Muon_Long_TMVA.class.C index deaac64ff3b..0b5ae6c7c4f 100644 --- a/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV2/GlobalPID_Muon_Long_TMVA.class.C +++ b/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV2/GlobalPID_Muon_Long_TMVA.class.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadMuon_Long_TMVA // Automatically generated by MethodBase::MakeClass // diff --git a/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV2/GlobalPID_Muon_Upstream_TMVA.class.C b/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV2/GlobalPID_Muon_Upstream_TMVA.class.C index a0e8aabcc64..c0d4a1702da 100644 --- a/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV2/GlobalPID_Muon_Upstream_TMVA.class.C +++ b/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV2/GlobalPID_Muon_Upstream_TMVA.class.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadMuon_Upstream_TMVA // Automatically generated by MethodBase::MakeClass // diff --git a/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV2/GlobalPID_Pion_Downstream_TMVA.class.C b/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV2/GlobalPID_Pion_Downstream_TMVA.class.C index d006fc4f7c1..0d155737d0b 100644 --- a/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV2/GlobalPID_Pion_Downstream_TMVA.class.C +++ b/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV2/GlobalPID_Pion_Downstream_TMVA.class.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadPion_Downstream_TMVA // Automatically generated by MethodBase::MakeClass // diff --git a/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV2/GlobalPID_Pion_Long_TMVA.class.C b/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV2/GlobalPID_Pion_Long_TMVA.class.C index e296d0ff61d..7757129dad6 100644 --- a/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV2/GlobalPID_Pion_Long_TMVA.class.C +++ b/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV2/GlobalPID_Pion_Long_TMVA.class.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadPion_Long_TMVA // Automatically generated by MethodBase::MakeClass // diff --git a/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV2/GlobalPID_Pion_Upstream_TMVA.class.C b/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV2/GlobalPID_Pion_Upstream_TMVA.class.C index be7d4909569..bac03ff9733 100644 --- a/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV2/GlobalPID_Pion_Upstream_TMVA.class.C +++ b/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV2/GlobalPID_Pion_Upstream_TMVA.class.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadPion_Upstream_TMVA // Automatically generated by MethodBase::MakeClass // diff --git a/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV2/GlobalPID_Proton_Downstream_TMVA.class.C b/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV2/GlobalPID_Proton_Downstream_TMVA.class.C index a2d08cc5064..1a593df269d 100644 --- a/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV2/GlobalPID_Proton_Downstream_TMVA.class.C +++ b/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV2/GlobalPID_Proton_Downstream_TMVA.class.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadProton_Downstream_TMVA // Automatically generated by MethodBase::MakeClass // diff --git a/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV2/GlobalPID_Proton_Long_TMVA.class.C b/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV2/GlobalPID_Proton_Long_TMVA.class.C index 273b46149d3..20707ed3f46 100644 --- a/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV2/GlobalPID_Proton_Long_TMVA.class.C +++ b/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV2/GlobalPID_Proton_Long_TMVA.class.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadProton_Long_TMVA // Automatically generated by MethodBase::MakeClass // diff --git a/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV2/GlobalPID_Proton_Upstream_TMVA.class.C b/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV2/GlobalPID_Proton_Upstream_TMVA.class.C index 33a8cf4538c..228afa931b1 100644 --- a/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV2/GlobalPID_Proton_Upstream_TMVA.class.C +++ b/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV2/GlobalPID_Proton_Upstream_TMVA.class.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadProton_Upstream_TMVA // Automatically generated by MethodBase::MakeClass // diff --git a/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV3/GlobalPID_Electron_Downstream_TMVA.class.C b/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV3/GlobalPID_Electron_Downstream_TMVA.class.C index 199f558b84f..7435723b24e 100644 --- a/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV3/GlobalPID_Electron_Downstream_TMVA.class.C +++ b/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV3/GlobalPID_Electron_Downstream_TMVA.class.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadElectron_Downstream_TMVA // Automatically generated by MethodBase::MakeClass // diff --git a/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV3/GlobalPID_Electron_Long_TMVA.class.C b/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV3/GlobalPID_Electron_Long_TMVA.class.C index f9afcd10908..91b686f584b 100644 --- a/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV3/GlobalPID_Electron_Long_TMVA.class.C +++ b/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV3/GlobalPID_Electron_Long_TMVA.class.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadElectron_Long_TMVA // Automatically generated by MethodBase::MakeClass // diff --git a/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV3/GlobalPID_Electron_Upstream_TMVA.class.C b/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV3/GlobalPID_Electron_Upstream_TMVA.class.C index 7b278081eb0..1c8b2c2efd6 100644 --- a/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV3/GlobalPID_Electron_Upstream_TMVA.class.C +++ b/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV3/GlobalPID_Electron_Upstream_TMVA.class.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadElectron_Upstream_TMVA // Automatically generated by MethodBase::MakeClass // diff --git a/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV3/GlobalPID_Ghost_Downstream_TMVA.class.C b/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV3/GlobalPID_Ghost_Downstream_TMVA.class.C index 932e2b1eac4..d213515fd80 100644 --- a/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV3/GlobalPID_Ghost_Downstream_TMVA.class.C +++ b/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV3/GlobalPID_Ghost_Downstream_TMVA.class.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadGhost_Downstream_TMVA // Automatically generated by MethodBase::MakeClass // diff --git a/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV3/GlobalPID_Ghost_Long_TMVA.class.C b/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV3/GlobalPID_Ghost_Long_TMVA.class.C index ac2a273e23c..629205ce8a9 100644 --- a/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV3/GlobalPID_Ghost_Long_TMVA.class.C +++ b/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV3/GlobalPID_Ghost_Long_TMVA.class.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadGhost_Long_TMVA // Automatically generated by MethodBase::MakeClass // diff --git a/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV3/GlobalPID_Ghost_Upstream_TMVA.class.C b/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV3/GlobalPID_Ghost_Upstream_TMVA.class.C index d05019aa7f0..fc460add342 100644 --- a/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV3/GlobalPID_Ghost_Upstream_TMVA.class.C +++ b/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV3/GlobalPID_Ghost_Upstream_TMVA.class.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadGhost_Upstream_TMVA // Automatically generated by MethodBase::MakeClass // diff --git a/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV3/GlobalPID_Kaon_Downstream_TMVA.class.C b/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV3/GlobalPID_Kaon_Downstream_TMVA.class.C index f6c447e8ee1..0fe42ad8ae6 100644 --- a/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV3/GlobalPID_Kaon_Downstream_TMVA.class.C +++ b/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV3/GlobalPID_Kaon_Downstream_TMVA.class.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadKaon_Downstream_TMVA // Automatically generated by MethodBase::MakeClass // diff --git a/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV3/GlobalPID_Kaon_Long_TMVA.class.C b/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV3/GlobalPID_Kaon_Long_TMVA.class.C index 9fe634eb657..933a9e3be94 100644 --- a/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV3/GlobalPID_Kaon_Long_TMVA.class.C +++ b/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV3/GlobalPID_Kaon_Long_TMVA.class.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadKaon_Long_TMVA // Automatically generated by MethodBase::MakeClass // diff --git a/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV3/GlobalPID_Kaon_Upstream_TMVA.class.C b/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV3/GlobalPID_Kaon_Upstream_TMVA.class.C index 14e0155ecdd..09a27607f9a 100644 --- a/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV3/GlobalPID_Kaon_Upstream_TMVA.class.C +++ b/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV3/GlobalPID_Kaon_Upstream_TMVA.class.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadKaon_Upstream_TMVA // Automatically generated by MethodBase::MakeClass // diff --git a/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV3/GlobalPID_Muon_Downstream_TMVA.class.C b/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV3/GlobalPID_Muon_Downstream_TMVA.class.C index 21e1ac35437..fd3f0bfba14 100644 --- a/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV3/GlobalPID_Muon_Downstream_TMVA.class.C +++ b/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV3/GlobalPID_Muon_Downstream_TMVA.class.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadMuon_Downstream_TMVA // Automatically generated by MethodBase::MakeClass // diff --git a/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV3/GlobalPID_Muon_Long_TMVA.class.C b/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV3/GlobalPID_Muon_Long_TMVA.class.C index 361f124e56e..e45bec01dfb 100644 --- a/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV3/GlobalPID_Muon_Long_TMVA.class.C +++ b/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV3/GlobalPID_Muon_Long_TMVA.class.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadMuon_Long_TMVA // Automatically generated by MethodBase::MakeClass // diff --git a/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV3/GlobalPID_Muon_Upstream_TMVA.class.C b/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV3/GlobalPID_Muon_Upstream_TMVA.class.C index a757c6fd371..91e154f3f70 100644 --- a/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV3/GlobalPID_Muon_Upstream_TMVA.class.C +++ b/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV3/GlobalPID_Muon_Upstream_TMVA.class.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadMuon_Upstream_TMVA // Automatically generated by MethodBase::MakeClass // diff --git a/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV3/GlobalPID_Pion_Downstream_TMVA.class.C b/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV3/GlobalPID_Pion_Downstream_TMVA.class.C index dbb30a865ce..3691cac84e3 100644 --- a/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV3/GlobalPID_Pion_Downstream_TMVA.class.C +++ b/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV3/GlobalPID_Pion_Downstream_TMVA.class.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadPion_Downstream_TMVA // Automatically generated by MethodBase::MakeClass // diff --git a/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV3/GlobalPID_Pion_Long_TMVA.class.C b/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV3/GlobalPID_Pion_Long_TMVA.class.C index b735cbdabe4..a231cbbd099 100644 --- a/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV3/GlobalPID_Pion_Long_TMVA.class.C +++ b/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV3/GlobalPID_Pion_Long_TMVA.class.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadPion_Long_TMVA // Automatically generated by MethodBase::MakeClass // diff --git a/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV3/GlobalPID_Pion_Upstream_TMVA.class.C b/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV3/GlobalPID_Pion_Upstream_TMVA.class.C index 6135f29b22f..a876c0fc4ce 100644 --- a/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV3/GlobalPID_Pion_Upstream_TMVA.class.C +++ b/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV3/GlobalPID_Pion_Upstream_TMVA.class.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadPion_Upstream_TMVA // Automatically generated by MethodBase::MakeClass // diff --git a/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV3/GlobalPID_Proton_Downstream_TMVA.class.C b/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV3/GlobalPID_Proton_Downstream_TMVA.class.C index 3bc9a976953..bda9d06e8d4 100644 --- a/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV3/GlobalPID_Proton_Downstream_TMVA.class.C +++ b/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV3/GlobalPID_Proton_Downstream_TMVA.class.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadProton_Downstream_TMVA // Automatically generated by MethodBase::MakeClass // diff --git a/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV3/GlobalPID_Proton_Long_TMVA.class.C b/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV3/GlobalPID_Proton_Long_TMVA.class.C index 17aa1c7d30d..ab31b319115 100644 --- a/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV3/GlobalPID_Proton_Long_TMVA.class.C +++ b/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV3/GlobalPID_Proton_Long_TMVA.class.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadProton_Long_TMVA // Automatically generated by MethodBase::MakeClass // diff --git a/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV3/GlobalPID_Proton_Upstream_TMVA.class.C b/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV3/GlobalPID_Proton_Upstream_TMVA.class.C index 5972d43e614..cf15a31f45a 100644 --- a/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV3/GlobalPID_Proton_Upstream_TMVA.class.C +++ b/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV3/GlobalPID_Proton_Upstream_TMVA.class.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadProton_Upstream_TMVA // Automatically generated by MethodBase::MakeClass // diff --git a/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV4/GlobalPID_Electron_Downstream_TMVA.class.C b/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV4/GlobalPID_Electron_Downstream_TMVA.class.C index e6271533029..20e483db03e 100644 --- a/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV4/GlobalPID_Electron_Downstream_TMVA.class.C +++ b/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV4/GlobalPID_Electron_Downstream_TMVA.class.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadElectron_Downstream_TMVA // Automatically generated by MethodBase::MakeClass // diff --git a/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV4/GlobalPID_Electron_Long_TMVA.class.C b/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV4/GlobalPID_Electron_Long_TMVA.class.C index 6d1672bfaaa..1f1361e45bf 100644 --- a/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV4/GlobalPID_Electron_Long_TMVA.class.C +++ b/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV4/GlobalPID_Electron_Long_TMVA.class.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadElectron_Long_TMVA // Automatically generated by MethodBase::MakeClass // diff --git a/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV4/GlobalPID_Electron_Upstream_TMVA.class.C b/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV4/GlobalPID_Electron_Upstream_TMVA.class.C index 6ae21bf18f3..c038fe76c53 100644 --- a/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV4/GlobalPID_Electron_Upstream_TMVA.class.C +++ b/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV4/GlobalPID_Electron_Upstream_TMVA.class.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadElectron_Upstream_TMVA // Automatically generated by MethodBase::MakeClass // diff --git a/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV4/GlobalPID_Ghost_Downstream_TMVA.class.C b/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV4/GlobalPID_Ghost_Downstream_TMVA.class.C index 9cf56936c84..92f5300ffad 100644 --- a/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV4/GlobalPID_Ghost_Downstream_TMVA.class.C +++ b/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV4/GlobalPID_Ghost_Downstream_TMVA.class.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadGhost_Downstream_TMVA // Automatically generated by MethodBase::MakeClass // diff --git a/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV4/GlobalPID_Ghost_Long_TMVA.class.C b/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV4/GlobalPID_Ghost_Long_TMVA.class.C index 4ca8f42a425..632f441a0f5 100644 --- a/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV4/GlobalPID_Ghost_Long_TMVA.class.C +++ b/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV4/GlobalPID_Ghost_Long_TMVA.class.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadGhost_Long_TMVA // Automatically generated by MethodBase::MakeClass // diff --git a/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV4/GlobalPID_Ghost_Upstream_TMVA.class.C b/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV4/GlobalPID_Ghost_Upstream_TMVA.class.C index 4e7cd7a8cf5..05514ce1b90 100644 --- a/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV4/GlobalPID_Ghost_Upstream_TMVA.class.C +++ b/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV4/GlobalPID_Ghost_Upstream_TMVA.class.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadGhost_Upstream_TMVA // Automatically generated by MethodBase::MakeClass // diff --git a/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV4/GlobalPID_Kaon_Downstream_TMVA.class.C b/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV4/GlobalPID_Kaon_Downstream_TMVA.class.C index 813b657eaee..cc8891c0c06 100644 --- a/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV4/GlobalPID_Kaon_Downstream_TMVA.class.C +++ b/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV4/GlobalPID_Kaon_Downstream_TMVA.class.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadKaon_Downstream_TMVA // Automatically generated by MethodBase::MakeClass // diff --git a/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV4/GlobalPID_Kaon_Long_TMVA.class.C b/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV4/GlobalPID_Kaon_Long_TMVA.class.C index 8f438530f17..f739f1d846c 100644 --- a/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV4/GlobalPID_Kaon_Long_TMVA.class.C +++ b/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV4/GlobalPID_Kaon_Long_TMVA.class.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadKaon_Long_TMVA // Automatically generated by MethodBase::MakeClass // diff --git a/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV4/GlobalPID_Kaon_Upstream_TMVA.class.C b/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV4/GlobalPID_Kaon_Upstream_TMVA.class.C index 0405d89ede9..64c746490fa 100644 --- a/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV4/GlobalPID_Kaon_Upstream_TMVA.class.C +++ b/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV4/GlobalPID_Kaon_Upstream_TMVA.class.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadKaon_Upstream_TMVA // Automatically generated by MethodBase::MakeClass // diff --git a/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV4/GlobalPID_Muon_Downstream_TMVA.class.C b/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV4/GlobalPID_Muon_Downstream_TMVA.class.C index b88010d6ae3..3f8f9e816d7 100644 --- a/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV4/GlobalPID_Muon_Downstream_TMVA.class.C +++ b/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV4/GlobalPID_Muon_Downstream_TMVA.class.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadMuon_Downstream_TMVA // Automatically generated by MethodBase::MakeClass // diff --git a/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV4/GlobalPID_Muon_Long_TMVA.class.C b/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV4/GlobalPID_Muon_Long_TMVA.class.C index 67811690b67..1f2ad1501ff 100644 --- a/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV4/GlobalPID_Muon_Long_TMVA.class.C +++ b/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV4/GlobalPID_Muon_Long_TMVA.class.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadMuon_Long_TMVA // Automatically generated by MethodBase::MakeClass // diff --git a/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV4/GlobalPID_Muon_Upstream_TMVA.class.C b/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV4/GlobalPID_Muon_Upstream_TMVA.class.C index 6e4a952ddf3..4b070f8e001 100644 --- a/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV4/GlobalPID_Muon_Upstream_TMVA.class.C +++ b/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV4/GlobalPID_Muon_Upstream_TMVA.class.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadMuon_Upstream_TMVA // Automatically generated by MethodBase::MakeClass // diff --git a/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV4/GlobalPID_Pion_Downstream_TMVA.class.C b/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV4/GlobalPID_Pion_Downstream_TMVA.class.C index 05137503082..5b8dcd9fc4c 100644 --- a/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV4/GlobalPID_Pion_Downstream_TMVA.class.C +++ b/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV4/GlobalPID_Pion_Downstream_TMVA.class.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadPion_Downstream_TMVA // Automatically generated by MethodBase::MakeClass // diff --git a/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV4/GlobalPID_Pion_Long_TMVA.class.C b/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV4/GlobalPID_Pion_Long_TMVA.class.C index 3589e77a5fc..5f06d0c624b 100644 --- a/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV4/GlobalPID_Pion_Long_TMVA.class.C +++ b/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV4/GlobalPID_Pion_Long_TMVA.class.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadPion_Long_TMVA // Automatically generated by MethodBase::MakeClass // diff --git a/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV4/GlobalPID_Pion_Upstream_TMVA.class.C b/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV4/GlobalPID_Pion_Upstream_TMVA.class.C index 6614d44033e..ff75ea5ab72 100644 --- a/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV4/GlobalPID_Pion_Upstream_TMVA.class.C +++ b/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV4/GlobalPID_Pion_Upstream_TMVA.class.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadPion_Upstream_TMVA // Automatically generated by MethodBase::MakeClass // diff --git a/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV4/GlobalPID_Proton_Downstream_TMVA.class.C b/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV4/GlobalPID_Proton_Downstream_TMVA.class.C index e505ef47a0d..3350c800ddc 100644 --- a/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV4/GlobalPID_Proton_Downstream_TMVA.class.C +++ b/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV4/GlobalPID_Proton_Downstream_TMVA.class.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadProton_Downstream_TMVA // Automatically generated by MethodBase::MakeClass // diff --git a/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV4/GlobalPID_Proton_Long_TMVA.class.C b/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV4/GlobalPID_Proton_Long_TMVA.class.C index 98079248396..f858a3d6f7d 100644 --- a/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV4/GlobalPID_Proton_Long_TMVA.class.C +++ b/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV4/GlobalPID_Proton_Long_TMVA.class.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadProton_Long_TMVA // Automatically generated by MethodBase::MakeClass // diff --git a/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV4/GlobalPID_Proton_Upstream_TMVA.class.C b/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV4/GlobalPID_Proton_Upstream_TMVA.class.C index 985d1c8f447..e28ed889623 100644 --- a/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV4/GlobalPID_Proton_Upstream_TMVA.class.C +++ b/Rec/ChargedProtoANNPID/src/tmva/MC12TuneV4/GlobalPID_Proton_Upstream_TMVA.class.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadProton_Upstream_TMVA // Automatically generated by MethodBase::MakeClass // diff --git a/Rec/ChargedProtoANNPID/src/tmva/MC15TuneV1/GlobalPID_Deuteron_Downstream_TMVA.class.C b/Rec/ChargedProtoANNPID/src/tmva/MC15TuneV1/GlobalPID_Deuteron_Downstream_TMVA.class.C index 54f1b57975a..bbcfeafb967 100644 --- a/Rec/ChargedProtoANNPID/src/tmva/MC15TuneV1/GlobalPID_Deuteron_Downstream_TMVA.class.C +++ b/Rec/ChargedProtoANNPID/src/tmva/MC15TuneV1/GlobalPID_Deuteron_Downstream_TMVA.class.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadDeuteron_Downstream_TMVA // Automatically generated by MethodBase::MakeClass // diff --git a/Rec/ChargedProtoANNPID/src/tmva/MC15TuneV1/GlobalPID_Deuteron_Long_TMVA.class.C b/Rec/ChargedProtoANNPID/src/tmva/MC15TuneV1/GlobalPID_Deuteron_Long_TMVA.class.C index 2a0ae15a839..27648a68e38 100644 --- a/Rec/ChargedProtoANNPID/src/tmva/MC15TuneV1/GlobalPID_Deuteron_Long_TMVA.class.C +++ b/Rec/ChargedProtoANNPID/src/tmva/MC15TuneV1/GlobalPID_Deuteron_Long_TMVA.class.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadDeuteron_Long_TMVA // Automatically generated by MethodBase::MakeClass // diff --git a/Rec/ChargedProtoANNPID/src/tmva/MC15TuneV1/GlobalPID_Deuteron_Upstream_TMVA.class.C b/Rec/ChargedProtoANNPID/src/tmva/MC15TuneV1/GlobalPID_Deuteron_Upstream_TMVA.class.C index 27ea8fb9dd1..c113014f8f6 100644 --- a/Rec/ChargedProtoANNPID/src/tmva/MC15TuneV1/GlobalPID_Deuteron_Upstream_TMVA.class.C +++ b/Rec/ChargedProtoANNPID/src/tmva/MC15TuneV1/GlobalPID_Deuteron_Upstream_TMVA.class.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadDeuteron_Upstream_TMVA // Automatically generated by MethodBase::MakeClass // diff --git a/Rec/ChargedProtoANNPID/src/tmva/MC15TuneV1/GlobalPID_Electron_Downstream_TMVA.class.C b/Rec/ChargedProtoANNPID/src/tmva/MC15TuneV1/GlobalPID_Electron_Downstream_TMVA.class.C index d759d6f98fc..92dbbc9f35b 100644 --- a/Rec/ChargedProtoANNPID/src/tmva/MC15TuneV1/GlobalPID_Electron_Downstream_TMVA.class.C +++ b/Rec/ChargedProtoANNPID/src/tmva/MC15TuneV1/GlobalPID_Electron_Downstream_TMVA.class.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadElectron_Downstream_TMVA // Automatically generated by MethodBase::MakeClass // diff --git a/Rec/ChargedProtoANNPID/src/tmva/MC15TuneV1/GlobalPID_Electron_Long_TMVA.class.C b/Rec/ChargedProtoANNPID/src/tmva/MC15TuneV1/GlobalPID_Electron_Long_TMVA.class.C index 8df9f7c3ee1..356c999c5d6 100644 --- a/Rec/ChargedProtoANNPID/src/tmva/MC15TuneV1/GlobalPID_Electron_Long_TMVA.class.C +++ b/Rec/ChargedProtoANNPID/src/tmva/MC15TuneV1/GlobalPID_Electron_Long_TMVA.class.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadElectron_Long_TMVA // Automatically generated by MethodBase::MakeClass // diff --git a/Rec/ChargedProtoANNPID/src/tmva/MC15TuneV1/GlobalPID_Electron_Upstream_TMVA.class.C b/Rec/ChargedProtoANNPID/src/tmva/MC15TuneV1/GlobalPID_Electron_Upstream_TMVA.class.C index 24750fd9a8b..604f6fa5857 100644 --- a/Rec/ChargedProtoANNPID/src/tmva/MC15TuneV1/GlobalPID_Electron_Upstream_TMVA.class.C +++ b/Rec/ChargedProtoANNPID/src/tmva/MC15TuneV1/GlobalPID_Electron_Upstream_TMVA.class.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadElectron_Upstream_TMVA // Automatically generated by MethodBase::MakeClass // diff --git a/Rec/ChargedProtoANNPID/src/tmva/MC15TuneV1/GlobalPID_Ghost_Downstream_TMVA.class.C b/Rec/ChargedProtoANNPID/src/tmva/MC15TuneV1/GlobalPID_Ghost_Downstream_TMVA.class.C index b74511ba9ba..f9625038912 100644 --- a/Rec/ChargedProtoANNPID/src/tmva/MC15TuneV1/GlobalPID_Ghost_Downstream_TMVA.class.C +++ b/Rec/ChargedProtoANNPID/src/tmva/MC15TuneV1/GlobalPID_Ghost_Downstream_TMVA.class.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadGhost_Downstream_TMVA // Automatically generated by MethodBase::MakeClass // diff --git a/Rec/ChargedProtoANNPID/src/tmva/MC15TuneV1/GlobalPID_Ghost_Long_TMVA.class.C b/Rec/ChargedProtoANNPID/src/tmva/MC15TuneV1/GlobalPID_Ghost_Long_TMVA.class.C index 7704644417a..d079c803ff1 100644 --- a/Rec/ChargedProtoANNPID/src/tmva/MC15TuneV1/GlobalPID_Ghost_Long_TMVA.class.C +++ b/Rec/ChargedProtoANNPID/src/tmva/MC15TuneV1/GlobalPID_Ghost_Long_TMVA.class.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadGhost_Long_TMVA // Automatically generated by MethodBase::MakeClass // diff --git a/Rec/ChargedProtoANNPID/src/tmva/MC15TuneV1/GlobalPID_Ghost_Upstream_TMVA.class.C b/Rec/ChargedProtoANNPID/src/tmva/MC15TuneV1/GlobalPID_Ghost_Upstream_TMVA.class.C index 7aec5ef7374..a03af22d978 100644 --- a/Rec/ChargedProtoANNPID/src/tmva/MC15TuneV1/GlobalPID_Ghost_Upstream_TMVA.class.C +++ b/Rec/ChargedProtoANNPID/src/tmva/MC15TuneV1/GlobalPID_Ghost_Upstream_TMVA.class.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadGhost_Upstream_TMVA // Automatically generated by MethodBase::MakeClass // diff --git a/Rec/ChargedProtoANNPID/src/tmva/MC15TuneV1/GlobalPID_Kaon_Downstream_TMVA.class.C b/Rec/ChargedProtoANNPID/src/tmva/MC15TuneV1/GlobalPID_Kaon_Downstream_TMVA.class.C index 06efbe5dafe..8d49a84bc83 100644 --- a/Rec/ChargedProtoANNPID/src/tmva/MC15TuneV1/GlobalPID_Kaon_Downstream_TMVA.class.C +++ b/Rec/ChargedProtoANNPID/src/tmva/MC15TuneV1/GlobalPID_Kaon_Downstream_TMVA.class.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadKaon_Downstream_TMVA // Automatically generated by MethodBase::MakeClass // diff --git a/Rec/ChargedProtoANNPID/src/tmva/MC15TuneV1/GlobalPID_Kaon_Long_TMVA.class.C b/Rec/ChargedProtoANNPID/src/tmva/MC15TuneV1/GlobalPID_Kaon_Long_TMVA.class.C index 6ca5ed30a59..3e138abf21b 100644 --- a/Rec/ChargedProtoANNPID/src/tmva/MC15TuneV1/GlobalPID_Kaon_Long_TMVA.class.C +++ b/Rec/ChargedProtoANNPID/src/tmva/MC15TuneV1/GlobalPID_Kaon_Long_TMVA.class.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadKaon_Long_TMVA // Automatically generated by MethodBase::MakeClass // diff --git a/Rec/ChargedProtoANNPID/src/tmva/MC15TuneV1/GlobalPID_Kaon_Upstream_TMVA.class.C b/Rec/ChargedProtoANNPID/src/tmva/MC15TuneV1/GlobalPID_Kaon_Upstream_TMVA.class.C index f71cfb69f94..6684a09db8c 100644 --- a/Rec/ChargedProtoANNPID/src/tmva/MC15TuneV1/GlobalPID_Kaon_Upstream_TMVA.class.C +++ b/Rec/ChargedProtoANNPID/src/tmva/MC15TuneV1/GlobalPID_Kaon_Upstream_TMVA.class.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadKaon_Upstream_TMVA // Automatically generated by MethodBase::MakeClass // diff --git a/Rec/ChargedProtoANNPID/src/tmva/MC15TuneV1/GlobalPID_Muon_Downstream_TMVA.class.C b/Rec/ChargedProtoANNPID/src/tmva/MC15TuneV1/GlobalPID_Muon_Downstream_TMVA.class.C index 82f170258e7..21c1e5236e0 100644 --- a/Rec/ChargedProtoANNPID/src/tmva/MC15TuneV1/GlobalPID_Muon_Downstream_TMVA.class.C +++ b/Rec/ChargedProtoANNPID/src/tmva/MC15TuneV1/GlobalPID_Muon_Downstream_TMVA.class.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadMuon_Downstream_TMVA // Automatically generated by MethodBase::MakeClass // diff --git a/Rec/ChargedProtoANNPID/src/tmva/MC15TuneV1/GlobalPID_Muon_Long_TMVA.class.C b/Rec/ChargedProtoANNPID/src/tmva/MC15TuneV1/GlobalPID_Muon_Long_TMVA.class.C index 4a8c770cd7f..a2ddf8570f3 100644 --- a/Rec/ChargedProtoANNPID/src/tmva/MC15TuneV1/GlobalPID_Muon_Long_TMVA.class.C +++ b/Rec/ChargedProtoANNPID/src/tmva/MC15TuneV1/GlobalPID_Muon_Long_TMVA.class.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadMuon_Long_TMVA // Automatically generated by MethodBase::MakeClass // diff --git a/Rec/ChargedProtoANNPID/src/tmva/MC15TuneV1/GlobalPID_Muon_Upstream_TMVA.class.C b/Rec/ChargedProtoANNPID/src/tmva/MC15TuneV1/GlobalPID_Muon_Upstream_TMVA.class.C index c158205ff41..0f90ba5c6d3 100644 --- a/Rec/ChargedProtoANNPID/src/tmva/MC15TuneV1/GlobalPID_Muon_Upstream_TMVA.class.C +++ b/Rec/ChargedProtoANNPID/src/tmva/MC15TuneV1/GlobalPID_Muon_Upstream_TMVA.class.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadMuon_Upstream_TMVA // Automatically generated by MethodBase::MakeClass // diff --git a/Rec/ChargedProtoANNPID/src/tmva/MC15TuneV1/GlobalPID_Pion_Downstream_TMVA.class.C b/Rec/ChargedProtoANNPID/src/tmva/MC15TuneV1/GlobalPID_Pion_Downstream_TMVA.class.C index 61988a65dde..d92d61e6d63 100644 --- a/Rec/ChargedProtoANNPID/src/tmva/MC15TuneV1/GlobalPID_Pion_Downstream_TMVA.class.C +++ b/Rec/ChargedProtoANNPID/src/tmva/MC15TuneV1/GlobalPID_Pion_Downstream_TMVA.class.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadPion_Downstream_TMVA // Automatically generated by MethodBase::MakeClass // diff --git a/Rec/ChargedProtoANNPID/src/tmva/MC15TuneV1/GlobalPID_Pion_Long_TMVA.class.C b/Rec/ChargedProtoANNPID/src/tmva/MC15TuneV1/GlobalPID_Pion_Long_TMVA.class.C index de737a04b88..d09defeac64 100644 --- a/Rec/ChargedProtoANNPID/src/tmva/MC15TuneV1/GlobalPID_Pion_Long_TMVA.class.C +++ b/Rec/ChargedProtoANNPID/src/tmva/MC15TuneV1/GlobalPID_Pion_Long_TMVA.class.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadPion_Long_TMVA // Automatically generated by MethodBase::MakeClass // diff --git a/Rec/ChargedProtoANNPID/src/tmva/MC15TuneV1/GlobalPID_Pion_Upstream_TMVA.class.C b/Rec/ChargedProtoANNPID/src/tmva/MC15TuneV1/GlobalPID_Pion_Upstream_TMVA.class.C index 649bb23fc0b..a3bb6f7c970 100644 --- a/Rec/ChargedProtoANNPID/src/tmva/MC15TuneV1/GlobalPID_Pion_Upstream_TMVA.class.C +++ b/Rec/ChargedProtoANNPID/src/tmva/MC15TuneV1/GlobalPID_Pion_Upstream_TMVA.class.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadPion_Upstream_TMVA // Automatically generated by MethodBase::MakeClass // diff --git a/Rec/ChargedProtoANNPID/src/tmva/MC15TuneV1/GlobalPID_Proton_Downstream_TMVA.class.C b/Rec/ChargedProtoANNPID/src/tmva/MC15TuneV1/GlobalPID_Proton_Downstream_TMVA.class.C index 6f3b3c399f2..8de8712d131 100644 --- a/Rec/ChargedProtoANNPID/src/tmva/MC15TuneV1/GlobalPID_Proton_Downstream_TMVA.class.C +++ b/Rec/ChargedProtoANNPID/src/tmva/MC15TuneV1/GlobalPID_Proton_Downstream_TMVA.class.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadProton_Downstream_TMVA // Automatically generated by MethodBase::MakeClass // diff --git a/Rec/ChargedProtoANNPID/src/tmva/MC15TuneV1/GlobalPID_Proton_Long_TMVA.class.C b/Rec/ChargedProtoANNPID/src/tmva/MC15TuneV1/GlobalPID_Proton_Long_TMVA.class.C index 85e4215e0d3..ae7ac77071d 100644 --- a/Rec/ChargedProtoANNPID/src/tmva/MC15TuneV1/GlobalPID_Proton_Long_TMVA.class.C +++ b/Rec/ChargedProtoANNPID/src/tmva/MC15TuneV1/GlobalPID_Proton_Long_TMVA.class.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadProton_Long_TMVA // Automatically generated by MethodBase::MakeClass // diff --git a/Rec/ChargedProtoANNPID/src/tmva/MC15TuneV1/GlobalPID_Proton_Upstream_TMVA.class.C b/Rec/ChargedProtoANNPID/src/tmva/MC15TuneV1/GlobalPID_Proton_Upstream_TMVA.class.C index 6846657a3e7..f81e0b4e701 100644 --- a/Rec/ChargedProtoANNPID/src/tmva/MC15TuneV1/GlobalPID_Proton_Upstream_TMVA.class.C +++ b/Rec/ChargedProtoANNPID/src/tmva/MC15TuneV1/GlobalPID_Proton_Upstream_TMVA.class.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadProton_Upstream_TMVA // Automatically generated by MethodBase::MakeClass // diff --git a/Rec/ChargedProtoANNPID/src/yPID/MC15TuneV1/GlobalPID_Electron_Long_CatBoost.class.C b/Rec/ChargedProtoANNPID/src/yPID/MC15TuneV1/GlobalPID_Electron_Long_CatBoost.class.C index 3daf8e61e7e..3548353ba9c 100644 --- a/Rec/ChargedProtoANNPID/src/yPID/MC15TuneV1/GlobalPID_Electron_Long_CatBoost.class.C +++ b/Rec/ChargedProtoANNPID/src/yPID/MC15TuneV1/GlobalPID_Electron_Long_CatBoost.class.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadElectron_Long_TMVA #include "../../yPIDIClassifierReader.h" diff --git a/Rec/ChargedProtoANNPID/src/yPID/MC15TuneV1/GlobalPID_Electron_Long_DNN.class.C b/Rec/ChargedProtoANNPID/src/yPID/MC15TuneV1/GlobalPID_Electron_Long_DNN.class.C index dbb178abe1c..5a826481eaf 100644 --- a/Rec/ChargedProtoANNPID/src/yPID/MC15TuneV1/GlobalPID_Electron_Long_DNN.class.C +++ b/Rec/ChargedProtoANNPID/src/yPID/MC15TuneV1/GlobalPID_Electron_Long_DNN.class.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadElectron_Long_TMVA #include "../../yPIDIClassifierReader.h" diff --git a/Rec/ChargedProtoANNPID/src/yPID/MC15TuneV1/GlobalPID_Electron_Long_FLAT4d.class.C b/Rec/ChargedProtoANNPID/src/yPID/MC15TuneV1/GlobalPID_Electron_Long_FLAT4d.class.C index f49195ba467..4a7c881b645 100644 --- a/Rec/ChargedProtoANNPID/src/yPID/MC15TuneV1/GlobalPID_Electron_Long_FLAT4d.class.C +++ b/Rec/ChargedProtoANNPID/src/yPID/MC15TuneV1/GlobalPID_Electron_Long_FLAT4d.class.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadElectron_Long_TMVA #include "../../yPIDIClassifierReader.h" diff --git a/Rec/ChargedProtoANNPID/src/yPID/MC15TuneV1/GlobalPID_Ghost_Long_CatBoost.class.C b/Rec/ChargedProtoANNPID/src/yPID/MC15TuneV1/GlobalPID_Ghost_Long_CatBoost.class.C index bfc023264a7..0476174ac06 100644 --- a/Rec/ChargedProtoANNPID/src/yPID/MC15TuneV1/GlobalPID_Ghost_Long_CatBoost.class.C +++ b/Rec/ChargedProtoANNPID/src/yPID/MC15TuneV1/GlobalPID_Ghost_Long_CatBoost.class.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadElectron_Long_TMVA #include "../../yPIDIClassifierReader.h" diff --git a/Rec/ChargedProtoANNPID/src/yPID/MC15TuneV1/GlobalPID_Ghost_Long_DNN.class.C b/Rec/ChargedProtoANNPID/src/yPID/MC15TuneV1/GlobalPID_Ghost_Long_DNN.class.C index ef3a1fd4892..f36c212e481 100644 --- a/Rec/ChargedProtoANNPID/src/yPID/MC15TuneV1/GlobalPID_Ghost_Long_DNN.class.C +++ b/Rec/ChargedProtoANNPID/src/yPID/MC15TuneV1/GlobalPID_Ghost_Long_DNN.class.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadElectron_Long_TMVA #include "../../yPIDIClassifierReader.h" diff --git a/Rec/ChargedProtoANNPID/src/yPID/MC15TuneV1/GlobalPID_Ghost_Long_FLAT4d.class.C b/Rec/ChargedProtoANNPID/src/yPID/MC15TuneV1/GlobalPID_Ghost_Long_FLAT4d.class.C index 7027157fbf5..599fc555c6f 100644 --- a/Rec/ChargedProtoANNPID/src/yPID/MC15TuneV1/GlobalPID_Ghost_Long_FLAT4d.class.C +++ b/Rec/ChargedProtoANNPID/src/yPID/MC15TuneV1/GlobalPID_Ghost_Long_FLAT4d.class.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadElectron_Long_TMVA #include "../../yPIDIClassifierReader.h" diff --git a/Rec/ChargedProtoANNPID/src/yPID/MC15TuneV1/GlobalPID_Kaon_Long_CatBoost.class.C b/Rec/ChargedProtoANNPID/src/yPID/MC15TuneV1/GlobalPID_Kaon_Long_CatBoost.class.C index f95df905651..da4e6639aa8 100644 --- a/Rec/ChargedProtoANNPID/src/yPID/MC15TuneV1/GlobalPID_Kaon_Long_CatBoost.class.C +++ b/Rec/ChargedProtoANNPID/src/yPID/MC15TuneV1/GlobalPID_Kaon_Long_CatBoost.class.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadElectron_Long_TMVA #include "../../yPIDIClassifierReader.h" diff --git a/Rec/ChargedProtoANNPID/src/yPID/MC15TuneV1/GlobalPID_Kaon_Long_DNN.class.C b/Rec/ChargedProtoANNPID/src/yPID/MC15TuneV1/GlobalPID_Kaon_Long_DNN.class.C index c1a8fbca825..05861de0bbb 100644 --- a/Rec/ChargedProtoANNPID/src/yPID/MC15TuneV1/GlobalPID_Kaon_Long_DNN.class.C +++ b/Rec/ChargedProtoANNPID/src/yPID/MC15TuneV1/GlobalPID_Kaon_Long_DNN.class.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadElectron_Long_TMVA #include "../../yPIDIClassifierReader.h" diff --git a/Rec/ChargedProtoANNPID/src/yPID/MC15TuneV1/GlobalPID_Kaon_Long_FLAT4d.class.C b/Rec/ChargedProtoANNPID/src/yPID/MC15TuneV1/GlobalPID_Kaon_Long_FLAT4d.class.C index e54e61a8be7..1098fed0ca6 100644 --- a/Rec/ChargedProtoANNPID/src/yPID/MC15TuneV1/GlobalPID_Kaon_Long_FLAT4d.class.C +++ b/Rec/ChargedProtoANNPID/src/yPID/MC15TuneV1/GlobalPID_Kaon_Long_FLAT4d.class.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadElectron_Long_TMVA #include "../../yPIDIClassifierReader.h" diff --git a/Rec/ChargedProtoANNPID/src/yPID/MC15TuneV1/GlobalPID_Muon_Long_CatBoost.class.C b/Rec/ChargedProtoANNPID/src/yPID/MC15TuneV1/GlobalPID_Muon_Long_CatBoost.class.C index fe66c0f745b..b6f326f779c 100644 --- a/Rec/ChargedProtoANNPID/src/yPID/MC15TuneV1/GlobalPID_Muon_Long_CatBoost.class.C +++ b/Rec/ChargedProtoANNPID/src/yPID/MC15TuneV1/GlobalPID_Muon_Long_CatBoost.class.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadElectron_Long_TMVA #include "../../yPIDIClassifierReader.h" diff --git a/Rec/ChargedProtoANNPID/src/yPID/MC15TuneV1/GlobalPID_Muon_Long_DNN.class.C b/Rec/ChargedProtoANNPID/src/yPID/MC15TuneV1/GlobalPID_Muon_Long_DNN.class.C index 51bee8f081d..9da49a629a7 100644 --- a/Rec/ChargedProtoANNPID/src/yPID/MC15TuneV1/GlobalPID_Muon_Long_DNN.class.C +++ b/Rec/ChargedProtoANNPID/src/yPID/MC15TuneV1/GlobalPID_Muon_Long_DNN.class.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadElectron_Long_TMVA #include "../../yPIDIClassifierReader.h" diff --git a/Rec/ChargedProtoANNPID/src/yPID/MC15TuneV1/GlobalPID_Muon_Long_FLAT4d.class.C b/Rec/ChargedProtoANNPID/src/yPID/MC15TuneV1/GlobalPID_Muon_Long_FLAT4d.class.C index c4fa12a86b4..551541fb868 100644 --- a/Rec/ChargedProtoANNPID/src/yPID/MC15TuneV1/GlobalPID_Muon_Long_FLAT4d.class.C +++ b/Rec/ChargedProtoANNPID/src/yPID/MC15TuneV1/GlobalPID_Muon_Long_FLAT4d.class.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadElectron_Long_TMVA #include "../../yPIDIClassifierReader.h" diff --git a/Rec/ChargedProtoANNPID/src/yPID/MC15TuneV1/GlobalPID_Pion_Long_CatBoost.class.C b/Rec/ChargedProtoANNPID/src/yPID/MC15TuneV1/GlobalPID_Pion_Long_CatBoost.class.C index cc4be1c7729..a35713ddff2 100644 --- a/Rec/ChargedProtoANNPID/src/yPID/MC15TuneV1/GlobalPID_Pion_Long_CatBoost.class.C +++ b/Rec/ChargedProtoANNPID/src/yPID/MC15TuneV1/GlobalPID_Pion_Long_CatBoost.class.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadElectron_Long_TMVA #include "../../yPIDIClassifierReader.h" diff --git a/Rec/ChargedProtoANNPID/src/yPID/MC15TuneV1/GlobalPID_Pion_Long_DNN.class.C b/Rec/ChargedProtoANNPID/src/yPID/MC15TuneV1/GlobalPID_Pion_Long_DNN.class.C index 1990948c4a8..fc2570d3c76 100644 --- a/Rec/ChargedProtoANNPID/src/yPID/MC15TuneV1/GlobalPID_Pion_Long_DNN.class.C +++ b/Rec/ChargedProtoANNPID/src/yPID/MC15TuneV1/GlobalPID_Pion_Long_DNN.class.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadElectron_Long_TMVA #include "../../yPIDIClassifierReader.h" diff --git a/Rec/ChargedProtoANNPID/src/yPID/MC15TuneV1/GlobalPID_Pion_Long_FLAT4d.class.C b/Rec/ChargedProtoANNPID/src/yPID/MC15TuneV1/GlobalPID_Pion_Long_FLAT4d.class.C index 5d1a9c952e4..ff6ad8138fb 100644 --- a/Rec/ChargedProtoANNPID/src/yPID/MC15TuneV1/GlobalPID_Pion_Long_FLAT4d.class.C +++ b/Rec/ChargedProtoANNPID/src/yPID/MC15TuneV1/GlobalPID_Pion_Long_FLAT4d.class.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadElectron_Long_TMVA #include "../../yPIDIClassifierReader.h" diff --git a/Rec/ChargedProtoANNPID/src/yPID/MC15TuneV1/GlobalPID_Proton_Long_CatBoost.class.C b/Rec/ChargedProtoANNPID/src/yPID/MC15TuneV1/GlobalPID_Proton_Long_CatBoost.class.C index 0edb7dd017e..ca011e350a6 100644 --- a/Rec/ChargedProtoANNPID/src/yPID/MC15TuneV1/GlobalPID_Proton_Long_CatBoost.class.C +++ b/Rec/ChargedProtoANNPID/src/yPID/MC15TuneV1/GlobalPID_Proton_Long_CatBoost.class.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadElectron_Long_TMVA #include "../../yPIDIClassifierReader.h" diff --git a/Rec/ChargedProtoANNPID/src/yPID/MC15TuneV1/GlobalPID_Proton_Long_DNN.class.C b/Rec/ChargedProtoANNPID/src/yPID/MC15TuneV1/GlobalPID_Proton_Long_DNN.class.C index 805afbbcb45..a9e04f71c8f 100644 --- a/Rec/ChargedProtoANNPID/src/yPID/MC15TuneV1/GlobalPID_Proton_Long_DNN.class.C +++ b/Rec/ChargedProtoANNPID/src/yPID/MC15TuneV1/GlobalPID_Proton_Long_DNN.class.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadElectron_Long_TMVA #include "../../yPIDIClassifierReader.h" diff --git a/Rec/ChargedProtoANNPID/src/yPID/MC15TuneV1/GlobalPID_Proton_Long_FLAT4d.class.C b/Rec/ChargedProtoANNPID/src/yPID/MC15TuneV1/GlobalPID_Proton_Long_FLAT4d.class.C index b2c276ee1be..83681cf1479 100644 --- a/Rec/ChargedProtoANNPID/src/yPID/MC15TuneV1/GlobalPID_Proton_Long_FLAT4d.class.C +++ b/Rec/ChargedProtoANNPID/src/yPID/MC15TuneV1/GlobalPID_Proton_Long_FLAT4d.class.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadElectron_Long_TMVA #include "../../yPIDIClassifierReader.h" diff --git a/Rec/ChargedProtoANNPID/src/yPID/MC15TuneV1/cat_boost/cern_model.fbs.h b/Rec/ChargedProtoANNPID/src/yPID/MC15TuneV1/cat_boost/cern_model.fbs.h index 26b76cdf825..471be6a9cdc 100644 --- a/Rec/ChargedProtoANNPID/src/yPID/MC15TuneV1/cat_boost/cern_model.fbs.h +++ b/Rec/ChargedProtoANNPID/src/yPID/MC15TuneV1/cat_boost/cern_model.fbs.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once // automatically generated by the FlatBuffers compiler, do not modify diff --git a/Rec/ChargedProtoANNPID/src/yPID/MC15TuneV1/cat_boost/flatbuffers/flatbuffers.h b/Rec/ChargedProtoANNPID/src/yPID/MC15TuneV1/cat_boost/flatbuffers/flatbuffers.h index aa2a9602bfe..097a212a620 100644 --- a/Rec/ChargedProtoANNPID/src/yPID/MC15TuneV1/cat_boost/flatbuffers/flatbuffers.h +++ b/Rec/ChargedProtoANNPID/src/yPID/MC15TuneV1/cat_boost/flatbuffers/flatbuffers.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once #ifndef FLATBUFFERS_H_ diff --git a/Rec/ChargedProtoANNPID/src/yPID/MC15TuneV1/cat_boost/lhcb_classifier.h b/Rec/ChargedProtoANNPID/src/yPID/MC15TuneV1/cat_boost/lhcb_classifier.h index 057d95add63..5468b50c0c9 100644 --- a/Rec/ChargedProtoANNPID/src/yPID/MC15TuneV1/cat_boost/lhcb_classifier.h +++ b/Rec/ChargedProtoANNPID/src/yPID/MC15TuneV1/cat_boost/lhcb_classifier.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once #include "cern_model.fbs.h" diff --git a/Rec/ChargedProtoANNPID/src/yPID/MC15TuneV1/preprocessing/preprocessing.cpp b/Rec/ChargedProtoANNPID/src/yPID/MC15TuneV1/preprocessing/preprocessing.cpp index 2a58c45643b..484af3b8973 100644 --- a/Rec/ChargedProtoANNPID/src/yPID/MC15TuneV1/preprocessing/preprocessing.cpp +++ b/Rec/ChargedProtoANNPID/src/yPID/MC15TuneV1/preprocessing/preprocessing.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include <stdio.h> #include <iostream> #include <fstream> diff --git a/Rec/ChargedProtoANNPID/src/yPID/MC15TuneV1/preprocessing/preprocessing.h b/Rec/ChargedProtoANNPID/src/yPID/MC15TuneV1/preprocessing/preprocessing.h index c5106486dd3..d7b96d328d6 100644 --- a/Rec/ChargedProtoANNPID/src/yPID/MC15TuneV1/preprocessing/preprocessing.h +++ b/Rec/ChargedProtoANNPID/src/yPID/MC15TuneV1/preprocessing/preprocessing.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ using namespace std; diff --git a/Rec/ChargedProtoANNPID/src/yPIDIClassifierReader.h b/Rec/ChargedProtoANNPID/src/yPIDIClassifierReader.h index 9003948f171..9d4a1beb833 100644 --- a/Rec/ChargedProtoANNPID/src/yPIDIClassifierReader.h +++ b/Rec/ChargedProtoANNPID/src/yPIDIClassifierReader.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef yPIDIClassifierReader__def #define yPIDIClassifierReader__def diff --git a/Rec/ChargedProtoANNPID/src/yPIDImpFactory.cpp b/Rec/ChargedProtoANNPID/src/yPIDImpFactory.cpp index 24040af83f9..46562f1e284 100644 --- a/Rec/ChargedProtoANNPID/src/yPIDImpFactory.cpp +++ b/Rec/ChargedProtoANNPID/src/yPIDImpFactory.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // local #include "yPIDImpFactory.h" diff --git a/Rec/ChargedProtoANNPID/src/yPIDImpFactory.h b/Rec/ChargedProtoANNPID/src/yPIDImpFactory.h index 52ff39b1b58..7ff8d68a38a 100644 --- a/Rec/ChargedProtoANNPID/src/yPIDImpFactory.h +++ b/Rec/ChargedProtoANNPID/src/yPIDImpFactory.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef YPIDIMPFACTORY_H #define YPIDIMPFACTORY_H 1 diff --git a/Rec/GlobalReco/CMakeLists.txt b/Rec/GlobalReco/CMakeLists.txt index 2c0dad2c47f..f3a5d42d196 100644 --- a/Rec/GlobalReco/CMakeLists.txt +++ b/Rec/GlobalReco/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ################################################################################ # Package: GlobalReco ################################################################################ diff --git a/Rec/GlobalReco/root/Calo-ElectronID.C b/Rec/GlobalReco/root/Calo-ElectronID.C index 8f75bc7c595..e48f09fa5ca 100755 --- a/Rec/GlobalReco/root/Calo-ElectronID.C +++ b/Rec/GlobalReco/root/Calo-ElectronID.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ { diff --git a/Rec/GlobalReco/root/Combined-ElectronID-0-100GeV.C b/Rec/GlobalReco/root/Combined-ElectronID-0-100GeV.C index 9e8a7b52529..6a4fe2afb15 100755 --- a/Rec/GlobalReco/root/Combined-ElectronID-0-100GeV.C +++ b/Rec/GlobalReco/root/Combined-ElectronID-0-100GeV.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ { gROOT->ProcessLine(".L GlobalPID.C+"); diff --git a/Rec/GlobalReco/root/Combined-ElectronID-10-50GeV.C b/Rec/GlobalReco/root/Combined-ElectronID-10-50GeV.C index 3b066eea765..cc7d87237d5 100755 --- a/Rec/GlobalReco/root/Combined-ElectronID-10-50GeV.C +++ b/Rec/GlobalReco/root/Combined-ElectronID-10-50GeV.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ { gROOT->ProcessLine(".L GlobalPID.C+"); diff --git a/Rec/GlobalReco/root/Combined-ElectronID-2-100GeV.C b/Rec/GlobalReco/root/Combined-ElectronID-2-100GeV.C index ddb40a989f4..5f31c13d5e9 100755 --- a/Rec/GlobalReco/root/Combined-ElectronID-2-100GeV.C +++ b/Rec/GlobalReco/root/Combined-ElectronID-2-100GeV.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ { diff --git a/Rec/GlobalReco/root/Combined-ElectronID-2-10GeV.C b/Rec/GlobalReco/root/Combined-ElectronID-2-10GeV.C index 7f9d8b375c2..10149daf4b0 100755 --- a/Rec/GlobalReco/root/Combined-ElectronID-2-10GeV.C +++ b/Rec/GlobalReco/root/Combined-ElectronID-2-10GeV.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ { gROOT->ProcessLine(".L GlobalPID.C+"); diff --git a/Rec/GlobalReco/root/Combined-ElectronID-50-100GeV.C b/Rec/GlobalReco/root/Combined-ElectronID-50-100GeV.C index f3dbb77fb02..0adad26b56e 100755 --- a/Rec/GlobalReco/root/Combined-ElectronID-50-100GeV.C +++ b/Rec/GlobalReco/root/Combined-ElectronID-50-100GeV.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ { gROOT->ProcessLine(".L GlobalPID.C+"); diff --git a/Rec/GlobalReco/root/Combined-ElectronID-Acceptance.C b/Rec/GlobalReco/root/Combined-ElectronID-Acceptance.C index e75b4aaef06..366fdb5c143 100755 --- a/Rec/GlobalReco/root/Combined-ElectronID-Acceptance.C +++ b/Rec/GlobalReco/root/Combined-ElectronID-Acceptance.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ { gROOT->ProcessLine(".L GlobalPID.C+"); diff --git a/Rec/GlobalReco/root/Combined-KaonID-NormalisedDLLs.C b/Rec/GlobalReco/root/Combined-KaonID-NormalisedDLLs.C index e7ec81f4b6d..28cc13603da 100755 --- a/Rec/GlobalReco/root/Combined-KaonID-NormalisedDLLs.C +++ b/Rec/GlobalReco/root/Combined-KaonID-NormalisedDLLs.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ { gROOT->ProcessLine(".L GlobalPID.C+"); diff --git a/Rec/GlobalReco/root/Combined-KaonID-withElectronCut.C b/Rec/GlobalReco/root/Combined-KaonID-withElectronCut.C index 42af2b00065..6d78af8a2a1 100755 --- a/Rec/GlobalReco/root/Combined-KaonID-withElectronCut.C +++ b/Rec/GlobalReco/root/Combined-KaonID-withElectronCut.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ { gROOT->ProcessLine(".L GlobalPID.C+"); diff --git a/Rec/GlobalReco/root/Combined-KaonID-withMuonCut.C b/Rec/GlobalReco/root/Combined-KaonID-withMuonCut.C index 97fb2190842..a14d33ec172 100755 --- a/Rec/GlobalReco/root/Combined-KaonID-withMuonCut.C +++ b/Rec/GlobalReco/root/Combined-KaonID-withMuonCut.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ { gROOT->ProcessLine(".L GlobalPID.C+"); diff --git a/Rec/GlobalReco/root/Combined-KaonID.C b/Rec/GlobalReco/root/Combined-KaonID.C index 70b14e2df40..7102668d280 100755 --- a/Rec/GlobalReco/root/Combined-KaonID.C +++ b/Rec/GlobalReco/root/Combined-KaonID.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ { gROOT->ProcessLine(".L GlobalPID.C+"); diff --git a/Rec/GlobalReco/root/Combined-MuonID.C b/Rec/GlobalReco/root/Combined-MuonID.C index f384d764d29..db36f991d15 100755 --- a/Rec/GlobalReco/root/Combined-MuonID.C +++ b/Rec/GlobalReco/root/Combined-MuonID.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ { gROOT->ProcessLine(".L GlobalPID.C+"); diff --git a/Rec/GlobalReco/root/Combined-ProtonID.C b/Rec/GlobalReco/root/Combined-ProtonID.C index 035a45bdd80..e7f1f41e923 100755 --- a/Rec/GlobalReco/root/Combined-ProtonID.C +++ b/Rec/GlobalReco/root/Combined-ProtonID.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ { gROOT->ProcessLine(".L GlobalPID.C+"); diff --git a/Rec/GlobalReco/root/GlobalPID.C b/Rec/GlobalReco/root/GlobalPID.C index f0b37de8f2b..3e0a664c7b9 100755 --- a/Rec/GlobalReco/root/GlobalPID.C +++ b/Rec/GlobalReco/root/GlobalPID.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef GlobalPID_C #define GlobalPID_C diff --git a/Rec/GlobalReco/root/GlobalPID.h b/Rec/GlobalReco/root/GlobalPID.h index 9b4ac6d91e9..9530f140614 100755 --- a/Rec/GlobalReco/root/GlobalPID.h +++ b/Rec/GlobalReco/root/GlobalPID.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ ////////////////////////////////////////////////////////// // This class has been automatically generated on // Thu Feb 15 16:04:15 2007 by ROOT version 5.14/00b diff --git a/Rec/GlobalReco/root/MakeCaloPlots.C b/Rec/GlobalReco/root/MakeCaloPlots.C index eb9e1de7d19..d73e3c965df 100755 --- a/Rec/GlobalReco/root/MakeCaloPlots.C +++ b/Rec/GlobalReco/root/MakeCaloPlots.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ { diff --git a/Rec/GlobalReco/root/MakeMuonPlots.C b/Rec/GlobalReco/root/MakeMuonPlots.C index 486d9768ccf..e33c830d937 100755 --- a/Rec/GlobalReco/root/MakeMuonPlots.C +++ b/Rec/GlobalReco/root/MakeMuonPlots.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ { diff --git a/Rec/GlobalReco/root/MakeRichPlots.C b/Rec/GlobalReco/root/MakeRichPlots.C index f94d99d7a6a..d7dfb91344d 100755 --- a/Rec/GlobalReco/root/MakeRichPlots.C +++ b/Rec/GlobalReco/root/MakeRichPlots.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include <iostream> #include <sstream> diff --git a/Rec/GlobalReco/root/MakeVeloPlots.C b/Rec/GlobalReco/root/MakeVeloPlots.C index c6597033244..3cecf88774e 100755 --- a/Rec/GlobalReco/root/MakeVeloPlots.C +++ b/Rec/GlobalReco/root/MakeVeloPlots.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ { diff --git a/Rec/GlobalReco/root/Rich-KaonID-Upgrade.C b/Rec/GlobalReco/root/Rich-KaonID-Upgrade.C index f0170db1cef..db19f54dc90 100755 --- a/Rec/GlobalReco/root/Rich-KaonID-Upgrade.C +++ b/Rec/GlobalReco/root/Rich-KaonID-Upgrade.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ { diff --git a/Rec/GlobalReco/root/Rich-KaonID-withProtonCut.C b/Rec/GlobalReco/root/Rich-KaonID-withProtonCut.C index 7b8f8d4b9e6..96b6e8e8a1f 100755 --- a/Rec/GlobalReco/root/Rich-KaonID-withProtonCut.C +++ b/Rec/GlobalReco/root/Rich-KaonID-withProtonCut.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ { gROOT->ProcessLine(".L GlobalPID.C+"); diff --git a/Rec/GlobalReco/root/Rich-KaonID.C b/Rec/GlobalReco/root/Rich-KaonID.C index 4be96be09dc..c7f728d4570 100755 --- a/Rec/GlobalReco/root/Rich-KaonID.C +++ b/Rec/GlobalReco/root/Rich-KaonID.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ { const Long64_t nTracks = 9999999; diff --git a/Rec/GlobalReco/root/RichCorrelations.C b/Rec/GlobalReco/root/RichCorrelations.C index 96d0e675759..2252f48d330 100644 --- a/Rec/GlobalReco/root/RichCorrelations.C +++ b/Rec/GlobalReco/root/RichCorrelations.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include <memory> diff --git a/Rec/GlobalReco/root/RichElectronIDCompareFiles.C b/Rec/GlobalReco/root/RichElectronIDCompareFiles.C index 9d6257267e8..cb264e5255f 100755 --- a/Rec/GlobalReco/root/RichElectronIDCompareFiles.C +++ b/Rec/GlobalReco/root/RichElectronIDCompareFiles.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include "TROOT.h" diff --git a/Rec/GlobalReco/root/RichKaonIDCompareFiles.C b/Rec/GlobalReco/root/RichKaonIDCompareFiles.C index db5833a53c0..791bd8aba06 100755 --- a/Rec/GlobalReco/root/RichKaonIDCompareFiles.C +++ b/Rec/GlobalReco/root/RichKaonIDCompareFiles.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include <tuple> #include <vector> diff --git a/Rec/GlobalReco/root/RichMuonIDCompareFiles.C b/Rec/GlobalReco/root/RichMuonIDCompareFiles.C index 79ed5e4dcb7..5d6dcae1866 100755 --- a/Rec/GlobalReco/root/RichMuonIDCompareFiles.C +++ b/Rec/GlobalReco/root/RichMuonIDCompareFiles.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ { diff --git a/Rec/GlobalReco/root/RichProtonIDCompareFiles.C b/Rec/GlobalReco/root/RichProtonIDCompareFiles.C index d9435e72dbc..b1aed19beac 100755 --- a/Rec/GlobalReco/root/RichProtonIDCompareFiles.C +++ b/Rec/GlobalReco/root/RichProtonIDCompareFiles.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //#include "TROOT.h" diff --git a/Rec/GlobalReco/root/RunAll.C b/Rec/GlobalReco/root/RunAll.C index f60ec8f2fa6..9ec02f53717 100755 --- a/Rec/GlobalReco/root/RunAll.C +++ b/Rec/GlobalReco/root/RunAll.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ { const Long64_t nTracks = 10000; diff --git a/Rec/GlobalReco/root/test.C b/Rec/GlobalReco/root/test.C index be358b7dd95..c266031673a 100755 --- a/Rec/GlobalReco/root/test.C +++ b/Rec/GlobalReco/root/test.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ { const Long64_t nTracks = -1; diff --git a/Rec/GlobalReco/src/ChargedProtoParticleAddBremInfo.cpp b/Rec/GlobalReco/src/ChargedProtoParticleAddBremInfo.cpp index 8805992f781..5112bbef170 100644 --- a/Rec/GlobalReco/src/ChargedProtoParticleAddBremInfo.cpp +++ b/Rec/GlobalReco/src/ChargedProtoParticleAddBremInfo.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file ChargedProtoParticleAddBremInfo.cpp diff --git a/Rec/GlobalReco/src/ChargedProtoParticleAddBremInfo.h b/Rec/GlobalReco/src/ChargedProtoParticleAddBremInfo.h index 8076105af44..ee8454c0c30 100644 --- a/Rec/GlobalReco/src/ChargedProtoParticleAddBremInfo.h +++ b/Rec/GlobalReco/src/ChargedProtoParticleAddBremInfo.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file ChargedProtoParticleAddBremInfo.h diff --git a/Rec/GlobalReco/src/ChargedProtoParticleAddEcalInfo.cpp b/Rec/GlobalReco/src/ChargedProtoParticleAddEcalInfo.cpp index 73e0acebd51..2fbe9ccc547 100644 --- a/Rec/GlobalReco/src/ChargedProtoParticleAddEcalInfo.cpp +++ b/Rec/GlobalReco/src/ChargedProtoParticleAddEcalInfo.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file ChargedProtoParticleAddEcalInfo.cpp diff --git a/Rec/GlobalReco/src/ChargedProtoParticleAddEcalInfo.h b/Rec/GlobalReco/src/ChargedProtoParticleAddEcalInfo.h index 192edb63376..b5b520a3c00 100644 --- a/Rec/GlobalReco/src/ChargedProtoParticleAddEcalInfo.h +++ b/Rec/GlobalReco/src/ChargedProtoParticleAddEcalInfo.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file ChargedProtoParticleAddEcalInfo.h * diff --git a/Rec/GlobalReco/src/ChargedProtoParticleAddHcalInfo.cpp b/Rec/GlobalReco/src/ChargedProtoParticleAddHcalInfo.cpp index 9e369a520c5..cb94d8a4827 100644 --- a/Rec/GlobalReco/src/ChargedProtoParticleAddHcalInfo.cpp +++ b/Rec/GlobalReco/src/ChargedProtoParticleAddHcalInfo.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file ChargedProtoParticleAddHcalInfo.cpp diff --git a/Rec/GlobalReco/src/ChargedProtoParticleAddHcalInfo.h b/Rec/GlobalReco/src/ChargedProtoParticleAddHcalInfo.h index ef6931dbd8d..0e6bbc26be1 100644 --- a/Rec/GlobalReco/src/ChargedProtoParticleAddHcalInfo.h +++ b/Rec/GlobalReco/src/ChargedProtoParticleAddHcalInfo.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file ChargedProtoParticleAddHcalInfo.h diff --git a/Rec/GlobalReco/src/ChargedProtoParticleAddPrsInfo.cpp b/Rec/GlobalReco/src/ChargedProtoParticleAddPrsInfo.cpp index 71fec873416..eae1f699cc0 100644 --- a/Rec/GlobalReco/src/ChargedProtoParticleAddPrsInfo.cpp +++ b/Rec/GlobalReco/src/ChargedProtoParticleAddPrsInfo.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file ChargedProtoParticleAddPrsInfo.cpp diff --git a/Rec/GlobalReco/src/ChargedProtoParticleAddPrsInfo.h b/Rec/GlobalReco/src/ChargedProtoParticleAddPrsInfo.h index a1422aa9f35..dca1c51e761 100644 --- a/Rec/GlobalReco/src/ChargedProtoParticleAddPrsInfo.h +++ b/Rec/GlobalReco/src/ChargedProtoParticleAddPrsInfo.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file ChargedProtoParticleAddPrsInfo.h diff --git a/Rec/GlobalReco/src/ChargedProtoParticleAddSpdInfo.cpp b/Rec/GlobalReco/src/ChargedProtoParticleAddSpdInfo.cpp index 7ede70013de..20c2374ed51 100644 --- a/Rec/GlobalReco/src/ChargedProtoParticleAddSpdInfo.cpp +++ b/Rec/GlobalReco/src/ChargedProtoParticleAddSpdInfo.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file ChargedProtoParticleAddSpdInfo.cpp diff --git a/Rec/GlobalReco/src/ChargedProtoParticleAddSpdInfo.h b/Rec/GlobalReco/src/ChargedProtoParticleAddSpdInfo.h index 388990a5274..f62bbb6ace0 100644 --- a/Rec/GlobalReco/src/ChargedProtoParticleAddSpdInfo.h +++ b/Rec/GlobalReco/src/ChargedProtoParticleAddSpdInfo.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file ChargedProtoParticleAddSpdInfo.h diff --git a/Rec/GlobalReco/src/ChargedProtoParticleAddVeloInfo.cpp b/Rec/GlobalReco/src/ChargedProtoParticleAddVeloInfo.cpp index 72450326218..02f18a9efcc 100644 --- a/Rec/GlobalReco/src/ChargedProtoParticleAddVeloInfo.cpp +++ b/Rec/GlobalReco/src/ChargedProtoParticleAddVeloInfo.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file ChargedProtoParticleAddVeloInfo.cpp diff --git a/Rec/GlobalReco/src/ChargedProtoParticleAddVeloInfo.h b/Rec/GlobalReco/src/ChargedProtoParticleAddVeloInfo.h index 19c74dcfd79..3f79010ff11 100644 --- a/Rec/GlobalReco/src/ChargedProtoParticleAddVeloInfo.h +++ b/Rec/GlobalReco/src/ChargedProtoParticleAddVeloInfo.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file ChargedProtoParticleAddVeloInfo.h diff --git a/Rec/GlobalReco/src/ChargedProtoParticleCALOBaseAlg.cpp b/Rec/GlobalReco/src/ChargedProtoParticleCALOBaseAlg.cpp index 8f533e3a1e7..f064702fc42 100644 --- a/Rec/GlobalReco/src/ChargedProtoParticleCALOBaseAlg.cpp +++ b/Rec/GlobalReco/src/ChargedProtoParticleCALOBaseAlg.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file ChargedProtoParticleCALOBaseAlg.cpp * diff --git a/Rec/GlobalReco/src/ChargedProtoParticleCALOBaseAlg.h b/Rec/GlobalReco/src/ChargedProtoParticleCALOBaseAlg.h index f7e79afa51c..866e73cd3b6 100644 --- a/Rec/GlobalReco/src/ChargedProtoParticleCALOBaseAlg.h +++ b/Rec/GlobalReco/src/ChargedProtoParticleCALOBaseAlg.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file ChargedProtoParticleCALOBaseAlg.h * diff --git a/Rec/GlobalReco/src/ChargedProtoParticleMaker.cpp b/Rec/GlobalReco/src/ChargedProtoParticleMaker.cpp index 59bf0a0b759..e4f28952e7d 100644 --- a/Rec/GlobalReco/src/ChargedProtoParticleMaker.cpp +++ b/Rec/GlobalReco/src/ChargedProtoParticleMaker.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file ChargedProtoParticleMaker.cpp diff --git a/Rec/GlobalReco/src/ChargedProtoParticleMaker.h b/Rec/GlobalReco/src/ChargedProtoParticleMaker.h index dab691ce82d..ea31e87dc73 100644 --- a/Rec/GlobalReco/src/ChargedProtoParticleMaker.h +++ b/Rec/GlobalReco/src/ChargedProtoParticleMaker.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file ChargedProtoParticleMaker.h diff --git a/Rec/GlobalReco/src/ChargedProtoParticleMoni.cpp b/Rec/GlobalReco/src/ChargedProtoParticleMoni.cpp index 897cdfc19b8..bd434ba930d 100644 --- a/Rec/GlobalReco/src/ChargedProtoParticleMoni.cpp +++ b/Rec/GlobalReco/src/ChargedProtoParticleMoni.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file ChargedProtoParticleMoni.cpp diff --git a/Rec/GlobalReco/src/ChargedProtoParticleMoni.h b/Rec/GlobalReco/src/ChargedProtoParticleMoni.h index d1213c6462d..d8a63fe378c 100644 --- a/Rec/GlobalReco/src/ChargedProtoParticleMoni.h +++ b/Rec/GlobalReco/src/ChargedProtoParticleMoni.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file ChargedProtoParticleMoni.h * diff --git a/Rec/GlobalReco/src/ChargedProtoParticleRemovePIDInfo.cpp b/Rec/GlobalReco/src/ChargedProtoParticleRemovePIDInfo.cpp index 21331ab8431..b846df9452e 100644 --- a/Rec/GlobalReco/src/ChargedProtoParticleRemovePIDInfo.cpp +++ b/Rec/GlobalReco/src/ChargedProtoParticleRemovePIDInfo.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file ChargedProtoParticleRemovePIDInfo.cpp diff --git a/Rec/GlobalReco/src/ChargedProtoParticleRemovePIDInfo.h b/Rec/GlobalReco/src/ChargedProtoParticleRemovePIDInfo.h index cf809b9468c..f8e3f68645f 100644 --- a/Rec/GlobalReco/src/ChargedProtoParticleRemovePIDInfo.h +++ b/Rec/GlobalReco/src/ChargedProtoParticleRemovePIDInfo.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file ChargedProtoParticleRemovePIDInfo.h diff --git a/Rec/GlobalReco/src/ChargedProtoParticleTupleAlg.cpp b/Rec/GlobalReco/src/ChargedProtoParticleTupleAlg.cpp index 5be7d9a8025..acb1eec612a 100755 --- a/Rec/GlobalReco/src/ChargedProtoParticleTupleAlg.cpp +++ b/Rec/GlobalReco/src/ChargedProtoParticleTupleAlg.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file ChargedProtoParticleTupleAlg.cpp diff --git a/Rec/GlobalReco/src/ChargedProtoParticleTupleAlg.h b/Rec/GlobalReco/src/ChargedProtoParticleTupleAlg.h index 9dde6e67eea..adc9803e039 100755 --- a/Rec/GlobalReco/src/ChargedProtoParticleTupleAlg.h +++ b/Rec/GlobalReco/src/ChargedProtoParticleTupleAlg.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file ChargedProtoParticleTupleAlg.h diff --git a/Rec/GlobalReco/src/NeutralProtoPAlg.cpp b/Rec/GlobalReco/src/NeutralProtoPAlg.cpp index fdcd1a040de..aae5f134a0b 100755 --- a/Rec/GlobalReco/src/NeutralProtoPAlg.cpp +++ b/Rec/GlobalReco/src/NeutralProtoPAlg.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ // Include files // ============================================================================ diff --git a/Rec/GlobalReco/src/NeutralProtoPAlg.h b/Rec/GlobalReco/src/NeutralProtoPAlg.h index b8fd1ae7c48..e746f93bc69 100755 --- a/Rec/GlobalReco/src/NeutralProtoPAlg.h +++ b/Rec/GlobalReco/src/NeutralProtoPAlg.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ #ifndef GLOBALRECO_NEUTRALPROTOPALG_H #define GLOBALRECO_NEUTRALPROTOPALG_H 1 diff --git a/Rec/GlobalReco/src/NeutralProtoParticleAddNeutralID.cpp b/Rec/GlobalReco/src/NeutralProtoParticleAddNeutralID.cpp index 68649d35d5c..b560bb2dfb9 100644 --- a/Rec/GlobalReco/src/NeutralProtoParticleAddNeutralID.cpp +++ b/Rec/GlobalReco/src/NeutralProtoParticleAddNeutralID.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // local diff --git a/Rec/GlobalReco/src/NeutralProtoParticleAddNeutralID.h b/Rec/GlobalReco/src/NeutralProtoParticleAddNeutralID.h index 52e8f9a677e..55af3bf336c 100644 --- a/Rec/GlobalReco/src/NeutralProtoParticleAddNeutralID.h +++ b/Rec/GlobalReco/src/NeutralProtoParticleAddNeutralID.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef NEUTRALPROTOPARTICLEADDNEUTRALID_H #define NEUTRALPROTOPARTICLEADDNEUTRALID_H 1 diff --git a/Rec/GlobalReco/tests/options/ChargedPPMakerConfigTest.py b/Rec/GlobalReco/tests/options/ChargedPPMakerConfigTest.py index b60b9d187fb..2882c10fe44 100644 --- a/Rec/GlobalReco/tests/options/ChargedPPMakerConfigTest.py +++ b/Rec/GlobalReco/tests/options/ChargedPPMakerConfigTest.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### """ Options to run simple ChargedCombineParticleMaker configuraiton test. Different configuraiton parameter combinaitons should give diff --git a/Rec/GlobalReco/tests/qmtest/globalreco.qms/test_chargedprotoparticlemakerconfig.qmt b/Rec/GlobalReco/tests/qmtest/globalreco.qms/test_chargedprotoparticlemakerconfig.qmt index 83307bbfbce..8eb8bf7ce97 100644 --- a/Rec/GlobalReco/tests/qmtest/globalreco.qms/test_chargedprotoparticlemakerconfig.qmt +++ b/Rec/GlobalReco/tests/qmtest/globalreco.qms/test_chargedprotoparticlemakerconfig.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>gaudirun.py</text></argument> <argument name="args"><set> diff --git a/Rec/LoKiTrack/CMakeLists.txt b/Rec/LoKiTrack/CMakeLists.txt index 797232b46a6..642f77f7a82 100644 --- a/Rec/LoKiTrack/CMakeLists.txt +++ b/Rec/LoKiTrack/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ################################################################################ # Package: LoKiTrack ################################################################################ diff --git a/Rec/LoKiTrack/LoKi/ITrackFunctorAntiFactory.h b/Rec/LoKiTrack/LoKi/ITrackFunctorAntiFactory.h index a62ce766fe4..1c68a2abc39 100644 --- a/Rec/LoKiTrack/LoKi/ITrackFunctorAntiFactory.h +++ b/Rec/LoKiTrack/LoKi/ITrackFunctorAntiFactory.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ #ifndef LOKI_ITRACKHYBRIDTOOL_H #define LOKI_ITRACKHYBRIDTOOL_H 1 diff --git a/Rec/LoKiTrack/LoKi/ITrackFunctorFactory.h b/Rec/LoKiTrack/LoKi/ITrackFunctorFactory.h index e964149c635..92dbb8a1697 100644 --- a/Rec/LoKiTrack/LoKi/ITrackFunctorFactory.h +++ b/Rec/LoKiTrack/LoKi/ITrackFunctorFactory.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ #ifndef LOKI_ITRACKHYBRIDFACTORY_H #define LOKI_ITRACKHYBRIDFACTORY_H 1 diff --git a/Rec/LoKiTrack/LoKi/LoKiTrack.h b/Rec/LoKiTrack/LoKi/LoKiTrack.h index a260d4680b1..dbef4d6ab92 100644 --- a/Rec/LoKiTrack/LoKi/LoKiTrack.h +++ b/Rec/LoKiTrack/LoKi/LoKiTrack.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ #ifndef LOKI_LOKITRACK_H #define LOKI_LOKITRACK_H 1 diff --git a/Rec/LoKiTrack/LoKi/LoKiTrack_dct.h b/Rec/LoKiTrack/LoKi/LoKiTrack_dct.h index eb32b137c48..918de6e0a64 100644 --- a/Rec/LoKiTrack/LoKi/LoKiTrack_dct.h +++ b/Rec/LoKiTrack/LoKi/LoKiTrack_dct.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ #ifndef LOKI_LOKITRACK_DCT_H #define LOKI_LOKITRACK_DCT_H 1 diff --git a/Rec/LoKiTrack/LoKi/TrSources.h b/Rec/LoKiTrack/LoKi/TrSources.h index 7f6711005ef..09cff8ca9a3 100644 --- a/Rec/LoKiTrack/LoKi/TrSources.h +++ b/Rec/LoKiTrack/LoKi/TrSources.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ #ifndef LOKI_TRSOURCES_H #define LOKI_TRSOURCES_H 1 diff --git a/Rec/LoKiTrack/LoKi/Track.h b/Rec/LoKiTrack/LoKi/Track.h index f34a16742dd..cb1a6654b1e 100644 --- a/Rec/LoKiTrack/LoKi/Track.h +++ b/Rec/LoKiTrack/LoKi/Track.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ #ifndef LOKI_TRACK_H #define LOKI_TRACK_H 1 diff --git a/Rec/LoKiTrack/LoKi/TrackCuts.h b/Rec/LoKiTrack/LoKi/TrackCuts.h index be2c6a51c8d..a6b00b5b94b 100644 --- a/Rec/LoKiTrack/LoKi/TrackCuts.h +++ b/Rec/LoKiTrack/LoKi/TrackCuts.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ #ifndef LOKI_TRACKCUTS_H #define LOKI_TRACKCUTS_H 1 diff --git a/Rec/LoKiTrack/LoKi/TrackEngine.h b/Rec/LoKiTrack/LoKi/TrackEngine.h index 7a7071eb43e..26cf32c6128 100644 --- a/Rec/LoKiTrack/LoKi/TrackEngine.h +++ b/Rec/LoKiTrack/LoKi/TrackEngine.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // =========================================================================== #ifndef LOKI_TRACKENGINE_H #define LOKI_TRACKENGINE_H 1 diff --git a/Rec/LoKiTrack/LoKi/TrackEngineActor.h b/Rec/LoKiTrack/LoKi/TrackEngineActor.h index 66f05eb2272..45185be96d3 100644 --- a/Rec/LoKiTrack/LoKi/TrackEngineActor.h +++ b/Rec/LoKiTrack/LoKi/TrackEngineActor.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // =========================================================================== #ifndef LOKI_TRACKENGINEACTOR_H #define LOKI_TRACKENGINEACTOR_H 1 diff --git a/Rec/LoKiTrack/LoKi/TrackFactoryLock.h b/Rec/LoKiTrack/LoKi/TrackFactoryLock.h index 578fc4d7caf..5a2834af02e 100644 --- a/Rec/LoKiTrack/LoKi/TrackFactoryLock.h +++ b/Rec/LoKiTrack/LoKi/TrackFactoryLock.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef LOKI_TRACKHYBRIDLOCK_H #define LOKI_TRACKHYBRIDLOCK_H 1 // ============================================================================ diff --git a/Rec/LoKiTrack/LoKi/TrackFunctions.h b/Rec/LoKiTrack/LoKi/TrackFunctions.h index 3bf1a820099..1814abf7de8 100644 --- a/Rec/LoKiTrack/LoKi/TrackFunctions.h +++ b/Rec/LoKiTrack/LoKi/TrackFunctions.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ #ifndef LOKI_TRACKFUNCTIONS_H #define LOKI_TRACKFUNCTIONS_H 1 diff --git a/Rec/LoKiTrack/LoKi/TrackIDs.h b/Rec/LoKiTrack/LoKi/TrackIDs.h index 224adde237e..1bfe8dfcfad 100644 --- a/Rec/LoKiTrack/LoKi/TrackIDs.h +++ b/Rec/LoKiTrack/LoKi/TrackIDs.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef LOKI_TRACKIDS_H #define LOKI_TRACKIDS_H 1 // ============================================================================ diff --git a/Rec/LoKiTrack/LoKi/TrackTypes.h b/Rec/LoKiTrack/LoKi/TrackTypes.h index 7da177358e2..9d684f32224 100644 --- a/Rec/LoKiTrack/LoKi/TrackTypes.h +++ b/Rec/LoKiTrack/LoKi/TrackTypes.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ #ifndef LOKI_TRACKTYPES_H #define LOKI_TRACKTYPES_H 1 diff --git a/Rec/LoKiTrack/LoKi/VeloHitPatternFunctions.h b/Rec/LoKiTrack/LoKi/VeloHitPatternFunctions.h index 29072c68f5e..52845bbe6ab 100644 --- a/Rec/LoKiTrack/LoKi/VeloHitPatternFunctions.h +++ b/Rec/LoKiTrack/LoKi/VeloHitPatternFunctions.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef LOKI_VELOHITPATTERNFUNCTIONS_H #define LOKI_VELOHITPATTERNFUNCTIONS_H 1 // ============================================================================ diff --git a/Rec/LoKiTrack/dict/LoKiTrack.xml b/Rec/LoKiTrack/dict/LoKiTrack.xml index 915a0c9fe3a..4abe973e62d 100644 --- a/Rec/LoKiTrack/dict/LoKiTrack.xml +++ b/Rec/LoKiTrack/dict/LoKiTrack.xml @@ -1,3 +1,13 @@ +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <!-- * ======================================================================== * @file diff --git a/Rec/LoKiTrack/dict/LoKiTrackDict.h b/Rec/LoKiTrack/dict/LoKiTrackDict.h index 2aec7437e14..b33e840da1a 100644 --- a/Rec/LoKiTrack/dict/LoKiTrackDict.h +++ b/Rec/LoKiTrack/dict/LoKiTrackDict.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ #ifndef LOKI_LOKITRACKSDICT_H #define LOKI_LOKITRACKSDICT_H 1 diff --git a/Rec/LoKiTrack/python/LoKiTrack/__init__.py b/Rec/LoKiTrack/python/LoKiTrack/__init__.py index 79896a17714..3f7828e97ec 100755 --- a/Rec/LoKiTrack/python/LoKiTrack/__init__.py +++ b/Rec/LoKiTrack/python/LoKiTrack/__init__.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # ============================================================================= ## @file # The set of basic objects from LoKiTrack library diff --git a/Rec/LoKiTrack/python/LoKiTrack/decorators.py b/Rec/LoKiTrack/python/LoKiTrack/decorators.py index 659a6c09845..1414ed1fc5e 100644 --- a/Rec/LoKiTrack/python/LoKiTrack/decorators.py +++ b/Rec/LoKiTrack/python/LoKiTrack/decorators.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # ============================================================================= ## @file # The set of basic objects from LoKiTrack library diff --git a/Rec/LoKiTrack/python/LoKiTrack/functions.py b/Rec/LoKiTrack/python/LoKiTrack/functions.py index 0327b3b9c4c..7184c3b7ae1 100644 --- a/Rec/LoKiTrack/python/LoKiTrack/functions.py +++ b/Rec/LoKiTrack/python/LoKiTrack/functions.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # ============================================================================= ## @file # The set of basic objects from LoKiTrack library diff --git a/Rec/LoKiTrack/python/LoKiTrack/tests.py b/Rec/LoKiTrack/python/LoKiTrack/tests.py index 365120b9c54..cc84e1fc573 100755 --- a/Rec/LoKiTrack/python/LoKiTrack/tests.py +++ b/Rec/LoKiTrack/python/LoKiTrack/tests.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # ============================================================================= ## @file LoKiTrack/tests.py # The simple test script for Rec/LoKiTrack package diff --git a/Rec/LoKiTrack/src/Components/TrackFunctorFactory.cpp b/Rec/LoKiTrack/src/Components/TrackFunctorFactory.cpp index 1aa957bad10..c8a1afb8389 100644 --- a/Rec/LoKiTrack/src/Components/TrackFunctorFactory.cpp +++ b/Rec/LoKiTrack/src/Components/TrackFunctorFactory.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ // Include files // ============================================================================ diff --git a/Rec/LoKiTrack/src/Components/TrackSelector.cpp b/Rec/LoKiTrack/src/Components/TrackSelector.cpp index cbcebf5267e..d10c0f8c815 100644 --- a/Rec/LoKiTrack/src/Components/TrackSelector.cpp +++ b/Rec/LoKiTrack/src/Components/TrackSelector.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // ============================================================================ // GaudiAlg diff --git a/Rec/LoKiTrack/src/LoKiTrack.cpp b/Rec/LoKiTrack/src/LoKiTrack.cpp index 88437d554c2..84c4b7f579f 100644 --- a/Rec/LoKiTrack/src/LoKiTrack.cpp +++ b/Rec/LoKiTrack/src/LoKiTrack.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ // Include files // ============================================================================ diff --git a/Rec/LoKiTrack/src/LoKiTrack_dct.cpp b/Rec/LoKiTrack/src/LoKiTrack_dct.cpp index 0b7c629516b..aea1f6ce087 100644 --- a/Rec/LoKiTrack/src/LoKiTrack_dct.cpp +++ b/Rec/LoKiTrack/src/LoKiTrack_dct.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // =========================================================================== // Include files // =========================================================================== diff --git a/Rec/LoKiTrack/src/TrSources.cpp b/Rec/LoKiTrack/src/TrSources.cpp index 251eea69ab6..c242e0fbe35 100644 --- a/Rec/LoKiTrack/src/TrSources.cpp +++ b/Rec/LoKiTrack/src/TrSources.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ // Include files // ============================================================================ diff --git a/Rec/LoKiTrack/src/TrStreamers.cpp b/Rec/LoKiTrack/src/TrStreamers.cpp index 0f4039067dd..5e98308f331 100644 --- a/Rec/LoKiTrack/src/TrStreamers.cpp +++ b/Rec/LoKiTrack/src/TrStreamers.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ // Include files // ============================================================================ diff --git a/Rec/LoKiTrack/src/Track.cpp b/Rec/LoKiTrack/src/Track.cpp index 8a125687f83..4369e758c0a 100644 --- a/Rec/LoKiTrack/src/Track.cpp +++ b/Rec/LoKiTrack/src/Track.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ // Include files // ============================================================================ diff --git a/Rec/LoKiTrack/src/TrackEngine.cpp b/Rec/LoKiTrack/src/TrackEngine.cpp index d9894ad636a..b8dadd0462a 100644 --- a/Rec/LoKiTrack/src/TrackEngine.cpp +++ b/Rec/LoKiTrack/src/TrackEngine.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ // Include files // ============================================================================ diff --git a/Rec/LoKiTrack/src/TrackEngineActor.cpp b/Rec/LoKiTrack/src/TrackEngineActor.cpp index 48e3ff678b4..598a3556eca 100644 --- a/Rec/LoKiTrack/src/TrackEngineActor.cpp +++ b/Rec/LoKiTrack/src/TrackEngineActor.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ // Include files // ============================================================================ diff --git a/Rec/LoKiTrack/src/TrackFactoryLock.cpp b/Rec/LoKiTrack/src/TrackFactoryLock.cpp index fa60f856e59..23d9ab8cd94 100644 --- a/Rec/LoKiTrack/src/TrackFactoryLock.cpp +++ b/Rec/LoKiTrack/src/TrackFactoryLock.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ // Include files // ============================================================================ diff --git a/Rec/LoKiTrack/src/TrackFunctions.cpp b/Rec/LoKiTrack/src/TrackFunctions.cpp index 5c83687ee85..a4a05ca99f7 100644 --- a/Rec/LoKiTrack/src/TrackFunctions.cpp +++ b/Rec/LoKiTrack/src/TrackFunctions.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ // Include files // ============================================================================ diff --git a/Rec/LoKiTrack/src/TrackIDs.cpp b/Rec/LoKiTrack/src/TrackIDs.cpp index 732d2bbe427..818b6de17fa 100644 --- a/Rec/LoKiTrack/src/TrackIDs.cpp +++ b/Rec/LoKiTrack/src/TrackIDs.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ // Include files // ============================================================================ diff --git a/Rec/LoKiTrack/src/VeloHitPatternFunctions.cpp b/Rec/LoKiTrack/src/VeloHitPatternFunctions.cpp index 2a28758e241..74949df1a95 100644 --- a/Rec/LoKiTrack/src/VeloHitPatternFunctions.cpp +++ b/Rec/LoKiTrack/src/VeloHitPatternFunctions.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ // Include files // ============================================================================ diff --git a/Rec/LumiAlgs/CMakeLists.txt b/Rec/LumiAlgs/CMakeLists.txt index 695440e3eed..2cf8d005959 100644 --- a/Rec/LumiAlgs/CMakeLists.txt +++ b/Rec/LumiAlgs/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ################################################################################ # Package: LumiAlgs ################################################################################ diff --git a/Rec/LumiAlgs/LumiAlgs/ILumiIntegrator.h b/Rec/LumiAlgs/LumiAlgs/ILumiIntegrator.h index 96e30934e3b..217d4d91ba3 100644 --- a/Rec/LumiAlgs/LumiAlgs/ILumiIntegrator.h +++ b/Rec/LumiAlgs/LumiAlgs/ILumiIntegrator.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef ILUMIINTEGRATOR_H #define ILUMIINTEGRATOR_H 1 diff --git a/Rec/LumiAlgs/dict/LumiAlgsDict.h b/Rec/LumiAlgs/dict/LumiAlgsDict.h index 9551482b895..3c72967528b 100644 --- a/Rec/LumiAlgs/dict/LumiAlgsDict.h +++ b/Rec/LumiAlgs/dict/LumiAlgsDict.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ #ifndef DICT_LUMIALGSDICT_H #define DICT_LUMIALGSDICT_H 1 diff --git a/Rec/LumiAlgs/dict/LumiAlgsDict.xml b/Rec/LumiAlgs/dict/LumiAlgsDict.xml index 195246c7476..8653fe0bc50 100644 --- a/Rec/LumiAlgs/dict/LumiAlgsDict.xml +++ b/Rec/LumiAlgs/dict/LumiAlgsDict.xml @@ -1,3 +1,13 @@ +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <!-- * ======================================================================== * expose tool interface diff --git a/Rec/LumiAlgs/job/DumpLumiEvents.py b/Rec/LumiAlgs/job/DumpLumiEvents.py index 18874cf64ef..ed4c397ce0b 100644 --- a/Rec/LumiAlgs/job/DumpLumiEvents.py +++ b/Rec/LumiAlgs/job/DumpLumiEvents.py @@ -1,4 +1,14 @@ #!/usr/bin/env gaudirun.py +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### from Gaudi.Configuration import ApplicationMgr, EventSelector, FileCatalog, DEBUG from GaudiConf import IOHelper from Configurables import createODIN, HltLumiSummaryDecoder diff --git a/Rec/LumiAlgs/job/DumpLumiEventsProd.py b/Rec/LumiAlgs/job/DumpLumiEventsProd.py index 9e690d16707..9e6f0f87a1a 100644 --- a/Rec/LumiAlgs/job/DumpLumiEventsProd.py +++ b/Rec/LumiAlgs/job/DumpLumiEventsProd.py @@ -1,4 +1,14 @@ #!/usr/bin/env gaudirun.py +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### from Gaudi.Configuration import ApplicationMgr, EventSelector from GaudiConf import IOHelper from Configurables import createODIN, HltLumiSummaryDecoder diff --git a/Rec/LumiAlgs/job/Lumi0Writer.py b/Rec/LumiAlgs/job/Lumi0Writer.py index f714caa20dc..f3624d55c00 100644 --- a/Rec/LumiAlgs/job/Lumi0Writer.py +++ b/Rec/LumiAlgs/job/Lumi0Writer.py @@ -1,4 +1,14 @@ #!/usr/bin/env gaudirun.py +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # # Minimal file for running LumiWriter from python prompt # Syntax is: diff --git a/Rec/LumiAlgs/job/LumiAlgsConfTest.py b/Rec/LumiAlgs/job/LumiAlgsConfTest.py index e24222eaee3..67ff8a114fd 100755 --- a/Rec/LumiAlgs/job/LumiAlgsConfTest.py +++ b/Rec/LumiAlgs/job/LumiAlgsConfTest.py @@ -1,4 +1,14 @@ #!/usr/bin/env gaudirun.py +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # # Place holder for testing the FSR info from an MDF # At the moment I don't know quite what to write :S diff --git a/Rec/LumiAlgs/job/LumiCheckCondDB.py b/Rec/LumiAlgs/job/LumiCheckCondDB.py index 3ec60b8dcfa..912c0c90e5e 100644 --- a/Rec/LumiAlgs/job/LumiCheckCondDB.py +++ b/Rec/LumiAlgs/job/LumiCheckCondDB.py @@ -1,4 +1,14 @@ #!/usr/bin/env gaudirun.py +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # # Syntax is: # gaudirun.py ../job/LumiCheckCondDB.py diff --git a/Rec/LumiAlgs/job/LumiFsrIntegrator.py b/Rec/LumiAlgs/job/LumiFsrIntegrator.py index b5306b733b8..d4260e6cb91 100644 --- a/Rec/LumiAlgs/job/LumiFsrIntegrator.py +++ b/Rec/LumiAlgs/job/LumiFsrIntegrator.py @@ -1,4 +1,14 @@ #!/usr/bin/env gaudirun.py +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # # Minimal file for running LumiFsrIntegrator from python prompt # Syntax is: diff --git a/Rec/LumiAlgs/job/LumiFsrIntegrator0.py b/Rec/LumiAlgs/job/LumiFsrIntegrator0.py index 893d6dee259..5ea3f3ab5a5 100644 --- a/Rec/LumiAlgs/job/LumiFsrIntegrator0.py +++ b/Rec/LumiAlgs/job/LumiFsrIntegrator0.py @@ -1,4 +1,14 @@ #!/usr/bin/env gaudirun.py +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # # Minimal file for running LumiFsrIntegrator from python prompt # Syntax is: diff --git a/Rec/LumiAlgs/job/LumiFsrIntegrator9.py b/Rec/LumiAlgs/job/LumiFsrIntegrator9.py index 58bc69dd708..120445abf4a 100644 --- a/Rec/LumiAlgs/job/LumiFsrIntegrator9.py +++ b/Rec/LumiAlgs/job/LumiFsrIntegrator9.py @@ -1,4 +1,14 @@ #!/usr/bin/env gaudirun.py +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # # Minimal file for running LumiFsrIntegrator from python prompt # Syntax is: diff --git a/Rec/LumiAlgs/job/LumiFsrMerger.py b/Rec/LumiAlgs/job/LumiFsrMerger.py index b5c108b932f..e7de7df6ca3 100644 --- a/Rec/LumiAlgs/job/LumiFsrMerger.py +++ b/Rec/LumiAlgs/job/LumiFsrMerger.py @@ -1,4 +1,14 @@ #!/usr/bin/env gaudirun.py +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # # Minimal file for running LumiFsrMerger from python prompt # Syntax is: diff --git a/Rec/LumiAlgs/job/LumiFsrReader.py b/Rec/LumiAlgs/job/LumiFsrReader.py index 6cdddaeb529..b18b29c524f 100644 --- a/Rec/LumiAlgs/job/LumiFsrReader.py +++ b/Rec/LumiAlgs/job/LumiFsrReader.py @@ -1,4 +1,14 @@ #!/usr/bin/env gaudirun.py +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # # Minimal file for running LumiFsrReader from python prompt # Syntax is: diff --git a/Rec/LumiAlgs/job/LumiFsrToFile.py b/Rec/LumiAlgs/job/LumiFsrToFile.py index d85ea588b7f..ea462e81a63 100644 --- a/Rec/LumiAlgs/job/LumiFsrToFile.py +++ b/Rec/LumiAlgs/job/LumiFsrToFile.py @@ -1,4 +1,14 @@ #!/usr/bin/env gaudirun.py +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # # Syntax is: # gaudirun.py ../job/LumiFsrToFile.py diff --git a/Rec/LumiAlgs/job/LumiFsrWriter.py b/Rec/LumiAlgs/job/LumiFsrWriter.py index 42173c81e22..b69b536c3ec 100644 --- a/Rec/LumiAlgs/job/LumiFsrWriter.py +++ b/Rec/LumiAlgs/job/LumiFsrWriter.py @@ -1,4 +1,14 @@ #!/usr/bin/env gaudirun.py +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # # Minimal file for running LumiFsrWriter from python prompt # Syntax is: diff --git a/Rec/LumiAlgs/job/LumiFsrWriter0.py b/Rec/LumiAlgs/job/LumiFsrWriter0.py index 5a9d684a43a..e136a671f2f 100644 --- a/Rec/LumiAlgs/job/LumiFsrWriter0.py +++ b/Rec/LumiAlgs/job/LumiFsrWriter0.py @@ -1,4 +1,14 @@ #!/usr/bin/env gaudirun.py +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # # Minimal file for running LumiFsrWriter from python prompt # Syntax is: diff --git a/Rec/LumiAlgs/job/LumiReader.py b/Rec/LumiAlgs/job/LumiReader.py index 7f3dc066344..c629ad48896 100755 --- a/Rec/LumiAlgs/job/LumiReader.py +++ b/Rec/LumiAlgs/job/LumiReader.py @@ -1,4 +1,14 @@ #!/usr/bin/env gaudirun.py +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # # Minimal file for running LumiReader from python prompt # Syntax is: diff --git a/Rec/LumiAlgs/job/LumiWriter.py b/Rec/LumiAlgs/job/LumiWriter.py index 1093af451de..5127f13c92e 100755 --- a/Rec/LumiAlgs/job/LumiWriter.py +++ b/Rec/LumiAlgs/job/LumiWriter.py @@ -1,4 +1,14 @@ #!/usr/bin/env gaudirun.py +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # # Minimal file for running LumiWriter from python prompt # Syntax is: diff --git a/Rec/LumiAlgs/job/MyCatalog.xml b/Rec/LumiAlgs/job/MyCatalog.xml index 8a4938c3d4f..a5ea0b090e4 100644 --- a/Rec/LumiAlgs/job/MyCatalog.xml +++ b/Rec/LumiAlgs/job/MyCatalog.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="UTF-8" standalone="no" ?> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <!-- Edited By POOL --> <!DOCTYPE POOLFILECATALOG SYSTEM "InMemory"> <POOLFILECATALOG> diff --git a/Rec/LumiAlgs/job/gaudipython_mu_calculation.py b/Rec/LumiAlgs/job/gaudipython_mu_calculation.py index c7bd7927156..910b9858b1d 100644 --- a/Rec/LumiAlgs/job/gaudipython_mu_calculation.py +++ b/Rec/LumiAlgs/job/gaudipython_mu_calculation.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### import sys, math, pickle ############################################################################### diff --git a/Rec/LumiAlgs/options/merge-small-files-test.py b/Rec/LumiAlgs/options/merge-small-files-test.py index e7a202d4a0b..34ded75683b 100644 --- a/Rec/LumiAlgs/options/merge-small-files-test.py +++ b/Rec/LumiAlgs/options/merge-small-files-test.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ################### # Define InputData ################### diff --git a/Rec/LumiAlgs/python/LumiAlgs/Configuration.py b/Rec/LumiAlgs/python/LumiAlgs/Configuration.py index 9a76c332ab0..12e792019fe 100755 --- a/Rec/LumiAlgs/python/LumiAlgs/Configuration.py +++ b/Rec/LumiAlgs/python/LumiAlgs/Configuration.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ''' High level Configuration tools for Lumi Accounting Algorithms diff --git a/Rec/LumiAlgs/python/LumiAlgs/LumiFsrReaderConf.py b/Rec/LumiAlgs/python/LumiAlgs/LumiFsrReaderConf.py index 19604c1f399..47c46b0736e 100644 --- a/Rec/LumiAlgs/python/LumiAlgs/LumiFsrReaderConf.py +++ b/Rec/LumiAlgs/python/LumiAlgs/LumiFsrReaderConf.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # options to run mdf writer for lumi writer __author__ = "Jaap Panman" diff --git a/Rec/LumiAlgs/python/LumiAlgs/LumiFsrWriterConf.py b/Rec/LumiAlgs/python/LumiAlgs/LumiFsrWriterConf.py index 3da23aa4dd5..71908a1c2f8 100644 --- a/Rec/LumiAlgs/python/LumiAlgs/LumiFsrWriterConf.py +++ b/Rec/LumiAlgs/python/LumiAlgs/LumiFsrWriterConf.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # options to run mdf writer for lumi writer __author__ = "Jaap Panman" diff --git a/Rec/LumiAlgs/python/LumiAlgs/LumiIntegratorConf.py b/Rec/LumiAlgs/python/LumiAlgs/LumiIntegratorConf.py index f8eec125df0..f23ae87a0b8 100644 --- a/Rec/LumiAlgs/python/LumiAlgs/LumiIntegratorConf.py +++ b/Rec/LumiAlgs/python/LumiAlgs/LumiIntegratorConf.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # options to run mdf reader for lumi reader __author__ = "Jaap Panman" diff --git a/Rec/LumiAlgs/python/LumiAlgs/LumiMergeFSRConf.py b/Rec/LumiAlgs/python/LumiAlgs/LumiMergeFSRConf.py index 376e4e71ae3..d8938b544d5 100644 --- a/Rec/LumiAlgs/python/LumiAlgs/LumiMergeFSRConf.py +++ b/Rec/LumiAlgs/python/LumiAlgs/LumiMergeFSRConf.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # options to run fsr merger __author__ = "Jaap Panman" diff --git a/Rec/LumiAlgs/python/LumiAlgs/LumiReaderConf.py b/Rec/LumiAlgs/python/LumiAlgs/LumiReaderConf.py index fdaff4982e9..b2b3f572630 100644 --- a/Rec/LumiAlgs/python/LumiAlgs/LumiReaderConf.py +++ b/Rec/LumiAlgs/python/LumiAlgs/LumiReaderConf.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # options to run mdf reader for lumi reader __author__ = "Jaap Panman" diff --git a/Rec/LumiAlgs/python/LumiAlgs/LumiWriterConf.py b/Rec/LumiAlgs/python/LumiAlgs/LumiWriterConf.py index 5a5dd43db39..fb79ef38bd1 100644 --- a/Rec/LumiAlgs/python/LumiAlgs/LumiWriterConf.py +++ b/Rec/LumiAlgs/python/LumiAlgs/LumiWriterConf.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # options to run mdf writer for lumi writer __author__ = "Jaap Panman" diff --git a/Rec/LumiAlgs/python/LumiAlgs/QMTest/LumiAlgsExclusions.py b/Rec/LumiAlgs/python/LumiAlgs/QMTest/LumiAlgsExclusions.py index eb9a7ac2e35..6b43a30996c 100755 --- a/Rec/LumiAlgs/python/LumiAlgs/QMTest/LumiAlgsExclusions.py +++ b/Rec/LumiAlgs/python/LumiAlgs/QMTest/LumiAlgsExclusions.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### from GaudiTesting.BaseTest import LineSkipper from GaudiConf.QMTest.LHCbExclusions import preprocessor as LHCbPreprocessor diff --git a/Rec/LumiAlgs/python/LumiAlgs/QMTest/__init__.py b/Rec/LumiAlgs/python/LumiAlgs/QMTest/__init__.py index 292306f8f29..ae9643083b4 100755 --- a/Rec/LumiAlgs/python/LumiAlgs/QMTest/__init__.py +++ b/Rec/LumiAlgs/python/LumiAlgs/QMTest/__init__.py @@ -1,2 +1,12 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # tells python that this directory is a module diff --git a/Rec/LumiAlgs/src/DumpLumiEvents.cpp b/Rec/LumiAlgs/src/DumpLumiEvents.cpp index c90e8d29d3c..9418c43cea2 100644 --- a/Rec/LumiAlgs/src/DumpLumiEvents.cpp +++ b/Rec/LumiAlgs/src/DumpLumiEvents.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include "Event/LumiCounters.h" #include "DumpLumiEvents.h" diff --git a/Rec/LumiAlgs/src/DumpLumiEvents.h b/Rec/LumiAlgs/src/DumpLumiEvents.h index d5326910535..58ff47ba431 100644 --- a/Rec/LumiAlgs/src/DumpLumiEvents.h +++ b/Rec/LumiAlgs/src/DumpLumiEvents.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef DUMPLUMIEVENTS_H #define DUMPLUMIEVENTS_H 1 diff --git a/Rec/LumiAlgs/src/FilterFillingScheme.cpp b/Rec/LumiAlgs/src/FilterFillingScheme.cpp index 61c7ed395e7..0826c2e77ab 100644 --- a/Rec/LumiAlgs/src/FilterFillingScheme.cpp +++ b/Rec/LumiAlgs/src/FilterFillingScheme.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // event model diff --git a/Rec/LumiAlgs/src/FilterFillingScheme.h b/Rec/LumiAlgs/src/FilterFillingScheme.h index 5bb013ab93d..c955518dcd6 100644 --- a/Rec/LumiAlgs/src/FilterFillingScheme.h +++ b/Rec/LumiAlgs/src/FilterFillingScheme.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef FILTERFILLINGSCHEME_H #define FILTERFILLINGSCHEME_H 1 diff --git a/Rec/LumiAlgs/src/FilterOnLumiSummary.cpp b/Rec/LumiAlgs/src/FilterOnLumiSummary.cpp index b8a6672b220..e965fb0dd59 100644 --- a/Rec/LumiAlgs/src/FilterOnLumiSummary.cpp +++ b/Rec/LumiAlgs/src/FilterOnLumiSummary.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // event model diff --git a/Rec/LumiAlgs/src/FilterOnLumiSummary.h b/Rec/LumiAlgs/src/FilterOnLumiSummary.h index 9231c00161e..946180a084a 100644 --- a/Rec/LumiAlgs/src/FilterOnLumiSummary.h +++ b/Rec/LumiAlgs/src/FilterOnLumiSummary.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef FILTERONLUMISUMMARY_H #define FILTERONLUMISUMMARY_H 1 diff --git a/Rec/LumiAlgs/src/GetIntegratedLuminosity.cpp b/Rec/LumiAlgs/src/GetIntegratedLuminosity.cpp index 637b84c1fe3..23564d1219d 100644 --- a/Rec/LumiAlgs/src/GetIntegratedLuminosity.cpp +++ b/Rec/LumiAlgs/src/GetIntegratedLuminosity.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // from Gaudi #include "GaudiKernel/IRegistry.h" diff --git a/Rec/LumiAlgs/src/GetIntegratedLuminosity.h b/Rec/LumiAlgs/src/GetIntegratedLuminosity.h index 7bdd6be21bf..e8d579b1855 100644 --- a/Rec/LumiAlgs/src/GetIntegratedLuminosity.h +++ b/Rec/LumiAlgs/src/GetIntegratedLuminosity.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef GETINTEGRATEDLUMINOSITY_H #define GETINTEGRATEDLUMINOSITY_H 1 diff --git a/Rec/LumiAlgs/src/GetLumiParameters.cpp b/Rec/LumiAlgs/src/GetLumiParameters.cpp index f6a177136aa..b48a73e1f99 100644 --- a/Rec/LumiAlgs/src/GetLumiParameters.cpp +++ b/Rec/LumiAlgs/src/GetLumiParameters.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // event model diff --git a/Rec/LumiAlgs/src/GetLumiParameters.h b/Rec/LumiAlgs/src/GetLumiParameters.h index c0fcec1b14b..decaf580dcc 100644 --- a/Rec/LumiAlgs/src/GetLumiParameters.h +++ b/Rec/LumiAlgs/src/GetLumiParameters.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef GETLUMIPARAMETERS_H #define GETLUMIPARAMETERS_H 1 diff --git a/Rec/LumiAlgs/src/LumiAccounting.cpp b/Rec/LumiAlgs/src/LumiAccounting.cpp index 59fda806455..135846905ba 100644 --- a/Rec/LumiAlgs/src/LumiAccounting.cpp +++ b/Rec/LumiAlgs/src/LumiAccounting.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // from Gaudi diff --git a/Rec/LumiAlgs/src/LumiAccounting.h b/Rec/LumiAlgs/src/LumiAccounting.h index 363820611e2..022fff2c95e 100644 --- a/Rec/LumiAlgs/src/LumiAccounting.h +++ b/Rec/LumiAlgs/src/LumiAccounting.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef LUMIACCOUNTING_H #define LUMIACCOUNTING_H 1 diff --git a/Rec/LumiAlgs/src/LumiCheckCondDB.cpp b/Rec/LumiAlgs/src/LumiCheckCondDB.cpp index da2b55bb532..d755bdfe5c2 100644 --- a/Rec/LumiAlgs/src/LumiCheckCondDB.cpp +++ b/Rec/LumiAlgs/src/LumiCheckCondDB.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // CondDB diff --git a/Rec/LumiAlgs/src/LumiCheckCondDB.h b/Rec/LumiAlgs/src/LumiCheckCondDB.h index 8e2a433e0f9..036e1cf8ee6 100644 --- a/Rec/LumiAlgs/src/LumiCheckCondDB.h +++ b/Rec/LumiAlgs/src/LumiCheckCondDB.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef LUMICHECKCONDDB_H #define LUMICHECKCONDDB_H 1 diff --git a/Rec/LumiAlgs/src/LumiEventTuple.cpp b/Rec/LumiAlgs/src/LumiEventTuple.cpp index cf2ef586fe8..aec400a4a11 100644 --- a/Rec/LumiAlgs/src/LumiEventTuple.cpp +++ b/Rec/LumiAlgs/src/LumiEventTuple.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include <boost/numeric/conversion/cast.hpp> #include <GaudiAlg/Tuple.h> #include <GaudiAlg/TupleObj.h> diff --git a/Rec/LumiAlgs/src/LumiEventTuple.h b/Rec/LumiAlgs/src/LumiEventTuple.h index e37b6139932..63c4aa9b0e5 100644 --- a/Rec/LumiAlgs/src/LumiEventTuple.h +++ b/Rec/LumiAlgs/src/LumiEventTuple.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef LUMIEVENTTUPLE_H #define LUMIEVENTTUPLE_H 1 diff --git a/Rec/LumiAlgs/src/LumiFileReader.cpp b/Rec/LumiAlgs/src/LumiFileReader.cpp index 71ff2933932..88234cb29a3 100644 --- a/Rec/LumiAlgs/src/LumiFileReader.cpp +++ b/Rec/LumiAlgs/src/LumiFileReader.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // event model diff --git a/Rec/LumiAlgs/src/LumiFileReader.h b/Rec/LumiAlgs/src/LumiFileReader.h index d6013340f0d..4f1f8a74a4c 100644 --- a/Rec/LumiAlgs/src/LumiFileReader.h +++ b/Rec/LumiAlgs/src/LumiFileReader.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef LUMIFILEREADER_H #define LUMIFILEREADER_H 1 diff --git a/Rec/LumiAlgs/src/LumiIntegrateFSR.cpp b/Rec/LumiAlgs/src/LumiIntegrateFSR.cpp index 2ec7c19b0d3..1c2c28cebab 100644 --- a/Rec/LumiAlgs/src/LumiIntegrateFSR.cpp +++ b/Rec/LumiAlgs/src/LumiIntegrateFSR.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // from Gaudi diff --git a/Rec/LumiAlgs/src/LumiIntegrateFSR.h b/Rec/LumiAlgs/src/LumiIntegrateFSR.h index 7d80db88072..df4605d7534 100644 --- a/Rec/LumiAlgs/src/LumiIntegrateFSR.h +++ b/Rec/LumiAlgs/src/LumiIntegrateFSR.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef LUMIINTEGRATEFSR_H #define LUMIINTEGRATEFSR_H 1 diff --git a/Rec/LumiAlgs/src/LumiIntegrator.cpp b/Rec/LumiAlgs/src/LumiIntegrator.cpp index 56158f0641f..5de3bc2e960 100644 --- a/Rec/LumiAlgs/src/LumiIntegrator.cpp +++ b/Rec/LumiAlgs/src/LumiIntegrator.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // event model diff --git a/Rec/LumiAlgs/src/LumiIntegrator.h b/Rec/LumiAlgs/src/LumiIntegrator.h index ade0b1139e2..c95359da428 100644 --- a/Rec/LumiAlgs/src/LumiIntegrator.h +++ b/Rec/LumiAlgs/src/LumiIntegrator.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef LUMIINTEGRATOR_H #define LUMIINTEGRATOR_H 1 diff --git a/Rec/LumiAlgs/src/LumiReadBackFSR.cpp b/Rec/LumiAlgs/src/LumiReadBackFSR.cpp index 2965fb075ae..e40ac26ffd0 100644 --- a/Rec/LumiAlgs/src/LumiReadBackFSR.cpp +++ b/Rec/LumiAlgs/src/LumiReadBackFSR.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // event model diff --git a/Rec/LumiAlgs/src/LumiReadBackFSR.h b/Rec/LumiAlgs/src/LumiReadBackFSR.h index 876d37f9ef9..d3258f9c7e7 100644 --- a/Rec/LumiAlgs/src/LumiReadBackFSR.h +++ b/Rec/LumiAlgs/src/LumiReadBackFSR.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef LUMIREADBACKFSR_H #define LUMIREADBACKFSR_H 1 diff --git a/Rec/LumiAlgs/src/TimeAccounting.cpp b/Rec/LumiAlgs/src/TimeAccounting.cpp index bbd44d33be9..c2cf0e0d77a 100644 --- a/Rec/LumiAlgs/src/TimeAccounting.cpp +++ b/Rec/LumiAlgs/src/TimeAccounting.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // from Gaudi diff --git a/Rec/LumiAlgs/src/TimeAccounting.h b/Rec/LumiAlgs/src/TimeAccounting.h index 73e08846f16..e839bbbd16f 100644 --- a/Rec/LumiAlgs/src/TimeAccounting.h +++ b/Rec/LumiAlgs/src/TimeAccounting.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TIMEACCOUNTING_H #define TIMEACCOUNTING_H 1 diff --git a/Rec/LumiAlgs/tests/qmtest/MyCatalog.xml b/Rec/LumiAlgs/tests/qmtest/MyCatalog.xml index 3772e17441f..560a7de4723 100644 --- a/Rec/LumiAlgs/tests/qmtest/MyCatalog.xml +++ b/Rec/LumiAlgs/tests/qmtest/MyCatalog.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="UTF-8" standalone="no" ?> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <!-- Edited By POOL --> <!DOCTYPE POOLFILECATALOG SYSTEM "InMemory"> <POOLFILECATALOG> diff --git a/Rec/LumiAlgs/tests/qmtest/lumialgs.qms/dumplumievents.qmt b/Rec/LumiAlgs/tests/qmtest/lumialgs.qms/dumplumievents.qmt index 6d23e5e9970..33b40a4c872 100644 --- a/Rec/LumiAlgs/tests/qmtest/lumialgs.qms/dumplumievents.qmt +++ b/Rec/LumiAlgs/tests/qmtest/lumialgs.qms/dumplumievents.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <!-- ####################################################### # SUMMARY OF THIS TEST diff --git a/Rec/LumiAlgs/tests/qmtest/lumialgs.qms/framework.qms/rootfsrwriter.qmt b/Rec/LumiAlgs/tests/qmtest/lumialgs.qms/framework.qms/rootfsrwriter.qmt index 3ad12c3143d..0cfd0bf61bc 100644 --- a/Rec/LumiAlgs/tests/qmtest/lumialgs.qms/framework.qms/rootfsrwriter.qmt +++ b/Rec/LumiAlgs/tests/qmtest/lumialgs.qms/framework.qms/rootfsrwriter.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <!-- ####################################################### # SUMMARY OF THIS TEST diff --git a/Rec/LumiAlgs/tests/qmtest/lumialgs.qms/framework.qms/rootreadpoolfsr.qmt b/Rec/LumiAlgs/tests/qmtest/lumialgs.qms/framework.qms/rootreadpoolfsr.qmt index a7b01146ac9..24898f3b5b7 100644 --- a/Rec/LumiAlgs/tests/qmtest/lumialgs.qms/framework.qms/rootreadpoolfsr.qmt +++ b/Rec/LumiAlgs/tests/qmtest/lumialgs.qms/framework.qms/rootreadpoolfsr.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <!-- ####################################################### # SUMMARY OF THIS TEST diff --git a/Rec/LumiAlgs/tests/qmtest/lumialgs.qms/framework.qms/rootreadrootfsr.qmt b/Rec/LumiAlgs/tests/qmtest/lumialgs.qms/framework.qms/rootreadrootfsr.qmt index a5e6a3d7d92..673e0402e12 100644 --- a/Rec/LumiAlgs/tests/qmtest/lumialgs.qms/framework.qms/rootreadrootfsr.qmt +++ b/Rec/LumiAlgs/tests/qmtest/lumialgs.qms/framework.qms/rootreadrootfsr.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <!-- ####################################################### # SUMMARY OF THIS TEST diff --git a/Rec/LumiAlgs/tests/qmtest/lumialgs.qms/lumi0conddbchecker.qmt b/Rec/LumiAlgs/tests/qmtest/lumialgs.qms/lumi0conddbchecker.qmt index cbb393eebc1..615e784b6a6 100644 --- a/Rec/LumiAlgs/tests/qmtest/lumialgs.qms/lumi0conddbchecker.qmt +++ b/Rec/LumiAlgs/tests/qmtest/lumialgs.qms/lumi0conddbchecker.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <!-- ####################################################### # SUMMARY OF THIS TEST diff --git a/Rec/LumiAlgs/tests/qmtest/lumialgs.qms/lumi0writer.qmt b/Rec/LumiAlgs/tests/qmtest/lumialgs.qms/lumi0writer.qmt index 594b264a3c5..984e8796128 100644 --- a/Rec/LumiAlgs/tests/qmtest/lumialgs.qms/lumi0writer.qmt +++ b/Rec/LumiAlgs/tests/qmtest/lumialgs.qms/lumi0writer.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <!-- ####################################################### # SUMMARY OF THIS TEST diff --git a/Rec/LumiAlgs/tests/qmtest/lumialgs.qms/lumi1writer.qmt b/Rec/LumiAlgs/tests/qmtest/lumialgs.qms/lumi1writer.qmt index 5a8317be804..798602ce98b 100644 --- a/Rec/LumiAlgs/tests/qmtest/lumialgs.qms/lumi1writer.qmt +++ b/Rec/LumiAlgs/tests/qmtest/lumialgs.qms/lumi1writer.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <!-- ####################################################### # SUMMARY OF THIS TEST diff --git a/Rec/LumiAlgs/tests/qmtest/lumialgs.qms/lumi2reader.qmt b/Rec/LumiAlgs/tests/qmtest/lumialgs.qms/lumi2reader.qmt index 6326d14d13f..2bb90cf64ac 100644 --- a/Rec/LumiAlgs/tests/qmtest/lumialgs.qms/lumi2reader.qmt +++ b/Rec/LumiAlgs/tests/qmtest/lumialgs.qms/lumi2reader.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <!-- ####################################################### # SUMMARY OF THIS TEST diff --git a/Rec/LumiAlgs/tests/qmtest/lumialgs.qms/lumi3conftest.qmt b/Rec/LumiAlgs/tests/qmtest/lumialgs.qms/lumi3conftest.qmt index a36eae28cd8..59f21ce6da8 100644 --- a/Rec/LumiAlgs/tests/qmtest/lumialgs.qms/lumi3conftest.qmt +++ b/Rec/LumiAlgs/tests/qmtest/lumialgs.qms/lumi3conftest.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <!-- ####################################################### # SUMMARY OF THIS TEST diff --git a/Rec/LumiAlgs/tests/qmtest/lumialgs.qms/lumi40fsrwriter.qmt b/Rec/LumiAlgs/tests/qmtest/lumialgs.qms/lumi40fsrwriter.qmt index 212b0d58e65..b5d13003779 100644 --- a/Rec/LumiAlgs/tests/qmtest/lumialgs.qms/lumi40fsrwriter.qmt +++ b/Rec/LumiAlgs/tests/qmtest/lumialgs.qms/lumi40fsrwriter.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <!-- ####################################################### # SUMMARY OF THIS TEST diff --git a/Rec/LumiAlgs/tests/qmtest/lumialgs.qms/lumi4fsrwriter.qmt b/Rec/LumiAlgs/tests/qmtest/lumialgs.qms/lumi4fsrwriter.qmt index 8fb56f1bd25..349846ac2f8 100644 --- a/Rec/LumiAlgs/tests/qmtest/lumialgs.qms/lumi4fsrwriter.qmt +++ b/Rec/LumiAlgs/tests/qmtest/lumialgs.qms/lumi4fsrwriter.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <!-- ####################################################### # SUMMARY OF THIS TEST diff --git a/Rec/LumiAlgs/tests/qmtest/lumialgs.qms/lumi5fsrreader.qmt b/Rec/LumiAlgs/tests/qmtest/lumialgs.qms/lumi5fsrreader.qmt index c36e3981a90..03c45214b3e 100644 --- a/Rec/LumiAlgs/tests/qmtest/lumialgs.qms/lumi5fsrreader.qmt +++ b/Rec/LumiAlgs/tests/qmtest/lumialgs.qms/lumi5fsrreader.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <!-- ####################################################### # SUMMARY OF THIS TEST diff --git a/Rec/LumiAlgs/tests/qmtest/lumialgs.qms/lumi60fsrintegrator.qmt b/Rec/LumiAlgs/tests/qmtest/lumialgs.qms/lumi60fsrintegrator.qmt index 0eeae85adee..0f81b3a17fe 100644 --- a/Rec/LumiAlgs/tests/qmtest/lumialgs.qms/lumi60fsrintegrator.qmt +++ b/Rec/LumiAlgs/tests/qmtest/lumialgs.qms/lumi60fsrintegrator.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <!-- ####################################################### # SUMMARY OF THIS TEST diff --git a/Rec/LumiAlgs/tests/qmtest/lumialgs.qms/lumi6fsrintegrator.qmt b/Rec/LumiAlgs/tests/qmtest/lumialgs.qms/lumi6fsrintegrator.qmt index fb31c5f0b19..a4ee9c25319 100644 --- a/Rec/LumiAlgs/tests/qmtest/lumialgs.qms/lumi6fsrintegrator.qmt +++ b/Rec/LumiAlgs/tests/qmtest/lumialgs.qms/lumi6fsrintegrator.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <!-- ####################################################### # SUMMARY OF THIS TEST diff --git a/Rec/LumiAlgs/tests/qmtest/lumialgs.qms/lumi7fsr2file.qmt b/Rec/LumiAlgs/tests/qmtest/lumialgs.qms/lumi7fsr2file.qmt index 3b7de05599f..56b7330792d 100644 --- a/Rec/LumiAlgs/tests/qmtest/lumialgs.qms/lumi7fsr2file.qmt +++ b/Rec/LumiAlgs/tests/qmtest/lumialgs.qms/lumi7fsr2file.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <!-- ####################################################### # SUMMARY OF THIS TEST diff --git a/Rec/LumiAlgs/tests/qmtest/lumialgs.qms/lumi8merger.qmt b/Rec/LumiAlgs/tests/qmtest/lumialgs.qms/lumi8merger.qmt index 0a80221aee4..b4cea227d87 100644 --- a/Rec/LumiAlgs/tests/qmtest/lumialgs.qms/lumi8merger.qmt +++ b/Rec/LumiAlgs/tests/qmtest/lumialgs.qms/lumi8merger.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <!-- ####################################################### # SUMMARY OF THIS TEST diff --git a/Rec/LumiAlgs/tests/qmtest/lumialgs.qms/lumi9fsrintegrator.qmt b/Rec/LumiAlgs/tests/qmtest/lumialgs.qms/lumi9fsrintegrator.qmt index 16417dde8a7..2b5b37ba2d6 100644 --- a/Rec/LumiAlgs/tests/qmtest/lumialgs.qms/lumi9fsrintegrator.qmt +++ b/Rec/LumiAlgs/tests/qmtest/lumialgs.qms/lumi9fsrintegrator.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <!-- ####################################################### # SUMMARY OF THIS TEST diff --git a/Rec/LumiAlgs/tests/qmtest/lumialgs.qms/lumi9mergesmallfiles.qmt b/Rec/LumiAlgs/tests/qmtest/lumialgs.qms/lumi9mergesmallfiles.qmt index 3e3810672af..387689d43b9 100755 --- a/Rec/LumiAlgs/tests/qmtest/lumialgs.qms/lumi9mergesmallfiles.qmt +++ b/Rec/LumiAlgs/tests/qmtest/lumialgs.qms/lumi9mergesmallfiles.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <!-- ####################################################### # SUMMARY OF THIS TEST diff --git a/Rec/RecAlgs/CMakeLists.txt b/Rec/RecAlgs/CMakeLists.txt index 3fe296e0d7a..ad84ff989ef 100644 --- a/Rec/RecAlgs/CMakeLists.txt +++ b/Rec/RecAlgs/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ################################################################################ # Package: RecAlgs ################################################################################ diff --git a/Rec/RecAlgs/src/AddToProcStatus.cpp b/Rec/RecAlgs/src/AddToProcStatus.cpp index bf00377ab32..e3ec3a80433 100644 --- a/Rec/RecAlgs/src/AddToProcStatus.cpp +++ b/Rec/RecAlgs/src/AddToProcStatus.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // local diff --git a/Rec/RecAlgs/src/AddToProcStatus.h b/Rec/RecAlgs/src/AddToProcStatus.h index 2300f13caaa..edbc6b5ef5e 100644 --- a/Rec/RecAlgs/src/AddToProcStatus.h +++ b/Rec/RecAlgs/src/AddToProcStatus.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef ADDTOPROCSTATUS_H #define ADDTOPROCSTATUS_H 1 diff --git a/Rec/RecAlgs/src/EventTimeMonitor.cpp b/Rec/RecAlgs/src/EventTimeMonitor.cpp index 3f4260a9df9..3ea2326e6c6 100644 --- a/Rec/RecAlgs/src/EventTimeMonitor.cpp +++ b/Rec/RecAlgs/src/EventTimeMonitor.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // local diff --git a/Rec/RecAlgs/src/EventTimeMonitor.h b/Rec/RecAlgs/src/EventTimeMonitor.h index a05ec4750e5..322de55d6ab 100644 --- a/Rec/RecAlgs/src/EventTimeMonitor.h +++ b/Rec/RecAlgs/src/EventTimeMonitor.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef EVENTTIMEMONITOR_H #define EVENTTIMEMONITOR_H 1 diff --git a/Rec/RecAlgs/src/ProcStatAbortMoni.cpp b/Rec/RecAlgs/src/ProcStatAbortMoni.cpp index 5643db458e7..6cff1f4ca5f 100644 --- a/Rec/RecAlgs/src/ProcStatAbortMoni.cpp +++ b/Rec/RecAlgs/src/ProcStatAbortMoni.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // local #include "ProcStatAbortMoni.h" diff --git a/Rec/RecAlgs/src/ProcStatAbortMoni.h b/Rec/RecAlgs/src/ProcStatAbortMoni.h index 7cf2a3db86d..64c683a55ef 100644 --- a/Rec/RecAlgs/src/ProcStatAbortMoni.h +++ b/Rec/RecAlgs/src/ProcStatAbortMoni.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef RECALGS_PROCSTATABORTMONI_H #define RECALGS_PROCSTATABORTMONI_H 1 diff --git a/Rec/RecAlgs/src/RecInit.cpp b/Rec/RecAlgs/src/RecInit.cpp index d23f51dc216..784c0e35d6c 100644 --- a/Rec/RecAlgs/src/RecInit.cpp +++ b/Rec/RecAlgs/src/RecInit.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // from Gaudi diff --git a/Rec/RecAlgs/src/RecInit.h b/Rec/RecAlgs/src/RecInit.h index b5f0e34024d..997d05e4970 100644 --- a/Rec/RecAlgs/src/RecInit.h +++ b/Rec/RecAlgs/src/RecInit.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef RECINIT_H #define RECINIT_H 1 diff --git a/Rec/RecAlgs/src/RecProcessingTimeMoni.cpp b/Rec/RecAlgs/src/RecProcessingTimeMoni.cpp index 7eca998fecd..03bc3adf8c5 100644 --- a/Rec/RecAlgs/src/RecProcessingTimeMoni.cpp +++ b/Rec/RecAlgs/src/RecProcessingTimeMoni.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // local #include "RecProcessingTimeMoni.h" diff --git a/Rec/RecAlgs/src/RecProcessingTimeMoni.h b/Rec/RecAlgs/src/RecProcessingTimeMoni.h index 5e965014478..9a83539ead3 100644 --- a/Rec/RecAlgs/src/RecProcessingTimeMoni.h +++ b/Rec/RecAlgs/src/RecProcessingTimeMoni.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef RECALGS_RECPROCESSINGTIMEMONI_H #define RECALGS_RECPROCESSINGTIMEMONI_H 1 diff --git a/Rec/RecAlgs/src/RecSummaryAlg.cpp b/Rec/RecAlgs/src/RecSummaryAlg.cpp index eb279f09835..6cc07de110d 100644 --- a/Rec/RecAlgs/src/RecSummaryAlg.cpp +++ b/Rec/RecAlgs/src/RecSummaryAlg.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // local diff --git a/Rec/RecAlgs/src/RecSummaryAlg.h b/Rec/RecAlgs/src/RecSummaryAlg.h index 52bc06648d3..5addea2f2f9 100644 --- a/Rec/RecAlgs/src/RecSummaryAlg.h +++ b/Rec/RecAlgs/src/RecSummaryAlg.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef RECSUMMARYALG_H #define RECSUMMARYALG_H 1 diff --git a/Rec/RecAlgs/src/TimingTuple.cpp b/Rec/RecAlgs/src/TimingTuple.cpp index 553f1cf87d9..bd2a557095f 100644 --- a/Rec/RecAlgs/src/TimingTuple.cpp +++ b/Rec/RecAlgs/src/TimingTuple.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include "TimingTuple.h" //----------------------------------------------------------------------------- diff --git a/Rec/RecAlgs/src/TimingTuple.h b/Rec/RecAlgs/src/TimingTuple.h index 7005a5950a2..1120fd4280b 100644 --- a/Rec/RecAlgs/src/TimingTuple.h +++ b/Rec/RecAlgs/src/TimingTuple.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TIMINGTUPLE_H #define TIMINGTUPLE_H 1 diff --git a/Rec/RecConf/CMakeLists.txt b/Rec/RecConf/CMakeLists.txt index f1de8c58502..b1bc7b5f1f0 100644 --- a/Rec/RecConf/CMakeLists.txt +++ b/Rec/RecConf/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ################################################################################ # Package: RecConf ################################################################################ diff --git a/Rec/RecConf/python/RecConf/Configuration.py b/Rec/RecConf/python/RecConf/Configuration.py index 323cdd4a886..f46fa94b8ea 100755 --- a/Rec/RecConf/python/RecConf/Configuration.py +++ b/Rec/RecConf/python/RecConf/Configuration.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ## @package RecConf # High level configuration tools for REC # @author Rob Lambert diff --git a/Rec/RecInterfaces/CMakeLists.txt b/Rec/RecInterfaces/CMakeLists.txt index ecfce46d981..1401b2d32f0 100644 --- a/Rec/RecInterfaces/CMakeLists.txt +++ b/Rec/RecInterfaces/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ################################################################################ # Package: RecInterfaces ################################################################################ diff --git a/Rec/RecInterfaces/RecInterfaces/IChargedProtoANNPIDTool.h b/Rec/RecInterfaces/RecInterfaces/IChargedProtoANNPIDTool.h index 02c25a091d6..67d4a0ad6ba 100644 --- a/Rec/RecInterfaces/RecInterfaces/IChargedProtoANNPIDTool.h +++ b/Rec/RecInterfaces/RecInterfaces/IChargedProtoANNPIDTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef RECINTERFACES_ICHARGEDPROTOANNPIDTOOL_H #define RECINTERFACES_ICHARGEDPROTOANNPIDTOOL_H 1 diff --git a/Rec/RecInterfaces/RecInterfaces/IChargedProtoANNPIDTupleTool.h b/Rec/RecInterfaces/RecInterfaces/IChargedProtoANNPIDTupleTool.h index e2a6f94bbe7..189e76d08f1 100644 --- a/Rec/RecInterfaces/RecInterfaces/IChargedProtoANNPIDTupleTool.h +++ b/Rec/RecInterfaces/RecInterfaces/IChargedProtoANNPIDTupleTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef RECINTERFACES_ICHARGEDPROTOANNPIDTUPLETOOL_H #define RECINTERFACES_ICHARGEDPROTOANNPIDTUPLETOOL_H 1 diff --git a/Rec/RecInterfaces/dict/RecInterfacesDict.h b/Rec/RecInterfaces/dict/RecInterfacesDict.h index 834e8ee8cc0..cab23bdf02b 100644 --- a/Rec/RecInterfaces/dict/RecInterfacesDict.h +++ b/Rec/RecInterfaces/dict/RecInterfacesDict.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef DICT_RECINTERFACESDICT_H #define DICT_RECINTERFACESDICT_H 1 diff --git a/Rec/RecInterfaces/dict/RecInterfacesDict.xml b/Rec/RecInterfaces/dict/RecInterfacesDict.xml index 5e9a3ca3c5a..a8bc55ce7c4 100644 --- a/Rec/RecInterfaces/dict/RecInterfacesDict.xml +++ b/Rec/RecInterfaces/dict/RecInterfacesDict.xml @@ -1,3 +1,13 @@ +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <lcgdict> <class name = "ANNGlobalPID::IChargedProtoANNPIDTupleTool" /> <class name = "ANNGlobalPID::IChargedProtoANNPIDTool" /> diff --git a/RecSys/doc/MainPage.h b/RecSys/doc/MainPage.h index fedde99366b..a9dcbb35f0a 100755 --- a/RecSys/doc/MainPage.h +++ b/RecSys/doc/MainPage.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ /** \mainpage notitle * \anchor recsysdoxygenmain * diff --git a/Rich/RichAlignment/CMakeLists.txt b/Rich/RichAlignment/CMakeLists.txt index 040ecece028..269bba7eaa4 100644 --- a/Rich/RichAlignment/CMakeLists.txt +++ b/Rich/RichAlignment/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ################################################################################ # Package: RichAlignment ################################################################################ diff --git a/Rich/RichAlignment/python/RichAlignment/Configuration.py b/Rich/RichAlignment/python/RichAlignment/Configuration.py index cb1069e70c1..d10a2c7c93e 100755 --- a/Rich/RichAlignment/python/RichAlignment/Configuration.py +++ b/Rich/RichAlignment/python/RichAlignment/Configuration.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### __author__ = "Chris Jones <Christopher.Rob.Jones@cern.ch>" diff --git a/Rich/RichAlignment/scripts/Aerogel/Calib.py b/Rich/RichAlignment/scripts/Aerogel/Calib.py index 57954746128..794ac3504c5 100644 --- a/Rich/RichAlignment/scripts/Aerogel/Calib.py +++ b/Rich/RichAlignment/scripts/Aerogel/Calib.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # Globals fitter = None imageFileName = '' diff --git a/Rich/RichAlignment/scripts/Aerogel/rootStyle.py b/Rich/RichAlignment/scripts/Aerogel/rootStyle.py index a3ad26ce18c..a09fb79e5ea 100644 --- a/Rich/RichAlignment/scripts/Aerogel/rootStyle.py +++ b/Rich/RichAlignment/scripts/Aerogel/rootStyle.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### def applyRootStyle(): diff --git a/Rich/RichAlignment/scripts/Aerogel/run.py b/Rich/RichAlignment/scripts/Aerogel/run.py index 430802bcbc9..e1bad6d621d 100644 --- a/Rich/RichAlignment/scripts/Aerogel/run.py +++ b/Rich/RichAlignment/scripts/Aerogel/run.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### import Calib Calib.initialise() Calib.run() diff --git a/Rich/RichAlignment/scripts/HPDOccs/Occupancies.py b/Rich/RichAlignment/scripts/HPDOccs/Occupancies.py index f29d0857ae3..9ea50dc268d 100644 --- a/Rich/RichAlignment/scripts/HPDOccs/Occupancies.py +++ b/Rich/RichAlignment/scripts/HPDOccs/Occupancies.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### imageFileName = '' canvas = None diff --git a/Rich/RichAlignment/scripts/HPDOccs/rootStyle.py b/Rich/RichAlignment/scripts/HPDOccs/rootStyle.py index 87b0b89c904..b0ea895ff81 100644 --- a/Rich/RichAlignment/scripts/HPDOccs/rootStyle.py +++ b/Rich/RichAlignment/scripts/HPDOccs/rootStyle.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### def applyRootStyle(): diff --git a/Rich/RichAlignment/scripts/MakeDBFromXML/CreateDBLayer.py b/Rich/RichAlignment/scripts/MakeDBFromXML/CreateDBLayer.py index fc6cb886cec..511ff4868ae 100755 --- a/Rich/RichAlignment/scripts/MakeDBFromXML/CreateDBLayer.py +++ b/Rich/RichAlignment/scripts/MakeDBFromXML/CreateDBLayer.py @@ -1,4 +1,14 @@ #! /usr/bin/env python +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### import CondDBUI from PyCool import cool diff --git a/Rich/RichAlignment/scripts/RefractAndHPDJobs/CKRefractCalib-FullBrunelReco.py b/Rich/RichAlignment/scripts/RefractAndHPDJobs/CKRefractCalib-FullBrunelReco.py index 99955594a22..8e15e1ab02e 100755 --- a/Rich/RichAlignment/scripts/RefractAndHPDJobs/CKRefractCalib-FullBrunelReco.py +++ b/Rich/RichAlignment/scripts/RefractAndHPDJobs/CKRefractCalib-FullBrunelReco.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### from Brunel.Configuration import * diff --git a/Rich/RichAlignment/scripts/RefractAndHPDJobs/CKRefractCalib-RichOnlyBrunelReco.py b/Rich/RichAlignment/scripts/RefractAndHPDJobs/CKRefractCalib-RichOnlyBrunelReco.py index 16bc0036128..81e1a78f687 100755 --- a/Rich/RichAlignment/scripts/RefractAndHPDJobs/CKRefractCalib-RichOnlyBrunelReco.py +++ b/Rich/RichAlignment/scripts/RefractAndHPDJobs/CKRefractCalib-RichOnlyBrunelReco.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### from Brunel.Configuration import * from Configurables import Brunel, LHCbApp diff --git a/Rich/RichAlignment/scripts/RefractAndHPDJobs/CKSignalOverBackground.py b/Rich/RichAlignment/scripts/RefractAndHPDJobs/CKSignalOverBackground.py index 3ee5f3f69ce..4b2ce7740d2 100644 --- a/Rich/RichAlignment/scripts/RefractAndHPDJobs/CKSignalOverBackground.py +++ b/Rich/RichAlignment/scripts/RefractAndHPDJobs/CKSignalOverBackground.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### def fitSOverB(filename,rad='Rich1Gas',plot='ckResAll'): diff --git a/Rich/RichAlignment/scripts/RefractAndHPDJobs/CommonOptions.py b/Rich/RichAlignment/scripts/RefractAndHPDJobs/CommonOptions.py index af38d34c09b..59736190a44 100644 --- a/Rich/RichAlignment/scripts/RefractAndHPDJobs/CommonOptions.py +++ b/Rich/RichAlignment/scripts/RefractAndHPDJobs/CommonOptions.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### from Brunel.Configuration import * from Configurables import Brunel, LHCbApp, CondDB diff --git a/Rich/RichAlignment/scripts/RefractAndHPDJobs/CreateRefScaleFactCondDBLayer.py b/Rich/RichAlignment/scripts/RefractAndHPDJobs/CreateRefScaleFactCondDBLayer.py index f321b31e613..c5d91cda88f 100755 --- a/Rich/RichAlignment/scripts/RefractAndHPDJobs/CreateRefScaleFactCondDBLayer.py +++ b/Rich/RichAlignment/scripts/RefractAndHPDJobs/CreateRefScaleFactCondDBLayer.py @@ -1,4 +1,14 @@ #! /usr/bin/env python +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### import CondDBUI from PyCool import cool diff --git a/Rich/RichAlignment/scripts/RefractAndHPDJobs/GetLFNsByRun.py b/Rich/RichAlignment/scripts/RefractAndHPDJobs/GetLFNsByRun.py index ef223eb1d1e..8f146396e9c 100755 --- a/Rich/RichAlignment/scripts/RefractAndHPDJobs/GetLFNsByRun.py +++ b/Rich/RichAlignment/scripts/RefractAndHPDJobs/GetLFNsByRun.py @@ -1,4 +1,14 @@ #! /usr/bin/env python +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### import pickle, bz2 import DIRAC diff --git a/Rich/RichAlignment/scripts/RefractAndHPDJobs/LocalTests.py b/Rich/RichAlignment/scripts/RefractAndHPDJobs/LocalTests.py index f081136e35c..057011513a2 100644 --- a/Rich/RichAlignment/scripts/RefractAndHPDJobs/LocalTests.py +++ b/Rich/RichAlignment/scripts/RefractAndHPDJobs/LocalTests.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### from Brunel.Configuration import * from Configurables import Brunel, UpdateManagerSvc, CondDB, CondDBAccessSvc, LHCbApp diff --git a/Rich/RichAlignment/scripts/RefractAndHPDJobs/PrintPickledData.py b/Rich/RichAlignment/scripts/RefractAndHPDJobs/PrintPickledData.py index 1823a25deb3..8a1505d3367 100755 --- a/Rich/RichAlignment/scripts/RefractAndHPDJobs/PrintPickledData.py +++ b/Rich/RichAlignment/scripts/RefractAndHPDJobs/PrintPickledData.py @@ -1,4 +1,14 @@ #! /usr/bin/env python +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### import pickle, bz2 diff --git a/Rich/RichAlignment/scripts/RefractAndHPDJobs/RichCKCalibrate.py b/Rich/RichAlignment/scripts/RefractAndHPDJobs/RichCKCalibrate.py index 2677723ebed..0bf65475874 100644 --- a/Rich/RichAlignment/scripts/RefractAndHPDJobs/RichCKCalibrate.py +++ b/Rich/RichAlignment/scripts/RefractAndHPDJobs/RichCKCalibrate.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # Globals imageFileName = '' diff --git a/Rich/RichAlignment/scripts/RefractAndHPDJobs/RootStyle.py b/Rich/RichAlignment/scripts/RefractAndHPDJobs/RootStyle.py index dcbdd5c89e1..1d403d7dbf9 100644 --- a/Rich/RichAlignment/scripts/RefractAndHPDJobs/RootStyle.py +++ b/Rich/RichAlignment/scripts/RefractAndHPDJobs/RootStyle.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### def rootStyle(batchMode=True): from ROOT import gROOT, gStyle, kWhite, kBlack diff --git a/Rich/RichAlignment/src/RichAlignmentEventSelection.cpp b/Rich/RichAlignment/src/RichAlignmentEventSelection.cpp index 12e47cb880c..e792493076a 100644 --- a/Rich/RichAlignment/src/RichAlignmentEventSelection.cpp +++ b/Rich/RichAlignment/src/RichAlignmentEventSelection.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // local #include "RichAlignmentEventSelection.h" diff --git a/Rich/RichAlignment/src/RichAlignmentEventSelection.h b/Rich/RichAlignment/src/RichAlignmentEventSelection.h index 0c79ea731ba..bfe344a1f25 100644 --- a/Rich/RichAlignment/src/RichAlignmentEventSelection.h +++ b/Rich/RichAlignment/src/RichAlignmentEventSelection.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef RICHALIGNMENT_EVENTSELECTION_H #define RICHALIGNMENT_EVENTSELECTION_H 1 diff --git a/Rich/RichAlignment/src/RichAlignmentMonitor.cpp b/Rich/RichAlignment/src/RichAlignmentMonitor.cpp index 8a6391851a3..2a352dffdde 100755 --- a/Rich/RichAlignment/src/RichAlignmentMonitor.cpp +++ b/Rich/RichAlignment/src/RichAlignmentMonitor.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ /** @file RichAlignmentMonitor.cpp * diff --git a/Rich/RichAlignment/src/RichAlignmentMonitor.h b/Rich/RichAlignment/src/RichAlignmentMonitor.h index 73a4c54d9c5..d160c45b52f 100755 --- a/Rich/RichAlignment/src/RichAlignmentMonitor.h +++ b/Rich/RichAlignment/src/RichAlignmentMonitor.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ /** @file RichAlignmentMonitor.h * diff --git a/Rich/RichENNRingFinder/CMakeLists.txt b/Rich/RichENNRingFinder/CMakeLists.txt index 39e0509c1b5..8fc94574119 100644 --- a/Rich/RichENNRingFinder/CMakeLists.txt +++ b/Rich/RichENNRingFinder/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ################################################################################ # Package: RichENNRingFinder ################################################################################ diff --git a/Rich/RichENNRingFinder/python/RichENNRingFinder/Configuration.py b/Rich/RichENNRingFinder/python/RichENNRingFinder/Configuration.py index 0418503111d..0cbed6a0892 100755 --- a/Rich/RichENNRingFinder/python/RichENNRingFinder/Configuration.py +++ b/Rich/RichENNRingFinder/python/RichENNRingFinder/Configuration.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ## @package RichENNRingFinder # High level Configuration tools for RICH ENN ring finding # @author Chris Jones (Christopher.Rob.Jones@cern.ch) diff --git a/Rich/RichENNRingFinder/src/ENNRingFinder.cpp b/Rich/RichENNRingFinder/src/ENNRingFinder.cpp index 2d415abe16d..c5fad6d6237 100644 --- a/Rich/RichENNRingFinder/src/ENNRingFinder.cpp +++ b/Rich/RichENNRingFinder/src/ENNRingFinder.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file ENNRingFinder.cpp diff --git a/Rich/RichENNRingFinder/src/ENNRingFinder.h b/Rich/RichENNRingFinder/src/ENNRingFinder.h index 058e2f77496..7b903758d75 100644 --- a/Rich/RichENNRingFinder/src/ENNRingFinder.h +++ b/Rich/RichENNRingFinder/src/ENNRingFinder.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file ENNRingFinder.h diff --git a/Rich/RichENNRingFinder/src/RichENNRingFinderAlg.cpp b/Rich/RichENNRingFinder/src/RichENNRingFinderAlg.cpp index ad939a5e199..87578171fe7 100755 --- a/Rich/RichENNRingFinder/src/RichENNRingFinderAlg.cpp +++ b/Rich/RichENNRingFinder/src/RichENNRingFinderAlg.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichENNRingFinderAlg.cpp diff --git a/Rich/RichENNRingFinder/src/RichENNRingFinderAlg.h b/Rich/RichENNRingFinder/src/RichENNRingFinderAlg.h index 615c1990868..ec70f8a48bc 100755 --- a/Rich/RichENNRingFinder/src/RichENNRingFinderAlg.h +++ b/Rich/RichENNRingFinder/src/RichENNRingFinderAlg.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichENNRingFinderAlg.h diff --git a/Rich/RichENNRingFinder/src/RichENNRingFinderNamespace.h b/Rich/RichENNRingFinder/src/RichENNRingFinderNamespace.h index 151d04c558b..f1f0ee5ef81 100755 --- a/Rich/RichENNRingFinder/src/RichENNRingFinderNamespace.h +++ b/Rich/RichENNRingFinder/src/RichENNRingFinderNamespace.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @namespace Rich::Rec::ENNRingFinder diff --git a/Rich/RichFutureGlobalPID/CMakeLists.txt b/Rich/RichFutureGlobalPID/CMakeLists.txt index 441993f8753..7d27a0763e7 100644 --- a/Rich/RichFutureGlobalPID/CMakeLists.txt +++ b/Rich/RichFutureGlobalPID/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ################################################################################ # Package: RichFutureGlobalPID ################################################################################ diff --git a/Rich/RichFutureGlobalPID/src/RichGlobalPIDInitialisePIDInfo.cpp b/Rich/RichFutureGlobalPID/src/RichGlobalPIDInitialisePIDInfo.cpp index ed71470e710..7a199821ef1 100644 --- a/Rich/RichFutureGlobalPID/src/RichGlobalPIDInitialisePIDInfo.cpp +++ b/Rich/RichFutureGlobalPID/src/RichGlobalPIDInitialisePIDInfo.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // local #include "RichGlobalPIDInitialisePIDInfo.h" diff --git a/Rich/RichFutureGlobalPID/src/RichGlobalPIDInitialisePIDInfo.h b/Rich/RichFutureGlobalPID/src/RichGlobalPIDInitialisePIDInfo.h index 5836bd42603..675a6a51ccd 100644 --- a/Rich/RichFutureGlobalPID/src/RichGlobalPIDInitialisePIDInfo.h +++ b/Rich/RichFutureGlobalPID/src/RichGlobalPIDInitialisePIDInfo.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once diff --git a/Rich/RichFutureGlobalPID/src/RichGlobalPIDLikelihoodMinimiser.cpp b/Rich/RichFutureGlobalPID/src/RichGlobalPIDLikelihoodMinimiser.cpp index 4c3479ddfc2..08af2031fca 100644 --- a/Rich/RichFutureGlobalPID/src/RichGlobalPIDLikelihoodMinimiser.cpp +++ b/Rich/RichFutureGlobalPID/src/RichGlobalPIDLikelihoodMinimiser.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // local #include "RichGlobalPIDLikelihoodMinimiser.h" diff --git a/Rich/RichFutureGlobalPID/src/RichGlobalPIDLikelihoodMinimiser.h b/Rich/RichFutureGlobalPID/src/RichGlobalPIDLikelihoodMinimiser.h index 53e47c70b6c..0ad0632e860 100644 --- a/Rich/RichFutureGlobalPID/src/RichGlobalPIDLikelihoodMinimiser.h +++ b/Rich/RichFutureGlobalPID/src/RichGlobalPIDLikelihoodMinimiser.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once diff --git a/Rich/RichFutureGlobalPID/src/RichGlobalPIDNamespaces.h b/Rich/RichFutureGlobalPID/src/RichGlobalPIDNamespaces.h index d28f230cf03..23ee5a099f2 100755 --- a/Rich/RichFutureGlobalPID/src/RichGlobalPIDNamespaces.h +++ b/Rich/RichFutureGlobalPID/src/RichGlobalPIDNamespaces.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @namespace Rich::Future::Rec::GlobalPID diff --git a/Rich/RichFutureGlobalPID/src/RichGlobalPIDWriteRichPIDs.cpp b/Rich/RichFutureGlobalPID/src/RichGlobalPIDWriteRichPIDs.cpp index d996f782601..b80a484cab5 100644 --- a/Rich/RichFutureGlobalPID/src/RichGlobalPIDWriteRichPIDs.cpp +++ b/Rich/RichFutureGlobalPID/src/RichGlobalPIDWriteRichPIDs.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // local #include "RichGlobalPIDWriteRichPIDs.h" diff --git a/Rich/RichFutureGlobalPID/src/RichGlobalPIDWriteRichPIDs.h b/Rich/RichFutureGlobalPID/src/RichGlobalPIDWriteRichPIDs.h index 6f997d0cd98..a7779eb6fb3 100644 --- a/Rich/RichFutureGlobalPID/src/RichGlobalPIDWriteRichPIDs.h +++ b/Rich/RichFutureGlobalPID/src/RichGlobalPIDWriteRichPIDs.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once diff --git a/Rich/RichFutureRecAlgorithms/CMakeLists.txt b/Rich/RichFutureRecAlgorithms/CMakeLists.txt index 3aa7ed720f2..11f55231eb4 100644 --- a/Rich/RichFutureRecAlgorithms/CMakeLists.txt +++ b/Rich/RichFutureRecAlgorithms/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ################################################################################ # Package: RichFutureRecAlgorithms ################################################################################ diff --git a/Rich/RichFutureRecAlgorithms/src/MergeRichPIDs.cpp b/Rich/RichFutureRecAlgorithms/src/MergeRichPIDs.cpp index 02f12817c42..a67f21d2d92 100644 --- a/Rich/RichFutureRecAlgorithms/src/MergeRichPIDs.cpp +++ b/Rich/RichFutureRecAlgorithms/src/MergeRichPIDs.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // local #include "MergeRichPIDs.h" diff --git a/Rich/RichFutureRecAlgorithms/src/MergeRichPIDs.h b/Rich/RichFutureRecAlgorithms/src/MergeRichPIDs.h index 5a0946fae66..80c26cf6ec0 100644 --- a/Rich/RichFutureRecAlgorithms/src/MergeRichPIDs.h +++ b/Rich/RichFutureRecAlgorithms/src/MergeRichPIDs.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef RICHFUTURERECALGORITHMS_MERGERICHPIDS_H #define RICHFUTURERECALGORITHMS_MERGERICHPIDS_H 1 diff --git a/Rich/RichFutureRecAlgorithms/src/RichRecoSummary.cpp b/Rich/RichFutureRecAlgorithms/src/RichRecoSummary.cpp index 3795bdefbbd..a383e8cef51 100644 --- a/Rich/RichFutureRecAlgorithms/src/RichRecoSummary.cpp +++ b/Rich/RichFutureRecAlgorithms/src/RichRecoSummary.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // local #include "RichRecoSummary.h" diff --git a/Rich/RichFutureRecAlgorithms/src/RichRecoSummary.h b/Rich/RichFutureRecAlgorithms/src/RichRecoSummary.h index b490cb9054c..67d0ba0cecb 100644 --- a/Rich/RichFutureRecAlgorithms/src/RichRecoSummary.h +++ b/Rich/RichFutureRecAlgorithms/src/RichRecoSummary.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once diff --git a/Rich/RichFutureRecBase/CMakeLists.txt b/Rich/RichFutureRecBase/CMakeLists.txt index 0503fb33d73..673a5f57332 100644 --- a/Rich/RichFutureRecBase/CMakeLists.txt +++ b/Rich/RichFutureRecBase/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ################################################################################ # Package: RichFutureRecBase ################################################################################ diff --git a/Rich/RichFutureRecBase/RichFutureRecBase/RichRecAlgBase.h b/Rich/RichFutureRecBase/RichFutureRecBase/RichRecAlgBase.h index dcc1253fc21..a283ccae47f 100644 --- a/Rich/RichFutureRecBase/RichFutureRecBase/RichRecAlgBase.h +++ b/Rich/RichFutureRecBase/RichFutureRecBase/RichRecAlgBase.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichRecAlgBase.h diff --git a/Rich/RichFutureRecBase/RichFutureRecBase/RichRecBase.h b/Rich/RichFutureRecBase/RichFutureRecBase/RichRecBase.h index 544b9c3f9ad..ebe35628f94 100644 --- a/Rich/RichFutureRecBase/RichFutureRecBase/RichRecBase.h +++ b/Rich/RichFutureRecBase/RichFutureRecBase/RichRecBase.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichRecBase.h diff --git a/Rich/RichFutureRecBase/RichFutureRecBase/RichRecHistoAlgBase.h b/Rich/RichFutureRecBase/RichFutureRecBase/RichRecHistoAlgBase.h index c6d645e1671..bb9b4b4b5c5 100644 --- a/Rich/RichFutureRecBase/RichFutureRecBase/RichRecHistoAlgBase.h +++ b/Rich/RichFutureRecBase/RichFutureRecBase/RichRecHistoAlgBase.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichRecHistoAlgBase.h diff --git a/Rich/RichFutureRecBase/RichFutureRecBase/RichRecHistoToolBase.h b/Rich/RichFutureRecBase/RichFutureRecBase/RichRecHistoToolBase.h index c389df9f173..d83a28a6493 100644 --- a/Rich/RichFutureRecBase/RichFutureRecBase/RichRecHistoToolBase.h +++ b/Rich/RichFutureRecBase/RichFutureRecBase/RichRecHistoToolBase.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichRecHistoToolBase.h diff --git a/Rich/RichFutureRecBase/RichFutureRecBase/RichRecNamespaces.h b/Rich/RichFutureRecBase/RichFutureRecBase/RichRecNamespaces.h index 8443cac3c58..7f1e688bb7c 100644 --- a/Rich/RichFutureRecBase/RichFutureRecBase/RichRecNamespaces.h +++ b/Rich/RichFutureRecBase/RichFutureRecBase/RichRecNamespaces.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @namespace Rich::Future::Rec diff --git a/Rich/RichFutureRecBase/RichFutureRecBase/RichRecToolBase.h b/Rich/RichFutureRecBase/RichFutureRecBase/RichRecToolBase.h index 2ad0669db37..457eabacdef 100644 --- a/Rich/RichFutureRecBase/RichFutureRecBase/RichRecToolBase.h +++ b/Rich/RichFutureRecBase/RichFutureRecBase/RichRecToolBase.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichRecToolBase.h diff --git a/Rich/RichFutureRecBase/RichFutureRecBase/RichRecTupleAlgBase.h b/Rich/RichFutureRecBase/RichFutureRecBase/RichRecTupleAlgBase.h index d47faabe3cd..a028954d083 100644 --- a/Rich/RichFutureRecBase/RichFutureRecBase/RichRecTupleAlgBase.h +++ b/Rich/RichFutureRecBase/RichFutureRecBase/RichRecTupleAlgBase.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichRecTupleAlgBase.h diff --git a/Rich/RichFutureRecBase/RichFutureRecBase/RichRecTupleToolBase.h b/Rich/RichFutureRecBase/RichFutureRecBase/RichRecTupleToolBase.h index 3567061b5da..65b71f859f0 100644 --- a/Rich/RichFutureRecBase/RichFutureRecBase/RichRecTupleToolBase.h +++ b/Rich/RichFutureRecBase/RichFutureRecBase/RichRecTupleToolBase.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichRecTupleToolBase.h diff --git a/Rich/RichFutureRecBase/dict/RichFutureRecBaseDict.h b/Rich/RichFutureRecBase/dict/RichFutureRecBaseDict.h index f49db1d9f79..e10743b7046 100755 --- a/Rich/RichFutureRecBase/dict/RichFutureRecBaseDict.h +++ b/Rich/RichFutureRecBase/dict/RichFutureRecBaseDict.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef DICT_RICHRECBASEDICT_H #define DICT_RICHRECBASEDICT_H 1 diff --git a/Rich/RichFutureRecBase/dict/RichFutureRecBaseDict.xml b/Rich/RichFutureRecBase/dict/RichFutureRecBaseDict.xml index 16ce8b580f2..82e755fdab3 100755 --- a/Rich/RichFutureRecBase/dict/RichFutureRecBaseDict.xml +++ b/Rich/RichFutureRecBase/dict/RichFutureRecBaseDict.xml @@ -1,3 +1,13 @@ +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <lcgdict> </lcgdict> diff --git a/Rich/RichFutureRecBase/src/RichRecAlgBase.cpp b/Rich/RichFutureRecBase/src/RichRecAlgBase.cpp index 8157a6c19a9..3dc8d1fb64f 100755 --- a/Rich/RichFutureRecBase/src/RichRecAlgBase.cpp +++ b/Rich/RichFutureRecBase/src/RichRecAlgBase.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichRecAlgBase.cpp diff --git a/Rich/RichFutureRecBase/src/RichRecBase.icpp b/Rich/RichFutureRecBase/src/RichRecBase.icpp index 1b237a3a296..4480cffd116 100755 --- a/Rich/RichFutureRecBase/src/RichRecBase.icpp +++ b/Rich/RichFutureRecBase/src/RichRecBase.icpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichRecBase.icpp diff --git a/Rich/RichFutureRecBase/src/RichRecHistoAlgBase.cpp b/Rich/RichFutureRecBase/src/RichRecHistoAlgBase.cpp index 2b7237d62ac..e813493ec05 100755 --- a/Rich/RichFutureRecBase/src/RichRecHistoAlgBase.cpp +++ b/Rich/RichFutureRecBase/src/RichRecHistoAlgBase.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichRecHistoAlgBase.cpp diff --git a/Rich/RichFutureRecBase/src/RichRecHistoToolBase.cpp b/Rich/RichFutureRecBase/src/RichRecHistoToolBase.cpp index 19092d3cb4e..fbd47ba30de 100755 --- a/Rich/RichFutureRecBase/src/RichRecHistoToolBase.cpp +++ b/Rich/RichFutureRecBase/src/RichRecHistoToolBase.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichRecHistoToolBase.cpp diff --git a/Rich/RichFutureRecBase/src/RichRecToolBase.cpp b/Rich/RichFutureRecBase/src/RichRecToolBase.cpp index 3f917e37919..dc42ba93793 100755 --- a/Rich/RichFutureRecBase/src/RichRecToolBase.cpp +++ b/Rich/RichFutureRecBase/src/RichRecToolBase.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichRecToolBase.cpp diff --git a/Rich/RichFutureRecBase/src/RichRecTupleAlgBase.cpp b/Rich/RichFutureRecBase/src/RichRecTupleAlgBase.cpp index 753cd5989a5..77b0fc6650a 100755 --- a/Rich/RichFutureRecBase/src/RichRecTupleAlgBase.cpp +++ b/Rich/RichFutureRecBase/src/RichRecTupleAlgBase.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichRecTupleAlgBase.cpp diff --git a/Rich/RichFutureRecBase/src/RichRecTupleToolBase.cpp b/Rich/RichFutureRecBase/src/RichRecTupleToolBase.cpp index 4d84fe9f390..28d5729675b 100755 --- a/Rich/RichFutureRecBase/src/RichRecTupleToolBase.cpp +++ b/Rich/RichFutureRecBase/src/RichRecTupleToolBase.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichRecTupleToolBase.cpp diff --git a/Rich/RichFutureRecCheckers/CMakeLists.txt b/Rich/RichFutureRecCheckers/CMakeLists.txt index f7653722e1c..7100685c9d7 100644 --- a/Rich/RichFutureRecCheckers/CMakeLists.txt +++ b/Rich/RichFutureRecCheckers/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ################################################################################ # Package: RichFutureRecCheckers ################################################################################ diff --git a/Rich/RichFutureRecCheckers/src/RichMCPhotonCherenkovAngles.cpp b/Rich/RichFutureRecCheckers/src/RichMCPhotonCherenkovAngles.cpp index e78e4f099a9..4900618c666 100644 --- a/Rich/RichFutureRecCheckers/src/RichMCPhotonCherenkovAngles.cpp +++ b/Rich/RichFutureRecCheckers/src/RichMCPhotonCherenkovAngles.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // local #include "RichMCPhotonCherenkovAngles.h" diff --git a/Rich/RichFutureRecCheckers/src/RichMCPhotonCherenkovAngles.h b/Rich/RichFutureRecCheckers/src/RichMCPhotonCherenkovAngles.h index 7bd5442ea5f..62dd6c81410 100644 --- a/Rich/RichFutureRecCheckers/src/RichMCPhotonCherenkovAngles.h +++ b/Rich/RichFutureRecCheckers/src/RichMCPhotonCherenkovAngles.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once diff --git a/Rich/RichFutureRecCheckers/src/RichPIDQC.cpp b/Rich/RichFutureRecCheckers/src/RichPIDQC.cpp index 78b5315bb9e..54cb2a2ba99 100644 --- a/Rich/RichFutureRecCheckers/src/RichPIDQC.cpp +++ b/Rich/RichFutureRecCheckers/src/RichPIDQC.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // local #include "RichPIDQC.h" diff --git a/Rich/RichFutureRecCheckers/src/RichPIDQC.h b/Rich/RichFutureRecCheckers/src/RichPIDQC.h index f731b7ac721..8e457515683 100644 --- a/Rich/RichFutureRecCheckers/src/RichPIDQC.h +++ b/Rich/RichFutureRecCheckers/src/RichPIDQC.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once diff --git a/Rich/RichFutureRecEvent/CMakeLists.txt b/Rich/RichFutureRecEvent/CMakeLists.txt index f2e0dbc03eb..d2ceabe70b9 100644 --- a/Rich/RichFutureRecEvent/CMakeLists.txt +++ b/Rich/RichFutureRecEvent/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ################################################################################ # Package: RichFutureRecEvent ################################################################################ diff --git a/Rich/RichFutureRecEvent/RichFutureRecEvent/RichRecCherenkovAngles.h b/Rich/RichFutureRecEvent/RichFutureRecEvent/RichRecCherenkovAngles.h index 1447eba3a28..1cf3c8b829e 100644 --- a/Rich/RichFutureRecEvent/RichFutureRecEvent/RichRecCherenkovAngles.h +++ b/Rich/RichFutureRecEvent/RichFutureRecEvent/RichRecCherenkovAngles.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once diff --git a/Rich/RichFutureRecEvent/RichFutureRecEvent/RichRecCherenkovPhotons.h b/Rich/RichFutureRecEvent/RichFutureRecEvent/RichRecCherenkovPhotons.h index b08a319f160..3533c78aa8c 100644 --- a/Rich/RichFutureRecEvent/RichFutureRecEvent/RichRecCherenkovPhotons.h +++ b/Rich/RichFutureRecEvent/RichFutureRecEvent/RichRecCherenkovPhotons.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once diff --git a/Rich/RichFutureRecEvent/RichFutureRecEvent/RichRecGeomEfficiencies.h b/Rich/RichFutureRecEvent/RichFutureRecEvent/RichRecGeomEfficiencies.h index 70d1a85a3e7..c310a3e37e1 100644 --- a/Rich/RichFutureRecEvent/RichFutureRecEvent/RichRecGeomEfficiencies.h +++ b/Rich/RichFutureRecEvent/RichFutureRecEvent/RichRecGeomEfficiencies.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once diff --git a/Rich/RichFutureRecEvent/RichFutureRecEvent/RichRecMassHypoRings.h b/Rich/RichFutureRecEvent/RichFutureRecEvent/RichRecMassHypoRings.h index 88e882c6bc6..0d8797a5524 100644 --- a/Rich/RichFutureRecEvent/RichFutureRecEvent/RichRecMassHypoRings.h +++ b/Rich/RichFutureRecEvent/RichFutureRecEvent/RichRecMassHypoRings.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once diff --git a/Rich/RichFutureRecEvent/RichFutureRecEvent/RichRecPhotonPredictedPixelSignals.h b/Rich/RichFutureRecEvent/RichFutureRecEvent/RichRecPhotonPredictedPixelSignals.h index d7391683b51..12426fd81f5 100644 --- a/Rich/RichFutureRecEvent/RichFutureRecEvent/RichRecPhotonPredictedPixelSignals.h +++ b/Rich/RichFutureRecEvent/RichFutureRecEvent/RichRecPhotonPredictedPixelSignals.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once diff --git a/Rich/RichFutureRecEvent/RichFutureRecEvent/RichRecPhotonYields.h b/Rich/RichFutureRecEvent/RichFutureRecEvent/RichRecPhotonYields.h index f2212405108..9899687c557 100644 --- a/Rich/RichFutureRecEvent/RichFutureRecEvent/RichRecPhotonYields.h +++ b/Rich/RichFutureRecEvent/RichFutureRecEvent/RichRecPhotonYields.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once diff --git a/Rich/RichFutureRecEvent/RichFutureRecEvent/RichRecPixelBackgrounds.h b/Rich/RichFutureRecEvent/RichFutureRecEvent/RichRecPixelBackgrounds.h index 5ce28bcd400..c31d212c717 100644 --- a/Rich/RichFutureRecEvent/RichFutureRecEvent/RichRecPixelBackgrounds.h +++ b/Rich/RichFutureRecEvent/RichFutureRecEvent/RichRecPixelBackgrounds.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once diff --git a/Rich/RichFutureRecEvent/RichFutureRecEvent/RichRecRayTracedCKRingPoint.h b/Rich/RichFutureRecEvent/RichFutureRecEvent/RichRecRayTracedCKRingPoint.h index 2a0d6326b90..0c2719feab1 100644 --- a/Rich/RichFutureRecEvent/RichFutureRecEvent/RichRecRayTracedCKRingPoint.h +++ b/Rich/RichFutureRecEvent/RichFutureRecEvent/RichRecRayTracedCKRingPoint.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once diff --git a/Rich/RichFutureRecEvent/RichFutureRecEvent/RichRecRelations.h b/Rich/RichFutureRecEvent/RichFutureRecEvent/RichRecRelations.h index bfc7d3e5499..6ab77164538 100644 --- a/Rich/RichFutureRecEvent/RichFutureRecEvent/RichRecRelations.h +++ b/Rich/RichFutureRecEvent/RichFutureRecEvent/RichRecRelations.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once diff --git a/Rich/RichFutureRecEvent/RichFutureRecEvent/RichRecSpacePoints.h b/Rich/RichFutureRecEvent/RichFutureRecEvent/RichRecSpacePoints.h index 6ef6964b702..d7975e49eee 100644 --- a/Rich/RichFutureRecEvent/RichFutureRecEvent/RichRecSpacePoints.h +++ b/Rich/RichFutureRecEvent/RichFutureRecEvent/RichRecSpacePoints.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once diff --git a/Rich/RichFutureRecEvent/RichFutureRecEvent/RichRecTrackPIDInfo.h b/Rich/RichFutureRecEvent/RichFutureRecEvent/RichRecTrackPIDInfo.h index a723cc870d1..d9399138809 100644 --- a/Rich/RichFutureRecEvent/RichFutureRecEvent/RichRecTrackPIDInfo.h +++ b/Rich/RichFutureRecEvent/RichFutureRecEvent/RichRecTrackPIDInfo.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once diff --git a/Rich/RichFutureRecEvent/RichFutureRecEvent/RichSummaryEventData.h b/Rich/RichFutureRecEvent/RichFutureRecEvent/RichSummaryEventData.h index 2c322afa970..8ce15e405b9 100644 --- a/Rich/RichFutureRecEvent/RichFutureRecEvent/RichSummaryEventData.h +++ b/Rich/RichFutureRecEvent/RichFutureRecEvent/RichSummaryEventData.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once diff --git a/Rich/RichFutureRecEvent/dict/RichFutureRecEventDict.h b/Rich/RichFutureRecEvent/dict/RichFutureRecEventDict.h index e242a7f7c7f..e7443a72ff9 100755 --- a/Rich/RichFutureRecEvent/dict/RichFutureRecEventDict.h +++ b/Rich/RichFutureRecEvent/dict/RichFutureRecEventDict.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef DICT_RICHFUTURERECEVENTDICT_H #define DICT_RICHFUTURERECEVENTDICT_H 1 diff --git a/Rich/RichFutureRecEvent/dict/RichFutureRecEventDict.xml b/Rich/RichFutureRecEvent/dict/RichFutureRecEventDict.xml index c8314265804..d43b6a4ecae 100755 --- a/Rich/RichFutureRecEvent/dict/RichFutureRecEventDict.xml +++ b/Rich/RichFutureRecEvent/dict/RichFutureRecEventDict.xml @@ -1,3 +1,13 @@ +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <lcgdict> <!--class name = "LHCb::RichRecSegment" /--> diff --git a/Rich/RichFutureRecEvent/src/RichRecMassHypoRings.cpp b/Rich/RichFutureRecEvent/src/RichRecMassHypoRings.cpp index 4ac2110c4a5..12fd4088b39 100644 --- a/Rich/RichFutureRecEvent/src/RichRecMassHypoRings.cpp +++ b/Rich/RichFutureRecEvent/src/RichRecMassHypoRings.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include "RichFutureRecEvent/RichRecMassHypoRings.h" diff --git a/Rich/RichFutureRecEvent/src/RichRecSpacePoints.cpp b/Rich/RichFutureRecEvent/src/RichRecSpacePoints.cpp index dee6dd154a9..24cc2c15f07 100644 --- a/Rich/RichFutureRecEvent/src/RichRecSpacePoints.cpp +++ b/Rich/RichFutureRecEvent/src/RichRecSpacePoints.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // local #include "RichFutureRecEvent/RichRecSpacePoints.h" diff --git a/Rich/RichFutureRecMonitors/CMakeLists.txt b/Rich/RichFutureRecMonitors/CMakeLists.txt index d2f26025352..5c54cb897d9 100644 --- a/Rich/RichFutureRecMonitors/CMakeLists.txt +++ b/Rich/RichFutureRecMonitors/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ################################################################################ # Package: RichFutureRecMonitors ################################################################################ diff --git a/Rich/RichFutureRecMonitors/python/RichFutureRecMonitors/ConfiguredRecoMonitors.py b/Rich/RichFutureRecMonitors/python/RichFutureRecMonitors/ConfiguredRecoMonitors.py index 33e9cd1abeb..785adfe4757 100644 --- a/Rich/RichFutureRecMonitors/python/RichFutureRecMonitors/ConfiguredRecoMonitors.py +++ b/Rich/RichFutureRecMonitors/python/RichFutureRecMonitors/ConfiguredRecoMonitors.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # Returns a configured monitoring (MC free) sequence. def RichRecMonitors( GroupName = "", # Optional name given to this group. diff --git a/Rich/RichFutureRecMonitors/src/RichDecodingErrors.cpp b/Rich/RichFutureRecMonitors/src/RichDecodingErrors.cpp index 67b3f730c0b..0f9c3bcb94f 100644 --- a/Rich/RichFutureRecMonitors/src/RichDecodingErrors.cpp +++ b/Rich/RichFutureRecMonitors/src/RichDecodingErrors.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // local #include "RichDecodingErrors.h" diff --git a/Rich/RichFutureRecMonitors/src/RichDecodingErrors.h b/Rich/RichFutureRecMonitors/src/RichDecodingErrors.h index 2178d9b24a8..822c584dc5c 100644 --- a/Rich/RichFutureRecMonitors/src/RichDecodingErrors.h +++ b/Rich/RichFutureRecMonitors/src/RichDecodingErrors.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once diff --git a/Rich/RichFutureRecMonitors/src/RichDetectorHits.cpp b/Rich/RichFutureRecMonitors/src/RichDetectorHits.cpp index e53bcfa990c..a13e785ca90 100644 --- a/Rich/RichFutureRecMonitors/src/RichDetectorHits.cpp +++ b/Rich/RichFutureRecMonitors/src/RichDetectorHits.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // local #include "RichDetectorHits.h" diff --git a/Rich/RichFutureRecMonitors/src/RichDetectorHits.h b/Rich/RichFutureRecMonitors/src/RichDetectorHits.h index 93ea827cfe8..a58cdf0dad9 100644 --- a/Rich/RichFutureRecMonitors/src/RichDetectorHits.h +++ b/Rich/RichFutureRecMonitors/src/RichDetectorHits.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once diff --git a/Rich/RichFutureRecMonitors/src/RichPhotonCherenkovAngles.cpp b/Rich/RichFutureRecMonitors/src/RichPhotonCherenkovAngles.cpp index 813d98d71de..7141f7ebfe9 100644 --- a/Rich/RichFutureRecMonitors/src/RichPhotonCherenkovAngles.cpp +++ b/Rich/RichFutureRecMonitors/src/RichPhotonCherenkovAngles.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // local #include "RichPhotonCherenkovAngles.h" diff --git a/Rich/RichFutureRecMonitors/src/RichPhotonCherenkovAngles.h b/Rich/RichFutureRecMonitors/src/RichPhotonCherenkovAngles.h index 23b2954c238..ccc1e13771c 100644 --- a/Rich/RichFutureRecMonitors/src/RichPhotonCherenkovAngles.h +++ b/Rich/RichFutureRecMonitors/src/RichPhotonCherenkovAngles.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once diff --git a/Rich/RichFutureRecMonitors/src/RichPixelClusters.cpp b/Rich/RichFutureRecMonitors/src/RichPixelClusters.cpp index 9817a17819e..8ca1754707a 100644 --- a/Rich/RichFutureRecMonitors/src/RichPixelClusters.cpp +++ b/Rich/RichFutureRecMonitors/src/RichPixelClusters.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // local #include "RichPixelClusters.h" diff --git a/Rich/RichFutureRecMonitors/src/RichPixelClusters.h b/Rich/RichFutureRecMonitors/src/RichPixelClusters.h index a4f2924212c..134683f7328 100644 --- a/Rich/RichFutureRecMonitors/src/RichPixelClusters.h +++ b/Rich/RichFutureRecMonitors/src/RichPixelClusters.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once diff --git a/Rich/RichFutureRecMonitors/src/RichRecoStats.cpp b/Rich/RichFutureRecMonitors/src/RichRecoStats.cpp index 0f63776edcd..573eab34690 100644 --- a/Rich/RichFutureRecMonitors/src/RichRecoStats.cpp +++ b/Rich/RichFutureRecMonitors/src/RichRecoStats.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // local #include "RichRecoStats.h" diff --git a/Rich/RichFutureRecMonitors/src/RichRecoStats.h b/Rich/RichFutureRecMonitors/src/RichRecoStats.h index 0dc3bec4a8c..716707ea09b 100644 --- a/Rich/RichFutureRecMonitors/src/RichRecoStats.h +++ b/Rich/RichFutureRecMonitors/src/RichRecoStats.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once diff --git a/Rich/RichFutureRecMonitors/src/RichTrackRadiatorMaterial.cpp b/Rich/RichFutureRecMonitors/src/RichTrackRadiatorMaterial.cpp index 16584172abf..cb02fcdf10f 100644 --- a/Rich/RichFutureRecMonitors/src/RichTrackRadiatorMaterial.cpp +++ b/Rich/RichFutureRecMonitors/src/RichTrackRadiatorMaterial.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // local #include "RichTrackRadiatorMaterial.h" diff --git a/Rich/RichFutureRecMonitors/src/RichTrackRadiatorMaterial.h b/Rich/RichFutureRecMonitors/src/RichTrackRadiatorMaterial.h index aa3980fcbc8..8c672006684 100644 --- a/Rich/RichFutureRecMonitors/src/RichTrackRadiatorMaterial.h +++ b/Rich/RichFutureRecMonitors/src/RichTrackRadiatorMaterial.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once diff --git a/Rich/RichFutureRecMonitors/src/RichTrackSelEff.cpp b/Rich/RichFutureRecMonitors/src/RichTrackSelEff.cpp index d03900c7667..cf34471560c 100644 --- a/Rich/RichFutureRecMonitors/src/RichTrackSelEff.cpp +++ b/Rich/RichFutureRecMonitors/src/RichTrackSelEff.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // local #include "RichTrackSelEff.h" diff --git a/Rich/RichFutureRecMonitors/src/RichTrackSelEff.h b/Rich/RichFutureRecMonitors/src/RichTrackSelEff.h index 360d838a218..1855ac8242a 100644 --- a/Rich/RichFutureRecMonitors/src/RichTrackSelEff.h +++ b/Rich/RichFutureRecMonitors/src/RichTrackSelEff.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once diff --git a/Rich/RichFutureRecPhotonAlgorithms/CMakeLists.txt b/Rich/RichFutureRecPhotonAlgorithms/CMakeLists.txt index 317217dd811..5f5d61048f1 100644 --- a/Rich/RichFutureRecPhotonAlgorithms/CMakeLists.txt +++ b/Rich/RichFutureRecPhotonAlgorithms/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ################################################################################ # Package: RichFutureRecPhotonAlgorithms ################################################################################ diff --git a/Rich/RichFutureRecPhotonAlgorithms/src/RichBasePhotonReco.cpp b/Rich/RichFutureRecPhotonAlgorithms/src/RichBasePhotonReco.cpp index d528660076e..333b54d7fd4 100644 --- a/Rich/RichFutureRecPhotonAlgorithms/src/RichBasePhotonReco.cpp +++ b/Rich/RichFutureRecPhotonAlgorithms/src/RichBasePhotonReco.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // local #include "RichBasePhotonReco.h" diff --git a/Rich/RichFutureRecPhotonAlgorithms/src/RichBasePhotonReco.h b/Rich/RichFutureRecPhotonAlgorithms/src/RichBasePhotonReco.h index 09fadbbfe24..7041e1bebed 100644 --- a/Rich/RichFutureRecPhotonAlgorithms/src/RichBasePhotonReco.h +++ b/Rich/RichFutureRecPhotonAlgorithms/src/RichBasePhotonReco.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once diff --git a/Rich/RichFutureRecPhotonAlgorithms/src/RichCKEstiFromRadiusPhotonReco.cpp b/Rich/RichFutureRecPhotonAlgorithms/src/RichCKEstiFromRadiusPhotonReco.cpp index f5a37a81f1d..8539b198368 100644 --- a/Rich/RichFutureRecPhotonAlgorithms/src/RichCKEstiFromRadiusPhotonReco.cpp +++ b/Rich/RichFutureRecPhotonAlgorithms/src/RichCKEstiFromRadiusPhotonReco.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // local #include "RichCKEstiFromRadiusPhotonReco.h" diff --git a/Rich/RichFutureRecPhotonAlgorithms/src/RichCKEstiFromRadiusPhotonReco.h b/Rich/RichFutureRecPhotonAlgorithms/src/RichCKEstiFromRadiusPhotonReco.h index d97cd0bb290..4571c0f29c7 100644 --- a/Rich/RichFutureRecPhotonAlgorithms/src/RichCKEstiFromRadiusPhotonReco.h +++ b/Rich/RichFutureRecPhotonAlgorithms/src/RichCKEstiFromRadiusPhotonReco.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once diff --git a/Rich/RichFutureRecPhotonAlgorithms/src/RichPhotonPredictedPixelSignal.cpp b/Rich/RichFutureRecPhotonAlgorithms/src/RichPhotonPredictedPixelSignal.cpp index 29e03c48c53..82f22a29e29 100644 --- a/Rich/RichFutureRecPhotonAlgorithms/src/RichPhotonPredictedPixelSignal.cpp +++ b/Rich/RichFutureRecPhotonAlgorithms/src/RichPhotonPredictedPixelSignal.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // local #include "RichPhotonPredictedPixelSignal.h" diff --git a/Rich/RichFutureRecPhotonAlgorithms/src/RichPhotonPredictedPixelSignal.h b/Rich/RichFutureRecPhotonAlgorithms/src/RichPhotonPredictedPixelSignal.h index a3a42189fb5..ca9e3d14783 100644 --- a/Rich/RichFutureRecPhotonAlgorithms/src/RichPhotonPredictedPixelSignal.h +++ b/Rich/RichFutureRecPhotonAlgorithms/src/RichPhotonPredictedPixelSignal.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once diff --git a/Rich/RichFutureRecPhotonAlgorithms/src/RichPhotonPredictedPixelSignal.icpp b/Rich/RichFutureRecPhotonAlgorithms/src/RichPhotonPredictedPixelSignal.icpp index 5e2a646bbbf..6049b672363 100644 --- a/Rich/RichFutureRecPhotonAlgorithms/src/RichPhotonPredictedPixelSignal.icpp +++ b/Rich/RichFutureRecPhotonAlgorithms/src/RichPhotonPredictedPixelSignal.icpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ { diff --git a/Rich/RichFutureRecPhotonAlgorithms/src/RichQuarticPhotonReco.cpp b/Rich/RichFutureRecPhotonAlgorithms/src/RichQuarticPhotonReco.cpp index 5bd623ea5b7..fb98b4acab8 100644 --- a/Rich/RichFutureRecPhotonAlgorithms/src/RichQuarticPhotonReco.cpp +++ b/Rich/RichFutureRecPhotonAlgorithms/src/RichQuarticPhotonReco.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // local #include "RichQuarticPhotonReco.h" diff --git a/Rich/RichFutureRecPhotonAlgorithms/src/RichQuarticPhotonReco.h b/Rich/RichFutureRecPhotonAlgorithms/src/RichQuarticPhotonReco.h index 3c875904c0c..976c1afdcd5 100644 --- a/Rich/RichFutureRecPhotonAlgorithms/src/RichQuarticPhotonReco.h +++ b/Rich/RichFutureRecPhotonAlgorithms/src/RichQuarticPhotonReco.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once diff --git a/Rich/RichFutureRecPhotonAlgorithms/src/RichQuarticPhotonReco.icpp b/Rich/RichFutureRecPhotonAlgorithms/src/RichQuarticPhotonReco.icpp index 078b9c636ab..3b8a995fdd9 100644 --- a/Rich/RichFutureRecPhotonAlgorithms/src/RichQuarticPhotonReco.icpp +++ b/Rich/RichFutureRecPhotonAlgorithms/src/RichQuarticPhotonReco.icpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ { // use ranges v3 library diff --git a/Rich/RichFutureRecPhotonAlgorithms/src/avx/RichPhotonPredictedPixelSignal.cpp b/Rich/RichFutureRecPhotonAlgorithms/src/avx/RichPhotonPredictedPixelSignal.cpp index 564b3256667..e8bf1a18887 100644 --- a/Rich/RichFutureRecPhotonAlgorithms/src/avx/RichPhotonPredictedPixelSignal.cpp +++ b/Rich/RichFutureRecPhotonAlgorithms/src/avx/RichPhotonPredictedPixelSignal.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // local #include "../RichPhotonPredictedPixelSignal.h" diff --git a/Rich/RichFutureRecPhotonAlgorithms/src/avx/RichQuarticPhotonReco.cpp b/Rich/RichFutureRecPhotonAlgorithms/src/avx/RichQuarticPhotonReco.cpp index 91694fcfc9b..1171b8269a0 100644 --- a/Rich/RichFutureRecPhotonAlgorithms/src/avx/RichQuarticPhotonReco.cpp +++ b/Rich/RichFutureRecPhotonAlgorithms/src/avx/RichQuarticPhotonReco.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // local #include "../RichQuarticPhotonReco.h" diff --git a/Rich/RichFutureRecPhotonAlgorithms/src/avx2/RichPhotonPredictedPixelSignal.cpp b/Rich/RichFutureRecPhotonAlgorithms/src/avx2/RichPhotonPredictedPixelSignal.cpp index 35bbb1fad78..e314df3ac76 100644 --- a/Rich/RichFutureRecPhotonAlgorithms/src/avx2/RichPhotonPredictedPixelSignal.cpp +++ b/Rich/RichFutureRecPhotonAlgorithms/src/avx2/RichPhotonPredictedPixelSignal.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // local #include "../RichPhotonPredictedPixelSignal.h" diff --git a/Rich/RichFutureRecPhotonAlgorithms/src/avx2/RichQuarticPhotonReco.cpp b/Rich/RichFutureRecPhotonAlgorithms/src/avx2/RichQuarticPhotonReco.cpp index 605097c2ca3..b128b9d937a 100644 --- a/Rich/RichFutureRecPhotonAlgorithms/src/avx2/RichQuarticPhotonReco.cpp +++ b/Rich/RichFutureRecPhotonAlgorithms/src/avx2/RichQuarticPhotonReco.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // local #include "../RichQuarticPhotonReco.h" diff --git a/Rich/RichFutureRecPhotonAlgorithms/src/generic/RichPhotonPredictedPixelSignal.cpp b/Rich/RichFutureRecPhotonAlgorithms/src/generic/RichPhotonPredictedPixelSignal.cpp index dce0c3eee38..a8f648fa284 100644 --- a/Rich/RichFutureRecPhotonAlgorithms/src/generic/RichPhotonPredictedPixelSignal.cpp +++ b/Rich/RichFutureRecPhotonAlgorithms/src/generic/RichPhotonPredictedPixelSignal.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // local #include "../RichPhotonPredictedPixelSignal.h" diff --git a/Rich/RichFutureRecPhotonAlgorithms/src/generic/RichQuarticPhotonReco.cpp b/Rich/RichFutureRecPhotonAlgorithms/src/generic/RichQuarticPhotonReco.cpp index d5db58c9144..ec81312f24c 100644 --- a/Rich/RichFutureRecPhotonAlgorithms/src/generic/RichQuarticPhotonReco.cpp +++ b/Rich/RichFutureRecPhotonAlgorithms/src/generic/RichQuarticPhotonReco.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // local #include "../RichQuarticPhotonReco.h" diff --git a/Rich/RichFutureRecPhotonAlgorithms/src/sse4/RichPhotonPredictedPixelSignal.cpp b/Rich/RichFutureRecPhotonAlgorithms/src/sse4/RichPhotonPredictedPixelSignal.cpp index c672ddd4627..492430c12ce 100644 --- a/Rich/RichFutureRecPhotonAlgorithms/src/sse4/RichPhotonPredictedPixelSignal.cpp +++ b/Rich/RichFutureRecPhotonAlgorithms/src/sse4/RichPhotonPredictedPixelSignal.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // local #include "../RichPhotonPredictedPixelSignal.h" diff --git a/Rich/RichFutureRecPhotonAlgorithms/src/sse4/RichQuarticPhotonReco.cpp b/Rich/RichFutureRecPhotonAlgorithms/src/sse4/RichQuarticPhotonReco.cpp index 82131fc1330..a2b45090ac5 100644 --- a/Rich/RichFutureRecPhotonAlgorithms/src/sse4/RichQuarticPhotonReco.cpp +++ b/Rich/RichFutureRecPhotonAlgorithms/src/sse4/RichQuarticPhotonReco.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // local #include "../RichQuarticPhotonReco.h" diff --git a/Rich/RichFutureRecPixelAlgorithms/CMakeLists.txt b/Rich/RichFutureRecPixelAlgorithms/CMakeLists.txt index 129c9050c87..69fdd08791b 100644 --- a/Rich/RichFutureRecPixelAlgorithms/CMakeLists.txt +++ b/Rich/RichFutureRecPixelAlgorithms/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ################################################################################ # Package: RichFutureRecPixelAlgorithms ################################################################################ diff --git a/Rich/RichFutureRecPixelAlgorithms/src/RichPixelBackgroundsEstiAvHPD.cpp b/Rich/RichFutureRecPixelAlgorithms/src/RichPixelBackgroundsEstiAvHPD.cpp index 09d3d7dac1f..f73c0042608 100644 --- a/Rich/RichFutureRecPixelAlgorithms/src/RichPixelBackgroundsEstiAvHPD.cpp +++ b/Rich/RichFutureRecPixelAlgorithms/src/RichPixelBackgroundsEstiAvHPD.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // local #include "RichPixelBackgroundsEstiAvHPD.h" diff --git a/Rich/RichFutureRecPixelAlgorithms/src/RichPixelBackgroundsEstiAvHPD.h b/Rich/RichFutureRecPixelAlgorithms/src/RichPixelBackgroundsEstiAvHPD.h index 3085dc74230..a66f1883ba1 100644 --- a/Rich/RichFutureRecPixelAlgorithms/src/RichPixelBackgroundsEstiAvHPD.h +++ b/Rich/RichFutureRecPixelAlgorithms/src/RichPixelBackgroundsEstiAvHPD.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once diff --git a/Rich/RichFutureRecPixelAlgorithms/src/RichPixelClusterGlobalPositions.cpp b/Rich/RichFutureRecPixelAlgorithms/src/RichPixelClusterGlobalPositions.cpp index 5f4f2e6e808..ea86e9985be 100644 --- a/Rich/RichFutureRecPixelAlgorithms/src/RichPixelClusterGlobalPositions.cpp +++ b/Rich/RichFutureRecPixelAlgorithms/src/RichPixelClusterGlobalPositions.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // local #include "RichPixelClusterGlobalPositions.h" diff --git a/Rich/RichFutureRecPixelAlgorithms/src/RichPixelClusterGlobalPositions.h b/Rich/RichFutureRecPixelAlgorithms/src/RichPixelClusterGlobalPositions.h index cee8d34d0ba..df7e1e9f90a 100644 --- a/Rich/RichFutureRecPixelAlgorithms/src/RichPixelClusterGlobalPositions.h +++ b/Rich/RichFutureRecPixelAlgorithms/src/RichPixelClusterGlobalPositions.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once diff --git a/Rich/RichFutureRecPixelAlgorithms/src/RichPixelClusterLocalPositions.cpp b/Rich/RichFutureRecPixelAlgorithms/src/RichPixelClusterLocalPositions.cpp index 741a8e0939b..4d75a442788 100644 --- a/Rich/RichFutureRecPixelAlgorithms/src/RichPixelClusterLocalPositions.cpp +++ b/Rich/RichFutureRecPixelAlgorithms/src/RichPixelClusterLocalPositions.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // local #include "RichPixelClusterLocalPositions.h" diff --git a/Rich/RichFutureRecPixelAlgorithms/src/RichPixelClusterLocalPositions.h b/Rich/RichFutureRecPixelAlgorithms/src/RichPixelClusterLocalPositions.h index a04b2e218bd..fdf8bfdf203 100644 --- a/Rich/RichFutureRecPixelAlgorithms/src/RichPixelClusterLocalPositions.h +++ b/Rich/RichFutureRecPixelAlgorithms/src/RichPixelClusterLocalPositions.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once diff --git a/Rich/RichFutureRecSys/CMakeLists.txt b/Rich/RichFutureRecSys/CMakeLists.txt index 49c60089d5d..719a3393f07 100644 --- a/Rich/RichFutureRecSys/CMakeLists.txt +++ b/Rich/RichFutureRecSys/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ################################################################################ # Package: RichFutureRecSys ################################################################################ diff --git a/Rich/RichFutureRecSys/examples/Brunel.py b/Rich/RichFutureRecSys/examples/Brunel.py index dbbc6dbf066..b9c290fa0ec 100644 --- a/Rich/RichFutureRecSys/examples/Brunel.py +++ b/Rich/RichFutureRecSys/examples/Brunel.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### from Gaudi.Configuration import * from Configurables import Brunel, LHCbApp diff --git a/Rich/RichFutureRecSys/examples/RichDecode.py b/Rich/RichFutureRecSys/examples/RichDecode.py index fcbb6870ed3..01a0d59cd6c 100644 --- a/Rich/RichFutureRecSys/examples/RichDecode.py +++ b/Rich/RichFutureRecSys/examples/RichDecode.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ############################################################### # Job options file diff --git a/Rich/RichFutureRecSys/examples/RichFuture.py b/Rich/RichFutureRecSys/examples/RichFuture.py index 28fcd4a1862..d87ab8e72a8 100644 --- a/Rich/RichFutureRecSys/examples/RichFuture.py +++ b/Rich/RichFutureRecSys/examples/RichFuture.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ############################################################### # Job options file diff --git a/Rich/RichFutureRecSys/examples/RichFutureFast.py b/Rich/RichFutureRecSys/examples/RichFutureFast.py index 30effffa435..cdd545033c6 100644 --- a/Rich/RichFutureRecSys/examples/RichFutureFast.py +++ b/Rich/RichFutureRecSys/examples/RichFutureFast.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ############################################################### # Job options file diff --git a/Rich/RichFutureRecSys/examples/RichFutureHive.py b/Rich/RichFutureRecSys/examples/RichFutureHive.py index 8cf3311326f..7e37eddfbbc 100644 --- a/Rich/RichFutureRecSys/examples/RichFutureHive.py +++ b/Rich/RichFutureRecSys/examples/RichFutureHive.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ############################################################### # Job options file #============================================================== diff --git a/Rich/RichFutureRecSys/examples/brunel-baseline-qmtest.py b/Rich/RichFutureRecSys/examples/brunel-baseline-qmtest.py index 0d2426fee12..53b3aea7337 100644 --- a/Rich/RichFutureRecSys/examples/brunel-baseline-qmtest.py +++ b/Rich/RichFutureRecSys/examples/brunel-baseline-qmtest.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### from Gaudi.Configuration import * importOptions("$APPCONFIGOPTS/Brunel/MC-WithTruth.py") diff --git a/Rich/RichFutureRecSys/examples/brunel-oldrich.py b/Rich/RichFutureRecSys/examples/brunel-oldrich.py index 22987cb61e3..5ec5eb14dbd 100644 --- a/Rich/RichFutureRecSys/examples/brunel-oldrich.py +++ b/Rich/RichFutureRecSys/examples/brunel-oldrich.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### from Configurables import Brunel Brunel().RichSequences = ["RICH"] diff --git a/Rich/RichFutureRecSys/examples/data/AllRawDataFiles.py b/Rich/RichFutureRecSys/examples/data/AllRawDataFiles.py index 73c529e9e72..377dd1033f9 100644 --- a/Rich/RichFutureRecSys/examples/data/AllRawDataFiles.py +++ b/Rich/RichFutureRecSys/examples/data/AllRawDataFiles.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### from Gaudi.Configuration import * from GaudiConf import IOHelper diff --git a/Rich/RichFutureRecSys/examples/data/Col16DstDataFiles.py b/Rich/RichFutureRecSys/examples/data/Col16DstDataFiles.py index fe74e000fd1..b158220fef8 100644 --- a/Rich/RichFutureRecSys/examples/data/Col16DstDataFiles.py +++ b/Rich/RichFutureRecSys/examples/data/Col16DstDataFiles.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### from Gaudi.Configuration import * import glob from GaudiConf import IOHelper diff --git a/Rich/RichFutureRecSys/examples/data/Col16RawDataFiles.py b/Rich/RichFutureRecSys/examples/data/Col16RawDataFiles.py index 1067ccd86df..81e1eb065a2 100644 --- a/Rich/RichFutureRecSys/examples/data/Col16RawDataFiles.py +++ b/Rich/RichFutureRecSys/examples/data/Col16RawDataFiles.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### from Gaudi.Configuration import * import glob from GaudiConf import IOHelper diff --git a/Rich/RichFutureRecSys/examples/data/MCDigiDataFiles.py b/Rich/RichFutureRecSys/examples/data/MCDigiDataFiles.py index 1ae61c7c9ee..e25b4401f1b 100644 --- a/Rich/RichFutureRecSys/examples/data/MCDigiDataFiles.py +++ b/Rich/RichFutureRecSys/examples/data/MCDigiDataFiles.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### from Gaudi.Configuration import * import glob from GaudiConf import IOHelper diff --git a/Rich/RichFutureRecSys/examples/data/MCDstDataFiles.py b/Rich/RichFutureRecSys/examples/data/MCDstDataFiles.py index 23d3c5cfd44..3295054dbfe 100644 --- a/Rich/RichFutureRecSys/examples/data/MCDstDataFiles.py +++ b/Rich/RichFutureRecSys/examples/data/MCDstDataFiles.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### from Gaudi.Configuration import * import glob from GaudiConf import IOHelper diff --git a/Rich/RichFutureRecSys/examples/data/MCXDigiUpgradeFiles.py b/Rich/RichFutureRecSys/examples/data/MCXDigiUpgradeFiles.py index bc08ce3c53f..c14672e72ae 100644 --- a/Rich/RichFutureRecSys/examples/data/MCXDigiUpgradeFiles.py +++ b/Rich/RichFutureRecSys/examples/data/MCXDigiUpgradeFiles.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### from Gaudi.Configuration import * import glob from GaudiConf import IOHelper diff --git a/Rich/RichFutureRecSys/examples/data/MCXDstUpgradeFiles.py b/Rich/RichFutureRecSys/examples/data/MCXDstUpgradeFiles.py index 1f0f435938c..4ef8b515e16 100644 --- a/Rich/RichFutureRecSys/examples/data/MCXDstUpgradeFiles.py +++ b/Rich/RichFutureRecSys/examples/data/MCXDstUpgradeFiles.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### from Gaudi.Configuration import * import glob from GaudiConf import IOHelper diff --git a/Rich/RichFutureRecSys/examples/data/Moore2016RawFiles.py b/Rich/RichFutureRecSys/examples/data/Moore2016RawFiles.py index a5694cb8ec4..9ef271dd013 100644 --- a/Rich/RichFutureRecSys/examples/data/Moore2016RawFiles.py +++ b/Rich/RichFutureRecSys/examples/data/Moore2016RawFiles.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### from Configurables import Brunel from PRConfig import TestFileDB diff --git a/Rich/RichFutureRecSys/python/RichFutureRecSys/ConfiguredRichReco.py b/Rich/RichFutureRecSys/python/RichFutureRecSys/ConfiguredRichReco.py index e874cdf1225..053342d4bee 100644 --- a/Rich/RichFutureRecSys/python/RichFutureRecSys/ConfiguredRichReco.py +++ b/Rich/RichFutureRecSys/python/RichFutureRecSys/ConfiguredRichReco.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### def RichTESPixelMap( name = "RICH1RICH2" ) : # Common data diff --git a/Rich/RichFutureRecTrackAlgorithms/CMakeLists.txt b/Rich/RichFutureRecTrackAlgorithms/CMakeLists.txt index 6ce663643d3..b72c7d15b43 100644 --- a/Rich/RichFutureRecTrackAlgorithms/CMakeLists.txt +++ b/Rich/RichFutureRecTrackAlgorithms/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ################################################################################ # Package: RichFutureRecTrackAlgorithms ################################################################################ diff --git a/Rich/RichFutureRecTrackAlgorithms/src/RichBaseTrSegMaker.cpp b/Rich/RichFutureRecTrackAlgorithms/src/RichBaseTrSegMaker.cpp index 65b1025f2b7..244efb680c8 100755 --- a/Rich/RichFutureRecTrackAlgorithms/src/RichBaseTrSegMaker.cpp +++ b/Rich/RichFutureRecTrackAlgorithms/src/RichBaseTrSegMaker.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //--------------------------------------------------------------------------------- /** @file RichBaseTrSegMaker.cpp diff --git a/Rich/RichFutureRecTrackAlgorithms/src/RichBaseTrSegMaker.h b/Rich/RichFutureRecTrackAlgorithms/src/RichBaseTrSegMaker.h index f4dc7eaec57..ed83606e959 100755 --- a/Rich/RichFutureRecTrackAlgorithms/src/RichBaseTrSegMaker.h +++ b/Rich/RichFutureRecTrackAlgorithms/src/RichBaseTrSegMaker.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //--------------------------------------------------------------------------------- /** @file RichBaseTrSegMaker.h diff --git a/Rich/RichFutureRecTrackAlgorithms/src/RichDetailedTrSegMakerFromTracks.cpp b/Rich/RichFutureRecTrackAlgorithms/src/RichDetailedTrSegMakerFromTracks.cpp index 0fef6712ac6..63a5161e529 100644 --- a/Rich/RichFutureRecTrackAlgorithms/src/RichDetailedTrSegMakerFromTracks.cpp +++ b/Rich/RichFutureRecTrackAlgorithms/src/RichDetailedTrSegMakerFromTracks.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Array properties #include "GaudiKernel/ParsersFactory.h" diff --git a/Rich/RichFutureRecTrackAlgorithms/src/RichDetailedTrSegMakerFromTracks.h b/Rich/RichFutureRecTrackAlgorithms/src/RichDetailedTrSegMakerFromTracks.h index 33e4e61d3c6..a1f0d8d65aa 100644 --- a/Rich/RichFutureRecTrackAlgorithms/src/RichDetailedTrSegMakerFromTracks.h +++ b/Rich/RichFutureRecTrackAlgorithms/src/RichDetailedTrSegMakerFromTracks.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once diff --git a/Rich/RichFutureRecTrackAlgorithms/src/RichDetectablePhotonYields.cpp b/Rich/RichFutureRecTrackAlgorithms/src/RichDetectablePhotonYields.cpp index 076c552071c..57789d68b10 100644 --- a/Rich/RichFutureRecTrackAlgorithms/src/RichDetectablePhotonYields.cpp +++ b/Rich/RichFutureRecTrackAlgorithms/src/RichDetectablePhotonYields.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Array properties //#include "GaudiKernel/ParsersFactory.h" diff --git a/Rich/RichFutureRecTrackAlgorithms/src/RichDetectablePhotonYields.h b/Rich/RichFutureRecTrackAlgorithms/src/RichDetectablePhotonYields.h index 840672bc1bf..89878570718 100644 --- a/Rich/RichFutureRecTrackAlgorithms/src/RichDetectablePhotonYields.h +++ b/Rich/RichFutureRecTrackAlgorithms/src/RichDetectablePhotonYields.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once diff --git a/Rich/RichFutureRecTrackAlgorithms/src/RichEmittedPhotonYields.cpp b/Rich/RichFutureRecTrackAlgorithms/src/RichEmittedPhotonYields.cpp index 229d0f1c9e7..638b08c3dc7 100644 --- a/Rich/RichFutureRecTrackAlgorithms/src/RichEmittedPhotonYields.cpp +++ b/Rich/RichFutureRecTrackAlgorithms/src/RichEmittedPhotonYields.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // local #include "RichEmittedPhotonYields.h" diff --git a/Rich/RichFutureRecTrackAlgorithms/src/RichEmittedPhotonYields.h b/Rich/RichFutureRecTrackAlgorithms/src/RichEmittedPhotonYields.h index 073efb3d454..2a19b9b24f7 100644 --- a/Rich/RichFutureRecTrackAlgorithms/src/RichEmittedPhotonYields.h +++ b/Rich/RichFutureRecTrackAlgorithms/src/RichEmittedPhotonYields.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once diff --git a/Rich/RichFutureRecTrackAlgorithms/src/RichGeomEffCKMassRings.cpp b/Rich/RichFutureRecTrackAlgorithms/src/RichGeomEffCKMassRings.cpp index f000df9dc67..86543e5abf5 100644 --- a/Rich/RichFutureRecTrackAlgorithms/src/RichGeomEffCKMassRings.cpp +++ b/Rich/RichFutureRecTrackAlgorithms/src/RichGeomEffCKMassRings.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // local #include "RichGeomEffCKMassRings.h" diff --git a/Rich/RichFutureRecTrackAlgorithms/src/RichGeomEffCKMassRings.h b/Rich/RichFutureRecTrackAlgorithms/src/RichGeomEffCKMassRings.h index 67e050fba02..be50c8f8ac1 100644 --- a/Rich/RichFutureRecTrackAlgorithms/src/RichGeomEffCKMassRings.h +++ b/Rich/RichFutureRecTrackAlgorithms/src/RichGeomEffCKMassRings.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once diff --git a/Rich/RichFutureRecTrackAlgorithms/src/RichRayTraceCherenkovCones.cpp b/Rich/RichFutureRecTrackAlgorithms/src/RichRayTraceCherenkovCones.cpp index bf3838e2328..c5e5b855657 100644 --- a/Rich/RichFutureRecTrackAlgorithms/src/RichRayTraceCherenkovCones.cpp +++ b/Rich/RichFutureRecTrackAlgorithms/src/RichRayTraceCherenkovCones.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // local #include "RichRayTraceCherenkovCones.h" diff --git a/Rich/RichFutureRecTrackAlgorithms/src/RichRayTraceCherenkovCones.h b/Rich/RichFutureRecTrackAlgorithms/src/RichRayTraceCherenkovCones.h index 26dd924732d..229068f3103 100644 --- a/Rich/RichFutureRecTrackAlgorithms/src/RichRayTraceCherenkovCones.h +++ b/Rich/RichFutureRecTrackAlgorithms/src/RichRayTraceCherenkovCones.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once diff --git a/Rich/RichFutureRecTrackAlgorithms/src/RichRayTraceTrackGlobalPoints.cpp b/Rich/RichFutureRecTrackAlgorithms/src/RichRayTraceTrackGlobalPoints.cpp index 4ca8c5dbaf1..6c3dcdc1053 100644 --- a/Rich/RichFutureRecTrackAlgorithms/src/RichRayTraceTrackGlobalPoints.cpp +++ b/Rich/RichFutureRecTrackAlgorithms/src/RichRayTraceTrackGlobalPoints.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // local #include "RichRayTraceTrackGlobalPoints.h" diff --git a/Rich/RichFutureRecTrackAlgorithms/src/RichRayTraceTrackGlobalPoints.h b/Rich/RichFutureRecTrackAlgorithms/src/RichRayTraceTrackGlobalPoints.h index d8300f42968..d253b7abe2c 100644 --- a/Rich/RichFutureRecTrackAlgorithms/src/RichRayTraceTrackGlobalPoints.h +++ b/Rich/RichFutureRecTrackAlgorithms/src/RichRayTraceTrackGlobalPoints.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once diff --git a/Rich/RichFutureRecTrackAlgorithms/src/RichRayTraceTrackLocalPoints.cpp b/Rich/RichFutureRecTrackAlgorithms/src/RichRayTraceTrackLocalPoints.cpp index 0e6329d9c50..be5cce2f2be 100644 --- a/Rich/RichFutureRecTrackAlgorithms/src/RichRayTraceTrackLocalPoints.cpp +++ b/Rich/RichFutureRecTrackAlgorithms/src/RichRayTraceTrackLocalPoints.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // local #include "RichRayTraceTrackLocalPoints.h" diff --git a/Rich/RichFutureRecTrackAlgorithms/src/RichRayTraceTrackLocalPoints.h b/Rich/RichFutureRecTrackAlgorithms/src/RichRayTraceTrackLocalPoints.h index 244fe5f5ad0..07e927098f9 100644 --- a/Rich/RichFutureRecTrackAlgorithms/src/RichRayTraceTrackLocalPoints.h +++ b/Rich/RichFutureRecTrackAlgorithms/src/RichRayTraceTrackLocalPoints.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once diff --git a/Rich/RichFutureRecTrackAlgorithms/src/RichSelectTrackSegments.cpp b/Rich/RichFutureRecTrackAlgorithms/src/RichSelectTrackSegments.cpp index cf1ae785e8d..c9d85049038 100644 --- a/Rich/RichFutureRecTrackAlgorithms/src/RichSelectTrackSegments.cpp +++ b/Rich/RichFutureRecTrackAlgorithms/src/RichSelectTrackSegments.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // local #include "RichSelectTrackSegments.h" diff --git a/Rich/RichFutureRecTrackAlgorithms/src/RichSelectTrackSegments.h b/Rich/RichFutureRecTrackAlgorithms/src/RichSelectTrackSegments.h index 6fdc98cddb6..5c1a8189403 100644 --- a/Rich/RichFutureRecTrackAlgorithms/src/RichSelectTrackSegments.h +++ b/Rich/RichFutureRecTrackAlgorithms/src/RichSelectTrackSegments.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once diff --git a/Rich/RichFutureRecTrackAlgorithms/src/RichSignalPhotonYields.cpp b/Rich/RichFutureRecTrackAlgorithms/src/RichSignalPhotonYields.cpp index 9af7f3800cd..aaf279ce4fc 100644 --- a/Rich/RichFutureRecTrackAlgorithms/src/RichSignalPhotonYields.cpp +++ b/Rich/RichFutureRecTrackAlgorithms/src/RichSignalPhotonYields.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // local #include "RichSignalPhotonYields.h" diff --git a/Rich/RichFutureRecTrackAlgorithms/src/RichSignalPhotonYields.h b/Rich/RichFutureRecTrackAlgorithms/src/RichSignalPhotonYields.h index 4223035e72c..b35c191c845 100644 --- a/Rich/RichFutureRecTrackAlgorithms/src/RichSignalPhotonYields.h +++ b/Rich/RichFutureRecTrackAlgorithms/src/RichSignalPhotonYields.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once diff --git a/Rich/RichFutureRecTrackAlgorithms/src/RichTrackCherenkovAngles.cpp b/Rich/RichFutureRecTrackAlgorithms/src/RichTrackCherenkovAngles.cpp index 3367353f7f4..b5fe6d305b1 100644 --- a/Rich/RichFutureRecTrackAlgorithms/src/RichTrackCherenkovAngles.cpp +++ b/Rich/RichFutureRecTrackAlgorithms/src/RichTrackCherenkovAngles.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // local #include "RichTrackCherenkovAngles.h" diff --git a/Rich/RichFutureRecTrackAlgorithms/src/RichTrackCherenkovAngles.h b/Rich/RichFutureRecTrackAlgorithms/src/RichTrackCherenkovAngles.h index 41bdb6981bc..eff7f66df17 100644 --- a/Rich/RichFutureRecTrackAlgorithms/src/RichTrackCherenkovAngles.h +++ b/Rich/RichFutureRecTrackAlgorithms/src/RichTrackCherenkovAngles.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once diff --git a/Rich/RichFutureRecTrackAlgorithms/src/RichTrackFilter.cpp b/Rich/RichFutureRecTrackAlgorithms/src/RichTrackFilter.cpp index 8bbbb9d0ee7..deef716dfbc 100644 --- a/Rich/RichFutureRecTrackAlgorithms/src/RichTrackFilter.cpp +++ b/Rich/RichFutureRecTrackAlgorithms/src/RichTrackFilter.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // local #include "RichTrackFilter.h" diff --git a/Rich/RichFutureRecTrackAlgorithms/src/RichTrackFilter.h b/Rich/RichFutureRecTrackAlgorithms/src/RichTrackFilter.h index 4783c803742..0dbdd3e16a9 100644 --- a/Rich/RichFutureRecTrackAlgorithms/src/RichTrackFilter.h +++ b/Rich/RichFutureRecTrackAlgorithms/src/RichTrackFilter.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once diff --git a/Rich/RichFutureRecTrackAlgorithms/src/RichTrackFunctionalCherenkovResolutions.cpp b/Rich/RichFutureRecTrackAlgorithms/src/RichTrackFunctionalCherenkovResolutions.cpp index 7ea7c69bd35..eb10845cd83 100644 --- a/Rich/RichFutureRecTrackAlgorithms/src/RichTrackFunctionalCherenkovResolutions.cpp +++ b/Rich/RichFutureRecTrackAlgorithms/src/RichTrackFunctionalCherenkovResolutions.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // local #include "RichTrackFunctionalCherenkovResolutions.h" diff --git a/Rich/RichFutureRecTrackAlgorithms/src/RichTrackFunctionalCherenkovResolutions.h b/Rich/RichFutureRecTrackAlgorithms/src/RichTrackFunctionalCherenkovResolutions.h index 65c12c19442..327317d5ba4 100644 --- a/Rich/RichFutureRecTrackAlgorithms/src/RichTrackFunctionalCherenkovResolutions.h +++ b/Rich/RichFutureRecTrackAlgorithms/src/RichTrackFunctionalCherenkovResolutions.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once diff --git a/Rich/RichGlobalPID/CMakeLists.txt b/Rich/RichGlobalPID/CMakeLists.txt index 29e1fd19da9..e6071e1416d 100644 --- a/Rich/RichGlobalPID/CMakeLists.txt +++ b/Rich/RichGlobalPID/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ################################################################################ # Package: RichGlobalPID ################################################################################ diff --git a/Rich/RichGlobalPID/RichGlobalPID/RichGlobalPIDNamespaces.h b/Rich/RichGlobalPID/RichGlobalPID/RichGlobalPIDNamespaces.h index 2fe1b0c3530..146623504fb 100755 --- a/Rich/RichGlobalPID/RichGlobalPID/RichGlobalPIDNamespaces.h +++ b/Rich/RichGlobalPID/RichGlobalPID/RichGlobalPIDNamespaces.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @namespace Rich::Rec::GlobalPID diff --git a/Rich/RichGlobalPID/RichGlobalPID/RichGlobalPIDTkQuality.h b/Rich/RichGlobalPID/RichGlobalPID/RichGlobalPIDTkQuality.h index 459c7de65f6..edc512569e2 100755 --- a/Rich/RichGlobalPID/RichGlobalPID/RichGlobalPIDTkQuality.h +++ b/Rich/RichGlobalPID/RichGlobalPID/RichGlobalPIDTkQuality.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ /** @file RichGlobalPIDTkQuality.h * diff --git a/Rich/RichGlobalPID/src/IRichGlobalPID.h b/Rich/RichGlobalPID/src/IRichGlobalPID.h index 5e583f9374b..c2aeaad8d0e 100755 --- a/Rich/RichGlobalPID/src/IRichGlobalPID.h +++ b/Rich/RichGlobalPID/src/IRichGlobalPID.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //-------------------------------------------------------------------------- /** @file IRichGlobalPID.h diff --git a/Rich/RichGlobalPID/src/IRichGlobalPIDTrackCreator.h b/Rich/RichGlobalPID/src/IRichGlobalPIDTrackCreator.h index 5368286e944..8a5eba53467 100755 --- a/Rich/RichGlobalPID/src/IRichGlobalPIDTrackCreator.h +++ b/Rich/RichGlobalPID/src/IRichGlobalPIDTrackCreator.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //-------------------------------------------------------------------------- /** @file IRichGlobalPIDTrackCreator.h diff --git a/Rich/RichGlobalPID/src/RichGlobalPIDAlgBase.cpp b/Rich/RichGlobalPID/src/RichGlobalPIDAlgBase.cpp index 5922ad38377..032cd7a7fb8 100755 --- a/Rich/RichGlobalPID/src/RichGlobalPIDAlgBase.cpp +++ b/Rich/RichGlobalPID/src/RichGlobalPIDAlgBase.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichGlobalPIDAlgBase.cpp diff --git a/Rich/RichGlobalPID/src/RichGlobalPIDAlgBase.h b/Rich/RichGlobalPID/src/RichGlobalPIDAlgBase.h index a0edc4eb8c7..5ef8a563fab 100755 --- a/Rich/RichGlobalPID/src/RichGlobalPIDAlgBase.h +++ b/Rich/RichGlobalPID/src/RichGlobalPIDAlgBase.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //-------------------------------------------------------------------------- /** @file RichGlobalPIDAlgBase.h diff --git a/Rich/RichGlobalPID/src/RichGlobalPIDCommonBase.h b/Rich/RichGlobalPID/src/RichGlobalPIDCommonBase.h index e6c3f668b16..97a023061c7 100755 --- a/Rich/RichGlobalPID/src/RichGlobalPIDCommonBase.h +++ b/Rich/RichGlobalPID/src/RichGlobalPIDCommonBase.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //-------------------------------------------------------------------------- /** @file RichGlobalPIDCommonBase.h diff --git a/Rich/RichGlobalPID/src/RichGlobalPIDCommonBase.icpp b/Rich/RichGlobalPID/src/RichGlobalPIDCommonBase.icpp index 2113846b676..346d3db1bcd 100755 --- a/Rich/RichGlobalPID/src/RichGlobalPIDCommonBase.icpp +++ b/Rich/RichGlobalPID/src/RichGlobalPIDCommonBase.icpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichGlobalPIDCommonBase.icpp diff --git a/Rich/RichGlobalPID/src/RichGlobalPIDCommonConstructors.cpp b/Rich/RichGlobalPID/src/RichGlobalPIDCommonConstructors.cpp index bdbad92457d..7aa3137867e 100755 --- a/Rich/RichGlobalPID/src/RichGlobalPIDCommonConstructors.cpp +++ b/Rich/RichGlobalPID/src/RichGlobalPIDCommonConstructors.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichGlobalPIDCommonConstructors.cpp diff --git a/Rich/RichGlobalPID/src/RichGlobalPIDDigitSel.cpp b/Rich/RichGlobalPID/src/RichGlobalPIDDigitSel.cpp index c93402275ac..4383811f8c0 100755 --- a/Rich/RichGlobalPID/src/RichGlobalPIDDigitSel.cpp +++ b/Rich/RichGlobalPID/src/RichGlobalPIDDigitSel.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //-------------------------------------------------------------------------- /** @file RichGlobalPIDDigitSel.cpp diff --git a/Rich/RichGlobalPID/src/RichGlobalPIDDigitSel.h b/Rich/RichGlobalPID/src/RichGlobalPIDDigitSel.h index 975d9937bb3..547e7fc43fe 100755 --- a/Rich/RichGlobalPID/src/RichGlobalPIDDigitSel.h +++ b/Rich/RichGlobalPID/src/RichGlobalPIDDigitSel.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //-------------------------------------------------------------------------- /** @file RichGlobalPIDDigitSel.h diff --git a/Rich/RichGlobalPID/src/RichGlobalPIDFinalize.cpp b/Rich/RichGlobalPID/src/RichGlobalPIDFinalize.cpp index 932a32ef966..32b1868a48e 100755 --- a/Rich/RichGlobalPID/src/RichGlobalPIDFinalize.cpp +++ b/Rich/RichGlobalPID/src/RichGlobalPIDFinalize.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //-------------------------------------------------------------------------- /** @file RichGlobalPIDFinalize.cpp diff --git a/Rich/RichGlobalPID/src/RichGlobalPIDFinalize.h b/Rich/RichGlobalPID/src/RichGlobalPIDFinalize.h index d3627a91c80..c4eab4b8199 100755 --- a/Rich/RichGlobalPID/src/RichGlobalPIDFinalize.h +++ b/Rich/RichGlobalPID/src/RichGlobalPIDFinalize.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //-------------------------------------------------------------------------- /** @file RichGlobalPIDFinalize.h diff --git a/Rich/RichGlobalPID/src/RichGlobalPIDInitialize.cpp b/Rich/RichGlobalPID/src/RichGlobalPIDInitialize.cpp index 93f3d53ee67..d28a30f472d 100755 --- a/Rich/RichGlobalPID/src/RichGlobalPIDInitialize.cpp +++ b/Rich/RichGlobalPID/src/RichGlobalPIDInitialize.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //------------------------------------------------------------------------------------ /** @file RichGlobalPIDInitialize.cpp * diff --git a/Rich/RichGlobalPID/src/RichGlobalPIDInitialize.h b/Rich/RichGlobalPID/src/RichGlobalPIDInitialize.h index 38f0520c05e..f3270e6fd28 100755 --- a/Rich/RichGlobalPID/src/RichGlobalPIDInitialize.h +++ b/Rich/RichGlobalPID/src/RichGlobalPIDInitialize.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //------------------------------------------------------------------------------------ /** @file RichGlobalPIDInitialize.h diff --git a/Rich/RichGlobalPID/src/RichGlobalPIDLikelihood.cpp b/Rich/RichGlobalPID/src/RichGlobalPIDLikelihood.cpp index 8a1c155f8a0..dd28d960001 100755 --- a/Rich/RichGlobalPID/src/RichGlobalPIDLikelihood.cpp +++ b/Rich/RichGlobalPID/src/RichGlobalPIDLikelihood.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //-------------------------------------------------------------------------- /** @file RichGlobalPIDLikelihood.cpp diff --git a/Rich/RichGlobalPID/src/RichGlobalPIDLikelihood.h b/Rich/RichGlobalPID/src/RichGlobalPIDLikelihood.h index 7e29da0a2bf..6b57fe3f7bd 100755 --- a/Rich/RichGlobalPID/src/RichGlobalPIDLikelihood.h +++ b/Rich/RichGlobalPID/src/RichGlobalPIDLikelihood.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //-------------------------------------------------------------------------- /** @file RichGlobalPIDLikelihood.h diff --git a/Rich/RichGlobalPID/src/RichGlobalPIDLikelihoodTool.cpp b/Rich/RichGlobalPID/src/RichGlobalPIDLikelihoodTool.cpp index 2999946e9c6..3cf26411e0c 100755 --- a/Rich/RichGlobalPID/src/RichGlobalPIDLikelihoodTool.cpp +++ b/Rich/RichGlobalPID/src/RichGlobalPIDLikelihoodTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //-------------------------------------------------------------------------- /** @file RichGlobalPIDLikelihoodTool.cpp diff --git a/Rich/RichGlobalPID/src/RichGlobalPIDLikelihoodTool.h b/Rich/RichGlobalPID/src/RichGlobalPIDLikelihoodTool.h index a369ae90d67..a2a89d63383 100755 --- a/Rich/RichGlobalPID/src/RichGlobalPIDLikelihoodTool.h +++ b/Rich/RichGlobalPID/src/RichGlobalPIDLikelihoodTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //-------------------------------------------------------------------------- /** @file RichGlobalPIDLikelihoodTool.h diff --git a/Rich/RichGlobalPID/src/RichGlobalPIDMonitor.cpp b/Rich/RichGlobalPID/src/RichGlobalPIDMonitor.cpp index 42fa58db422..9df92fe2a6e 100755 --- a/Rich/RichGlobalPID/src/RichGlobalPIDMonitor.cpp +++ b/Rich/RichGlobalPID/src/RichGlobalPIDMonitor.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ /** @file RichGlobalPIDMonitor.cpp * diff --git a/Rich/RichGlobalPID/src/RichGlobalPIDMonitor.h b/Rich/RichGlobalPID/src/RichGlobalPIDMonitor.h index 800e3da028f..41f849a0396 100755 --- a/Rich/RichGlobalPID/src/RichGlobalPIDMonitor.h +++ b/Rich/RichGlobalPID/src/RichGlobalPIDMonitor.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ /** @file RichGlobalPIDMonitor.h * diff --git a/Rich/RichGlobalPID/src/RichGlobalPIDMultiStepTool.cpp b/Rich/RichGlobalPID/src/RichGlobalPIDMultiStepTool.cpp index 275816bb2dc..b66ab00b2fc 100755 --- a/Rich/RichGlobalPID/src/RichGlobalPIDMultiStepTool.cpp +++ b/Rich/RichGlobalPID/src/RichGlobalPIDMultiStepTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //-------------------------------------------------------------------------- /** @file RichGlobalPIDMultiStepTool.cpp diff --git a/Rich/RichGlobalPID/src/RichGlobalPIDMultiStepTool.h b/Rich/RichGlobalPID/src/RichGlobalPIDMultiStepTool.h index d8f90b66cfa..914b5ad933e 100755 --- a/Rich/RichGlobalPID/src/RichGlobalPIDMultiStepTool.h +++ b/Rich/RichGlobalPID/src/RichGlobalPIDMultiStepTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //-------------------------------------------------------------------------- /** @file RichGlobalPIDMultiStepTool.h diff --git a/Rich/RichGlobalPID/src/RichGlobalPIDToolBase.cpp b/Rich/RichGlobalPID/src/RichGlobalPIDToolBase.cpp index f85fe2ef751..4d251505161 100755 --- a/Rich/RichGlobalPID/src/RichGlobalPIDToolBase.cpp +++ b/Rich/RichGlobalPID/src/RichGlobalPIDToolBase.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichGlobalPIDToolBase.cpp diff --git a/Rich/RichGlobalPID/src/RichGlobalPIDToolBase.h b/Rich/RichGlobalPID/src/RichGlobalPIDToolBase.h index aab491dd1dd..041f2f95c70 100755 --- a/Rich/RichGlobalPID/src/RichGlobalPIDToolBase.h +++ b/Rich/RichGlobalPID/src/RichGlobalPIDToolBase.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //-------------------------------------------------------------------------- /** @file RichGlobalPIDToolBase.h diff --git a/Rich/RichGlobalPID/src/RichGlobalPIDTrTrackSel.cpp b/Rich/RichGlobalPID/src/RichGlobalPIDTrTrackSel.cpp index 787e0be1e1c..a1c9777f048 100755 --- a/Rich/RichGlobalPID/src/RichGlobalPIDTrTrackSel.cpp +++ b/Rich/RichGlobalPID/src/RichGlobalPIDTrTrackSel.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //-------------------------------------------------------------------------- /** @file RichGlobalPIDTrTrackSel.cpp diff --git a/Rich/RichGlobalPID/src/RichGlobalPIDTrTrackSel.h b/Rich/RichGlobalPID/src/RichGlobalPIDTrTrackSel.h index 726fb843f4e..3cbff8a2376 100755 --- a/Rich/RichGlobalPID/src/RichGlobalPIDTrTrackSel.h +++ b/Rich/RichGlobalPID/src/RichGlobalPIDTrTrackSel.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //-------------------------------------------------------------------------- /** @file RichGlobalPIDTrTrackSel.h diff --git a/Rich/RichGlobalPID/src/RichGlobalPIDTrTrackSelUsingPIDs.cpp b/Rich/RichGlobalPID/src/RichGlobalPIDTrTrackSelUsingPIDs.cpp index f8b1238dc3f..0e7fb0db615 100755 --- a/Rich/RichGlobalPID/src/RichGlobalPIDTrTrackSelUsingPIDs.cpp +++ b/Rich/RichGlobalPID/src/RichGlobalPIDTrTrackSelUsingPIDs.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //-------------------------------------------------------------------------- /** @file RichGlobalPIDTrTrackSelUsingPIDs.cpp diff --git a/Rich/RichGlobalPID/src/RichGlobalPIDTrTrackSelUsingPIDs.h b/Rich/RichGlobalPID/src/RichGlobalPIDTrTrackSelUsingPIDs.h index fc53d62e493..792b4be890d 100755 --- a/Rich/RichGlobalPID/src/RichGlobalPIDTrTrackSelUsingPIDs.h +++ b/Rich/RichGlobalPID/src/RichGlobalPIDTrTrackSelUsingPIDs.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //-------------------------------------------------------------------------- /** @file RichGlobalPIDTrTrackSelUsingPIDs.h diff --git a/Rich/RichGlobalPID/src/RichGlobalPIDTrackCreator.cpp b/Rich/RichGlobalPID/src/RichGlobalPIDTrackCreator.cpp index 01cc52fd3d6..f25bc80cafb 100755 --- a/Rich/RichGlobalPID/src/RichGlobalPIDTrackCreator.cpp +++ b/Rich/RichGlobalPID/src/RichGlobalPIDTrackCreator.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //-------------------------------------------------------------------------- /** @file RichGlobalPIDTrackCreator.cpp diff --git a/Rich/RichGlobalPID/src/RichGlobalPIDTrackCreator.h b/Rich/RichGlobalPID/src/RichGlobalPIDTrackCreator.h index 49ca9ab943b..2123cff9d58 100755 --- a/Rich/RichGlobalPID/src/RichGlobalPIDTrackCreator.h +++ b/Rich/RichGlobalPID/src/RichGlobalPIDTrackCreator.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //-------------------------------------------------------------------------- /** @file RichGlobalPIDTrackCreator.h diff --git a/Rich/RichGlobalPID/xml/RichGlobalPID_Event.xml b/Rich/RichGlobalPID/xml/RichGlobalPID_Event.xml index 1dc0eaaff85..33b1b093b10 100755 --- a/Rich/RichGlobalPID/xml/RichGlobalPID_Event.xml +++ b/Rich/RichGlobalPID/xml/RichGlobalPID_Event.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <!DOCTYPE gdd SYSTEM "gdd.dtd"> <gdd> <package name="RichGlobalPID"> diff --git a/Rich/RichHPDImageAnalysis/CMakeLists.txt b/Rich/RichHPDImageAnalysis/CMakeLists.txt index b0c9d1078c2..3fc4b2cbdfc 100644 --- a/Rich/RichHPDImageAnalysis/CMakeLists.txt +++ b/Rich/RichHPDImageAnalysis/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ################################################################################ # Package: RichHPDImageAnalysis ################################################################################ diff --git a/Rich/RichHPDImageAnalysis/RichHPDImageAnalysis/BoundaryOutlierRejection.h b/Rich/RichHPDImageAnalysis/RichHPDImageAnalysis/BoundaryOutlierRejection.h index 9f82c8db9d4..514edfc255c 100644 --- a/Rich/RichHPDImageAnalysis/RichHPDImageAnalysis/BoundaryOutlierRejection.h +++ b/Rich/RichHPDImageAnalysis/RichHPDImageAnalysis/BoundaryOutlierRejection.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef RICHHPDIMAGEANALYSIS_BOUNDARYOUTLIERREJECTION_H #define RICHHPDIMAGEANALYSIS_BOUNDARYOUTLIERREJECTION_H 1 diff --git a/Rich/RichHPDImageAnalysis/RichHPDImageAnalysis/CleanHPDImage.h b/Rich/RichHPDImageAnalysis/RichHPDImageAnalysis/CleanHPDImage.h index da35d0bf23c..9fa23dca220 100644 --- a/Rich/RichHPDImageAnalysis/RichHPDImageAnalysis/CleanHPDImage.h +++ b/Rich/RichHPDImageAnalysis/RichHPDImageAnalysis/CleanHPDImage.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once diff --git a/Rich/RichHPDImageAnalysis/RichHPDImageAnalysis/FullImageFit.h b/Rich/RichHPDImageAnalysis/RichHPDImageAnalysis/FullImageFit.h index 62261d14764..0158a90fe6d 100644 --- a/Rich/RichHPDImageAnalysis/RichHPDImageAnalysis/FullImageFit.h +++ b/Rich/RichHPDImageAnalysis/RichHPDImageAnalysis/FullImageFit.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef RICHHPDIMAGEANALYSIS_FullImageFit_H #define RICHHPDIMAGEANALYSIS_FullImageFit_H 1 diff --git a/Rich/RichHPDImageAnalysis/RichHPDImageAnalysis/GraphSmoother.h b/Rich/RichHPDImageAnalysis/RichHPDImageAnalysis/GraphSmoother.h index edc1289ec07..8db6b16367c 100644 --- a/Rich/RichHPDImageAnalysis/RichHPDImageAnalysis/GraphSmoother.h +++ b/Rich/RichHPDImageAnalysis/RichHPDImageAnalysis/GraphSmoother.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef RICHHPDIMAGEANALYSIS_GRAPHSMOOTHER_H #define RICHHPDIMAGEANALYSIS_GRAPHSMOOTHER_H 1 diff --git a/Rich/RichHPDImageAnalysis/RichHPDImageAnalysis/HPDBoundaryFcn.h b/Rich/RichHPDImageAnalysis/RichHPDImageAnalysis/HPDBoundaryFcn.h index 457379a7986..8d62dd740eb 100644 --- a/Rich/RichHPDImageAnalysis/RichHPDImageAnalysis/HPDBoundaryFcn.h +++ b/Rich/RichHPDImageAnalysis/RichHPDImageAnalysis/HPDBoundaryFcn.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef LIB_HPDBOUNDARYFCN_H #define LIB_HPDBOUNDARYFCN_H 1 diff --git a/Rich/RichHPDImageAnalysis/RichHPDImageAnalysis/HPDFit.h b/Rich/RichHPDImageAnalysis/RichHPDImageAnalysis/HPDFit.h index ebbb144d55d..0383f8d2d3b 100644 --- a/Rich/RichHPDImageAnalysis/RichHPDImageAnalysis/HPDFit.h +++ b/Rich/RichHPDImageAnalysis/RichHPDImageAnalysis/HPDFit.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef RICHHPDIMAGEANALYSIS_HPDFIT_H #define RICHHPDIMAGEANALYSIS_HPDFIT_H 1 diff --git a/Rich/RichHPDImageAnalysis/RichHPDImageAnalysis/HPDPixel.h b/Rich/RichHPDImageAnalysis/RichHPDImageAnalysis/HPDPixel.h index a3e55b76554..533e8056244 100644 --- a/Rich/RichHPDImageAnalysis/RichHPDImageAnalysis/HPDPixel.h +++ b/Rich/RichHPDImageAnalysis/RichHPDImageAnalysis/HPDPixel.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef RICHHPDIMAGEANALYSIS_HPDPIXEL_H #define RICHHPDIMAGEANALYSIS_HPDPIXEL_H 1 diff --git a/Rich/RichHPDImageAnalysis/RichHPDImageAnalysis/LogZHPDImage.h b/Rich/RichHPDImageAnalysis/RichHPDImageAnalysis/LogZHPDImage.h index 653acc600f4..5fa3510e416 100644 --- a/Rich/RichHPDImageAnalysis/RichHPDImageAnalysis/LogZHPDImage.h +++ b/Rich/RichHPDImageAnalysis/RichHPDImageAnalysis/LogZHPDImage.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef RICHHPDIMAGEANALYSIS_LogZIMAGE_H #define RICHHPDIMAGEANALYSIS_LogZIMAGE_H 1 diff --git a/Rich/RichHPDImageAnalysis/RichHPDImageAnalysis/RichHPDImageSummaryBase.h b/Rich/RichHPDImageAnalysis/RichHPDImageAnalysis/RichHPDImageSummaryBase.h index 569416201f1..411a03d9f36 100644 --- a/Rich/RichHPDImageAnalysis/RichHPDImageAnalysis/RichHPDImageSummaryBase.h +++ b/Rich/RichHPDImageAnalysis/RichHPDImageAnalysis/RichHPDImageSummaryBase.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once diff --git a/Rich/RichHPDImageAnalysis/RichHPDImageAnalysis/SCurveNormalisedHPDImage.h b/Rich/RichHPDImageAnalysis/RichHPDImageAnalysis/SCurveNormalisedHPDImage.h index b275bf113ca..92c0b21c1a2 100644 --- a/Rich/RichHPDImageAnalysis/RichHPDImageAnalysis/SCurveNormalisedHPDImage.h +++ b/Rich/RichHPDImageAnalysis/RichHPDImageAnalysis/SCurveNormalisedHPDImage.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef RICHHPDIMAGEANALYSIS_SCurveNormalisedIMAGE_H #define RICHHPDIMAGEANALYSIS_SCurveNormalisedIMAGE_H 1 diff --git a/Rich/RichHPDImageAnalysis/RichHPDImageAnalysis/SimpleChi2Fit.h b/Rich/RichHPDImageAnalysis/RichHPDImageAnalysis/SimpleChi2Fit.h index d63baf1f131..a77a67c1182 100644 --- a/Rich/RichHPDImageAnalysis/RichHPDImageAnalysis/SimpleChi2Fit.h +++ b/Rich/RichHPDImageAnalysis/RichHPDImageAnalysis/SimpleChi2Fit.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef RICHHPDIMAGEANALYSIS_SIMPLECHI2FIT_H #define RICHHPDIMAGEANALYSIS_SIMPLECHI2FIT_H 1 diff --git a/Rich/RichHPDImageAnalysis/RichHPDImageAnalysis/SobelFilter.h b/Rich/RichHPDImageAnalysis/RichHPDImageAnalysis/SobelFilter.h index 6ca7f8d6cce..645d12d99d7 100644 --- a/Rich/RichHPDImageAnalysis/RichHPDImageAnalysis/SobelFilter.h +++ b/Rich/RichHPDImageAnalysis/RichHPDImageAnalysis/SobelFilter.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef RICHHPDIMAGEANALYSIS_SOBELFILTER_H #define RICHHPDIMAGEANALYSIS_SOBELFILTER_H 1 diff --git a/Rich/RichHPDImageAnalysis/RichHPDImageAnalysis/SobelPeakPixelFinder.h b/Rich/RichHPDImageAnalysis/RichHPDImageAnalysis/SobelPeakPixelFinder.h index c2b14d96f47..9f1e951ff51 100644 --- a/Rich/RichHPDImageAnalysis/RichHPDImageAnalysis/SobelPeakPixelFinder.h +++ b/Rich/RichHPDImageAnalysis/RichHPDImageAnalysis/SobelPeakPixelFinder.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef LIB_SobelPeakPixelFinder_H #define LIB_SobelPeakPixelFinder_H 1 diff --git a/Rich/RichHPDImageAnalysis/dict/RichHPDImageAnalysisDict.h b/Rich/RichHPDImageAnalysis/dict/RichHPDImageAnalysisDict.h index 89be65c80c0..4e1cd59b331 100644 --- a/Rich/RichHPDImageAnalysis/dict/RichHPDImageAnalysisDict.h +++ b/Rich/RichHPDImageAnalysis/dict/RichHPDImageAnalysisDict.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef DICT_RICHHPDIMAGEANALYSISDICT_H #define DICT_RICHHPDIMAGEANALYSISDICT_H 1 diff --git a/Rich/RichHPDImageAnalysis/dict/RichHPDImageAnalysisDict.xml b/Rich/RichHPDImageAnalysis/dict/RichHPDImageAnalysisDict.xml index 80410b2a889..fb0b1ceb102 100644 --- a/Rich/RichHPDImageAnalysis/dict/RichHPDImageAnalysisDict.xml +++ b/Rich/RichHPDImageAnalysis/dict/RichHPDImageAnalysisDict.xml @@ -1,3 +1,13 @@ +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <lcgdict> <class name="Rich::HPDImage::HPDBoundaryFcn" /> <class name="Rich::HPDImage::HPDBoundaryFcn::Params" /> diff --git a/Rich/RichHPDImageAnalysis/python/pyCompareToCondDB.py b/Rich/RichHPDImageAnalysis/python/pyCompareToCondDB.py index 10d27fd850b..cd15af67cc2 100644 --- a/Rich/RichHPDImageAnalysis/python/pyCompareToCondDB.py +++ b/Rich/RichHPDImageAnalysis/python/pyCompareToCondDB.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ############################################################# ## ## Compare exisiting condDB value to new measurement diff --git a/Rich/RichHPDImageAnalysis/python/pyCreateCondDBOveride.py b/Rich/RichHPDImageAnalysis/python/pyCreateCondDBOveride.py index 2538fedec27..0f797414932 100644 --- a/Rich/RichHPDImageAnalysis/python/pyCreateCondDBOveride.py +++ b/Rich/RichHPDImageAnalysis/python/pyCreateCondDBOveride.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ############################################################# ## ## Summary utility for HPD image analysis diff --git a/Rich/RichHPDImageAnalysis/python/pyDrawHPDColumn.py b/Rich/RichHPDImageAnalysis/python/pyDrawHPDColumn.py index e4769a2a7a3..1706d13333c 100644 --- a/Rich/RichHPDImageAnalysis/python/pyDrawHPDColumn.py +++ b/Rich/RichHPDImageAnalysis/python/pyDrawHPDColumn.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ############################################################# ## ## pyROOT macro to plot HPD image with overlaid fit result diff --git a/Rich/RichHPDImageAnalysis/python/pyDrawHPDImage.py b/Rich/RichHPDImageAnalysis/python/pyDrawHPDImage.py index 3b1a97721b7..d0e849e9f24 100644 --- a/Rich/RichHPDImageAnalysis/python/pyDrawHPDImage.py +++ b/Rich/RichHPDImageAnalysis/python/pyDrawHPDImage.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ############################################################# ## ## pyROOT macro to plot HPD image with overlaid fit result diff --git a/Rich/RichHPDImageAnalysis/python/pyHPDFitAndDraw.py b/Rich/RichHPDImageAnalysis/python/pyHPDFitAndDraw.py index 15c2be969bc..7b65ed1eacb 100644 --- a/Rich/RichHPDImageAnalysis/python/pyHPDFitAndDraw.py +++ b/Rich/RichHPDImageAnalysis/python/pyHPDFitAndDraw.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # Globals canvas = None fitter = None diff --git a/Rich/RichHPDImageAnalysis/python/pyHPDImageFit.py b/Rich/RichHPDImageAnalysis/python/pyHPDImageFit.py index eda9de04384..0f9aa299acd 100644 --- a/Rich/RichHPDImageAnalysis/python/pyHPDImageFit.py +++ b/Rich/RichHPDImageAnalysis/python/pyHPDImageFit.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # Build pyminuit2. Would be nice if this was part of LCG area ... import os, sys diff --git a/Rich/RichHPDImageAnalysis/python/pyHPDXMLParsingUtils.py b/Rich/RichHPDImageAnalysis/python/pyHPDXMLParsingUtils.py index 8a63718ae51..52670fffd09 100644 --- a/Rich/RichHPDImageAnalysis/python/pyHPDXMLParsingUtils.py +++ b/Rich/RichHPDImageAnalysis/python/pyHPDXMLParsingUtils.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### import XMLSummaryBase.summary as xmlSummary from time import ctime diff --git a/Rich/RichHPDImageAnalysis/python/pyHistoParsingUtils.py b/Rich/RichHPDImageAnalysis/python/pyHistoParsingUtils.py index 035d7f7445c..f246c9c8664 100644 --- a/Rich/RichHPDImageAnalysis/python/pyHistoParsingUtils.py +++ b/Rich/RichHPDImageAnalysis/python/pyHistoParsingUtils.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### """ Utility functions for HPD analysis """ diff --git a/Rich/RichHPDImageAnalysis/python/pyPlotTrendFromHistos.py b/Rich/RichHPDImageAnalysis/python/pyPlotTrendFromHistos.py index c5902fde1de..0a3764dbb5d 100644 --- a/Rich/RichHPDImageAnalysis/python/pyPlotTrendFromHistos.py +++ b/Rich/RichHPDImageAnalysis/python/pyPlotTrendFromHistos.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### from ROOT import TFile, TGraph, TCanvas ################################################### diff --git a/Rich/RichHPDImageAnalysis/python/pyRunByRunCalibration.py b/Rich/RichHPDImageAnalysis/python/pyRunByRunCalibration.py index be713558876..168704d7568 100644 --- a/Rich/RichHPDImageAnalysis/python/pyRunByRunCalibration.py +++ b/Rich/RichHPDImageAnalysis/python/pyRunByRunCalibration.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # Globals fitter = None diff --git a/Rich/RichHPDImageAnalysis/python/pyminuit2/setup.py b/Rich/RichHPDImageAnalysis/python/pyminuit2/setup.py index e8e7e997fe0..82cde6ca3ad 100644 --- a/Rich/RichHPDImageAnalysis/python/pyminuit2/setup.py +++ b/Rich/RichHPDImageAnalysis/python/pyminuit2/setup.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### from distutils.core import setup, Extension import os, subprocess diff --git a/Rich/RichHPDImageAnalysis/python/rootStyle.py b/Rich/RichHPDImageAnalysis/python/rootStyle.py index a3ad26ce18c..a09fb79e5ea 100644 --- a/Rich/RichHPDImageAnalysis/python/rootStyle.py +++ b/Rich/RichHPDImageAnalysis/python/rootStyle.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### def applyRootStyle(): diff --git a/Rich/RichHPDImageAnalysis/src/component/RichHPDImageSummary.cpp b/Rich/RichHPDImageAnalysis/src/component/RichHPDImageSummary.cpp index e936fcb71ae..a51189eed2c 100644 --- a/Rich/RichHPDImageAnalysis/src/component/RichHPDImageSummary.cpp +++ b/Rich/RichHPDImageAnalysis/src/component/RichHPDImageSummary.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Local #include "RichHPDImageSummary.h" diff --git a/Rich/RichHPDImageAnalysis/src/component/RichHPDImageSummary.h b/Rich/RichHPDImageAnalysis/src/component/RichHPDImageSummary.h index 0238b7e75f1..19a9169f0f9 100644 --- a/Rich/RichHPDImageAnalysis/src/component/RichHPDImageSummary.h +++ b/Rich/RichHPDImageAnalysis/src/component/RichHPDImageSummary.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef RICHHPDIMAGESUMMARY_H #define RICHHPDIMAGESUMMARY_H 1 diff --git a/Rich/RichHPDImageAnalysis/src/lib/BoundaryOutlierRejection.cpp b/Rich/RichHPDImageAnalysis/src/lib/BoundaryOutlierRejection.cpp index 549df0174fe..b11a29145bc 100644 --- a/Rich/RichHPDImageAnalysis/src/lib/BoundaryOutlierRejection.cpp +++ b/Rich/RichHPDImageAnalysis/src/lib/BoundaryOutlierRejection.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // STL #include <cmath> diff --git a/Rich/RichHPDImageAnalysis/src/lib/CleanHPDImage.cpp b/Rich/RichHPDImageAnalysis/src/lib/CleanHPDImage.cpp index 51afa369772..ab981f3929e 100644 --- a/Rich/RichHPDImageAnalysis/src/lib/CleanHPDImage.cpp +++ b/Rich/RichHPDImageAnalysis/src/lib/CleanHPDImage.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // STL #include <iostream> diff --git a/Rich/RichHPDImageAnalysis/src/lib/FullImageFit.cpp b/Rich/RichHPDImageAnalysis/src/lib/FullImageFit.cpp index 7bee201edc7..85249bfdc63 100644 --- a/Rich/RichHPDImageAnalysis/src/lib/FullImageFit.cpp +++ b/Rich/RichHPDImageAnalysis/src/lib/FullImageFit.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // STL #include <cmath> diff --git a/Rich/RichHPDImageAnalysis/src/lib/GraphSmoother.cpp b/Rich/RichHPDImageAnalysis/src/lib/GraphSmoother.cpp index bd9ae585534..48c57aa2463 100644 --- a/Rich/RichHPDImageAnalysis/src/lib/GraphSmoother.cpp +++ b/Rich/RichHPDImageAnalysis/src/lib/GraphSmoother.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // STL #include <cmath> diff --git a/Rich/RichHPDImageAnalysis/src/lib/HPDBoundaryFcn.cpp b/Rich/RichHPDImageAnalysis/src/lib/HPDBoundaryFcn.cpp index ecb85517cc7..6193f48cf64 100644 --- a/Rich/RichHPDImageAnalysis/src/lib/HPDBoundaryFcn.cpp +++ b/Rich/RichHPDImageAnalysis/src/lib/HPDBoundaryFcn.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // STL #include <cmath> diff --git a/Rich/RichHPDImageAnalysis/src/lib/HPDFit.cpp b/Rich/RichHPDImageAnalysis/src/lib/HPDFit.cpp index 89f9d984649..f80fef7740b 100644 --- a/Rich/RichHPDImageAnalysis/src/lib/HPDFit.cpp +++ b/Rich/RichHPDImageAnalysis/src/lib/HPDFit.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // STL #include <exception> diff --git a/Rich/RichHPDImageAnalysis/src/lib/LogZHPDImage.cpp b/Rich/RichHPDImageAnalysis/src/lib/LogZHPDImage.cpp index f1dadd33d51..93471f0c9d5 100644 --- a/Rich/RichHPDImageAnalysis/src/lib/LogZHPDImage.cpp +++ b/Rich/RichHPDImageAnalysis/src/lib/LogZHPDImage.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include <iostream> #include <cmath> diff --git a/Rich/RichHPDImageAnalysis/src/lib/RichHPDImageSummaryBase.cpp b/Rich/RichHPDImageAnalysis/src/lib/RichHPDImageSummaryBase.cpp index ccd3afb5954..98a26b7d9d4 100644 --- a/Rich/RichHPDImageAnalysis/src/lib/RichHPDImageSummaryBase.cpp +++ b/Rich/RichHPDImageAnalysis/src/lib/RichHPDImageSummaryBase.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Local #include "RichHPDImageAnalysis/RichHPDImageSummaryBase.h" diff --git a/Rich/RichHPDImageAnalysis/src/lib/SCurveNormalisedHPDImage.cpp b/Rich/RichHPDImageAnalysis/src/lib/SCurveNormalisedHPDImage.cpp index fd54a9c2fd8..11e3207dbaa 100644 --- a/Rich/RichHPDImageAnalysis/src/lib/SCurveNormalisedHPDImage.cpp +++ b/Rich/RichHPDImageAnalysis/src/lib/SCurveNormalisedHPDImage.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // STL #include <iostream> diff --git a/Rich/RichHPDImageAnalysis/src/lib/SimpleChi2Fit.cpp b/Rich/RichHPDImageAnalysis/src/lib/SimpleChi2Fit.cpp index 0688e2791b5..e070a6caa05 100644 --- a/Rich/RichHPDImageAnalysis/src/lib/SimpleChi2Fit.cpp +++ b/Rich/RichHPDImageAnalysis/src/lib/SimpleChi2Fit.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // STL #include <cmath> diff --git a/Rich/RichHPDImageAnalysis/src/lib/SobelFilter.cpp b/Rich/RichHPDImageAnalysis/src/lib/SobelFilter.cpp index 90d5f362247..ea2b7081f0e 100644 --- a/Rich/RichHPDImageAnalysis/src/lib/SobelFilter.cpp +++ b/Rich/RichHPDImageAnalysis/src/lib/SobelFilter.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include <iostream> #include <cmath> diff --git a/Rich/RichHPDImageAnalysis/src/lib/SobelPeakPixelFinder.cpp b/Rich/RichHPDImageAnalysis/src/lib/SobelPeakPixelFinder.cpp index 9a8cf41a2fa..497eec0fa5a 100644 --- a/Rich/RichHPDImageAnalysis/src/lib/SobelPeakPixelFinder.cpp +++ b/Rich/RichHPDImageAnalysis/src/lib/SobelPeakPixelFinder.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include <cmath> #include <iostream> diff --git a/Rich/RichIFBAnalysis/CMakeLists.txt b/Rich/RichIFBAnalysis/CMakeLists.txt index 90c5b474225..7725b3b851d 100644 --- a/Rich/RichIFBAnalysis/CMakeLists.txt +++ b/Rich/RichIFBAnalysis/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ################################################################################ # Package: RichIFBAnalysis ################################################################################ diff --git a/Rich/RichIFBAnalysis/src/HPDIonFeedbackMoni.cpp b/Rich/RichIFBAnalysis/src/HPDIonFeedbackMoni.cpp index 013b23d418d..f2014b65f4f 100755 --- a/Rich/RichIFBAnalysis/src/HPDIonFeedbackMoni.cpp +++ b/Rich/RichIFBAnalysis/src/HPDIonFeedbackMoni.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // local diff --git a/Rich/RichIFBAnalysis/src/HPDIonFeedbackMoni.h b/Rich/RichIFBAnalysis/src/HPDIonFeedbackMoni.h index 5878ef38504..d4fe95f3a87 100755 --- a/Rich/RichIFBAnalysis/src/HPDIonFeedbackMoni.h +++ b/Rich/RichIFBAnalysis/src/HPDIonFeedbackMoni.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef RICHIFBANALYSIS_HPDIonFeedbackMoni_H #define RICHIFBANALYSIS_HPDIonFeedbackMoni_H 1 diff --git a/Rich/RichPIDMerge/CMakeLists.txt b/Rich/RichPIDMerge/CMakeLists.txt index b0eaa188f90..e46f7a70798 100644 --- a/Rich/RichPIDMerge/CMakeLists.txt +++ b/Rich/RichPIDMerge/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ################################################################################ # Package: RichPIDMerge ################################################################################ diff --git a/Rich/RichPIDMerge/src/RichHierarchicalPIDMerge.cpp b/Rich/RichPIDMerge/src/RichHierarchicalPIDMerge.cpp index 42367b125fc..507f2050dce 100755 --- a/Rich/RichPIDMerge/src/RichHierarchicalPIDMerge.cpp +++ b/Rich/RichPIDMerge/src/RichHierarchicalPIDMerge.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //------------------------------------------------------------------------ /** @file RichHierarchicalPIDMerge.cpp diff --git a/Rich/RichPIDMerge/src/RichHierarchicalPIDMerge.h b/Rich/RichPIDMerge/src/RichHierarchicalPIDMerge.h index 418f60aa1c3..d59988baf71 100755 --- a/Rich/RichPIDMerge/src/RichHierarchicalPIDMerge.h +++ b/Rich/RichPIDMerge/src/RichHierarchicalPIDMerge.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ /** @file RichHierarchicalPIDMerge.h * diff --git a/Rich/RichPIDMerge/src/RichPIDMerge.cpp b/Rich/RichPIDMerge/src/RichPIDMerge.cpp index 1eb8fe4b137..7b00d61a3e6 100755 --- a/Rich/RichPIDMerge/src/RichPIDMerge.cpp +++ b/Rich/RichPIDMerge/src/RichPIDMerge.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //------------------------------------------------------------------------ /** @file RichPIDMerge.cpp diff --git a/Rich/RichPIDMerge/src/RichPIDMerge.h b/Rich/RichPIDMerge/src/RichPIDMerge.h index de174a4658f..af3f88f17a6 100755 --- a/Rich/RichPIDMerge/src/RichPIDMerge.h +++ b/Rich/RichPIDMerge/src/RichPIDMerge.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ /** @file RichPIDMerge.h * diff --git a/Rich/RichParticleSearch/CMakeLists.txt b/Rich/RichParticleSearch/CMakeLists.txt index 99074744241..a9710532ec6 100644 --- a/Rich/RichParticleSearch/CMakeLists.txt +++ b/Rich/RichParticleSearch/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ################################################################################ # Package: RichParticleSearch ################################################################################ diff --git a/Rich/RichParticleSearch/macros/ParticleFinder/Fitter/ParticleFitter.cpp b/Rich/RichParticleSearch/macros/ParticleFinder/Fitter/ParticleFitter.cpp index 7e27bcf4edf..abf52f58365 100644 --- a/Rich/RichParticleSearch/macros/ParticleFinder/Fitter/ParticleFitter.cpp +++ b/Rich/RichParticleSearch/macros/ParticleFinder/Fitter/ParticleFitter.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ /* * ParticleFitter.cpp * diff --git a/Rich/RichParticleSearch/macros/ParticleFinder/Fitter/ParticleFitter.h b/Rich/RichParticleSearch/macros/ParticleFinder/Fitter/ParticleFitter.h index bab0d27028f..a16e87f7d05 100644 --- a/Rich/RichParticleSearch/macros/ParticleFinder/Fitter/ParticleFitter.h +++ b/Rich/RichParticleSearch/macros/ParticleFinder/Fitter/ParticleFitter.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ /* * ParticleFitter.h * diff --git a/Rich/RichParticleSearch/macros/ParticleFinder/ParticleFinder/src/IRichHist.h b/Rich/RichParticleSearch/macros/ParticleFinder/ParticleFinder/src/IRichHist.h index f0391da0ba7..184a0bef161 100644 --- a/Rich/RichParticleSearch/macros/ParticleFinder/ParticleFinder/src/IRichHist.h +++ b/Rich/RichParticleSearch/macros/ParticleFinder/ParticleFinder/src/IRichHist.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef IRICHHIST_H #define IRICHHIST_H diff --git a/Rich/RichParticleSearch/macros/ParticleFinder/ParticleFinder/src/IRichParticleFinder.h b/Rich/RichParticleSearch/macros/ParticleFinder/ParticleFinder/src/IRichParticleFinder.h index 146f24e6018..ddc93593038 100644 --- a/Rich/RichParticleSearch/macros/ParticleFinder/ParticleFinder/src/IRichParticleFinder.h +++ b/Rich/RichParticleSearch/macros/ParticleFinder/ParticleFinder/src/IRichParticleFinder.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef IRICHPARTICLEFINDER_H #define IRICHPARTICLEFINDER_H diff --git a/Rich/RichParticleSearch/macros/ParticleFinder/ParticleFinder/src/RichHist.h b/Rich/RichParticleSearch/macros/ParticleFinder/ParticleFinder/src/RichHist.h index f6f679c13f8..ed1ae986b85 100644 --- a/Rich/RichParticleSearch/macros/ParticleFinder/ParticleFinder/src/RichHist.h +++ b/Rich/RichParticleSearch/macros/ParticleFinder/ParticleFinder/src/RichHist.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef RICHHIST_H #define RICHHIST_H diff --git a/Rich/RichParticleSearch/macros/ParticleFinder/ParticleFinder/src/RichHist1D.cpp b/Rich/RichParticleSearch/macros/ParticleFinder/ParticleFinder/src/RichHist1D.cpp index d149a9b65e0..d70e975f2c2 100644 --- a/Rich/RichParticleSearch/macros/ParticleFinder/ParticleFinder/src/RichHist1D.cpp +++ b/Rich/RichParticleSearch/macros/ParticleFinder/ParticleFinder/src/RichHist1D.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include "RichHist1D.h" #include <iostream> diff --git a/Rich/RichParticleSearch/macros/ParticleFinder/ParticleFinder/src/RichHist1D.h b/Rich/RichParticleSearch/macros/ParticleFinder/ParticleFinder/src/RichHist1D.h index eebe0f0809a..f2d5f0f2d74 100644 --- a/Rich/RichParticleSearch/macros/ParticleFinder/ParticleFinder/src/RichHist1D.h +++ b/Rich/RichParticleSearch/macros/ParticleFinder/ParticleFinder/src/RichHist1D.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef RICHHIST1_H #define RICHHIST1_H diff --git a/Rich/RichParticleSearch/macros/ParticleFinder/ParticleFinder/src/RichHist2D.cpp b/Rich/RichParticleSearch/macros/ParticleFinder/ParticleFinder/src/RichHist2D.cpp index aa1a2d49a08..e47d2055e77 100644 --- a/Rich/RichParticleSearch/macros/ParticleFinder/ParticleFinder/src/RichHist2D.cpp +++ b/Rich/RichParticleSearch/macros/ParticleFinder/ParticleFinder/src/RichHist2D.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include "RichHist2D.h" using namespace std; diff --git a/Rich/RichParticleSearch/macros/ParticleFinder/ParticleFinder/src/RichHist2D.h b/Rich/RichParticleSearch/macros/ParticleFinder/ParticleFinder/src/RichHist2D.h index 84a1cc8c4b5..a8a0fb07207 100644 --- a/Rich/RichParticleSearch/macros/ParticleFinder/ParticleFinder/src/RichHist2D.h +++ b/Rich/RichParticleSearch/macros/ParticleFinder/ParticleFinder/src/RichHist2D.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef RICHHIST2D_H #define RICHHIST2D_H diff --git a/Rich/RichParticleSearch/macros/ParticleFinder/ParticleFinder/src/RichParticle.cpp b/Rich/RichParticleSearch/macros/ParticleFinder/ParticleFinder/src/RichParticle.cpp index 84620c6675f..fd4ddfc610b 100644 --- a/Rich/RichParticleSearch/macros/ParticleFinder/ParticleFinder/src/RichParticle.cpp +++ b/Rich/RichParticleSearch/macros/ParticleFinder/ParticleFinder/src/RichParticle.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include "RichParticle.h" using std::map; diff --git a/Rich/RichParticleSearch/macros/ParticleFinder/ParticleFinder/src/RichParticle.h b/Rich/RichParticleSearch/macros/ParticleFinder/ParticleFinder/src/RichParticle.h index 66a3a6639b3..bfb987ab6e6 100644 --- a/Rich/RichParticleSearch/macros/ParticleFinder/ParticleFinder/src/RichParticle.h +++ b/Rich/RichParticleSearch/macros/ParticleFinder/ParticleFinder/src/RichParticle.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef RICHPARTICLE_H #define RICHPARTICLE_H diff --git a/Rich/RichParticleSearch/macros/ParticleFinder/ParticleFinder/src/RichParticleFinder.cpp b/Rich/RichParticleSearch/macros/ParticleFinder/ParticleFinder/src/RichParticleFinder.cpp index 7037e2d950d..b93fb064ef7 100644 --- a/Rich/RichParticleSearch/macros/ParticleFinder/ParticleFinder/src/RichParticleFinder.cpp +++ b/Rich/RichParticleSearch/macros/ParticleFinder/ParticleFinder/src/RichParticleFinder.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include "RichParticleFinder.h" namespace MPC diff --git a/Rich/RichParticleSearch/macros/ParticleFinder/ParticleFinder/src/RichParticleFinder.h b/Rich/RichParticleSearch/macros/ParticleFinder/ParticleFinder/src/RichParticleFinder.h index fd6e04fecce..fc086521f3d 100644 --- a/Rich/RichParticleSearch/macros/ParticleFinder/ParticleFinder/src/RichParticleFinder.h +++ b/Rich/RichParticleSearch/macros/ParticleFinder/ParticleFinder/src/RichParticleFinder.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef RICHPARTICLEFINDER_H #define RICHPARTICLEFINDER_H diff --git a/Rich/RichParticleSearch/macros/ParticleFinder/Users/example/PartSearch/main.cpp b/Rich/RichParticleSearch/macros/ParticleFinder/Users/example/PartSearch/main.cpp index c2cfb0e24f7..d5eb1f7c5da 100644 --- a/Rich/RichParticleSearch/macros/ParticleFinder/Users/example/PartSearch/main.cpp +++ b/Rich/RichParticleSearch/macros/ParticleFinder/Users/example/PartSearch/main.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include <iostream> #include "ChainTuples.h" #include "RichParticleFinder.h" diff --git a/Rich/RichParticleSearch/macros/ParticleFinder/Utilities/src/ChainTuples.cpp b/Rich/RichParticleSearch/macros/ParticleFinder/Utilities/src/ChainTuples.cpp index bcff59fa541..5787ac868d6 100644 --- a/Rich/RichParticleSearch/macros/ParticleFinder/Utilities/src/ChainTuples.cpp +++ b/Rich/RichParticleSearch/macros/ParticleFinder/Utilities/src/ChainTuples.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include "ChainTuples.h" diff --git a/Rich/RichParticleSearch/macros/ParticleFinder/Utilities/src/ChainTuples.h b/Rich/RichParticleSearch/macros/ParticleFinder/Utilities/src/ChainTuples.h index db692f5000f..e32a43a621e 100644 --- a/Rich/RichParticleSearch/macros/ParticleFinder/Utilities/src/ChainTuples.h +++ b/Rich/RichParticleSearch/macros/ParticleFinder/Utilities/src/ChainTuples.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef CHAINTUPLES_H #define CHAINTUPLES_H diff --git a/Rich/RichParticleSearch/macros/ParticleFinder/Utilities/src/ReadFile.cpp b/Rich/RichParticleSearch/macros/ParticleFinder/Utilities/src/ReadFile.cpp index 85c4103b939..8bd4f83892a 100644 --- a/Rich/RichParticleSearch/macros/ParticleFinder/Utilities/src/ReadFile.cpp +++ b/Rich/RichParticleSearch/macros/ParticleFinder/Utilities/src/ReadFile.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include "ReadFile.h" using namespace std; diff --git a/Rich/RichParticleSearch/macros/ParticleFinder/Utilities/src/ReadFile.h b/Rich/RichParticleSearch/macros/ParticleFinder/Utilities/src/ReadFile.h index f25e88ac64b..ea34b266eb5 100644 --- a/Rich/RichParticleSearch/macros/ParticleFinder/Utilities/src/ReadFile.h +++ b/Rich/RichParticleSearch/macros/ParticleFinder/Utilities/src/ReadFile.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef READFILE_H #define READFILE_H diff --git a/Rich/RichParticleSearch/macros/RichYield/RichYield.h b/Rich/RichParticleSearch/macros/RichYield/RichYield.h index c184a72c9b6..40b75f2946e 100644 --- a/Rich/RichParticleSearch/macros/RichYield/RichYield.h +++ b/Rich/RichParticleSearch/macros/RichYield/RichYield.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ /* * RichYield.h * diff --git a/Rich/RichParticleSearch/macros/RichYield/RichYieldMain.cpp b/Rich/RichParticleSearch/macros/RichYield/RichYieldMain.cpp index 734fe6723bd..1a4e5d93854 100644 --- a/Rich/RichParticleSearch/macros/RichYield/RichYieldMain.cpp +++ b/Rich/RichParticleSearch/macros/RichYield/RichYieldMain.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ /* * RichYieldMain.cpp * diff --git a/Rich/RichParticleSearch/options/myOptions.py b/Rich/RichParticleSearch/options/myOptions.py index 20ff73ae435..120dbff1b40 100644 --- a/Rich/RichParticleSearch/options/myOptions.py +++ b/Rich/RichParticleSearch/options/myOptions.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # Example 2010 collisions options for RichParticleSearch # Syntax is: diff --git a/Rich/RichParticleSearch/options/myOptions_bkg.py b/Rich/RichParticleSearch/options/myOptions_bkg.py index 87e06b0f00a..367c3db6c43 100644 --- a/Rich/RichParticleSearch/options/myOptions_bkg.py +++ b/Rich/RichParticleSearch/options/myOptions_bkg.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # Example 2010 collisions options for RichParticleSearch # Syntax is: diff --git a/Rich/RichParticleSearch/python/RichParticleSearch/Configuration.py b/Rich/RichParticleSearch/python/RichParticleSearch/Configuration.py index b03b2d9a15f..b5c9bf8787f 100644 --- a/Rich/RichParticleSearch/python/RichParticleSearch/Configuration.py +++ b/Rich/RichParticleSearch/python/RichParticleSearch/Configuration.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### __author__ = "Chris Jones <Christopher.Rob.Jones@cern.ch>" diff --git a/Rich/RichParticleSearch/src/IMuonInformation.h b/Rich/RichParticleSearch/src/IMuonInformation.h index f74e93f593a..3deacbdbfe1 100644 --- a/Rich/RichParticleSearch/src/IMuonInformation.h +++ b/Rich/RichParticleSearch/src/IMuonInformation.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef IMUONINFORMATION_H #define IMUONINFORMATION_H 1 diff --git a/Rich/RichParticleSearch/src/MuonInformation.cpp b/Rich/RichParticleSearch/src/MuonInformation.cpp index 30ac590350e..4f5ef4b818c 100644 --- a/Rich/RichParticleSearch/src/MuonInformation.cpp +++ b/Rich/RichParticleSearch/src/MuonInformation.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // local diff --git a/Rich/RichParticleSearch/src/MuonInformation.h b/Rich/RichParticleSearch/src/MuonInformation.h index 8ca50142eba..be22a7c3b15 100644 --- a/Rich/RichParticleSearch/src/MuonInformation.h +++ b/Rich/RichParticleSearch/src/MuonInformation.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef MUONINFORMATION_H #define MUONINFORMATION_H 1 diff --git a/Rich/RichParticleSearch/src/RichParticleSearchMain.cpp b/Rich/RichParticleSearch/src/RichParticleSearchMain.cpp index 09cb1f43b8e..cc26ba9eacd 100644 --- a/Rich/RichParticleSearch/src/RichParticleSearchMain.cpp +++ b/Rich/RichParticleSearch/src/RichParticleSearchMain.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // From Gaudi diff --git a/Rich/RichParticleSearch/src/RichParticleSearchMain.h b/Rich/RichParticleSearch/src/RichParticleSearchMain.h index 8ccdca7a0e0..66e998a787c 100644 --- a/Rich/RichParticleSearch/src/RichParticleSearchMain.h +++ b/Rich/RichParticleSearch/src/RichParticleSearchMain.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef RICHPARTICLESEARCHMAIN_H #define RICHPARTICLESEARCHMAIN_H 1 diff --git a/Rich/RichPhotonCounting/CMakeLists.txt b/Rich/RichPhotonCounting/CMakeLists.txt index 59fbafb7bbb..8964c930387 100644 --- a/Rich/RichPhotonCounting/CMakeLists.txt +++ b/Rich/RichPhotonCounting/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ################################################################################ # Package: RichAlignment ################################################################################ diff --git a/Rich/RichPhotonCounting/options/DST_writer_2012_muDLL3.py b/Rich/RichPhotonCounting/options/DST_writer_2012_muDLL3.py index 98c86654e37..b23f685bcd6 100644 --- a/Rich/RichPhotonCounting/options/DST_writer_2012_muDLL3.py +++ b/Rich/RichPhotonCounting/options/DST_writer_2012_muDLL3.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### from Gaudi.Configuration import * diff --git a/Rich/RichPhotonCounting/options/brunel-photon-count.py b/Rich/RichPhotonCounting/options/brunel-photon-count.py index 811fb20c6c9..80ceb9a3b44 100644 --- a/Rich/RichPhotonCounting/options/brunel-photon-count.py +++ b/Rich/RichPhotonCounting/options/brunel-photon-count.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### from Gaudi.Configuration import * from Brunel.Configuration import * from Configurables import Brunel, LHCbApp diff --git a/Rich/RichPhotonCounting/python/RichPhotonCounting/Configuration.py b/Rich/RichPhotonCounting/python/RichPhotonCounting/Configuration.py index 9162d2d29ab..88d109ea9c4 100755 --- a/Rich/RichPhotonCounting/python/RichPhotonCounting/Configuration.py +++ b/Rich/RichPhotonCounting/python/RichPhotonCounting/Configuration.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### __author__ = "Chris Jones <Christopher.Rob.Jones@cern.ch>" diff --git a/Rich/RichPhotonCounting/src/RichPhotonCounter.cpp b/Rich/RichPhotonCounting/src/RichPhotonCounter.cpp index e7cb2490125..e3bd14ec4bd 100755 --- a/Rich/RichPhotonCounting/src/RichPhotonCounter.cpp +++ b/Rich/RichPhotonCounting/src/RichPhotonCounter.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ /** @file RichPhotonCounter.cpp * * Implementation file for algorithm class : RichPhotonCounter diff --git a/Rich/RichPhotonCounting/src/RichPhotonCounter.h b/Rich/RichPhotonCounting/src/RichPhotonCounter.h index 3af76ee55e9..0d878da69de 100755 --- a/Rich/RichPhotonCounting/src/RichPhotonCounter.h +++ b/Rich/RichPhotonCounting/src/RichPhotonCounter.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ /** @file RichPhotonCounter.h * * Header file for algorithm class : Rich::Rec::MC::RichPhotonCounter diff --git a/Rich/RichRecAlgorithms/CMakeLists.txt b/Rich/RichRecAlgorithms/CMakeLists.txt index 1bd473119a5..c9d18d6cdbe 100644 --- a/Rich/RichRecAlgorithms/CMakeLists.txt +++ b/Rich/RichRecAlgorithms/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ################################################################################ # Package: RichRecAlgorithms ################################################################################ diff --git a/Rich/RichRecAlgorithms/src/RichRecClearEvent.cpp b/Rich/RichRecAlgorithms/src/RichRecClearEvent.cpp index a8030e69122..9b4b907ab8e 100755 --- a/Rich/RichRecAlgorithms/src/RichRecClearEvent.cpp +++ b/Rich/RichRecAlgorithms/src/RichRecClearEvent.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //-------------------------------------------------------------------------- /** @file RichRecClearEvent.cpp diff --git a/Rich/RichRecAlgorithms/src/RichRecClearEvent.h b/Rich/RichRecAlgorithms/src/RichRecClearEvent.h index 86606e65978..aaa99230b18 100755 --- a/Rich/RichRecAlgorithms/src/RichRecClearEvent.h +++ b/Rich/RichRecAlgorithms/src/RichRecClearEvent.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //--------------------------------------------------------------------------- /** @file RichRecClearEvent.h diff --git a/Rich/RichRecAlgorithms/src/RichRecEventSelectionAlg.cpp b/Rich/RichRecAlgorithms/src/RichRecEventSelectionAlg.cpp index fb355f70094..58a05dc70b3 100755 --- a/Rich/RichRecAlgorithms/src/RichRecEventSelectionAlg.cpp +++ b/Rich/RichRecAlgorithms/src/RichRecEventSelectionAlg.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //-------------------------------------------------------------------------- /** @file RichRecEventSelectionAlg.cpp diff --git a/Rich/RichRecAlgorithms/src/RichRecEventSelectionAlg.h b/Rich/RichRecAlgorithms/src/RichRecEventSelectionAlg.h index bde0ff1d0c6..7b27fceb2ba 100755 --- a/Rich/RichRecAlgorithms/src/RichRecEventSelectionAlg.h +++ b/Rich/RichRecAlgorithms/src/RichRecEventSelectionAlg.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //--------------------------------------------------------------------------- /** @file RichRecEventSelectionAlg.h diff --git a/Rich/RichRecAlgorithms/src/RichRecInit.cpp b/Rich/RichRecAlgorithms/src/RichRecInit.cpp index 38b117eb141..2b277f3eeca 100755 --- a/Rich/RichRecAlgorithms/src/RichRecInit.cpp +++ b/Rich/RichRecAlgorithms/src/RichRecInit.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //-------------------------------------------------------------------------- /** @file RichRecInit.cpp diff --git a/Rich/RichRecAlgorithms/src/RichRecInit.h b/Rich/RichRecAlgorithms/src/RichRecInit.h index 70d3db208d2..88e67d12c9d 100755 --- a/Rich/RichRecAlgorithms/src/RichRecInit.h +++ b/Rich/RichRecAlgorithms/src/RichRecInit.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //--------------------------------------------------------------------------- /** @file RichRecInit.h diff --git a/Rich/RichRecAlgorithms/src/RichRecPixelBackgroundAlg.cpp b/Rich/RichRecAlgorithms/src/RichRecPixelBackgroundAlg.cpp index 5ecaa1576e8..87fff24df7a 100755 --- a/Rich/RichRecAlgorithms/src/RichRecPixelBackgroundAlg.cpp +++ b/Rich/RichRecAlgorithms/src/RichRecPixelBackgroundAlg.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //-------------------------------------------------------------------------- /** @file RichRecPixelBackgroundAlg.cpp diff --git a/Rich/RichRecAlgorithms/src/RichRecPixelBackgroundAlg.h b/Rich/RichRecAlgorithms/src/RichRecPixelBackgroundAlg.h index 568f5e20933..3cd4730a1ab 100755 --- a/Rich/RichRecAlgorithms/src/RichRecPixelBackgroundAlg.h +++ b/Rich/RichRecAlgorithms/src/RichRecPixelBackgroundAlg.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //--------------------------------------------------------------------------- /** @file RichRecPixelBackgroundAlg.h diff --git a/Rich/RichRecAlgorithms/src/RichRecSummaryAlg.cpp b/Rich/RichRecAlgorithms/src/RichRecSummaryAlg.cpp index f4375842140..f8ccbab2951 100755 --- a/Rich/RichRecAlgorithms/src/RichRecSummaryAlg.cpp +++ b/Rich/RichRecAlgorithms/src/RichRecSummaryAlg.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //-------------------------------------------------------------------------- /** @file RichRecSummaryAlg.cpp diff --git a/Rich/RichRecAlgorithms/src/RichRecSummaryAlg.h b/Rich/RichRecAlgorithms/src/RichRecSummaryAlg.h index 2572f63702d..791293905e3 100755 --- a/Rich/RichRecAlgorithms/src/RichRecSummaryAlg.h +++ b/Rich/RichRecAlgorithms/src/RichRecSummaryAlg.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //--------------------------------------------------------------------------- /** @file RichRecSummaryAlg.h diff --git a/Rich/RichRecAlgorithms/src/RichTrackPIDAlg.cpp b/Rich/RichRecAlgorithms/src/RichTrackPIDAlg.cpp index 4cc7b5a2ba3..66de9d83734 100755 --- a/Rich/RichRecAlgorithms/src/RichTrackPIDAlg.cpp +++ b/Rich/RichRecAlgorithms/src/RichTrackPIDAlg.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //-------------------------------------------------------------------------- /** @file RichRecInit.cpp diff --git a/Rich/RichRecAlgorithms/src/RichTrackPIDAlg.h b/Rich/RichRecAlgorithms/src/RichTrackPIDAlg.h index 1095d020d7c..461b0c834e3 100755 --- a/Rich/RichRecAlgorithms/src/RichTrackPIDAlg.h +++ b/Rich/RichRecAlgorithms/src/RichTrackPIDAlg.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //--------------------------------------------------------------------------- /** @file RichTrackPIDAlg.h diff --git a/Rich/RichRecAlgorithms/src/RichTracklessRingFilterAlg.cpp b/Rich/RichRecAlgorithms/src/RichTracklessRingFilterAlg.cpp index 27b52204ad7..efac60f66b0 100755 --- a/Rich/RichRecAlgorithms/src/RichTracklessRingFilterAlg.cpp +++ b/Rich/RichRecAlgorithms/src/RichTracklessRingFilterAlg.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //-------------------------------------------------------------------------- /** @file RichTracklessRingFilterAlg.cpp diff --git a/Rich/RichRecAlgorithms/src/RichTracklessRingFilterAlg.h b/Rich/RichRecAlgorithms/src/RichTracklessRingFilterAlg.h index 1a66fc3cad5..f73a65e5dd8 100755 --- a/Rich/RichRecAlgorithms/src/RichTracklessRingFilterAlg.h +++ b/Rich/RichRecAlgorithms/src/RichTracklessRingFilterAlg.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //--------------------------------------------------------------------------- /** @file RichTracklessRingFilterAlg.h diff --git a/Rich/RichRecAlgorithms/src/RichTracklessRingIsolationAlg.cpp b/Rich/RichRecAlgorithms/src/RichTracklessRingIsolationAlg.cpp index 28abdb5202e..bf8d152b1d9 100755 --- a/Rich/RichRecAlgorithms/src/RichTracklessRingIsolationAlg.cpp +++ b/Rich/RichRecAlgorithms/src/RichTracklessRingIsolationAlg.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //-------------------------------------------------------------------------- /** @file RichTracklessRingIsolationAlg.cpp diff --git a/Rich/RichRecAlgorithms/src/RichTracklessRingIsolationAlg.h b/Rich/RichRecAlgorithms/src/RichTracklessRingIsolationAlg.h index 19245e41166..51641a5fb50 100755 --- a/Rich/RichRecAlgorithms/src/RichTracklessRingIsolationAlg.h +++ b/Rich/RichRecAlgorithms/src/RichTracklessRingIsolationAlg.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //--------------------------------------------------------------------------- /** @file RichTracklessRingIsolationAlg.h diff --git a/Rich/RichRecAlgorithms/src/RichTracklessRingSegmentAssociationAlg.cpp b/Rich/RichRecAlgorithms/src/RichTracklessRingSegmentAssociationAlg.cpp index 99256b84997..5440e671253 100755 --- a/Rich/RichRecAlgorithms/src/RichTracklessRingSegmentAssociationAlg.cpp +++ b/Rich/RichRecAlgorithms/src/RichTracklessRingSegmentAssociationAlg.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //-------------------------------------------------------------------------- /** @file RichTracklessRingSegmentAssociationAlg.cpp diff --git a/Rich/RichRecAlgorithms/src/RichTracklessRingSegmentAssociationAlg.h b/Rich/RichRecAlgorithms/src/RichTracklessRingSegmentAssociationAlg.h index 34ffb2f01c7..2e6d73adca5 100755 --- a/Rich/RichRecAlgorithms/src/RichTracklessRingSegmentAssociationAlg.h +++ b/Rich/RichRecAlgorithms/src/RichTracklessRingSegmentAssociationAlg.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //--------------------------------------------------------------------------- /** @file RichTracklessRingSegmentAssociationAlg.h diff --git a/Rich/RichRecAlgorithms/src/TrackUseCaloMomentumAlg.cpp b/Rich/RichRecAlgorithms/src/TrackUseCaloMomentumAlg.cpp index 670c66299e2..89eddf99218 100755 --- a/Rich/RichRecAlgorithms/src/TrackUseCaloMomentumAlg.cpp +++ b/Rich/RichRecAlgorithms/src/TrackUseCaloMomentumAlg.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // local #include "TrackUseCaloMomentumAlg.h" diff --git a/Rich/RichRecAlgorithms/src/TrackUseCaloMomentumAlg.h b/Rich/RichRecAlgorithms/src/TrackUseCaloMomentumAlg.h index 00a0c8e6bf1..cab0ed58550 100755 --- a/Rich/RichRecAlgorithms/src/TrackUseCaloMomentumAlg.h +++ b/Rich/RichRecAlgorithms/src/TrackUseCaloMomentumAlg.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TRACKUSECALOMOMENTUMALG_H #define TRACKUSECALOMOMENTUMALG_H 1 diff --git a/Rich/RichRecBase/CMakeLists.txt b/Rich/RichRecBase/CMakeLists.txt index b960bd9e6b3..afec8388122 100644 --- a/Rich/RichRecBase/CMakeLists.txt +++ b/Rich/RichRecBase/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ################################################################################ # Package: RichRecBase ################################################################################ diff --git a/Rich/RichRecBase/RichRecBase/FastRingFitter.h b/Rich/RichRecBase/RichRecBase/FastRingFitter.h index de0790619d7..9830ec6b73a 100755 --- a/Rich/RichRecBase/RichRecBase/FastRingFitter.h +++ b/Rich/RichRecBase/RichRecBase/FastRingFitter.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file FastRingFitter.h diff --git a/Rich/RichRecBase/RichRecBase/RichPhotonCreatorBase.h b/Rich/RichRecBase/RichRecBase/RichPhotonCreatorBase.h index 85106f385cc..fdd0578454e 100755 --- a/Rich/RichRecBase/RichRecBase/RichPhotonCreatorBase.h +++ b/Rich/RichRecBase/RichRecBase/RichPhotonCreatorBase.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //--------------------------------------------------------------------------------- /** @file RichPhotonCreatorBase.h diff --git a/Rich/RichRecBase/RichRecBase/RichPixelCreatorBase.h b/Rich/RichRecBase/RichRecBase/RichPixelCreatorBase.h index cb9b9bef058..6e0c6725fbc 100755 --- a/Rich/RichRecBase/RichRecBase/RichPixelCreatorBase.h +++ b/Rich/RichRecBase/RichRecBase/RichPixelCreatorBase.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //--------------------------------------------------------------------------------- /** @file RichPixelCreatorBase.h diff --git a/Rich/RichRecBase/RichRecBase/RichRecAlgBase.h b/Rich/RichRecBase/RichRecBase/RichRecAlgBase.h index 2a4a27fbe02..6ce67b30560 100755 --- a/Rich/RichRecBase/RichRecBase/RichRecAlgBase.h +++ b/Rich/RichRecBase/RichRecBase/RichRecAlgBase.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichRecAlgBase.h diff --git a/Rich/RichRecBase/RichRecBase/RichRecBase.h b/Rich/RichRecBase/RichRecBase/RichRecBase.h index 59f9be42184..f58de50a025 100755 --- a/Rich/RichRecBase/RichRecBase/RichRecBase.h +++ b/Rich/RichRecBase/RichRecBase/RichRecBase.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichRecBase.h diff --git a/Rich/RichRecBase/RichRecBase/RichRecHistoAlgBase.h b/Rich/RichRecBase/RichRecBase/RichRecHistoAlgBase.h index dac06002f7d..5271cb623db 100755 --- a/Rich/RichRecBase/RichRecBase/RichRecHistoAlgBase.h +++ b/Rich/RichRecBase/RichRecBase/RichRecHistoAlgBase.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichRecHistoAlgBase.h diff --git a/Rich/RichRecBase/RichRecBase/RichRecHistoToolBase.h b/Rich/RichRecBase/RichRecBase/RichRecHistoToolBase.h index 26143737a42..1f12101565c 100755 --- a/Rich/RichRecBase/RichRecBase/RichRecHistoToolBase.h +++ b/Rich/RichRecBase/RichRecBase/RichRecHistoToolBase.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichRecHistoToolBase.h diff --git a/Rich/RichRecBase/RichRecBase/RichRecNamespaces.h b/Rich/RichRecBase/RichRecBase/RichRecNamespaces.h index 05285366134..00befa138cf 100755 --- a/Rich/RichRecBase/RichRecBase/RichRecNamespaces.h +++ b/Rich/RichRecBase/RichRecBase/RichRecNamespaces.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @namespace Rich::Rec diff --git a/Rich/RichRecBase/RichRecBase/RichRecToolBase.h b/Rich/RichRecBase/RichRecBase/RichRecToolBase.h index 559874bc175..320c5f21366 100755 --- a/Rich/RichRecBase/RichRecBase/RichRecToolBase.h +++ b/Rich/RichRecBase/RichRecBase/RichRecToolBase.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichRecToolBase.h diff --git a/Rich/RichRecBase/RichRecBase/RichRecTupleAlgBase.h b/Rich/RichRecBase/RichRecBase/RichRecTupleAlgBase.h index e3e391adeac..4bfb1ca5da0 100755 --- a/Rich/RichRecBase/RichRecBase/RichRecTupleAlgBase.h +++ b/Rich/RichRecBase/RichRecBase/RichRecTupleAlgBase.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichRecTupleAlgBase.h diff --git a/Rich/RichRecBase/RichRecBase/RichRecTupleToolBase.h b/Rich/RichRecBase/RichRecBase/RichRecTupleToolBase.h index 27dcb63ec84..998c705c87e 100755 --- a/Rich/RichRecBase/RichRecBase/RichRecTupleToolBase.h +++ b/Rich/RichRecBase/RichRecBase/RichRecTupleToolBase.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichRecTupleToolBase.h diff --git a/Rich/RichRecBase/RichRecBase/RichTrackCreatorBase.h b/Rich/RichRecBase/RichRecBase/RichTrackCreatorBase.h index 019abfa9757..a1dd7814abb 100755 --- a/Rich/RichRecBase/RichRecBase/RichTrackCreatorBase.h +++ b/Rich/RichRecBase/RichRecBase/RichTrackCreatorBase.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //--------------------------------------------------------------------------------- /** @file RichTrackCreatorBase.h diff --git a/Rich/RichRecBase/RichRecBase/RichTrackSelectorBase.h b/Rich/RichRecBase/RichRecBase/RichTrackSelectorBase.h index bb8abfbd869..a0f61a5de56 100755 --- a/Rich/RichRecBase/RichRecBase/RichTrackSelectorBase.h +++ b/Rich/RichRecBase/RichRecBase/RichTrackSelectorBase.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichTrackSelectorBase.h diff --git a/Rich/RichRecBase/dict/RichRecBaseDict.h b/Rich/RichRecBase/dict/RichRecBaseDict.h index e2dc7d2c08c..57dc4416e32 100755 --- a/Rich/RichRecBase/dict/RichRecBaseDict.h +++ b/Rich/RichRecBase/dict/RichRecBaseDict.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef DICT_RICHRECBASEDICT_H #define DICT_RICHRECBASEDICT_H 1 diff --git a/Rich/RichRecBase/dict/RichRecBaseDict.xml b/Rich/RichRecBase/dict/RichRecBaseDict.xml index 42b23c96a29..85cf0331b5b 100755 --- a/Rich/RichRecBase/dict/RichRecBaseDict.xml +++ b/Rich/RichRecBase/dict/RichRecBaseDict.xml @@ -1,3 +1,13 @@ +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <lcgdict> <class name = "Rich::Rec::FastRingFitter" /> diff --git a/Rich/RichRecBase/src/FastRingFitter.cpp b/Rich/RichRecBase/src/FastRingFitter.cpp index 13fea910c80..8b253b87f12 100755 --- a/Rich/RichRecBase/src/FastRingFitter.cpp +++ b/Rich/RichRecBase/src/FastRingFitter.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file FastRingFitter.cpp diff --git a/Rich/RichRecBase/src/RichPhotonCreatorBase.cpp b/Rich/RichRecBase/src/RichPhotonCreatorBase.cpp index 71ebb496da8..58a80840c3e 100755 --- a/Rich/RichRecBase/src/RichPhotonCreatorBase.cpp +++ b/Rich/RichRecBase/src/RichPhotonCreatorBase.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichPhotonCreatorBase.cpp diff --git a/Rich/RichRecBase/src/RichPixelCreatorBase.cpp b/Rich/RichRecBase/src/RichPixelCreatorBase.cpp index 6e39d2f6a6d..1dbe2aa8e61 100755 --- a/Rich/RichRecBase/src/RichPixelCreatorBase.cpp +++ b/Rich/RichRecBase/src/RichPixelCreatorBase.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //--------------------------------------------------------------------------------- /** @file RichPixelCreatorBase.cpp diff --git a/Rich/RichRecBase/src/RichRecAlgBase.cpp b/Rich/RichRecBase/src/RichRecAlgBase.cpp index 56fda9e1d4d..81665a20e0c 100755 --- a/Rich/RichRecBase/src/RichRecAlgBase.cpp +++ b/Rich/RichRecBase/src/RichRecAlgBase.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichRecAlgBase.cpp diff --git a/Rich/RichRecBase/src/RichRecBase.icpp b/Rich/RichRecBase/src/RichRecBase.icpp index 2bc75d6c827..b1f7ca57c55 100755 --- a/Rich/RichRecBase/src/RichRecBase.icpp +++ b/Rich/RichRecBase/src/RichRecBase.icpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichRecBase.icpp diff --git a/Rich/RichRecBase/src/RichRecHistoAlgBase.cpp b/Rich/RichRecBase/src/RichRecHistoAlgBase.cpp index 3ef47b54c08..f0f1f63dcd0 100755 --- a/Rich/RichRecBase/src/RichRecHistoAlgBase.cpp +++ b/Rich/RichRecBase/src/RichRecHistoAlgBase.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichRecHistoAlgBase.cpp diff --git a/Rich/RichRecBase/src/RichRecHistoToolBase.cpp b/Rich/RichRecBase/src/RichRecHistoToolBase.cpp index 67220b660f6..88677190481 100755 --- a/Rich/RichRecBase/src/RichRecHistoToolBase.cpp +++ b/Rich/RichRecBase/src/RichRecHistoToolBase.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichRecHistoToolBase.cpp diff --git a/Rich/RichRecBase/src/RichRecToolBase.cpp b/Rich/RichRecBase/src/RichRecToolBase.cpp index 6ffb92d4937..8a1004224ba 100755 --- a/Rich/RichRecBase/src/RichRecToolBase.cpp +++ b/Rich/RichRecBase/src/RichRecToolBase.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichRecToolBase.cpp diff --git a/Rich/RichRecBase/src/RichRecTupleAlgBase.cpp b/Rich/RichRecBase/src/RichRecTupleAlgBase.cpp index 60deb3b260c..5c253a2cf24 100755 --- a/Rich/RichRecBase/src/RichRecTupleAlgBase.cpp +++ b/Rich/RichRecBase/src/RichRecTupleAlgBase.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichRecTupleAlgBase.cpp diff --git a/Rich/RichRecBase/src/RichRecTupleToolBase.cpp b/Rich/RichRecBase/src/RichRecTupleToolBase.cpp index 952aac0c474..9e7e7cafee0 100755 --- a/Rich/RichRecBase/src/RichRecTupleToolBase.cpp +++ b/Rich/RichRecBase/src/RichRecTupleToolBase.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichRecTupleToolBase.cpp diff --git a/Rich/RichRecBase/src/RichTrackCreatorBase.cpp b/Rich/RichRecBase/src/RichTrackCreatorBase.cpp index bbf89c38d8a..80d3528b94b 100755 --- a/Rich/RichRecBase/src/RichTrackCreatorBase.cpp +++ b/Rich/RichRecBase/src/RichTrackCreatorBase.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //--------------------------------------------------------------------------------- /** @file RichTrackCreatorBase.cpp diff --git a/Rich/RichRecBase/src/RichTrackSelectorBase.cpp b/Rich/RichRecBase/src/RichTrackSelectorBase.cpp index 6e417b4e7b5..1fcf36c4296 100755 --- a/Rich/RichRecBase/src/RichTrackSelectorBase.cpp +++ b/Rich/RichRecBase/src/RichTrackSelectorBase.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichTrackSelectorBase.cpp diff --git a/Rich/RichRecEvent/CMakeLists.txt b/Rich/RichRecEvent/CMakeLists.txt index a9a8638a699..02e7d566e46 100644 --- a/Rich/RichRecEvent/CMakeLists.txt +++ b/Rich/RichRecEvent/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ################################################################################ # Package: RichRecEvent ################################################################################ diff --git a/Rich/RichRecEvent/dict/RichRecEventDict.h b/Rich/RichRecEvent/dict/RichRecEventDict.h index de7f217fb66..bdf5a58a998 100755 --- a/Rich/RichRecEvent/dict/RichRecEventDict.h +++ b/Rich/RichRecEvent/dict/RichRecEventDict.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef DICT_RICHRECEVENTDICT_H #define DICT_RICHRECEVENTDICT_H 1 diff --git a/Rich/RichRecEvent/dict/RichRecEventDict.xml b/Rich/RichRecEvent/dict/RichRecEventDict.xml index a6d791d76a1..38c496bf030 100755 --- a/Rich/RichRecEvent/dict/RichRecEventDict.xml +++ b/Rich/RichRecEvent/dict/RichRecEventDict.xml @@ -1,3 +1,13 @@ +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <lcgdict> <class name = "LHCb::RichRecSegment" /> diff --git a/Rich/RichRecEvent/src/RichRecPhoton.cpp b/Rich/RichRecEvent/src/RichRecPhoton.cpp index 659947f0efe..3b5cc7b7e61 100755 --- a/Rich/RichRecEvent/src/RichRecPhoton.cpp +++ b/Rich/RichRecEvent/src/RichRecPhoton.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichRecPhoton.cpp diff --git a/Rich/RichRecEvent/src/RichRecRing.cpp b/Rich/RichRecEvent/src/RichRecRing.cpp index e2e5bd8958f..b61947e113c 100755 --- a/Rich/RichRecEvent/src/RichRecRing.cpp +++ b/Rich/RichRecEvent/src/RichRecRing.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichRecRing.cpp diff --git a/Rich/RichRecEvent/src/RichRecSegment.cpp b/Rich/RichRecEvent/src/RichRecSegment.cpp index 4fde9617239..4087010bd15 100755 --- a/Rich/RichRecEvent/src/RichRecSegment.cpp +++ b/Rich/RichRecEvent/src/RichRecSegment.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichRecSegment.cpp diff --git a/Rich/RichRecEvent/src/RichRecTrack.cpp b/Rich/RichRecEvent/src/RichRecTrack.cpp index b7ae8d9cc1f..4e0b1bd19d9 100755 --- a/Rich/RichRecEvent/src/RichRecTrack.cpp +++ b/Rich/RichRecEvent/src/RichRecTrack.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichRecTrack.cpp diff --git a/Rich/RichRecEvent/xml/RichRecPhoton.xml b/Rich/RichRecEvent/xml/RichRecPhoton.xml index 271a24c6e7a..4dacebb37fc 100755 --- a/Rich/RichRecEvent/xml/RichRecPhoton.xml +++ b/Rich/RichRecEvent/xml/RichRecPhoton.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <!DOCTYPE gdd SYSTEM "gdd.dtd"> <gdd> <package name="RichRecBase"> diff --git a/Rich/RichRecEvent/xml/RichRecPixel.xml b/Rich/RichRecEvent/xml/RichRecPixel.xml index baed40ef284..ebd9d9a08da 100755 --- a/Rich/RichRecEvent/xml/RichRecPixel.xml +++ b/Rich/RichRecEvent/xml/RichRecPixel.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <!DOCTYPE gdd SYSTEM "gdd.dtd"> <gdd> <package name="RichRecBase"> diff --git a/Rich/RichRecEvent/xml/RichRecPixelOnRing.xml b/Rich/RichRecEvent/xml/RichRecPixelOnRing.xml index 165f2c9fbda..d93b7827165 100755 --- a/Rich/RichRecEvent/xml/RichRecPixelOnRing.xml +++ b/Rich/RichRecEvent/xml/RichRecPixelOnRing.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <!DOCTYPE gdd SYSTEM "gdd.dtd"> <gdd> <package name="RichRecBase"> diff --git a/Rich/RichRecEvent/xml/RichRecPointOnRing.xml b/Rich/RichRecEvent/xml/RichRecPointOnRing.xml index 4a6f4fd3b1d..cd565d12626 100755 --- a/Rich/RichRecEvent/xml/RichRecPointOnRing.xml +++ b/Rich/RichRecEvent/xml/RichRecPointOnRing.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="iso-8859-1"?> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <!DOCTYPE gdd SYSTEM "gdd.dtd"> <gdd> <package name="RichRecBase"> diff --git a/Rich/RichRecEvent/xml/RichRecRing.xml b/Rich/RichRecEvent/xml/RichRecRing.xml index ad7b56337fa..cf47fd33873 100755 --- a/Rich/RichRecEvent/xml/RichRecRing.xml +++ b/Rich/RichRecEvent/xml/RichRecRing.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <!DOCTYPE gdd SYSTEM "gdd.dtd"> <gdd> <package name="RichRecBase"> diff --git a/Rich/RichRecEvent/xml/RichRecRingOnPixel.xml b/Rich/RichRecEvent/xml/RichRecRingOnPixel.xml index 573a4f99280..c648e71c2fb 100755 --- a/Rich/RichRecEvent/xml/RichRecRingOnPixel.xml +++ b/Rich/RichRecEvent/xml/RichRecRingOnPixel.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <!DOCTYPE gdd SYSTEM "gdd.dtd"> <gdd> <package name="RichRecBase"> diff --git a/Rich/RichRecEvent/xml/RichRecSegment.xml b/Rich/RichRecEvent/xml/RichRecSegment.xml index dea1c06e45d..82559fbd2bf 100755 --- a/Rich/RichRecEvent/xml/RichRecSegment.xml +++ b/Rich/RichRecEvent/xml/RichRecSegment.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <!DOCTYPE gdd SYSTEM "gdd.dtd"> <gdd> <package name="RichRecBase"> diff --git a/Rich/RichRecEvent/xml/RichRecStatus.xml b/Rich/RichRecEvent/xml/RichRecStatus.xml index 3e3c9c52e1d..28a3eb8f4b2 100755 --- a/Rich/RichRecEvent/xml/RichRecStatus.xml +++ b/Rich/RichRecEvent/xml/RichRecStatus.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <!DOCTYPE gdd SYSTEM "gdd.dtd"> <gdd> <package name="RichRecBase"> diff --git a/Rich/RichRecEvent/xml/RichRecTrack.xml b/Rich/RichRecEvent/xml/RichRecTrack.xml index b1c89d3d55d..8b7615c7167 100755 --- a/Rich/RichRecEvent/xml/RichRecTrack.xml +++ b/Rich/RichRecEvent/xml/RichRecTrack.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <!DOCTYPE gdd SYSTEM "gdd.dtd"> <gdd> <package name="RichRecBase"> diff --git a/Rich/RichRecInterfaces/CMakeLists.txt b/Rich/RichRecInterfaces/CMakeLists.txt index 8fdf701faae..2c33f4f1eca 100644 --- a/Rich/RichRecInterfaces/CMakeLists.txt +++ b/Rich/RichRecInterfaces/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ################################################################################ # Package: RichRecInterfaces ################################################################################ diff --git a/Rich/RichRecInterfaces/RichRecInterfaces/IRichBaseTrackSelector.h b/Rich/RichRecInterfaces/RichRecInterfaces/IRichBaseTrackSelector.h index 8dece444501..943f42c66aa 100755 --- a/Rich/RichRecInterfaces/RichRecInterfaces/IRichBaseTrackSelector.h +++ b/Rich/RichRecInterfaces/RichRecInterfaces/IRichBaseTrackSelector.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file IRichBaseTrackSelector.h diff --git a/Rich/RichRecInterfaces/RichRecInterfaces/IRichCherenkovAngle.h b/Rich/RichRecInterfaces/RichRecInterfaces/IRichCherenkovAngle.h index e47a658432b..a98b4ee192c 100755 --- a/Rich/RichRecInterfaces/RichRecInterfaces/IRichCherenkovAngle.h +++ b/Rich/RichRecInterfaces/RichRecInterfaces/IRichCherenkovAngle.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file IRichCherenkovAngle.h diff --git a/Rich/RichRecInterfaces/RichRecInterfaces/IRichCherenkovResolution.h b/Rich/RichRecInterfaces/RichRecInterfaces/IRichCherenkovResolution.h index 54d3be2a92a..eb654108845 100755 --- a/Rich/RichRecInterfaces/RichRecInterfaces/IRichCherenkovResolution.h +++ b/Rich/RichRecInterfaces/RichRecInterfaces/IRichCherenkovResolution.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file IRichCherenkovResolution.h diff --git a/Rich/RichRecInterfaces/RichRecInterfaces/IRichExpectedTrackSignal.h b/Rich/RichRecInterfaces/RichRecInterfaces/IRichExpectedTrackSignal.h index 8c738375506..e1cb399b065 100755 --- a/Rich/RichRecInterfaces/RichRecInterfaces/IRichExpectedTrackSignal.h +++ b/Rich/RichRecInterfaces/RichRecInterfaces/IRichExpectedTrackSignal.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file IRichExpectedTrackSignal.h diff --git a/Rich/RichRecInterfaces/RichRecInterfaces/IRichGasQuartzWindowAbs.h b/Rich/RichRecInterfaces/RichRecInterfaces/IRichGasQuartzWindowAbs.h index 525afa74e3a..430cd4ef51a 100755 --- a/Rich/RichRecInterfaces/RichRecInterfaces/IRichGasQuartzWindowAbs.h +++ b/Rich/RichRecInterfaces/RichRecInterfaces/IRichGasQuartzWindowAbs.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file IRichGasQuartzWindowAbs.h diff --git a/Rich/RichRecInterfaces/RichRecInterfaces/IRichGeomEff.h b/Rich/RichRecInterfaces/RichRecInterfaces/IRichGeomEff.h index 72d9beeefe2..eae8a4e2caf 100755 --- a/Rich/RichRecInterfaces/RichRecInterfaces/IRichGeomEff.h +++ b/Rich/RichRecInterfaces/RichRecInterfaces/IRichGeomEff.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file IRichGeomEff.h diff --git a/Rich/RichRecInterfaces/RichRecInterfaces/IRichIsolatedTrack.h b/Rich/RichRecInterfaces/RichRecInterfaces/IRichIsolatedTrack.h index 0adb504e8f2..815fb6a9408 100755 --- a/Rich/RichRecInterfaces/RichRecInterfaces/IRichIsolatedTrack.h +++ b/Rich/RichRecInterfaces/RichRecInterfaces/IRichIsolatedTrack.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file IRichIsolatedTrack.h diff --git a/Rich/RichRecInterfaces/RichRecInterfaces/IRichMassHypothesisRingCreator.h b/Rich/RichRecInterfaces/RichRecInterfaces/IRichMassHypothesisRingCreator.h index 0440ef67678..4032576d76f 100755 --- a/Rich/RichRecInterfaces/RichRecInterfaces/IRichMassHypothesisRingCreator.h +++ b/Rich/RichRecInterfaces/RichRecInterfaces/IRichMassHypothesisRingCreator.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file IRichMassHypothesisRingCreator.h diff --git a/Rich/RichRecInterfaces/RichRecInterfaces/IRichPID.h b/Rich/RichRecInterfaces/RichRecInterfaces/IRichPID.h index 22175135c56..18cb078e11c 100755 --- a/Rich/RichRecInterfaces/RichRecInterfaces/IRichPID.h +++ b/Rich/RichRecInterfaces/RichRecInterfaces/IRichPID.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //-------------------------------------------------------------------------- /** @file IRichPID.h diff --git a/Rich/RichRecInterfaces/RichRecInterfaces/IRichPIDPlots.h b/Rich/RichRecInterfaces/RichRecInterfaces/IRichPIDPlots.h index 72d7192c384..e3484fc9c04 100755 --- a/Rich/RichRecInterfaces/RichRecInterfaces/IRichPIDPlots.h +++ b/Rich/RichRecInterfaces/RichRecInterfaces/IRichPIDPlots.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file IRichPIDPlots.h diff --git a/Rich/RichRecInterfaces/RichRecInterfaces/IRichPhotonCreator.h b/Rich/RichRecInterfaces/RichRecInterfaces/IRichPhotonCreator.h index 9bd53ecd357..ea5d16b7887 100755 --- a/Rich/RichRecInterfaces/RichRecInterfaces/IRichPhotonCreator.h +++ b/Rich/RichRecInterfaces/RichRecInterfaces/IRichPhotonCreator.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file IRichPhotonCreator.h diff --git a/Rich/RichRecInterfaces/RichRecInterfaces/IRichPhotonEmissionPoint.h b/Rich/RichRecInterfaces/RichRecInterfaces/IRichPhotonEmissionPoint.h index 2e8d973b8bd..765faa35577 100755 --- a/Rich/RichRecInterfaces/RichRecInterfaces/IRichPhotonEmissionPoint.h +++ b/Rich/RichRecInterfaces/RichRecInterfaces/IRichPhotonEmissionPoint.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file IRichPhotonEmissionPoint.h diff --git a/Rich/RichRecInterfaces/RichRecInterfaces/IRichPhotonPredictor.h b/Rich/RichRecInterfaces/RichRecInterfaces/IRichPhotonPredictor.h index b78c511c929..1a1d17c8b32 100755 --- a/Rich/RichRecInterfaces/RichRecInterfaces/IRichPhotonPredictor.h +++ b/Rich/RichRecInterfaces/RichRecInterfaces/IRichPhotonPredictor.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file IRichPhotonPredictor.h diff --git a/Rich/RichRecInterfaces/RichRecInterfaces/IRichPhotonReconstruction.h b/Rich/RichRecInterfaces/RichRecInterfaces/IRichPhotonReconstruction.h index d3aa9b27a74..36394907271 100755 --- a/Rich/RichRecInterfaces/RichRecInterfaces/IRichPhotonReconstruction.h +++ b/Rich/RichRecInterfaces/RichRecInterfaces/IRichPhotonReconstruction.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ /** @file IRichPhotonReconstruction.h * diff --git a/Rich/RichRecInterfaces/RichRecInterfaces/IRichPhotonSignal.h b/Rich/RichRecInterfaces/RichRecInterfaces/IRichPhotonSignal.h index e728a4d0fbd..0b66fdd010e 100755 --- a/Rich/RichRecInterfaces/RichRecInterfaces/IRichPhotonSignal.h +++ b/Rich/RichRecInterfaces/RichRecInterfaces/IRichPhotonSignal.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file IRichPhotonSignal.h RichRecBase/IRichPhotonSignal.h diff --git a/Rich/RichRecInterfaces/RichRecInterfaces/IRichPixelBackgroundEsti.h b/Rich/RichRecInterfaces/RichRecInterfaces/IRichPixelBackgroundEsti.h index 2814c1ee604..6e21c61b611 100755 --- a/Rich/RichRecInterfaces/RichRecInterfaces/IRichPixelBackgroundEsti.h +++ b/Rich/RichRecInterfaces/RichRecInterfaces/IRichPixelBackgroundEsti.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file IRichPixelBackgroundEsti.h diff --git a/Rich/RichRecInterfaces/RichRecInterfaces/IRichPixelCreator.h b/Rich/RichRecInterfaces/RichRecInterfaces/IRichPixelCreator.h index e0e89991319..47e06dc4c1e 100755 --- a/Rich/RichRecInterfaces/RichRecInterfaces/IRichPixelCreator.h +++ b/Rich/RichRecInterfaces/RichRecInterfaces/IRichPixelCreator.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file IRichPixelCreator.h diff --git a/Rich/RichRecInterfaces/RichRecInterfaces/IRichRayTraceCherenkovCone.h b/Rich/RichRecInterfaces/RichRecInterfaces/IRichRayTraceCherenkovCone.h index 1c64e513753..c3c1ad04d53 100755 --- a/Rich/RichRecInterfaces/RichRecInterfaces/IRichRayTraceCherenkovCone.h +++ b/Rich/RichRecInterfaces/RichRecInterfaces/IRichRayTraceCherenkovCone.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //--------------------------------------------------------------------------------- /** @file IRichRayTraceCherenkovCone.h diff --git a/Rich/RichRecInterfaces/RichRecInterfaces/IRichRayleighScatter.h b/Rich/RichRecInterfaces/RichRecInterfaces/IRichRayleighScatter.h index d57d0973fe3..00cfeb3da59 100755 --- a/Rich/RichRecInterfaces/RichRecInterfaces/IRichRayleighScatter.h +++ b/Rich/RichRecInterfaces/RichRecInterfaces/IRichRayleighScatter.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file IRichRayleighScatter.h diff --git a/Rich/RichRecInterfaces/RichRecInterfaces/IRichRecGeomTool.h b/Rich/RichRecInterfaces/RichRecInterfaces/IRichRecGeomTool.h index 59e2b1b7063..e36d47d97ab 100755 --- a/Rich/RichRecInterfaces/RichRecInterfaces/IRichRecGeomTool.h +++ b/Rich/RichRecInterfaces/RichRecInterfaces/IRichRecGeomTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file IRichRecGeomTool.h diff --git a/Rich/RichRecInterfaces/RichRecInterfaces/IRichSegmentCreator.h b/Rich/RichRecInterfaces/RichRecInterfaces/IRichSegmentCreator.h index 8ea351d752a..149a00476a4 100755 --- a/Rich/RichRecInterfaces/RichRecInterfaces/IRichSegmentCreator.h +++ b/Rich/RichRecInterfaces/RichRecInterfaces/IRichSegmentCreator.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file IRichSegmentCreator.h diff --git a/Rich/RichRecInterfaces/RichRecInterfaces/IRichSellmeirFunc.h b/Rich/RichRecInterfaces/RichRecInterfaces/IRichSellmeirFunc.h index 70d7d8575cf..00cbbe0320b 100755 --- a/Rich/RichRecInterfaces/RichRecInterfaces/IRichSellmeirFunc.h +++ b/Rich/RichRecInterfaces/RichRecInterfaces/IRichSellmeirFunc.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file IRichSellmeirFunc.h diff --git a/Rich/RichRecInterfaces/RichRecInterfaces/IRichSignalDetectionEff.h b/Rich/RichRecInterfaces/RichRecInterfaces/IRichSignalDetectionEff.h index 4faac15a6dc..fe8b8668cde 100755 --- a/Rich/RichRecInterfaces/RichRecInterfaces/IRichSignalDetectionEff.h +++ b/Rich/RichRecInterfaces/RichRecInterfaces/IRichSignalDetectionEff.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file IRichSignalDetectionEff.h diff --git a/Rich/RichRecInterfaces/RichRecInterfaces/IRichStatusCreator.h b/Rich/RichRecInterfaces/RichRecInterfaces/IRichStatusCreator.h index 8b028e416a5..2d980cb5863 100755 --- a/Rich/RichRecInterfaces/RichRecInterfaces/IRichStatusCreator.h +++ b/Rich/RichRecInterfaces/RichRecInterfaces/IRichStatusCreator.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file IRichStatusCreator.h diff --git a/Rich/RichRecInterfaces/RichRecInterfaces/IRichStereoFitter.h b/Rich/RichRecInterfaces/RichRecInterfaces/IRichStereoFitter.h index c448c3047be..5dfb7b9745b 100755 --- a/Rich/RichRecInterfaces/RichRecInterfaces/IRichStereoFitter.h +++ b/Rich/RichRecInterfaces/RichRecInterfaces/IRichStereoFitter.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file IRichStereoFitter.h diff --git a/Rich/RichRecInterfaces/RichRecInterfaces/IRichStereoProjection.h b/Rich/RichRecInterfaces/RichRecInterfaces/IRichStereoProjection.h index 0f689018139..d9171a6650d 100755 --- a/Rich/RichRecInterfaces/RichRecInterfaces/IRichStereoProjection.h +++ b/Rich/RichRecInterfaces/RichRecInterfaces/IRichStereoProjection.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file IRichStereoProjection.h diff --git a/Rich/RichRecInterfaces/RichRecInterfaces/IRichTrSegMaker.h b/Rich/RichRecInterfaces/RichRecInterfaces/IRichTrSegMaker.h index d97d4530da1..b87c5497d4f 100755 --- a/Rich/RichRecInterfaces/RichRecInterfaces/IRichTrSegMaker.h +++ b/Rich/RichRecInterfaces/RichRecInterfaces/IRichTrSegMaker.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------- /** @file IRichTrSegMaker.h diff --git a/Rich/RichRecInterfaces/RichRecInterfaces/IRichTrackCreator.h b/Rich/RichRecInterfaces/RichRecInterfaces/IRichTrackCreator.h index 575563d7fdd..09331eda963 100755 --- a/Rich/RichRecInterfaces/RichRecInterfaces/IRichTrackCreator.h +++ b/Rich/RichRecInterfaces/RichRecInterfaces/IRichTrackCreator.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file IRichTrackCreator.h diff --git a/Rich/RichRecInterfaces/RichRecInterfaces/IRichTrackEffectiveRefractiveIndex.h b/Rich/RichRecInterfaces/RichRecInterfaces/IRichTrackEffectiveRefractiveIndex.h index 4cbb99bd084..99c3a9849ff 100755 --- a/Rich/RichRecInterfaces/RichRecInterfaces/IRichTrackEffectiveRefractiveIndex.h +++ b/Rich/RichRecInterfaces/RichRecInterfaces/IRichTrackEffectiveRefractiveIndex.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file IRichTrackEffectiveRefractiveIndex.h diff --git a/Rich/RichRecInterfaces/RichRecInterfaces/IRichTrackSelector.h b/Rich/RichRecInterfaces/RichRecInterfaces/IRichTrackSelector.h index 7ca8785c796..b85a0f2a88e 100755 --- a/Rich/RichRecInterfaces/RichRecInterfaces/IRichTrackSelector.h +++ b/Rich/RichRecInterfaces/RichRecInterfaces/IRichTrackSelector.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file IRichTrackSelector.h diff --git a/Rich/RichRecInterfaces/dict/RichRecInterfacesDict.h b/Rich/RichRecInterfaces/dict/RichRecInterfacesDict.h index c59632983aa..9c6ac5d129a 100755 --- a/Rich/RichRecInterfaces/dict/RichRecInterfacesDict.h +++ b/Rich/RichRecInterfaces/dict/RichRecInterfacesDict.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef DICT_RichRecInterfaces_H #define DICT_RichRecInterfaces_H 1 diff --git a/Rich/RichRecInterfaces/dict/RichRecInterfacesDict.xml b/Rich/RichRecInterfaces/dict/RichRecInterfacesDict.xml index 4331bfd383f..b86ebd74c1c 100755 --- a/Rich/RichRecInterfaces/dict/RichRecInterfacesDict.xml +++ b/Rich/RichRecInterfaces/dict/RichRecInterfacesDict.xml @@ -1,3 +1,13 @@ +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <lcgdict> <class name = "Rich::Rec::IBaseTrackSelector" /> diff --git a/Rich/RichRecMCAlgorithms/CMakeLists.txt b/Rich/RichRecMCAlgorithms/CMakeLists.txt index eadd8d7594e..ba09a3829cd 100644 --- a/Rich/RichRecMCAlgorithms/CMakeLists.txt +++ b/Rich/RichRecMCAlgorithms/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ################################################################################ # Package: RichRecMCAlgorithms ################################################################################ diff --git a/Rich/RichRecMCAlgorithms/src/AddMissingMCRichTracksAlg.cpp b/Rich/RichRecMCAlgorithms/src/AddMissingMCRichTracksAlg.cpp index 1c6d331117a..76cc629ec29 100755 --- a/Rich/RichRecMCAlgorithms/src/AddMissingMCRichTracksAlg.cpp +++ b/Rich/RichRecMCAlgorithms/src/AddMissingMCRichTracksAlg.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //-------------------------------------------------------------------------- /** @file AddMissingMCRichTracksAlg.cpp diff --git a/Rich/RichRecMCAlgorithms/src/AddMissingMCRichTracksAlg.h b/Rich/RichRecMCAlgorithms/src/AddMissingMCRichTracksAlg.h index c7a51fc2929..43a78379f60 100755 --- a/Rich/RichRecMCAlgorithms/src/AddMissingMCRichTracksAlg.h +++ b/Rich/RichRecMCAlgorithms/src/AddMissingMCRichTracksAlg.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ /** @file AddMissingMCRichTracksAlg.h * diff --git a/Rich/RichRecMCAlgorithms/src/DumpRichHitsToTextFileAlg.cpp b/Rich/RichRecMCAlgorithms/src/DumpRichHitsToTextFileAlg.cpp index 812fec57f40..9c0e257c2d4 100644 --- a/Rich/RichRecMCAlgorithms/src/DumpRichHitsToTextFileAlg.cpp +++ b/Rich/RichRecMCAlgorithms/src/DumpRichHitsToTextFileAlg.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ /** @file DumpRichHitsToTextFileAlg.cpp * diff --git a/Rich/RichRecMCAlgorithms/src/DumpRichHitsToTextFileAlg.h b/Rich/RichRecMCAlgorithms/src/DumpRichHitsToTextFileAlg.h index 092683715cd..d35c2d52ec8 100644 --- a/Rich/RichRecMCAlgorithms/src/DumpRichHitsToTextFileAlg.h +++ b/Rich/RichRecMCAlgorithms/src/DumpRichHitsToTextFileAlg.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ /** @file DumpRichHitsToTextFileAlg.h * diff --git a/Rich/RichRecMCAlgorithms/src/DumpRichTracksToTextFileAlg.cpp b/Rich/RichRecMCAlgorithms/src/DumpRichTracksToTextFileAlg.cpp index f8e700f466a..9224f5e2648 100644 --- a/Rich/RichRecMCAlgorithms/src/DumpRichTracksToTextFileAlg.cpp +++ b/Rich/RichRecMCAlgorithms/src/DumpRichTracksToTextFileAlg.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ /** @file DumpRichTracksToTextFileAlg.cpp * diff --git a/Rich/RichRecMCAlgorithms/src/DumpRichTracksToTextFileAlg.h b/Rich/RichRecMCAlgorithms/src/DumpRichTracksToTextFileAlg.h index 719a76ed8cc..35cb6555b8a 100644 --- a/Rich/RichRecMCAlgorithms/src/DumpRichTracksToTextFileAlg.h +++ b/Rich/RichRecMCAlgorithms/src/DumpRichTracksToTextFileAlg.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ /** @file DumpRichTracksToTextFileAlg.h * diff --git a/Rich/RichRecMCAlgorithms/src/RichMCMassHypoRingsAlg.cpp b/Rich/RichRecMCAlgorithms/src/RichMCMassHypoRingsAlg.cpp index 9ba48aa11e1..b487fc40339 100755 --- a/Rich/RichRecMCAlgorithms/src/RichMCMassHypoRingsAlg.cpp +++ b/Rich/RichRecMCAlgorithms/src/RichMCMassHypoRingsAlg.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //-------------------------------------------------------------------------- /** @file RichMCMassHypoRingsAlg.cpp diff --git a/Rich/RichRecMCAlgorithms/src/RichMCMassHypoRingsAlg.h b/Rich/RichRecMCAlgorithms/src/RichMCMassHypoRingsAlg.h index e5d504df086..155dcece871 100755 --- a/Rich/RichRecMCAlgorithms/src/RichMCMassHypoRingsAlg.h +++ b/Rich/RichRecMCAlgorithms/src/RichMCMassHypoRingsAlg.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ /** @file RichMCMassHypoRingsAlg.h * diff --git a/Rich/RichRecMCTools/CMakeLists.txt b/Rich/RichRecMCTools/CMakeLists.txt index b9b14eb6fb6..2f584b1d8a5 100644 --- a/Rich/RichRecMCTools/CMakeLists.txt +++ b/Rich/RichRecMCTools/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ################################################################################ # Package: RichRecMCTools ################################################################################ diff --git a/Rich/RichRecMCTools/src/RichMCTruePhotonEmissionPoint.cpp b/Rich/RichRecMCTools/src/RichMCTruePhotonEmissionPoint.cpp index 1e2d0881552..44f6738e2e5 100755 --- a/Rich/RichRecMCTools/src/RichMCTruePhotonEmissionPoint.cpp +++ b/Rich/RichRecMCTools/src/RichMCTruePhotonEmissionPoint.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichMCTruePhotonEmissionPoint.cpp diff --git a/Rich/RichRecMCTools/src/RichMCTruePhotonEmissionPoint.h b/Rich/RichRecMCTools/src/RichMCTruePhotonEmissionPoint.h index 2f39693cdd7..cf22d008cd1 100755 --- a/Rich/RichRecMCTools/src/RichMCTruePhotonEmissionPoint.h +++ b/Rich/RichRecMCTools/src/RichMCTruePhotonEmissionPoint.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichMCTruePhotonEmissionPoint.h diff --git a/Rich/RichRecMCTools/src/RichMCTrueTrackSelector.cpp b/Rich/RichRecMCTools/src/RichMCTrueTrackSelector.cpp index 88ddc567de3..eb5f1ad4d45 100755 --- a/Rich/RichRecMCTools/src/RichMCTrueTrackSelector.cpp +++ b/Rich/RichRecMCTools/src/RichMCTrueTrackSelector.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichMCTrueTrackSelector.cpp diff --git a/Rich/RichRecMCTools/src/RichMCTrueTrackSelector.h b/Rich/RichRecMCTools/src/RichMCTrueTrackSelector.h index b6041bb3a76..440472b8e23 100755 --- a/Rich/RichRecMCTools/src/RichMCTrueTrackSelector.h +++ b/Rich/RichRecMCTools/src/RichMCTrueTrackSelector.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichMCTrueTrackSelector.h diff --git a/Rich/RichRecMCTools/src/RichPhotonCreatorCheatedTrackDir.cpp b/Rich/RichRecMCTools/src/RichPhotonCreatorCheatedTrackDir.cpp index 7298997f855..e5e0cebda1d 100755 --- a/Rich/RichRecMCTools/src/RichPhotonCreatorCheatedTrackDir.cpp +++ b/Rich/RichRecMCTools/src/RichPhotonCreatorCheatedTrackDir.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichPhotonCreatorCheatedTrackDir.cpp diff --git a/Rich/RichRecMCTools/src/RichPhotonCreatorCheatedTrackDir.h b/Rich/RichRecMCTools/src/RichPhotonCreatorCheatedTrackDir.h index 29f1a472f0a..5b829bb32c4 100755 --- a/Rich/RichRecMCTools/src/RichPhotonCreatorCheatedTrackDir.h +++ b/Rich/RichRecMCTools/src/RichPhotonCreatorCheatedTrackDir.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichPhotonCreatorCheatedTrackDir.h diff --git a/Rich/RichRecMCTools/src/RichPhotonCreatorFromMCRichOpticalPhotons.cpp b/Rich/RichRecMCTools/src/RichPhotonCreatorFromMCRichOpticalPhotons.cpp index 83fab68e392..f25f0596a5f 100755 --- a/Rich/RichRecMCTools/src/RichPhotonCreatorFromMCRichOpticalPhotons.cpp +++ b/Rich/RichRecMCTools/src/RichPhotonCreatorFromMCRichOpticalPhotons.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------------------------- /** @file RichPhotonCreatorFromMCRichOpticalPhotons.cpp diff --git a/Rich/RichRecMCTools/src/RichPhotonCreatorFromMCRichOpticalPhotons.h b/Rich/RichRecMCTools/src/RichPhotonCreatorFromMCRichOpticalPhotons.h index 310f168a0f4..be12a75db52 100755 --- a/Rich/RichRecMCTools/src/RichPhotonCreatorFromMCRichOpticalPhotons.h +++ b/Rich/RichRecMCTools/src/RichPhotonCreatorFromMCRichOpticalPhotons.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------------------------- /** @file RichPhotonCreatorFromMCRichOpticalPhotons.h diff --git a/Rich/RichRecMCTools/src/RichPhotonCreatorWithGaussianCKSmear.cpp b/Rich/RichRecMCTools/src/RichPhotonCreatorWithGaussianCKSmear.cpp index 107c6e3378c..6dd62bb3674 100755 --- a/Rich/RichRecMCTools/src/RichPhotonCreatorWithGaussianCKSmear.cpp +++ b/Rich/RichRecMCTools/src/RichPhotonCreatorWithGaussianCKSmear.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //------------------------------------------------------------------------------- /** @file RichPhotonCreatorWithGaussianCKSmear.cpp diff --git a/Rich/RichRecMCTools/src/RichPhotonCreatorWithGaussianCKSmear.h b/Rich/RichRecMCTools/src/RichPhotonCreatorWithGaussianCKSmear.h index 85795fbc3da..485271f7cb6 100755 --- a/Rich/RichRecMCTools/src/RichPhotonCreatorWithGaussianCKSmear.h +++ b/Rich/RichRecMCTools/src/RichPhotonCreatorWithGaussianCKSmear.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //------------------------------------------------------------------------- /** @file RichPhotonCreatorWithGaussianCKSmear.h diff --git a/Rich/RichRecMCTools/src/RichPhotonCreatorWithMCHitPosition.cpp b/Rich/RichRecMCTools/src/RichPhotonCreatorWithMCHitPosition.cpp index bd262d45c59..d95481a4003 100755 --- a/Rich/RichRecMCTools/src/RichPhotonCreatorWithMCHitPosition.cpp +++ b/Rich/RichRecMCTools/src/RichPhotonCreatorWithMCHitPosition.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------------------------- /** @file RichPhotonCreatorWithMCHitPosition.cpp diff --git a/Rich/RichRecMCTools/src/RichPhotonCreatorWithMCHitPosition.h b/Rich/RichRecMCTools/src/RichPhotonCreatorWithMCHitPosition.h index 8f0cd50e4f5..20bcfd3945d 100755 --- a/Rich/RichRecMCTools/src/RichPhotonCreatorWithMCHitPosition.h +++ b/Rich/RichRecMCTools/src/RichPhotonCreatorWithMCHitPosition.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------------------------- /** @file RichPhotonCreatorWithMCHitPosition.h diff --git a/Rich/RichRecMCTools/src/RichPhotonCreatorWithMCSignal.cpp b/Rich/RichRecMCTools/src/RichPhotonCreatorWithMCSignal.cpp index 355a7f23cce..795cb578e12 100755 --- a/Rich/RichRecMCTools/src/RichPhotonCreatorWithMCSignal.cpp +++ b/Rich/RichRecMCTools/src/RichPhotonCreatorWithMCSignal.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------------------------- /** @file RichPhotonCreatorWithMCSignal.cpp diff --git a/Rich/RichRecMCTools/src/RichPhotonCreatorWithMCSignal.h b/Rich/RichRecMCTools/src/RichPhotonCreatorWithMCSignal.h index 53bbea23924..cef444474c3 100755 --- a/Rich/RichRecMCTools/src/RichPhotonCreatorWithMCSignal.h +++ b/Rich/RichRecMCTools/src/RichPhotonCreatorWithMCSignal.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------------------------- /** @file RichPhotonCreatorWithMCSignal.h diff --git a/Rich/RichRecMCTools/src/RichPhotonPredictorUsingMCRichOpticalPhotons.cpp b/Rich/RichRecMCTools/src/RichPhotonPredictorUsingMCRichOpticalPhotons.cpp index d211146a60c..f5406695edc 100755 --- a/Rich/RichRecMCTools/src/RichPhotonPredictorUsingMCRichOpticalPhotons.cpp +++ b/Rich/RichRecMCTools/src/RichPhotonPredictorUsingMCRichOpticalPhotons.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichPhotonPredictorUsingMCRichOpticalPhotons.cpp diff --git a/Rich/RichRecMCTools/src/RichPhotonPredictorUsingMCRichOpticalPhotons.h b/Rich/RichRecMCTools/src/RichPhotonPredictorUsingMCRichOpticalPhotons.h index ddf783b8ac1..de1e99e917d 100755 --- a/Rich/RichRecMCTools/src/RichPhotonPredictorUsingMCRichOpticalPhotons.h +++ b/Rich/RichRecMCTools/src/RichPhotonPredictorUsingMCRichOpticalPhotons.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //--------------------------------------------------------------------------------------------------- /** @file RichPhotonPredictorUsingMCRichOpticalPhotons.h diff --git a/Rich/RichRecMCTools/src/RichPhotonPredictorUsingMCTruth.cpp b/Rich/RichRecMCTools/src/RichPhotonPredictorUsingMCTruth.cpp index e6763a80ee4..5527ce15ccd 100755 --- a/Rich/RichRecMCTools/src/RichPhotonPredictorUsingMCTruth.cpp +++ b/Rich/RichRecMCTools/src/RichPhotonPredictorUsingMCTruth.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichPhotonPredictorUsingMCTruth.cpp diff --git a/Rich/RichRecMCTools/src/RichPhotonPredictorUsingMCTruth.h b/Rich/RichRecMCTools/src/RichPhotonPredictorUsingMCTruth.h index 576ae8d507f..3a102640de7 100755 --- a/Rich/RichRecMCTools/src/RichPhotonPredictorUsingMCTruth.h +++ b/Rich/RichRecMCTools/src/RichPhotonPredictorUsingMCTruth.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //--------------------------------------------------------------------------------------------------- /** @file RichPhotonPredictorUsingMCTruth.h diff --git a/Rich/RichRecMCTools/src/RichPixelCreatorFromAllMCRichHits.cpp b/Rich/RichRecMCTools/src/RichPixelCreatorFromAllMCRichHits.cpp index ac6e6937793..8ca922094f6 100755 --- a/Rich/RichRecMCTools/src/RichPixelCreatorFromAllMCRichHits.cpp +++ b/Rich/RichRecMCTools/src/RichPixelCreatorFromAllMCRichHits.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichPixelCreatorFromAllMCRichHits.cpp diff --git a/Rich/RichRecMCTools/src/RichPixelCreatorFromAllMCRichHits.h b/Rich/RichRecMCTools/src/RichPixelCreatorFromAllMCRichHits.h index 3655d9ada7e..74be9196203 100644 --- a/Rich/RichRecMCTools/src/RichPixelCreatorFromAllMCRichHits.h +++ b/Rich/RichRecMCTools/src/RichPixelCreatorFromAllMCRichHits.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //-------------------------------------------------------------------------------------- /** @file RichPixelCreatorFromAllMCRichHits.h diff --git a/Rich/RichRecMCTools/src/RichPixelCreatorFromCheatedRawBuffer.cpp b/Rich/RichRecMCTools/src/RichPixelCreatorFromCheatedRawBuffer.cpp index 0ab61725e3d..0a03a336a55 100755 --- a/Rich/RichRecMCTools/src/RichPixelCreatorFromCheatedRawBuffer.cpp +++ b/Rich/RichRecMCTools/src/RichPixelCreatorFromCheatedRawBuffer.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichPixelCreatorFromCheatedRawBuffer.cpp diff --git a/Rich/RichRecMCTools/src/RichPixelCreatorFromCheatedRawBuffer.h b/Rich/RichRecMCTools/src/RichPixelCreatorFromCheatedRawBuffer.h index 4503ac4adef..7d71d7e22fd 100755 --- a/Rich/RichRecMCTools/src/RichPixelCreatorFromCheatedRawBuffer.h +++ b/Rich/RichRecMCTools/src/RichPixelCreatorFromCheatedRawBuffer.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //-------------------------------------------------------------------------------------- /** @file RichPixelCreatorFromCheatedRawBuffer.h diff --git a/Rich/RichRecMCTools/src/RichPixelCreatorFromRichDigitsWithBg.cpp b/Rich/RichRecMCTools/src/RichPixelCreatorFromRichDigitsWithBg.cpp index dc659b4ad0f..99fb69cddd2 100755 --- a/Rich/RichRecMCTools/src/RichPixelCreatorFromRichDigitsWithBg.cpp +++ b/Rich/RichRecMCTools/src/RichPixelCreatorFromRichDigitsWithBg.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichPixelCreatorFromRichDigitsWithBg.cpp diff --git a/Rich/RichRecMCTools/src/RichPixelCreatorFromRichDigitsWithBg.h b/Rich/RichRecMCTools/src/RichPixelCreatorFromRichDigitsWithBg.h index 5d8deedd2ff..2a423f23cca 100755 --- a/Rich/RichRecMCTools/src/RichPixelCreatorFromRichDigitsWithBg.h +++ b/Rich/RichRecMCTools/src/RichPixelCreatorFromRichDigitsWithBg.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichPixelCreatorFromRichDigitsWithBg.h diff --git a/Rich/RichRecMCTools/src/RichPixelCreatorFromSignalRawBuffer.cpp b/Rich/RichRecMCTools/src/RichPixelCreatorFromSignalRawBuffer.cpp index a09b1ccbf93..003a44ac874 100755 --- a/Rich/RichRecMCTools/src/RichPixelCreatorFromSignalRawBuffer.cpp +++ b/Rich/RichRecMCTools/src/RichPixelCreatorFromSignalRawBuffer.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichPixelCreatorFromSignalRawBuffer.cpp diff --git a/Rich/RichRecMCTools/src/RichPixelCreatorFromSignalRawBuffer.h b/Rich/RichRecMCTools/src/RichPixelCreatorFromSignalRawBuffer.h index 658c0ae7569..5b37db80112 100755 --- a/Rich/RichRecMCTools/src/RichPixelCreatorFromSignalRawBuffer.h +++ b/Rich/RichRecMCTools/src/RichPixelCreatorFromSignalRawBuffer.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //-------------------------------------------------------------------------------------- /** @file RichPixelCreatorFromSignalRawBuffer.h diff --git a/Rich/RichRecMCTools/src/RichRecMCTruthTool.cpp b/Rich/RichRecMCTools/src/RichRecMCTruthTool.cpp index 75a08e5b720..03f74caa69e 100755 --- a/Rich/RichRecMCTools/src/RichRecMCTruthTool.cpp +++ b/Rich/RichRecMCTools/src/RichRecMCTruthTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichRecMCTruthTool.cpp diff --git a/Rich/RichRecMCTools/src/RichRecMCTruthTool.h b/Rich/RichRecMCTools/src/RichRecMCTruthTool.h index c9ea172118c..90d541aa956 100755 --- a/Rich/RichRecMCTools/src/RichRecMCTruthTool.h +++ b/Rich/RichRecMCTools/src/RichRecMCTruthTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichRecMCTruthTool.h diff --git a/Rich/RichRecMCTools/src/RichRecNULLMCTruthTool.cpp b/Rich/RichRecMCTools/src/RichRecNULLMCTruthTool.cpp index 4a10282f99d..2e3eae1d62a 100755 --- a/Rich/RichRecMCTools/src/RichRecNULLMCTruthTool.cpp +++ b/Rich/RichRecMCTools/src/RichRecNULLMCTruthTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichRecNULLMCTruthTool.cpp diff --git a/Rich/RichRecMCTools/src/RichRecNULLMCTruthTool.h b/Rich/RichRecMCTools/src/RichRecNULLMCTruthTool.h index edd1167a99c..942e6f97bf3 100755 --- a/Rich/RichRecMCTools/src/RichRecNULLMCTruthTool.h +++ b/Rich/RichRecMCTools/src/RichRecNULLMCTruthTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichRecNULLMCTruthTool.h diff --git a/Rich/RichRecMCTools/src/RichTrSegMakerFromMCRichTracks.cpp b/Rich/RichRecMCTools/src/RichTrSegMakerFromMCRichTracks.cpp index 3c1eee60a37..8373ffb270b 100755 --- a/Rich/RichRecMCTools/src/RichTrSegMakerFromMCRichTracks.cpp +++ b/Rich/RichRecMCTools/src/RichTrSegMakerFromMCRichTracks.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichTrSegMakerFromMCRichTracks.cpp diff --git a/Rich/RichRecMCTools/src/RichTrSegMakerFromMCRichTracks.h b/Rich/RichRecMCTools/src/RichTrSegMakerFromMCRichTracks.h index 588f6ea6892..20816b16abb 100755 --- a/Rich/RichRecMCTools/src/RichTrSegMakerFromMCRichTracks.h +++ b/Rich/RichRecMCTools/src/RichTrSegMakerFromMCRichTracks.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichTrSegMakerFromMCRichTracks.h diff --git a/Rich/RichRecMCTools/src/RichTrackCreatorFromMCRichTracks.cpp b/Rich/RichRecMCTools/src/RichTrackCreatorFromMCRichTracks.cpp index a37c77b07c9..76d97ef58d0 100755 --- a/Rich/RichRecMCTools/src/RichTrackCreatorFromMCRichTracks.cpp +++ b/Rich/RichRecMCTools/src/RichTrackCreatorFromMCRichTracks.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //------------------------------------------------------------------------------- /** @file RichTrackCreatorFromMCRichTracks.cpp diff --git a/Rich/RichRecMCTools/src/RichTrackCreatorFromMCRichTracks.h b/Rich/RichRecMCTools/src/RichTrackCreatorFromMCRichTracks.h index e0cd101c308..5113e4cc624 100755 --- a/Rich/RichRecMCTools/src/RichTrackCreatorFromMCRichTracks.h +++ b/Rich/RichRecMCTools/src/RichTrackCreatorFromMCRichTracks.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //------------------------------------------------------------------------------------- /** @file RichTrackCreatorFromMCRichTracks.h diff --git a/Rich/RichRecMonitors/CMakeLists.txt b/Rich/RichRecMonitors/CMakeLists.txt index 027476e9024..02b3da1b4b4 100644 --- a/Rich/RichRecMonitors/CMakeLists.txt +++ b/Rich/RichRecMonitors/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ################################################################################ # Package: RichRecMonitors ################################################################################ diff --git a/Rich/RichRecMonitors/src/RichCherenkovAngleMonitor.cpp b/Rich/RichRecMonitors/src/RichCherenkovAngleMonitor.cpp index 2fbbbaf6928..3d85e5cd0a5 100755 --- a/Rich/RichRecMonitors/src/RichCherenkovAngleMonitor.cpp +++ b/Rich/RichRecMonitors/src/RichCherenkovAngleMonitor.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //--------------------------------------------------------------------------- /** @file RichCherenkovAngleMonitor.cpp diff --git a/Rich/RichRecMonitors/src/RichCherenkovAngleMonitor.h b/Rich/RichRecMonitors/src/RichCherenkovAngleMonitor.h index 97f1f1206cb..3ba18612cd9 100755 --- a/Rich/RichRecMonitors/src/RichCherenkovAngleMonitor.h +++ b/Rich/RichRecMonitors/src/RichCherenkovAngleMonitor.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //--------------------------------------------------------------------------- /** @file RichCherenkovAngleMonitor.h diff --git a/Rich/RichRecMonitors/src/RichCherenkovResMoni.cpp b/Rich/RichRecMonitors/src/RichCherenkovResMoni.cpp index 3c942a59075..1b7c16d418f 100755 --- a/Rich/RichRecMonitors/src/RichCherenkovResMoni.cpp +++ b/Rich/RichRecMonitors/src/RichCherenkovResMoni.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //--------------------------------------------------------------------------- /** @file RichCherenkovResMoni.cpp diff --git a/Rich/RichRecMonitors/src/RichCherenkovResMoni.h b/Rich/RichRecMonitors/src/RichCherenkovResMoni.h index 1c8f6e99f18..0c6ec17cda7 100755 --- a/Rich/RichRecMonitors/src/RichCherenkovResMoni.h +++ b/Rich/RichRecMonitors/src/RichCherenkovResMoni.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //--------------------------------------------------------------------------- /** @file RichCherenkovResMoni.h diff --git a/Rich/RichRecMonitors/src/RichGhostTrackMoni.cpp b/Rich/RichRecMonitors/src/RichGhostTrackMoni.cpp index 21ceacdbc62..06942e3815f 100755 --- a/Rich/RichRecMonitors/src/RichGhostTrackMoni.cpp +++ b/Rich/RichRecMonitors/src/RichGhostTrackMoni.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //--------------------------------------------------------------------------- /** @file RichGhostTrackMoni.cpp diff --git a/Rich/RichRecMonitors/src/RichGhostTrackMoni.h b/Rich/RichRecMonitors/src/RichGhostTrackMoni.h index 42af83cd7f7..372890e2a7b 100755 --- a/Rich/RichRecMonitors/src/RichGhostTrackMoni.h +++ b/Rich/RichRecMonitors/src/RichGhostTrackMoni.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //--------------------------------------------------------------------------- /** @file RichGhostTrackMoni.h diff --git a/Rich/RichRecMonitors/src/RichPhotonGeomMonitor.cpp b/Rich/RichRecMonitors/src/RichPhotonGeomMonitor.cpp index c9f1da71268..60cbd18036f 100755 --- a/Rich/RichRecMonitors/src/RichPhotonGeomMonitor.cpp +++ b/Rich/RichRecMonitors/src/RichPhotonGeomMonitor.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //--------------------------------------------------------------------------- /** @file RichPhotonGeomMonitor.cpp diff --git a/Rich/RichRecMonitors/src/RichPhotonGeomMonitor.h b/Rich/RichRecMonitors/src/RichPhotonGeomMonitor.h index 424651b5eef..9e47f0b31c7 100755 --- a/Rich/RichRecMonitors/src/RichPhotonGeomMonitor.h +++ b/Rich/RichRecMonitors/src/RichPhotonGeomMonitor.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //--------------------------------------------------------------------------- /** @file RichPhotonGeomMonitor.h diff --git a/Rich/RichRecMonitors/src/RichPhotonRayTraceTest.cpp b/Rich/RichRecMonitors/src/RichPhotonRayTraceTest.cpp index 29fa2de3656..f004cae44c3 100755 --- a/Rich/RichRecMonitors/src/RichPhotonRayTraceTest.cpp +++ b/Rich/RichRecMonitors/src/RichPhotonRayTraceTest.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //--------------------------------------------------------------------------- /** @file RichPhotonRayTraceTest.cpp diff --git a/Rich/RichRecMonitors/src/RichPhotonRayTraceTest.h b/Rich/RichRecMonitors/src/RichPhotonRayTraceTest.h index 919a4d1dd41..62f6b7e2fa0 100755 --- a/Rich/RichRecMonitors/src/RichPhotonRayTraceTest.h +++ b/Rich/RichRecMonitors/src/RichPhotonRayTraceTest.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //--------------------------------------------------------------------------- /** @file RichPhotonRayTraceTest.h diff --git a/Rich/RichRecMonitors/src/RichPhotonRecoCompare.cpp b/Rich/RichRecMonitors/src/RichPhotonRecoCompare.cpp index ccdfd622d3d..28ebe2709c1 100755 --- a/Rich/RichRecMonitors/src/RichPhotonRecoCompare.cpp +++ b/Rich/RichRecMonitors/src/RichPhotonRecoCompare.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //--------------------------------------------------------------------------- /** @file RichPhotonRecoCompare.cpp diff --git a/Rich/RichRecMonitors/src/RichPhotonRecoCompare.h b/Rich/RichRecMonitors/src/RichPhotonRecoCompare.h index f155ff26bf4..bde08819f00 100755 --- a/Rich/RichRecMonitors/src/RichPhotonRecoCompare.h +++ b/Rich/RichRecMonitors/src/RichPhotonRecoCompare.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //--------------------------------------------------------------------------- /** @file RichPhotonRecoCompare.h diff --git a/Rich/RichRecMonitors/src/RichPhotonRecoEffMonitor.cpp b/Rich/RichRecMonitors/src/RichPhotonRecoEffMonitor.cpp index bd18f4e8b78..33b1c428ac1 100755 --- a/Rich/RichRecMonitors/src/RichPhotonRecoEffMonitor.cpp +++ b/Rich/RichRecMonitors/src/RichPhotonRecoEffMonitor.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //--------------------------------------------------------------------------- /** @file RichPhotonRecoEffMonitor.cpp diff --git a/Rich/RichRecMonitors/src/RichPhotonRecoEffMonitor.h b/Rich/RichRecMonitors/src/RichPhotonRecoEffMonitor.h index cbb8411f195..c1a599fb9f9 100755 --- a/Rich/RichRecMonitors/src/RichPhotonRecoEffMonitor.h +++ b/Rich/RichRecMonitors/src/RichPhotonRecoEffMonitor.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //--------------------------------------------------------------------------- /** @file RichPhotonRecoEffMonitor.h diff --git a/Rich/RichRecMonitors/src/RichPhotonRecoRayTraceTest.cpp b/Rich/RichRecMonitors/src/RichPhotonRecoRayTraceTest.cpp index 4bacab04a8e..989f3669aff 100755 --- a/Rich/RichRecMonitors/src/RichPhotonRecoRayTraceTest.cpp +++ b/Rich/RichRecMonitors/src/RichPhotonRecoRayTraceTest.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //--------------------------------------------------------------------------- /** @file RichPhotonRecoRayTraceTest.cpp diff --git a/Rich/RichRecMonitors/src/RichPhotonRecoRayTraceTest.h b/Rich/RichRecMonitors/src/RichPhotonRecoRayTraceTest.h index d3d34bfe358..45e16927437 100755 --- a/Rich/RichRecMonitors/src/RichPhotonRecoRayTraceTest.h +++ b/Rich/RichRecMonitors/src/RichPhotonRecoRayTraceTest.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //--------------------------------------------------------------------------- /** @file RichPhotonRecoRayTraceTest.h diff --git a/Rich/RichRecMonitors/src/RichPhotonRecoTestAlg.cpp b/Rich/RichRecMonitors/src/RichPhotonRecoTestAlg.cpp index 39e2679baed..92815ea4143 100755 --- a/Rich/RichRecMonitors/src/RichPhotonRecoTestAlg.cpp +++ b/Rich/RichRecMonitors/src/RichPhotonRecoTestAlg.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichPhotonRecoTestAlg.cpp diff --git a/Rich/RichRecMonitors/src/RichPhotonRecoTestAlg.h b/Rich/RichRecMonitors/src/RichPhotonRecoTestAlg.h index 861cd5f29f7..bfcd9da1a44 100755 --- a/Rich/RichRecMonitors/src/RichPhotonRecoTestAlg.h +++ b/Rich/RichRecMonitors/src/RichPhotonRecoTestAlg.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichPhotonRecoTestAlg.h diff --git a/Rich/RichRecMonitors/src/RichPhotonSignalMonitor.cpp b/Rich/RichRecMonitors/src/RichPhotonSignalMonitor.cpp index f011e284494..8fe5db88fff 100755 --- a/Rich/RichRecMonitors/src/RichPhotonSignalMonitor.cpp +++ b/Rich/RichRecMonitors/src/RichPhotonSignalMonitor.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //--------------------------------------------------------------------------- /** @file RichPhotonSignalMonitor.cpp diff --git a/Rich/RichRecMonitors/src/RichPhotonSignalMonitor.h b/Rich/RichRecMonitors/src/RichPhotonSignalMonitor.h index 7f35a2cb901..1fb8ca07293 100755 --- a/Rich/RichRecMonitors/src/RichPhotonSignalMonitor.h +++ b/Rich/RichRecMonitors/src/RichPhotonSignalMonitor.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //--------------------------------------------------------------------------- /** @file RichPhotonSignalMonitor.h diff --git a/Rich/RichRecMonitors/src/RichPhotonTrajectoryMonitor.cpp b/Rich/RichRecMonitors/src/RichPhotonTrajectoryMonitor.cpp index cdc480efff1..38641550edc 100755 --- a/Rich/RichRecMonitors/src/RichPhotonTrajectoryMonitor.cpp +++ b/Rich/RichRecMonitors/src/RichPhotonTrajectoryMonitor.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //--------------------------------------------------------------------------- /** @file RichPhotonTrajectoryMonitor.cpp diff --git a/Rich/RichRecMonitors/src/RichPhotonTrajectoryMonitor.h b/Rich/RichRecMonitors/src/RichPhotonTrajectoryMonitor.h index ac09acb69ba..97738e07a6e 100755 --- a/Rich/RichRecMonitors/src/RichPhotonTrajectoryMonitor.h +++ b/Rich/RichRecMonitors/src/RichPhotonTrajectoryMonitor.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //--------------------------------------------------------------------------- /** @file RichPhotonTrajectoryMonitor.h diff --git a/Rich/RichRecMonitors/src/RichPixelPositionMonitor.cpp b/Rich/RichRecMonitors/src/RichPixelPositionMonitor.cpp index f6e3bb404b7..e0e6fe65b27 100755 --- a/Rich/RichRecMonitors/src/RichPixelPositionMonitor.cpp +++ b/Rich/RichRecMonitors/src/RichPixelPositionMonitor.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichPixelPositionMonitor.cpp diff --git a/Rich/RichRecMonitors/src/RichPixelPositionMonitor.h b/Rich/RichRecMonitors/src/RichPixelPositionMonitor.h index 13113d47232..0f3156eb78a 100755 --- a/Rich/RichRecMonitors/src/RichPixelPositionMonitor.h +++ b/Rich/RichRecMonitors/src/RichPixelPositionMonitor.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichPixelPositionMonitor.h diff --git a/Rich/RichRecMonitors/src/RichPixelRecoEffMonitor.cpp b/Rich/RichRecMonitors/src/RichPixelRecoEffMonitor.cpp index 67f62f6dce5..7e279efc32d 100755 --- a/Rich/RichRecMonitors/src/RichPixelRecoEffMonitor.cpp +++ b/Rich/RichRecMonitors/src/RichPixelRecoEffMonitor.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichPixelRecoEffMonitor.cpp diff --git a/Rich/RichRecMonitors/src/RichPixelRecoEffMonitor.h b/Rich/RichRecMonitors/src/RichPixelRecoEffMonitor.h index 20ae988a7d9..d46750ec311 100755 --- a/Rich/RichRecMonitors/src/RichPixelRecoEffMonitor.h +++ b/Rich/RichRecMonitors/src/RichPixelRecoEffMonitor.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichPixelRecoEffMonitor.h diff --git a/Rich/RichRecMonitors/src/RichRecDataObjVerifier.cpp b/Rich/RichRecMonitors/src/RichRecDataObjVerifier.cpp index 8ed991f5c45..7c81c9e658d 100755 --- a/Rich/RichRecMonitors/src/RichRecDataObjVerifier.cpp +++ b/Rich/RichRecMonitors/src/RichRecDataObjVerifier.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichRecDataObjVerifier.cpp diff --git a/Rich/RichRecMonitors/src/RichRecDataObjVerifier.h b/Rich/RichRecMonitors/src/RichRecDataObjVerifier.h index fb4e8d96af8..ca4153f7b2c 100755 --- a/Rich/RichRecMonitors/src/RichRecDataObjVerifier.h +++ b/Rich/RichRecMonitors/src/RichRecDataObjVerifier.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichRecDataObjVerifier.h diff --git a/Rich/RichRecMonitors/src/RichRecPIDTupleAlg.cpp b/Rich/RichRecMonitors/src/RichRecPIDTupleAlg.cpp index c00a4c390a9..09cd380ad89 100755 --- a/Rich/RichRecMonitors/src/RichRecPIDTupleAlg.cpp +++ b/Rich/RichRecMonitors/src/RichRecPIDTupleAlg.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // local diff --git a/Rich/RichRecMonitors/src/RichRecPIDTupleAlg.h b/Rich/RichRecMonitors/src/RichRecPIDTupleAlg.h index 5f3c139d85e..177e14677dc 100755 --- a/Rich/RichRecMonitors/src/RichRecPIDTupleAlg.h +++ b/Rich/RichRecMonitors/src/RichRecPIDTupleAlg.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //--------------------------------------------------------------------------- /** @file RichRecPIDTupleAlg.h diff --git a/Rich/RichRecMonitors/src/RichRecTimeMonitor.cpp b/Rich/RichRecMonitors/src/RichRecTimeMonitor.cpp index eb026d61471..a3b1449b058 100755 --- a/Rich/RichRecMonitors/src/RichRecTimeMonitor.cpp +++ b/Rich/RichRecMonitors/src/RichRecTimeMonitor.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichRecTimeMonitor.cpp diff --git a/Rich/RichRecMonitors/src/RichRecTimeMonitor.h b/Rich/RichRecMonitors/src/RichRecTimeMonitor.h index 2043b0f0737..ed4611fb580 100755 --- a/Rich/RichRecMonitors/src/RichRecTimeMonitor.h +++ b/Rich/RichRecMonitors/src/RichRecTimeMonitor.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichRecTimeMonitor.h diff --git a/Rich/RichRecMonitors/src/RichStereoPhotonFitTest.cpp b/Rich/RichRecMonitors/src/RichStereoPhotonFitTest.cpp index e054dce4722..d38370e0d45 100755 --- a/Rich/RichRecMonitors/src/RichStereoPhotonFitTest.cpp +++ b/Rich/RichRecMonitors/src/RichStereoPhotonFitTest.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //--------------------------------------------------------------------------- /** @file RichStereoPhotonFitTest.cpp diff --git a/Rich/RichRecMonitors/src/RichStereoPhotonFitTest.h b/Rich/RichRecMonitors/src/RichStereoPhotonFitTest.h index 0883bc0704b..fa412be7c1a 100755 --- a/Rich/RichRecMonitors/src/RichStereoPhotonFitTest.h +++ b/Rich/RichRecMonitors/src/RichStereoPhotonFitTest.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //--------------------------------------------------------------------------- /** @file RichStereoPhotonFitTest.h diff --git a/Rich/RichRecMonitors/src/RichTrackGeomMoni.cpp b/Rich/RichRecMonitors/src/RichTrackGeomMoni.cpp index 17f20362147..eee41f8c051 100755 --- a/Rich/RichRecMonitors/src/RichTrackGeomMoni.cpp +++ b/Rich/RichRecMonitors/src/RichTrackGeomMoni.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //--------------------------------------------------------------------------- /** @file RichTrackGeomMoni.cpp diff --git a/Rich/RichRecMonitors/src/RichTrackGeomMoni.h b/Rich/RichRecMonitors/src/RichTrackGeomMoni.h index 5e8773de630..8beb65fb09d 100755 --- a/Rich/RichRecMonitors/src/RichTrackGeomMoni.h +++ b/Rich/RichRecMonitors/src/RichTrackGeomMoni.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //--------------------------------------------------------------------------- /** @file RichTrackGeomMoni.h diff --git a/Rich/RichRecMonitors/src/RichTrackRayTraceTest.cpp b/Rich/RichRecMonitors/src/RichTrackRayTraceTest.cpp index d55fcaf8a87..566587671bc 100755 --- a/Rich/RichRecMonitors/src/RichTrackRayTraceTest.cpp +++ b/Rich/RichRecMonitors/src/RichTrackRayTraceTest.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //--------------------------------------------------------------------------- /** @file RichTrackRayTraceTest.cpp diff --git a/Rich/RichRecMonitors/src/RichTrackRayTraceTest.h b/Rich/RichRecMonitors/src/RichTrackRayTraceTest.h index 43f5835726c..927023fbdbc 100755 --- a/Rich/RichRecMonitors/src/RichTrackRayTraceTest.h +++ b/Rich/RichRecMonitors/src/RichTrackRayTraceTest.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //--------------------------------------------------------------------------- /** @file RichTrackRayTraceTest.h diff --git a/Rich/RichRecMonitors/src/RichTrackResolutionMoni.cpp b/Rich/RichRecMonitors/src/RichTrackResolutionMoni.cpp index bc50e927386..f3b64c936a7 100755 --- a/Rich/RichRecMonitors/src/RichTrackResolutionMoni.cpp +++ b/Rich/RichRecMonitors/src/RichTrackResolutionMoni.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //--------------------------------------------------------------------------- /** @file RichTrackResolutionMoni.cpp diff --git a/Rich/RichRecMonitors/src/RichTrackResolutionMoni.h b/Rich/RichRecMonitors/src/RichTrackResolutionMoni.h index ee15e18015a..1be250b901e 100755 --- a/Rich/RichRecMonitors/src/RichTrackResolutionMoni.h +++ b/Rich/RichRecMonitors/src/RichTrackResolutionMoni.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //--------------------------------------------------------------------------- /** @file RichTrackResolutionMoni.h diff --git a/Rich/RichRecMonitors/src/templates/RichMonitorTemplate.cpp b/Rich/RichRecMonitors/src/templates/RichMonitorTemplate.cpp index bcdbf75b5c1..41118000294 100755 --- a/Rich/RichRecMonitors/src/templates/RichMonitorTemplate.cpp +++ b/Rich/RichRecMonitors/src/templates/RichMonitorTemplate.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //--------------------------------------------------------------------------- /** @file RichMonitorTemplate.cpp diff --git a/Rich/RichRecMonitors/src/templates/RichMonitorTemplate.h b/Rich/RichRecMonitors/src/templates/RichMonitorTemplate.h index a4bbc6554e3..86ddd79f822 100755 --- a/Rich/RichRecMonitors/src/templates/RichMonitorTemplate.h +++ b/Rich/RichRecMonitors/src/templates/RichMonitorTemplate.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //--------------------------------------------------------------------------- /** @file RichMonitorTemplate.h diff --git a/Rich/RichRecPhotonTools/CMakeLists.txt b/Rich/RichRecPhotonTools/CMakeLists.txt index 3f610a78455..ea167ad9107 100644 --- a/Rich/RichRecPhotonTools/CMakeLists.txt +++ b/Rich/RichRecPhotonTools/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ################################################################################ # Package: RichRecPhotonTools ################################################################################ diff --git a/Rich/RichRecPhotonTools/src/component/RichAdaptivePhotonReco.cpp b/Rich/RichRecPhotonTools/src/component/RichAdaptivePhotonReco.cpp index 8050ec4ff66..6b168edd289 100755 --- a/Rich/RichRecPhotonTools/src/component/RichAdaptivePhotonReco.cpp +++ b/Rich/RichRecPhotonTools/src/component/RichAdaptivePhotonReco.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichAdaptivePhotonReco.cpp diff --git a/Rich/RichRecPhotonTools/src/component/RichAdaptivePhotonReco.h b/Rich/RichRecPhotonTools/src/component/RichAdaptivePhotonReco.h index dc098450405..3441ee44c38 100755 --- a/Rich/RichRecPhotonTools/src/component/RichAdaptivePhotonReco.h +++ b/Rich/RichRecPhotonTools/src/component/RichAdaptivePhotonReco.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichAdaptivePhotonReco.h diff --git a/Rich/RichRecPhotonTools/src/component/RichBasePhotonPredictor.cpp b/Rich/RichRecPhotonTools/src/component/RichBasePhotonPredictor.cpp index 5bc00c2e00b..83b7be2b729 100755 --- a/Rich/RichRecPhotonTools/src/component/RichBasePhotonPredictor.cpp +++ b/Rich/RichRecPhotonTools/src/component/RichBasePhotonPredictor.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichBasePhotonPredictor.cpp diff --git a/Rich/RichRecPhotonTools/src/component/RichBasePhotonPredictor.h b/Rich/RichRecPhotonTools/src/component/RichBasePhotonPredictor.h index be83e262b2f..e438618167c 100755 --- a/Rich/RichRecPhotonTools/src/component/RichBasePhotonPredictor.h +++ b/Rich/RichRecPhotonTools/src/component/RichBasePhotonPredictor.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichBasePhotonPredictor.h diff --git a/Rich/RichRecPhotonTools/src/component/RichCKthetaBandsPhotonPredictor.cpp b/Rich/RichRecPhotonTools/src/component/RichCKthetaBandsPhotonPredictor.cpp index d1c82cdc731..2688eefc276 100755 --- a/Rich/RichRecPhotonTools/src/component/RichCKthetaBandsPhotonPredictor.cpp +++ b/Rich/RichRecPhotonTools/src/component/RichCKthetaBandsPhotonPredictor.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichCKthetaBandsPhotonPredictor.cpp diff --git a/Rich/RichRecPhotonTools/src/component/RichCKthetaBandsPhotonPredictor.h b/Rich/RichRecPhotonTools/src/component/RichCKthetaBandsPhotonPredictor.h index e9aad5fcd3f..ce9bc6806dc 100755 --- a/Rich/RichRecPhotonTools/src/component/RichCKthetaBandsPhotonPredictor.h +++ b/Rich/RichRecPhotonTools/src/component/RichCKthetaBandsPhotonPredictor.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichCKthetaBandsPhotonPredictor.h diff --git a/Rich/RichRecPhotonTools/src/component/RichPhotonCreator.cpp b/Rich/RichRecPhotonTools/src/component/RichPhotonCreator.cpp index 7448ad58844..4baf9a91e95 100755 --- a/Rich/RichRecPhotonTools/src/component/RichPhotonCreator.cpp +++ b/Rich/RichRecPhotonTools/src/component/RichPhotonCreator.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichPhotonCreator.cpp diff --git a/Rich/RichRecPhotonTools/src/component/RichPhotonCreator.h b/Rich/RichRecPhotonTools/src/component/RichPhotonCreator.h index ef77e68ec13..1bd15786742 100755 --- a/Rich/RichRecPhotonTools/src/component/RichPhotonCreator.h +++ b/Rich/RichRecPhotonTools/src/component/RichPhotonCreator.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichPhotonCreator.h diff --git a/Rich/RichRecPhotonTools/src/component/RichPhotonPredictorUsingRings.cpp b/Rich/RichRecPhotonTools/src/component/RichPhotonPredictorUsingRings.cpp index fe02ed89368..7be00b109e9 100755 --- a/Rich/RichRecPhotonTools/src/component/RichPhotonPredictorUsingRings.cpp +++ b/Rich/RichRecPhotonTools/src/component/RichPhotonPredictorUsingRings.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichPhotonPredictorUsingRings.cpp diff --git a/Rich/RichRecPhotonTools/src/component/RichPhotonPredictorUsingRings.h b/Rich/RichRecPhotonTools/src/component/RichPhotonPredictorUsingRings.h index 0a6ebd625ec..ac24374c6eb 100755 --- a/Rich/RichRecPhotonTools/src/component/RichPhotonPredictorUsingRings.h +++ b/Rich/RichRecPhotonTools/src/component/RichPhotonPredictorUsingRings.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //---------------------------------------------------------------------------------- /** @file RichPhotonPredictorUsingRings.h diff --git a/Rich/RichRecPhotonTools/src/component/RichPhotonRecoBase.cpp b/Rich/RichRecPhotonTools/src/component/RichPhotonRecoBase.cpp index 199860821e6..4dc52998684 100755 --- a/Rich/RichRecPhotonTools/src/component/RichPhotonRecoBase.cpp +++ b/Rich/RichRecPhotonTools/src/component/RichPhotonRecoBase.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichPhotonRecoBase.cpp diff --git a/Rich/RichRecPhotonTools/src/component/RichPhotonRecoBase.h b/Rich/RichRecPhotonTools/src/component/RichPhotonRecoBase.h index c1983135299..7285b75ae96 100755 --- a/Rich/RichRecPhotonTools/src/component/RichPhotonRecoBase.h +++ b/Rich/RichRecPhotonTools/src/component/RichPhotonRecoBase.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichPhotonRecoBase.h diff --git a/Rich/RichRecPhotonTools/src/component/RichPhotonRecoUsingCKEstiFromRadius.cpp b/Rich/RichRecPhotonTools/src/component/RichPhotonRecoUsingCKEstiFromRadius.cpp index 109e886d6cf..f698179f270 100755 --- a/Rich/RichRecPhotonTools/src/component/RichPhotonRecoUsingCKEstiFromRadius.cpp +++ b/Rich/RichRecPhotonTools/src/component/RichPhotonRecoUsingCKEstiFromRadius.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichPhotonRecoUsingCKEstiFromRadius.cpp diff --git a/Rich/RichRecPhotonTools/src/component/RichPhotonRecoUsingCKEstiFromRadius.h b/Rich/RichRecPhotonTools/src/component/RichPhotonRecoUsingCKEstiFromRadius.h index c5c9dfd406e..df856f20af9 100755 --- a/Rich/RichRecPhotonTools/src/component/RichPhotonRecoUsingCKEstiFromRadius.h +++ b/Rich/RichRecPhotonTools/src/component/RichPhotonRecoUsingCKEstiFromRadius.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichPhotonRecoUsingCKEstiFromRadius.h diff --git a/Rich/RichRecPhotonTools/src/component/RichPhotonRecoUsingQuarticSoln.cpp b/Rich/RichRecPhotonTools/src/component/RichPhotonRecoUsingQuarticSoln.cpp index 6dcd6b12bf1..74dfb25e3fd 100755 --- a/Rich/RichRecPhotonTools/src/component/RichPhotonRecoUsingQuarticSoln.cpp +++ b/Rich/RichRecPhotonTools/src/component/RichPhotonRecoUsingQuarticSoln.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichPhotonRecoUsingQuarticSoln.cpp diff --git a/Rich/RichRecPhotonTools/src/component/RichPhotonRecoUsingQuarticSoln.h b/Rich/RichRecPhotonTools/src/component/RichPhotonRecoUsingQuarticSoln.h index 6331185cce1..8bc701b80e5 100755 --- a/Rich/RichRecPhotonTools/src/component/RichPhotonRecoUsingQuarticSoln.h +++ b/Rich/RichRecPhotonTools/src/component/RichPhotonRecoUsingQuarticSoln.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichPhotonRecoUsingQuarticSoln.h diff --git a/Rich/RichRecPhotonTools/src/component/RichPhotonRecoUsingRaytracing.cpp b/Rich/RichRecPhotonTools/src/component/RichPhotonRecoUsingRaytracing.cpp index 07a3f593e40..252e5d6643a 100755 --- a/Rich/RichRecPhotonTools/src/component/RichPhotonRecoUsingRaytracing.cpp +++ b/Rich/RichRecPhotonTools/src/component/RichPhotonRecoUsingRaytracing.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichPhotonRecoUsingRaytracing.cpp diff --git a/Rich/RichRecPhotonTools/src/component/RichPhotonRecoUsingRaytracing.h b/Rich/RichRecPhotonTools/src/component/RichPhotonRecoUsingRaytracing.h index 80170211bbd..3fa050fd971 100755 --- a/Rich/RichRecPhotonTools/src/component/RichPhotonRecoUsingRaytracing.h +++ b/Rich/RichRecPhotonTools/src/component/RichPhotonRecoUsingRaytracing.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichPhotonRecoUsingRaytracing.h * diff --git a/Rich/RichRecPhotonTools/src/component/RichPhotonSignalGaussProb.cpp b/Rich/RichRecPhotonTools/src/component/RichPhotonSignalGaussProb.cpp index a32fc380f82..9ec140b208f 100755 --- a/Rich/RichRecPhotonTools/src/component/RichPhotonSignalGaussProb.cpp +++ b/Rich/RichRecPhotonTools/src/component/RichPhotonSignalGaussProb.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichPhotonSignalGaussProb.cpp diff --git a/Rich/RichRecPhotonTools/src/component/RichPhotonSignalGaussProb.h b/Rich/RichRecPhotonTools/src/component/RichPhotonSignalGaussProb.h index 40c9722acb2..85a7a1d5270 100755 --- a/Rich/RichRecPhotonTools/src/component/RichPhotonSignalGaussProb.h +++ b/Rich/RichRecPhotonTools/src/component/RichPhotonSignalGaussProb.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichPhotonSignalGaussProb.h diff --git a/Rich/RichRecPhotonTools/src/component/RichPhotonSignalJeffreysErf.cpp b/Rich/RichRecPhotonTools/src/component/RichPhotonSignalJeffreysErf.cpp index f478590b516..e7ea2c4c44c 100755 --- a/Rich/RichRecPhotonTools/src/component/RichPhotonSignalJeffreysErf.cpp +++ b/Rich/RichRecPhotonTools/src/component/RichPhotonSignalJeffreysErf.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichPhotonSignalJeffreysErf.cpp diff --git a/Rich/RichRecPhotonTools/src/component/RichPhotonSignalJeffreysErf.h b/Rich/RichRecPhotonTools/src/component/RichPhotonSignalJeffreysErf.h index 2900154bd77..a1f0031e61c 100755 --- a/Rich/RichRecPhotonTools/src/component/RichPhotonSignalJeffreysErf.h +++ b/Rich/RichRecPhotonTools/src/component/RichPhotonSignalJeffreysErf.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichPhotonSignalJeffreysErf.h diff --git a/Rich/RichRecPhotonTools/src/component/RichSepVCKthetaPhotonPredictor.cpp b/Rich/RichRecPhotonTools/src/component/RichSepVCKthetaPhotonPredictor.cpp index 3bc1601f675..21a4cd592d9 100755 --- a/Rich/RichRecPhotonTools/src/component/RichSepVCKthetaPhotonPredictor.cpp +++ b/Rich/RichRecPhotonTools/src/component/RichSepVCKthetaPhotonPredictor.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichSepVCKthetaPhotonPredictor.cpp diff --git a/Rich/RichRecPhotonTools/src/component/RichSepVCKthetaPhotonPredictor.h b/Rich/RichRecPhotonTools/src/component/RichSepVCKthetaPhotonPredictor.h index 767d9e09620..9a464444d1e 100755 --- a/Rich/RichRecPhotonTools/src/component/RichSepVCKthetaPhotonPredictor.h +++ b/Rich/RichRecPhotonTools/src/component/RichSepVCKthetaPhotonPredictor.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichSepVCKthetaPhotonPredictor.h diff --git a/Rich/RichRecPhotonTools/src/component/RichSimplePhotonPredictor.cpp b/Rich/RichRecPhotonTools/src/component/RichSimplePhotonPredictor.cpp index b3550215a90..d5cab53fd20 100755 --- a/Rich/RichRecPhotonTools/src/component/RichSimplePhotonPredictor.cpp +++ b/Rich/RichRecPhotonTools/src/component/RichSimplePhotonPredictor.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichSimplePhotonPredictor.cpp diff --git a/Rich/RichRecPhotonTools/src/component/RichSimplePhotonPredictor.h b/Rich/RichRecPhotonTools/src/component/RichSimplePhotonPredictor.h index 9b9fa0760a4..222745da5ec 100755 --- a/Rich/RichRecPhotonTools/src/component/RichSimplePhotonPredictor.h +++ b/Rich/RichRecPhotonTools/src/component/RichSimplePhotonPredictor.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichSimplePhotonPredictor.h diff --git a/Rich/RichRecQC/CMakeLists.txt b/Rich/RichRecQC/CMakeLists.txt index 89ffbbe1d1d..b1093ad4570 100644 --- a/Rich/RichRecQC/CMakeLists.txt +++ b/Rich/RichRecQC/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ################################################################################ # Package: RichRecQC ################################################################################ diff --git a/Rich/RichRecQC/python/RichRecQC/Configuration.py b/Rich/RichRecQC/python/RichRecQC/Configuration.py index fde2454ca55..9dafdaf08e9 100755 --- a/Rich/RichRecQC/python/RichRecQC/Configuration.py +++ b/Rich/RichRecQC/python/RichRecQC/Configuration.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ## @package RichRecQC # High level Configuration tools for RICH Data Quality monitoring # @author Chris Jones (Christopher.Rob.Jones@cern.ch) diff --git a/Rich/RichRecQC/root/RichCKResolution.C b/Rich/RichRecQC/root/RichCKResolution.C index 05e83ac9137..5a15f622d9e 100755 --- a/Rich/RichRecQC/root/RichCKResolution.C +++ b/Rich/RichRecQC/root/RichCKResolution.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include "RichCKResolution.h" diff --git a/Rich/RichRecQC/root/RichCKResolution.h b/Rich/RichRecQC/root/RichCKResolution.h index d6ca56d27e9..ddb039ad368 100755 --- a/Rich/RichRecQC/root/RichCKResolution.h +++ b/Rich/RichRecQC/root/RichCKResolution.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef MACROS_RICHCKRESOLUTION_H #define MACROS_RICHCKRESOLUTION_H 1 diff --git a/Rich/RichRecQC/root/RichMakeAllPlots.C b/Rich/RichRecQC/root/RichMakeAllPlots.C index 0fb7cfa5f7a..6ca73227d4e 100755 --- a/Rich/RichRecQC/root/RichMakeAllPlots.C +++ b/Rich/RichRecQC/root/RichMakeAllPlots.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include "RichPIDPerformance.h" #include "RichCKResolution.h" diff --git a/Rich/RichRecQC/root/RichNCKPhotons.C b/Rich/RichRecQC/root/RichNCKPhotons.C index 43144c2ca4d..f18110dbf75 100755 --- a/Rich/RichRecQC/root/RichNCKPhotons.C +++ b/Rich/RichRecQC/root/RichNCKPhotons.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include "RichNCKPhotons.h" diff --git a/Rich/RichRecQC/root/RichNCKPhotons.h b/Rich/RichRecQC/root/RichNCKPhotons.h index 6a97837e557..aa1de9f73be 100755 --- a/Rich/RichRecQC/root/RichNCKPhotons.h +++ b/Rich/RichRecQC/root/RichNCKPhotons.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef MACROS_RICHNCKPHOTONS_H #define MACROS_RICHNCKPHOTONS_H 1 diff --git a/Rich/RichRecQC/root/RichPIDPerformance.C b/Rich/RichRecQC/root/RichPIDPerformance.C index 93a54c99902..23dc77e33e6 100755 --- a/Rich/RichRecQC/root/RichPIDPerformance.C +++ b/Rich/RichRecQC/root/RichPIDPerformance.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include "RichPIDPerformance.h" diff --git a/Rich/RichRecQC/root/RichPIDPerformance.h b/Rich/RichRecQC/root/RichPIDPerformance.h index 7b1dae4614a..494103a7607 100755 --- a/Rich/RichRecQC/root/RichPIDPerformance.h +++ b/Rich/RichRecQC/root/RichPIDPerformance.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef MACROS_RICHPIDPERFORMANCE_H #define MACROS_RICHPIDPERFORMANCE_H 1 diff --git a/Rich/RichRecQC/root/RichTrackResolutions.C b/Rich/RichRecQC/root/RichTrackResolutions.C index b1ba64077ee..e1401735e37 100755 --- a/Rich/RichRecQC/root/RichTrackResolutions.C +++ b/Rich/RichRecQC/root/RichTrackResolutions.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include "RichTrackResolutions.h" diff --git a/Rich/RichRecQC/root/RichTrackResolutions.h b/Rich/RichRecQC/root/RichTrackResolutions.h index b82c8e9d642..8cd35e812d7 100755 --- a/Rich/RichRecQC/root/RichTrackResolutions.h +++ b/Rich/RichRecQC/root/RichTrackResolutions.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef MACROS_RICHTRACKRESOLUTIONS_H #define MACROS_RICHTRACKRESOLUTIONS_H 1 diff --git a/Rich/RichRecQC/root/Run.C b/Rich/RichRecQC/root/Run.C index 816a740c0a5..9dcde645c50 100755 --- a/Rich/RichRecQC/root/Run.C +++ b/Rich/RichRecQC/root/Run.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ { diff --git a/Rich/RichRecQC/root/Utilities.C b/Rich/RichRecQC/root/Utilities.C index 84edccfdb0e..cffc78372eb 100755 --- a/Rich/RichRecQC/root/Utilities.C +++ b/Rich/RichRecQC/root/Utilities.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include "Utilities.h" diff --git a/Rich/RichRecQC/root/Utilities.h b/Rich/RichRecQC/root/Utilities.h index ea2766b5c09..aef6fcd4170 100755 --- a/Rich/RichRecQC/root/Utilities.h +++ b/Rich/RichRecQC/root/Utilities.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef MACROS_UTILITIES_H #define MACROS_UTILITIES_H 1 diff --git a/Rich/RichRecQC/src/RichDataDBCheck.cpp b/Rich/RichRecQC/src/RichDataDBCheck.cpp index c6e69937d75..a2c5314e23c 100755 --- a/Rich/RichRecQC/src/RichDataDBCheck.cpp +++ b/Rich/RichRecQC/src/RichDataDBCheck.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichDataDBCheck.cpp diff --git a/Rich/RichRecQC/src/RichDataDBCheck.h b/Rich/RichRecQC/src/RichDataDBCheck.h index 6818f3be4cd..d7bcad362cf 100755 --- a/Rich/RichRecQC/src/RichDataDBCheck.h +++ b/Rich/RichRecQC/src/RichDataDBCheck.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichDataDBCheck.h diff --git a/Rich/RichRecQC/src/RichDataDecodingErrorMoni.cpp b/Rich/RichRecQC/src/RichDataDecodingErrorMoni.cpp index 5fe98370ba9..10177b583fc 100755 --- a/Rich/RichRecQC/src/RichDataDecodingErrorMoni.cpp +++ b/Rich/RichRecQC/src/RichDataDecodingErrorMoni.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichDataDecodingErrorMoni.cpp diff --git a/Rich/RichRecQC/src/RichDataDecodingErrorMoni.h b/Rich/RichRecQC/src/RichDataDecodingErrorMoni.h index adb39bcf6f1..2ef99ab425c 100755 --- a/Rich/RichRecQC/src/RichDataDecodingErrorMoni.h +++ b/Rich/RichRecQC/src/RichDataDecodingErrorMoni.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichDataDecodingErrorMoni.h diff --git a/Rich/RichRecQC/src/RichHPDFlashMoni.cpp b/Rich/RichRecQC/src/RichHPDFlashMoni.cpp index 3b67bd62979..d53648ba296 100755 --- a/Rich/RichRecQC/src/RichHPDFlashMoni.cpp +++ b/Rich/RichRecQC/src/RichHPDFlashMoni.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichHPDFlashMoni.cpp diff --git a/Rich/RichRecQC/src/RichHPDFlashMoni.h b/Rich/RichRecQC/src/RichHPDFlashMoni.h index 993375e4cdc..bb25853bbd5 100755 --- a/Rich/RichRecQC/src/RichHPDFlashMoni.h +++ b/Rich/RichRecQC/src/RichHPDFlashMoni.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichHPDFlashMoni.h diff --git a/Rich/RichRecQC/src/RichHPDHitsMoni.cpp b/Rich/RichRecQC/src/RichHPDHitsMoni.cpp index 37765ffdf4b..a889c72c3ba 100755 --- a/Rich/RichRecQC/src/RichHPDHitsMoni.cpp +++ b/Rich/RichRecQC/src/RichHPDHitsMoni.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichHPDHitsMoni.cpp diff --git a/Rich/RichRecQC/src/RichHPDHitsMoni.h b/Rich/RichRecQC/src/RichHPDHitsMoni.h index 79465860c9f..3c1cd841f3b 100755 --- a/Rich/RichRecQC/src/RichHPDHitsMoni.h +++ b/Rich/RichRecQC/src/RichHPDHitsMoni.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichHPDHitsMoni.h diff --git a/Rich/RichRecQC/src/RichODINMoni.cpp b/Rich/RichRecQC/src/RichODINMoni.cpp index 99f6570b585..72de37b9818 100755 --- a/Rich/RichRecQC/src/RichODINMoni.cpp +++ b/Rich/RichRecQC/src/RichODINMoni.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichODINMoni.cpp diff --git a/Rich/RichRecQC/src/RichODINMoni.h b/Rich/RichRecQC/src/RichODINMoni.h index 1ee31713402..f8f1cdcd6fe 100755 --- a/Rich/RichRecQC/src/RichODINMoni.h +++ b/Rich/RichRecQC/src/RichODINMoni.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichODINMoni.h diff --git a/Rich/RichRecQC/src/RichPIDQC.cpp b/Rich/RichRecQC/src/RichPIDQC.cpp index b5d32b9e596..62f5dfd266d 100755 --- a/Rich/RichRecQC/src/RichPIDQC.cpp +++ b/Rich/RichRecQC/src/RichPIDQC.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichPIDQC.cpp diff --git a/Rich/RichRecQC/src/RichPIDQC.h b/Rich/RichRecQC/src/RichPIDQC.h index bee3b56c0ec..fa7a2fb8051 100755 --- a/Rich/RichRecQC/src/RichPIDQC.h +++ b/Rich/RichRecQC/src/RichPIDQC.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichPIDQC.h diff --git a/Rich/RichRecQC/src/RichPixelClusterMoni.cpp b/Rich/RichRecQC/src/RichPixelClusterMoni.cpp index fa24f07ea36..b687598c3c5 100755 --- a/Rich/RichRecQC/src/RichPixelClusterMoni.cpp +++ b/Rich/RichRecQC/src/RichPixelClusterMoni.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichPixelClusterMoni.cpp diff --git a/Rich/RichRecQC/src/RichPixelClusterMoni.h b/Rich/RichRecQC/src/RichPixelClusterMoni.h index 4d4aee2f074..3c2e8aef2f5 100755 --- a/Rich/RichRecQC/src/RichPixelClusterMoni.h +++ b/Rich/RichRecQC/src/RichPixelClusterMoni.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichPixelClusterMoni.h diff --git a/Rich/RichRecQC/src/RichRawDataSize.cpp b/Rich/RichRecQC/src/RichRawDataSize.cpp index 5b6a9804dd0..256373ef393 100755 --- a/Rich/RichRecQC/src/RichRawDataSize.cpp +++ b/Rich/RichRecQC/src/RichRawDataSize.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichRawDataSize.cpp diff --git a/Rich/RichRecQC/src/RichRawDataSize.h b/Rich/RichRecQC/src/RichRawDataSize.h index a3ba623049c..c01f76f88e8 100755 --- a/Rich/RichRecQC/src/RichRawDataSize.h +++ b/Rich/RichRecQC/src/RichRawDataSize.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichRawDataSize.h diff --git a/Rich/RichRecQC/src/RichRecPixelQC.cpp b/Rich/RichRecQC/src/RichRecPixelQC.cpp index a07491064f7..12d112e3b4b 100755 --- a/Rich/RichRecQC/src/RichRecPixelQC.cpp +++ b/Rich/RichRecQC/src/RichRecPixelQC.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichRecPixelQC.cpp diff --git a/Rich/RichRecQC/src/RichRecPixelQC.h b/Rich/RichRecQC/src/RichRecPixelQC.h index 04eb0bc0967..db9fe434963 100755 --- a/Rich/RichRecQC/src/RichRecPixelQC.h +++ b/Rich/RichRecQC/src/RichRecPixelQC.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichRecPixelQC.h diff --git a/Rich/RichRecQC/src/RichRecRingPeakSearch.cpp b/Rich/RichRecQC/src/RichRecRingPeakSearch.cpp index eab6ac98517..3b367449b6f 100755 --- a/Rich/RichRecQC/src/RichRecRingPeakSearch.cpp +++ b/Rich/RichRecQC/src/RichRecRingPeakSearch.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //-------------------------------------------------------------------------- /** @file RichRecRingPeakSearch.cpp diff --git a/Rich/RichRecQC/src/RichRecRingPeakSearch.h b/Rich/RichRecQC/src/RichRecRingPeakSearch.h index 5876a7429d2..9e9e0226120 100755 --- a/Rich/RichRecQC/src/RichRecRingPeakSearch.h +++ b/Rich/RichRecQC/src/RichRecRingPeakSearch.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //--------------------------------------------------------------------------- /** @file RichRecRingPeakSearch.h diff --git a/Rich/RichRecQC/src/RichRecSummaryCKResMoni.cpp b/Rich/RichRecQC/src/RichRecSummaryCKResMoni.cpp index c0d7d51dcbc..a95a92f25f7 100755 --- a/Rich/RichRecQC/src/RichRecSummaryCKResMoni.cpp +++ b/Rich/RichRecQC/src/RichRecSummaryCKResMoni.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //------------------------------------------------------------------------------- /** @file RichRecSummaryCKResMoni.cpp diff --git a/Rich/RichRecQC/src/RichRecSummaryCKResMoni.h b/Rich/RichRecQC/src/RichRecSummaryCKResMoni.h index 7a90b3c35bc..12a3e600daa 100755 --- a/Rich/RichRecQC/src/RichRecSummaryCKResMoni.h +++ b/Rich/RichRecQC/src/RichRecSummaryCKResMoni.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //--------------------------------------------------------------------------------- /** @file RichRecSummaryCKResMoni.h diff --git a/Rich/RichRecQC/src/RichRecSummaryQC.cpp b/Rich/RichRecQC/src/RichRecSummaryQC.cpp index 82cab8984f0..e0a53f5a8ff 100755 --- a/Rich/RichRecQC/src/RichRecSummaryQC.cpp +++ b/Rich/RichRecQC/src/RichRecSummaryQC.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //------------------------------------------------------------------------------- /** @file RichRecSummaryQC.cpp diff --git a/Rich/RichRecQC/src/RichRecSummaryQC.h b/Rich/RichRecQC/src/RichRecSummaryQC.h index 433e09687c8..9ab7dd64476 100755 --- a/Rich/RichRecQC/src/RichRecSummaryQC.h +++ b/Rich/RichRecQC/src/RichRecSummaryQC.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //--------------------------------------------------------------------------------- /** @file RichRecSummaryQC.h diff --git a/Rich/RichRecQC/src/RichRecoQC.cpp b/Rich/RichRecQC/src/RichRecoQC.cpp index bae731599f3..c3176519429 100755 --- a/Rich/RichRecQC/src/RichRecoQC.cpp +++ b/Rich/RichRecQC/src/RichRecoQC.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //------------------------------------------------------------------------------- /** @file RichRecoQC.cpp diff --git a/Rich/RichRecQC/src/RichRecoQC.h b/Rich/RichRecQC/src/RichRecoQC.h index 53e413d35dc..080396875be 100755 --- a/Rich/RichRecQC/src/RichRecoQC.h +++ b/Rich/RichRecQC/src/RichRecoQC.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //--------------------------------------------------------------------------------- /** @file RichRecoQC.h diff --git a/Rich/RichRecQC/src/RichTrackSelEffMoni.cpp b/Rich/RichRecQC/src/RichTrackSelEffMoni.cpp index 086c3ad7cc2..996fa8e476a 100755 --- a/Rich/RichRecQC/src/RichTrackSelEffMoni.cpp +++ b/Rich/RichRecQC/src/RichTrackSelEffMoni.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //------------------------------------------------------------------------------- /** @file RichTrackSelEffMoni.cpp diff --git a/Rich/RichRecQC/src/RichTrackSelEffMoni.h b/Rich/RichRecQC/src/RichTrackSelEffMoni.h index 3374a13cdb3..21a4bbf5e6f 100644 --- a/Rich/RichRecQC/src/RichTrackSelEffMoni.h +++ b/Rich/RichRecQC/src/RichTrackSelEffMoni.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //--------------------------------------------------------------------------------- /** @file RichTrackSelEffMoni.h diff --git a/Rich/RichRecQC/src/RichTracklessRingMoni.cpp b/Rich/RichRecQC/src/RichTracklessRingMoni.cpp index 8120ed2158e..e2b2075a8ab 100755 --- a/Rich/RichRecQC/src/RichTracklessRingMoni.cpp +++ b/Rich/RichRecQC/src/RichTracklessRingMoni.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //--------------------------------------------------------------------------- /** @file RichTracklessRingMoni.cpp diff --git a/Rich/RichRecQC/src/RichTracklessRingMoni.h b/Rich/RichRecQC/src/RichTracklessRingMoni.h index 85e454ff873..f45fea03bc8 100755 --- a/Rich/RichRecQC/src/RichTracklessRingMoni.h +++ b/Rich/RichRecQC/src/RichTracklessRingMoni.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //--------------------------------------------------------------------------- /** @file RichTracklessRingMoni.h diff --git a/Rich/RichRecStereoTools/CMakeLists.txt b/Rich/RichRecStereoTools/CMakeLists.txt index 50ea55e0089..a72581638d8 100644 --- a/Rich/RichRecStereoTools/CMakeLists.txt +++ b/Rich/RichRecStereoTools/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ################################################################################ # Package: RichRecStereoTools ################################################################################ diff --git a/Rich/RichRecStereoTools/src/RichStereoFitter.cpp b/Rich/RichRecStereoTools/src/RichStereoFitter.cpp index c03bf3a4b25..cb501f5c777 100755 --- a/Rich/RichRecStereoTools/src/RichStereoFitter.cpp +++ b/Rich/RichRecStereoTools/src/RichStereoFitter.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichStereoFitter.cpp diff --git a/Rich/RichRecStereoTools/src/RichStereoFitter.h b/Rich/RichRecStereoTools/src/RichStereoFitter.h index 1ae63bb378a..78bfdb98d61 100755 --- a/Rich/RichRecStereoTools/src/RichStereoFitter.h +++ b/Rich/RichRecStereoTools/src/RichStereoFitter.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichStereoFitter.h diff --git a/Rich/RichRecStereoTools/src/RichStereoProjection.cpp b/Rich/RichRecStereoTools/src/RichStereoProjection.cpp index 04b33f254db..08a358f7d89 100755 --- a/Rich/RichRecStereoTools/src/RichStereoProjection.cpp +++ b/Rich/RichRecStereoTools/src/RichStereoProjection.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichStereoProjection.cpp diff --git a/Rich/RichRecStereoTools/src/RichStereoProjection.h b/Rich/RichRecStereoTools/src/RichStereoProjection.h index e8c0f5ec5b8..fe637be4d7c 100755 --- a/Rich/RichRecStereoTools/src/RichStereoProjection.h +++ b/Rich/RichRecStereoTools/src/RichStereoProjection.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichStereoProjection.h diff --git a/Rich/RichRecSys/CMakeLists.txt b/Rich/RichRecSys/CMakeLists.txt index 8a094545a50..8482386934c 100644 --- a/Rich/RichRecSys/CMakeLists.txt +++ b/Rich/RichRecSys/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ################################################################################ # Package: RichRecSys ################################################################################ diff --git a/Rich/RichRecSys/python/RichRecSys/CKThetaResolution.py b/Rich/RichRecSys/python/RichRecSys/CKThetaResolution.py index a9e623c1285..8b671e1f3c2 100755 --- a/Rich/RichRecSys/python/RichRecSys/CKThetaResolution.py +++ b/Rich/RichRecSys/python/RichRecSys/CKThetaResolution.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ## @package CKThetaResolution # Configurables for RICH CK theta resolution tools # @author Chris Jones (Christopher.Rob.Jones@cern.ch) diff --git a/Rich/RichRecSys/python/RichRecSys/Configuration.py b/Rich/RichRecSys/python/RichRecSys/Configuration.py index 74ef08d6ba9..6adbae88380 100755 --- a/Rich/RichRecSys/python/RichRecSys/Configuration.py +++ b/Rich/RichRecSys/python/RichRecSys/Configuration.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ## @package RichRecSys # High level Configuration tools for RICH Reconstruction # @author Chris Jones (Christopher.Rob.Jones@cern.ch) diff --git a/Rich/RichRecSys/python/RichRecSys/PhotonCreator.py b/Rich/RichRecSys/python/RichRecSys/PhotonCreator.py index e25c83ca5bd..d1ccb9b3665 100755 --- a/Rich/RichRecSys/python/RichRecSys/PhotonCreator.py +++ b/Rich/RichRecSys/python/RichRecSys/PhotonCreator.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ## @package PhotonCreator # Photon creator options for RICH Reconstruction # @author Chris Jones (Christopher.Rob.Jones@cern.ch) diff --git a/Rich/RichRecSys/python/RichRecSys/PixelCreator.py b/Rich/RichRecSys/python/RichRecSys/PixelCreator.py index 8cade9fcafb..b726b826a37 100755 --- a/Rich/RichRecSys/python/RichRecSys/PixelCreator.py +++ b/Rich/RichRecSys/python/RichRecSys/PixelCreator.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ## @package PixelCreator # Pixel creator options for RICH Reconstruction # @author Chris Jones (Christopher.Rob.Jones@cern.ch) diff --git a/Rich/RichRecSys/python/RichRecSys/RichGlobalPID_.py b/Rich/RichRecSys/python/RichRecSys/RichGlobalPID_.py index 782658e1744..c739de7ee5a 100755 --- a/Rich/RichRecSys/python/RichRecSys/RichGlobalPID_.py +++ b/Rich/RichRecSys/python/RichRecSys/RichGlobalPID_.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ## @package RichGlobalPID # High level configuration tools for RICH Global PID # @author Chris Jones (Christopher.Rob.Jones@cern.ch) diff --git a/Rich/RichRecSys/python/RichRecSys/SegmentCreator.py b/Rich/RichRecSys/python/RichRecSys/SegmentCreator.py index b83cd74ae76..97560a0e971 100755 --- a/Rich/RichRecSys/python/RichRecSys/SegmentCreator.py +++ b/Rich/RichRecSys/python/RichRecSys/SegmentCreator.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ## @package SegmentCreator # RichRecSegment creator options for RICH Reconstruction # @author Chris Jones (Christopher.Rob.Jones@cern.ch) diff --git a/Rich/RichRecSys/python/RichRecSys/TrackCreator.py b/Rich/RichRecSys/python/RichRecSys/TrackCreator.py index f5290537f19..e06c62af41d 100755 --- a/Rich/RichRecSys/python/RichRecSys/TrackCreator.py +++ b/Rich/RichRecSys/python/RichRecSys/TrackCreator.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ## @package TrackCreator # Track creator options for RICH Reconstruction # @author Chris Jones (Christopher.Rob.Jones@cern.ch) diff --git a/Rich/RichRecSys/python/RichRecSys/TrackSelectorTools.py b/Rich/RichRecSys/python/RichRecSys/TrackSelectorTools.py index 0b84af1eca3..fe8ab73a5a9 100644 --- a/Rich/RichRecSys/python/RichRecSys/TrackSelectorTools.py +++ b/Rich/RichRecSys/python/RichRecSys/TrackSelectorTools.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### from Configurables import ( Rich__Rec__ForwardTrackSelector, Rich__Rec__MatchTrackSelector, diff --git a/Rich/RichRecTemplateRings/CMakeLists.txt b/Rich/RichRecTemplateRings/CMakeLists.txt index d12e2b39b01..432ae4d7124 100644 --- a/Rich/RichRecTemplateRings/CMakeLists.txt +++ b/Rich/RichRecTemplateRings/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ################################################################################ # Package: RichRecTemplateRings ################################################################################ diff --git a/Rich/RichRecTemplateRings/python/RichRecTemplateRings/Configuration.py b/Rich/RichRecTemplateRings/python/RichRecTemplateRings/Configuration.py index 937a5970c86..bc515b23bc1 100755 --- a/Rich/RichRecTemplateRings/python/RichRecTemplateRings/Configuration.py +++ b/Rich/RichRecTemplateRings/python/RichRecTemplateRings/Configuration.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ## @package RichRecTemplateRings # High level Configuration tools for RICH Template Ring finder # @author Chris Jones (Christopher.Rob.Jones@cern.ch) diff --git a/Rich/RichRecTemplateRings/src/FFPlan/RichFFPlan.cpp b/Rich/RichRecTemplateRings/src/FFPlan/RichFFPlan.cpp index df837a02364..a475721c899 100644 --- a/Rich/RichRecTemplateRings/src/FFPlan/RichFFPlan.cpp +++ b/Rich/RichRecTemplateRings/src/FFPlan/RichFFPlan.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files #include "fftw3.h" diff --git a/Rich/RichRecTemplateRings/src/FFPlan/RichFFPlan.h b/Rich/RichRecTemplateRings/src/FFPlan/RichFFPlan.h index 5ec5f668cb0..87115c1ea01 100644 --- a/Rich/RichRecTemplateRings/src/FFPlan/RichFFPlan.h +++ b/Rich/RichRecTemplateRings/src/FFPlan/RichFFPlan.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef FFPLAN_RICHFFPLAN_H #define FFPLAN_RICHFFPLAN_H 1 diff --git a/Rich/RichRecTemplateRings/src/HistoMonitor/RichSingleEvMonHistoTool.cpp b/Rich/RichRecTemplateRings/src/HistoMonitor/RichSingleEvMonHistoTool.cpp index 5299c9dc40e..982445714bd 100644 --- a/Rich/RichRecTemplateRings/src/HistoMonitor/RichSingleEvMonHistoTool.cpp +++ b/Rich/RichRecTemplateRings/src/HistoMonitor/RichSingleEvMonHistoTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files #include "TH1D.h" diff --git a/Rich/RichRecTemplateRings/src/HistoMonitor/RichSingleEvMonHistoTool.h b/Rich/RichRecTemplateRings/src/HistoMonitor/RichSingleEvMonHistoTool.h index 48b7de81766..9170b85dd2a 100644 --- a/Rich/RichRecTemplateRings/src/HistoMonitor/RichSingleEvMonHistoTool.h +++ b/Rich/RichRecTemplateRings/src/HistoMonitor/RichSingleEvMonHistoTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef HISTOMONITOR_RICHSINGLEEVMONHISTOTOOL_H #define HISTOMONITOR_RICHSINGLEEVMONHISTOTOOL_H 1 diff --git a/Rich/RichRecTemplateRings/src/MCTruth/RichMCTruthAcquireAlg.cpp b/Rich/RichRecTemplateRings/src/MCTruth/RichMCTruthAcquireAlg.cpp index d0747757bac..4e93bef9289 100644 --- a/Rich/RichRecTemplateRings/src/MCTruth/RichMCTruthAcquireAlg.cpp +++ b/Rich/RichRecTemplateRings/src/MCTruth/RichMCTruthAcquireAlg.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // from Gaudi diff --git a/Rich/RichRecTemplateRings/src/MCTruth/RichMCTruthAcquireAlg.h b/Rich/RichRecTemplateRings/src/MCTruth/RichMCTruthAcquireAlg.h index 5f0859f61c8..21246592615 100644 --- a/Rich/RichRecTemplateRings/src/MCTruth/RichMCTruthAcquireAlg.h +++ b/Rich/RichRecTemplateRings/src/MCTruth/RichMCTruthAcquireAlg.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef MCTRUTH_RICHMCTRUTHACQUIREALG_H #define MCTRUTH_RICHMCTRUTHACQUIREALG_H 1 diff --git a/Rich/RichRecTemplateRings/src/MCTruth/RichMCTruthData.cpp b/Rich/RichRecTemplateRings/src/MCTruth/RichMCTruthData.cpp index daf67a08398..3048bec6707 100644 --- a/Rich/RichRecTemplateRings/src/MCTruth/RichMCTruthData.cpp +++ b/Rich/RichRecTemplateRings/src/MCTruth/RichMCTruthData.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // local diff --git a/Rich/RichRecTemplateRings/src/MCTruth/RichMCTruthData.h b/Rich/RichRecTemplateRings/src/MCTruth/RichMCTruthData.h index f83e2a4a19a..7527b7a428d 100644 --- a/Rich/RichRecTemplateRings/src/MCTruth/RichMCTruthData.h +++ b/Rich/RichRecTemplateRings/src/MCTruth/RichMCTruthData.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef MCTRUTH_RICHMCTRUTHDATA_H #define MCTRUTH_RICHMCTRUTHDATA_H 1 diff --git a/Rich/RichRecTemplateRings/src/MCTruth/RichRingMCCompareNtup.cpp b/Rich/RichRecTemplateRings/src/MCTruth/RichRingMCCompareNtup.cpp index 635af13aac1..552303dac54 100644 --- a/Rich/RichRecTemplateRings/src/MCTruth/RichRingMCCompareNtup.cpp +++ b/Rich/RichRecTemplateRings/src/MCTruth/RichRingMCCompareNtup.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // local diff --git a/Rich/RichRecTemplateRings/src/MCTruth/RichRingMCCompareNtup.h b/Rich/RichRecTemplateRings/src/MCTruth/RichRingMCCompareNtup.h index 7c9271d80c3..ec2f1267560 100644 --- a/Rich/RichRecTemplateRings/src/MCTruth/RichRingMCCompareNtup.h +++ b/Rich/RichRecTemplateRings/src/MCTruth/RichRingMCCompareNtup.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef MCTRUTH_RICHRINGMCCOMPARENTUP_H #define MCTRUTH_RICHRINGMCCOMPARENTUP_H 1 diff --git a/Rich/RichRecTemplateRings/src/RichRecTemplateRingsNamespace.h b/Rich/RichRecTemplateRings/src/RichRecTemplateRingsNamespace.h index 52a33ef42f6..b74e85db7f8 100644 --- a/Rich/RichRecTemplateRings/src/RichRecTemplateRingsNamespace.h +++ b/Rich/RichRecTemplateRings/src/RichRecTemplateRingsNamespace.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @namespace Rich::Rec::TemplateRings diff --git a/Rich/RichRecTemplateRings/src/RichRingMasterAlg.cpp b/Rich/RichRecTemplateRings/src/RichRingMasterAlg.cpp index eef986b172e..5d902e1853e 100644 --- a/Rich/RichRecTemplateRings/src/RichRingMasterAlg.cpp +++ b/Rich/RichRecTemplateRings/src/RichRingMasterAlg.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // local diff --git a/Rich/RichRecTemplateRings/src/RichRingMasterAlg.h b/Rich/RichRecTemplateRings/src/RichRingMasterAlg.h index 43d0284b470..70bbdaaa9d3 100644 --- a/Rich/RichRecTemplateRings/src/RichRingMasterAlg.h +++ b/Rich/RichRecTemplateRings/src/RichRingMasterAlg.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef RICHRINGMASTERALG_H #define RICHRINGMASTERALG_H 1 diff --git a/Rich/RichRecTemplateRings/src/RichRingRec/IMCCompareNtup.h b/Rich/RichRecTemplateRings/src/RichRingRec/IMCCompareNtup.h index c8ab1d54fe1..2fe0e729d63 100644 --- a/Rich/RichRecTemplateRings/src/RichRingRec/IMCCompareNtup.h +++ b/Rich/RichRecTemplateRings/src/RichRingRec/IMCCompareNtup.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef RICHRINGREC_IMCCOMPARENTUP_H #define RICHRINGREC_IMCCOMPARENTUP_H 1 diff --git a/Rich/RichRecTemplateRings/src/RichRingRec/IRichFFPlan.h b/Rich/RichRecTemplateRings/src/RichRingRec/IRichFFPlan.h index 0849217b464..4a80140a023 100644 --- a/Rich/RichRecTemplateRings/src/RichRingRec/IRichFFPlan.h +++ b/Rich/RichRecTemplateRings/src/RichRingRec/IRichFFPlan.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef RICHRINGREC_IRICHFFPLAN_H #define RICHRINGREC_IRICHFFPLAN_H 1 diff --git a/Rich/RichRecTemplateRings/src/RichRingRec/IRichLocalTargetConfig.h b/Rich/RichRecTemplateRings/src/RichRingRec/IRichLocalTargetConfig.h index 628b3788538..637eaf180c6 100644 --- a/Rich/RichRecTemplateRings/src/RichRingRec/IRichLocalTargetConfig.h +++ b/Rich/RichRecTemplateRings/src/RichRingRec/IRichLocalTargetConfig.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef RICHRINGREC_IRICHLOCALTARGETCONFIG_H #define RICHRINGREC_IRICHLOCALTARGETCONFIG_H 1 diff --git a/Rich/RichRecTemplateRings/src/RichRingRec/IRichLocalTemplateConfig.h b/Rich/RichRecTemplateRings/src/RichRingRec/IRichLocalTemplateConfig.h index 252f2698559..606e3d05401 100644 --- a/Rich/RichRecTemplateRings/src/RichRingRec/IRichLocalTemplateConfig.h +++ b/Rich/RichRecTemplateRings/src/RichRingRec/IRichLocalTemplateConfig.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef RICHRINGREC_IRICHLOCALTEMPLATECONFIG_H #define RICHRINGREC_IRICHLOCALTEMPLATECONFIG_H 1 diff --git a/Rich/RichRecTemplateRings/src/RichRingRec/IRichMCTruthData.h b/Rich/RichRecTemplateRings/src/RichRingRec/IRichMCTruthData.h index 230e6a37a5d..234465f729b 100644 --- a/Rich/RichRecTemplateRings/src/RichRingRec/IRichMCTruthData.h +++ b/Rich/RichRecTemplateRings/src/RichRingRec/IRichMCTruthData.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef RICHRINGREC_IRICHMCTRUTHDATA_H #define RICHRINGREC_IRICHMCTRUTHDATA_H 1 diff --git a/Rich/RichRecTemplateRings/src/RichRingRec/IRichRingRecConstants.h b/Rich/RichRecTemplateRings/src/RichRingRec/IRichRingRecConstants.h index 8c0b924a88a..0390dc8fce6 100644 --- a/Rich/RichRecTemplateRings/src/RichRingRec/IRichRingRecConstants.h +++ b/Rich/RichRecTemplateRings/src/RichRingRec/IRichRingRecConstants.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef RICHRINGREC_IRICHRINGRECCONSTANTS_H #define RICHRINGREC_IRICHRINGRECCONSTANTS_H 1 diff --git a/Rich/RichRecTemplateRings/src/RichRingRec/IRichRingRecMass.h b/Rich/RichRecTemplateRings/src/RichRingRec/IRichRingRecMass.h index 5d46d4b4445..6ff72e08a69 100644 --- a/Rich/RichRecTemplateRings/src/RichRingRec/IRichRingRecMass.h +++ b/Rich/RichRecTemplateRings/src/RichRingRec/IRichRingRecMass.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef RICHRINGREC_IRICHRINGRECMASS_H #define RICHRINGREC_IRICHRINGRECMASS_H 1 diff --git a/Rich/RichRecTemplateRings/src/RichRingRec/IRichRingRecResult.h b/Rich/RichRecTemplateRings/src/RichRingRec/IRichRingRecResult.h index ede6837d37a..8b08d9593b3 100644 --- a/Rich/RichRecTemplateRings/src/RichRingRec/IRichRingRecResult.h +++ b/Rich/RichRecTemplateRings/src/RichRingRec/IRichRingRecResult.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef RICHRINGREC_IRICHRINGRECRESULT_H #define RICHRINGREC_IRICHRINGRECRESULT_H 1 diff --git a/Rich/RichRecTemplateRings/src/RichRingRec/IRichRingRecToolBase.h b/Rich/RichRecTemplateRings/src/RichRingRec/IRichRingRecToolBase.h index 5e572b58a21..9f689dc7773 100644 --- a/Rich/RichRecTemplateRings/src/RichRingRec/IRichRingRecToolBase.h +++ b/Rich/RichRecTemplateRings/src/RichRingRec/IRichRingRecToolBase.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef IRICHRINGRECTOOLBASE_H #define IRICHRINGRECTOOLBASE_H 1 diff --git a/Rich/RichRecTemplateRings/src/RichRingRec/IRichRingRecTransformTool.h b/Rich/RichRecTemplateRings/src/RichRingRec/IRichRingRecTransformTool.h index 6b68b8b930b..d41659bd26f 100644 --- a/Rich/RichRecTemplateRings/src/RichRingRec/IRichRingRecTransformTool.h +++ b/Rich/RichRecTemplateRings/src/RichRingRec/IRichRingRecTransformTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef RICHRINGREC_IRICHRINGRECTRANSFORMTOOL_H #define RICHRINGREC_IRICHRINGRECTRANSFORMTOOL_H 1 diff --git a/Rich/RichRecTemplateRings/src/RichRingRec/IRichRingReconParam.h b/Rich/RichRecTemplateRings/src/RichRingRec/IRichRingReconParam.h index fbe281c1e61..0ba0ff2a291 100644 --- a/Rich/RichRecTemplateRings/src/RichRingRec/IRichRingReconParam.h +++ b/Rich/RichRecTemplateRings/src/RichRingRec/IRichRingReconParam.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef RICHRINGREC_IRICHRINGRECONPARAM_H #define RICHRINGREC_IRICHRINGRECONPARAM_H 1 diff --git a/Rich/RichRecTemplateRings/src/RichRingRec/IRichSingleEvMonHistoTool.h b/Rich/RichRecTemplateRings/src/RichRingRec/IRichSingleEvMonHistoTool.h index 8f5c2434421..92e081b9ac0 100644 --- a/Rich/RichRecTemplateRings/src/RichRingRec/IRichSingleEvMonHistoTool.h +++ b/Rich/RichRecTemplateRings/src/RichRingRec/IRichSingleEvMonHistoTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef RICHRINGREC_IRICHSINGLEEVMONHISTOTOOL_H #define RICHRINGREC_IRICHSINGLEEVMONHISTOTOOL_H 1 diff --git a/Rich/RichRecTemplateRings/src/RichRingRec/IRichTargetDataTool.h b/Rich/RichRecTemplateRings/src/RichRingRec/IRichTargetDataTool.h index 945e135a594..39ab33bc598 100644 --- a/Rich/RichRecTemplateRings/src/RichRingRec/IRichTargetDataTool.h +++ b/Rich/RichRecTemplateRings/src/RichRingRec/IRichTargetDataTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef IRICHTARGETDATATOOL_H #define IRICHTARGETDATATOOL_H 1 diff --git a/Rich/RichRecTemplateRings/src/RichRingRec/IRichTemplateDataTool.h b/Rich/RichRecTemplateRings/src/RichRingRec/IRichTemplateDataTool.h index ae354d994ae..0e1c7fa1bcc 100644 --- a/Rich/RichRecTemplateRings/src/RichRingRec/IRichTemplateDataTool.h +++ b/Rich/RichRecTemplateRings/src/RichRingRec/IRichTemplateDataTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef RICHRINGREC_IRICHTEMPLATEDATATOOL_H #define RICHRINGREC_IRICHTEMPLATEDATATOOL_H 1 diff --git a/Rich/RichRecTemplateRings/src/RichRingRec/RichDataArrayDefinitions.h b/Rich/RichRecTemplateRings/src/RichRingRec/RichDataArrayDefinitions.h index 5863a9e7b2c..ddab45c62f8 100644 --- a/Rich/RichRecTemplateRings/src/RichRingRec/RichDataArrayDefinitions.h +++ b/Rich/RichRecTemplateRings/src/RichRingRec/RichDataArrayDefinitions.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef RICHDATAARRAYDEFINITIONS #define RICHDATAARRAYDEFINITIONS diff --git a/Rich/RichRecTemplateRings/src/RichRingRec/RichRingRecAlgBase.h b/Rich/RichRecTemplateRings/src/RichRingRec/RichRingRecAlgBase.h index 1b4eaf226ad..c549972365d 100644 --- a/Rich/RichRecTemplateRings/src/RichRingRec/RichRingRecAlgBase.h +++ b/Rich/RichRecTemplateRings/src/RichRingRec/RichRingRecAlgBase.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef RICHRINGRECALGBASE_H #define RICHRINGRECALGBASE_H 1 diff --git a/Rich/RichRecTemplateRings/src/RichRingRec/RichRingRecToolBase.h b/Rich/RichRecTemplateRings/src/RichRingRec/RichRingRecToolBase.h index f32addbe7af..53180ce7ef4 100644 --- a/Rich/RichRecTemplateRings/src/RichRingRec/RichRingRecToolBase.h +++ b/Rich/RichRecTemplateRings/src/RichRingRec/RichRingRecToolBase.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef BASE_RICHRINGRECTOOLBASE_H #define BASE_RICHRINGRECTOOLBASE_H 1 diff --git a/Rich/RichRecTemplateRings/src/RichRingRec/RichRingRecTupleAlgBase.h b/Rich/RichRecTemplateRings/src/RichRingRec/RichRingRecTupleAlgBase.h index 8807e7fc9c5..44e24042dfe 100644 --- a/Rich/RichRecTemplateRings/src/RichRingRec/RichRingRecTupleAlgBase.h +++ b/Rich/RichRecTemplateRings/src/RichRingRec/RichRingRecTupleAlgBase.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef RICHRINGREC_RICHRINGRECTUPLEALGBASE_H #define RICHRINGREC_RICHRINGRECTUPLEALGBASE_H 1 diff --git a/Rich/RichRecTemplateRings/src/RichRingReconParam.cpp b/Rich/RichRecTemplateRings/src/RichRingReconParam.cpp index cfdc31c1244..f673c3c939a 100644 --- a/Rich/RichRecTemplateRings/src/RichRingReconParam.cpp +++ b/Rich/RichRecTemplateRings/src/RichRingReconParam.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // local diff --git a/Rich/RichRecTemplateRings/src/RichRingReconParam.h b/Rich/RichRecTemplateRings/src/RichRingReconParam.h index d238c24c2bf..88f22646093 100644 --- a/Rich/RichRecTemplateRings/src/RichRingReconParam.h +++ b/Rich/RichRecTemplateRings/src/RichRingReconParam.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef RICHRINGRECONPARAM_H #define RICHRINGRECONPARAM_H 1 diff --git a/Rich/RichRecTemplateRings/src/RingFit/RichRingRecMass.cpp b/Rich/RichRecTemplateRings/src/RingFit/RichRingRecMass.cpp index f40cc744ff5..0b2404ad67c 100644 --- a/Rich/RichRecTemplateRings/src/RingFit/RichRingRecMass.cpp +++ b/Rich/RichRecTemplateRings/src/RingFit/RichRingRecMass.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files #include "Event/RichRecTrack.h" diff --git a/Rich/RichRecTemplateRings/src/RingFit/RichRingRecMass.h b/Rich/RichRecTemplateRings/src/RingFit/RichRingRecMass.h index a1ac80be612..68ba3880aca 100644 --- a/Rich/RichRecTemplateRings/src/RingFit/RichRingRecMass.h +++ b/Rich/RichRecTemplateRings/src/RingFit/RichRingRecMass.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef RINGFIT_RICHRINGRECMASS_H #define RINGFIT_RICHRINGRECMASS_H 1 diff --git a/Rich/RichRecTemplateRings/src/RingFit/RichRingRecResult.cpp b/Rich/RichRecTemplateRings/src/RingFit/RichRingRecResult.cpp index 677238e860b..d74078b2656 100644 --- a/Rich/RichRecTemplateRings/src/RingFit/RichRingRecResult.cpp +++ b/Rich/RichRecTemplateRings/src/RingFit/RichRingRecResult.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // local diff --git a/Rich/RichRecTemplateRings/src/RingFit/RichRingRecResult.h b/Rich/RichRecTemplateRings/src/RingFit/RichRingRecResult.h index 404a7a8a4db..95ae15010cd 100644 --- a/Rich/RichRecTemplateRings/src/RingFit/RichRingRecResult.h +++ b/Rich/RichRecTemplateRings/src/RingFit/RichRingRecResult.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef RINGFIT_RICHRINGRECRESULT_H #define RINGFIT_RICHRINGRECRESULT_H 1 diff --git a/Rich/RichRecTemplateRings/src/TargetData/RichLocalTargetConfig.cpp b/Rich/RichRecTemplateRings/src/TargetData/RichLocalTargetConfig.cpp index 56935056769..54673e504e5 100644 --- a/Rich/RichRecTemplateRings/src/TargetData/RichLocalTargetConfig.cpp +++ b/Rich/RichRecTemplateRings/src/TargetData/RichLocalTargetConfig.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files #include <TMath.h> diff --git a/Rich/RichRecTemplateRings/src/TargetData/RichLocalTargetConfig.h b/Rich/RichRecTemplateRings/src/TargetData/RichLocalTargetConfig.h index 7ec8c040d84..2be2ab5cf52 100644 --- a/Rich/RichRecTemplateRings/src/TargetData/RichLocalTargetConfig.h +++ b/Rich/RichRecTemplateRings/src/TargetData/RichLocalTargetConfig.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TARGETDATA_RICHLOCALTARGETCONFIG_H #define TARGETDATA_RICHLOCALTARGETCONFIG_H 1 diff --git a/Rich/RichRecTemplateRings/src/TargetData/RichTargetDataConfigAlg.cpp b/Rich/RichRecTemplateRings/src/TargetData/RichTargetDataConfigAlg.cpp index 01aa04c3cf1..0e2e6aeb1c3 100644 --- a/Rich/RichRecTemplateRings/src/TargetData/RichTargetDataConfigAlg.cpp +++ b/Rich/RichRecTemplateRings/src/TargetData/RichTargetDataConfigAlg.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // local diff --git a/Rich/RichRecTemplateRings/src/TargetData/RichTargetDataConfigAlg.h b/Rich/RichRecTemplateRings/src/TargetData/RichTargetDataConfigAlg.h index 8ad99669b60..e7090c26157 100644 --- a/Rich/RichRecTemplateRings/src/TargetData/RichTargetDataConfigAlg.h +++ b/Rich/RichRecTemplateRings/src/TargetData/RichTargetDataConfigAlg.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef RICHTARGETDATACONFIGALG_H #define RICHTARGETDATACONFIGALG_H 1 diff --git a/Rich/RichRecTemplateRings/src/TargetData/RichTargetDataTool.cpp b/Rich/RichRecTemplateRings/src/TargetData/RichTargetDataTool.cpp index 36c943e1b43..ba20363478c 100644 --- a/Rich/RichRecTemplateRings/src/TargetData/RichTargetDataTool.cpp +++ b/Rich/RichRecTemplateRings/src/TargetData/RichTargetDataTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // local diff --git a/Rich/RichRecTemplateRings/src/TargetData/RichTargetDataTool.h b/Rich/RichRecTemplateRings/src/TargetData/RichTargetDataTool.h index 308ae3beeba..6dd1fe6f836 100644 --- a/Rich/RichRecTemplateRings/src/TargetData/RichTargetDataTool.h +++ b/Rich/RichRecTemplateRings/src/TargetData/RichTargetDataTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef RICHTARGETDATATOOL_H #define RICHTARGETDATATOOL_H 1 diff --git a/Rich/RichRecTemplateRings/src/TemplateData/RichLocalDefaultTemplateData.cpp b/Rich/RichRecTemplateRings/src/TemplateData/RichLocalDefaultTemplateData.cpp index f64ffcacb84..ecc17c0086a 100644 --- a/Rich/RichRecTemplateRings/src/TemplateData/RichLocalDefaultTemplateData.cpp +++ b/Rich/RichRecTemplateRings/src/TemplateData/RichLocalDefaultTemplateData.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // local diff --git a/Rich/RichRecTemplateRings/src/TemplateData/RichLocalDefaultTemplateData.h b/Rich/RichRecTemplateRings/src/TemplateData/RichLocalDefaultTemplateData.h index f67c03914c4..bd8812e019c 100644 --- a/Rich/RichRecTemplateRings/src/TemplateData/RichLocalDefaultTemplateData.h +++ b/Rich/RichRecTemplateRings/src/TemplateData/RichLocalDefaultTemplateData.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TEMPLATEDATA_RICHLOCALDEFAULTTEMPLATEDATA_H #define TEMPLATEDATA_RICHLOCALDEFAULTTEMPLATEDATA_H 1 diff --git a/Rich/RichRecTemplateRings/src/TemplateData/RichLocalTemplateConfig.cpp b/Rich/RichRecTemplateRings/src/TemplateData/RichLocalTemplateConfig.cpp index 67f01f8988a..e2751c4790c 100644 --- a/Rich/RichRecTemplateRings/src/TemplateData/RichLocalTemplateConfig.cpp +++ b/Rich/RichRecTemplateRings/src/TemplateData/RichLocalTemplateConfig.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // local diff --git a/Rich/RichRecTemplateRings/src/TemplateData/RichLocalTemplateConfig.h b/Rich/RichRecTemplateRings/src/TemplateData/RichLocalTemplateConfig.h index 090aa8d88aa..27fc6438e10 100644 --- a/Rich/RichRecTemplateRings/src/TemplateData/RichLocalTemplateConfig.h +++ b/Rich/RichRecTemplateRings/src/TemplateData/RichLocalTemplateConfig.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TEMPLATEDATA_RICHLOCALTEMPLATECONFIG_H #define TEMPLATEDATA_RICHLOCALTEMPLATECONFIG_H 1 diff --git a/Rich/RichRecTemplateRings/src/TemplateData/RichTemplateDataTool.cpp b/Rich/RichRecTemplateRings/src/TemplateData/RichTemplateDataTool.cpp index fa435888160..47298d1a0a8 100644 --- a/Rich/RichRecTemplateRings/src/TemplateData/RichTemplateDataTool.cpp +++ b/Rich/RichRecTemplateRings/src/TemplateData/RichTemplateDataTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files #include "DetDesc/Condition.h" diff --git a/Rich/RichRecTemplateRings/src/TemplateData/RichTemplateDataTool.h b/Rich/RichRecTemplateRings/src/TemplateData/RichTemplateDataTool.h index 56171511f7e..fa4588c7ca5 100644 --- a/Rich/RichRecTemplateRings/src/TemplateData/RichTemplateDataTool.h +++ b/Rich/RichRecTemplateRings/src/TemplateData/RichTemplateDataTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TEMPLATEDATA_RICHTEMPLATEDATATOOL_H #define TEMPLATEDATA_RICHTEMPLATEDATATOOL_H 1 diff --git a/Rich/RichRecTemplateRings/src/Utility/RichRingRecConstants.cpp b/Rich/RichRecTemplateRings/src/Utility/RichRingRecConstants.cpp index a9278318ac3..bfee7e98106 100644 --- a/Rich/RichRecTemplateRings/src/Utility/RichRingRecConstants.cpp +++ b/Rich/RichRecTemplateRings/src/Utility/RichRingRecConstants.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files #include <TMath.h> diff --git a/Rich/RichRecTemplateRings/src/Utility/RichRingRecConstants.h b/Rich/RichRecTemplateRings/src/Utility/RichRingRecConstants.h index 3c58e7f459a..d4c40dce855 100644 --- a/Rich/RichRecTemplateRings/src/Utility/RichRingRecConstants.h +++ b/Rich/RichRecTemplateRings/src/Utility/RichRingRecConstants.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef RICHRINGRECCONSTANTS_H #define RICHRINGRECCONSTANTS_H 1 diff --git a/Rich/RichRecTemplateRings/src/Utility/RichRingRecTransformTool.cpp b/Rich/RichRecTemplateRings/src/Utility/RichRingRecTransformTool.cpp index 236a139e023..90fd172a046 100644 --- a/Rich/RichRecTemplateRings/src/Utility/RichRingRecTransformTool.cpp +++ b/Rich/RichRecTemplateRings/src/Utility/RichRingRecTransformTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files #include<TMath.h> diff --git a/Rich/RichRecTemplateRings/src/Utility/RichRingRecTransformTool.h b/Rich/RichRecTemplateRings/src/Utility/RichRingRecTransformTool.h index 391853188d4..0094b73a859 100644 --- a/Rich/RichRecTemplateRings/src/Utility/RichRingRecTransformTool.h +++ b/Rich/RichRecTemplateRings/src/Utility/RichRingRecTransformTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef RICHRINGRECTRANSFORMTOOL_H #define RICHRINGRECTRANSFORMTOOL_H 1 diff --git a/Rich/RichRecTemplateRings/src/base/RichRingRecAlgBase.cpp b/Rich/RichRecTemplateRings/src/base/RichRingRecAlgBase.cpp index 82cd8ee406b..f483f0a6ae6 100644 --- a/Rich/RichRecTemplateRings/src/base/RichRingRecAlgBase.cpp +++ b/Rich/RichRecTemplateRings/src/base/RichRingRecAlgBase.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // local diff --git a/Rich/RichRecTemplateRings/src/base/RichRingRecToolBase.cpp b/Rich/RichRecTemplateRings/src/base/RichRingRecToolBase.cpp index dd0ca4a0f4f..1be3fd0a48b 100644 --- a/Rich/RichRecTemplateRings/src/base/RichRingRecToolBase.cpp +++ b/Rich/RichRecTemplateRings/src/base/RichRingRecToolBase.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // local diff --git a/Rich/RichRecTemplateRings/src/base/RichRingRecTupleAlgBase.cpp b/Rich/RichRecTemplateRings/src/base/RichRingRecTupleAlgBase.cpp index 423a639f407..151b772abaf 100644 --- a/Rich/RichRecTemplateRings/src/base/RichRingRecTupleAlgBase.cpp +++ b/Rich/RichRecTemplateRings/src/base/RichRingRecTupleAlgBase.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // local diff --git a/Rich/RichRecTests/CMakeLists.txt b/Rich/RichRecTests/CMakeLists.txt index b23b8c3e1c2..b4b7cfa5070 100644 --- a/Rich/RichRecTests/CMakeLists.txt +++ b/Rich/RichRecTests/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ################################################################################ # Package: RichRecTests ################################################################################ diff --git a/Rich/RichRecTests/src/PhotonReco/main.icpp b/Rich/RichRecTests/src/PhotonReco/main.icpp index dbc074555b9..89275513815 100644 --- a/Rich/RichRecTests/src/PhotonReco/main.icpp +++ b/Rich/RichRecTests/src/PhotonReco/main.icpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Gaudi //#include "GaudiKernel/Transform3DTypes.h" diff --git a/Rich/RichRecTests/src/PhotonReco/main_avx.cpp b/Rich/RichRecTests/src/PhotonReco/main_avx.cpp index c6736566335..1befa86cf15 100644 --- a/Rich/RichRecTests/src/PhotonReco/main_avx.cpp +++ b/Rich/RichRecTests/src/PhotonReco/main_avx.cpp @@ -1,2 +1,12 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include "main.icpp" diff --git a/Rich/RichRecTests/src/PhotonReco/main_avx2.cpp b/Rich/RichRecTests/src/PhotonReco/main_avx2.cpp index c6736566335..1befa86cf15 100644 --- a/Rich/RichRecTests/src/PhotonReco/main_avx2.cpp +++ b/Rich/RichRecTests/src/PhotonReco/main_avx2.cpp @@ -1,2 +1,12 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include "main.icpp" diff --git a/Rich/RichRecTests/src/PhotonReco/main_avx2fma.cpp b/Rich/RichRecTests/src/PhotonReco/main_avx2fma.cpp index c6736566335..1befa86cf15 100644 --- a/Rich/RichRecTests/src/PhotonReco/main_avx2fma.cpp +++ b/Rich/RichRecTests/src/PhotonReco/main_avx2fma.cpp @@ -1,2 +1,12 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include "main.icpp" diff --git a/Rich/RichRecTests/src/PhotonReco/main_sse4.cpp b/Rich/RichRecTests/src/PhotonReco/main_sse4.cpp index c6736566335..1befa86cf15 100644 --- a/Rich/RichRecTests/src/PhotonReco/main_sse4.cpp +++ b/Rich/RichRecTests/src/PhotonReco/main_sse4.cpp @@ -1,2 +1,12 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include "main.icpp" diff --git a/Rich/RichRecTests/src/RayTracing/main.icpp b/Rich/RichRecTests/src/RayTracing/main.icpp index ff27b99e6fb..5e660a91a1d 100644 --- a/Rich/RichRecTests/src/RayTracing/main.icpp +++ b/Rich/RichRecTests/src/RayTracing/main.icpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // STL #include <random> diff --git a/Rich/RichRecTests/src/RayTracing/main_avx.cpp b/Rich/RichRecTests/src/RayTracing/main_avx.cpp index c6736566335..1befa86cf15 100644 --- a/Rich/RichRecTests/src/RayTracing/main_avx.cpp +++ b/Rich/RichRecTests/src/RayTracing/main_avx.cpp @@ -1,2 +1,12 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include "main.icpp" diff --git a/Rich/RichRecTests/src/RayTracing/main_avx2.cpp b/Rich/RichRecTests/src/RayTracing/main_avx2.cpp index c6736566335..1befa86cf15 100644 --- a/Rich/RichRecTests/src/RayTracing/main_avx2.cpp +++ b/Rich/RichRecTests/src/RayTracing/main_avx2.cpp @@ -1,2 +1,12 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include "main.icpp" diff --git a/Rich/RichRecTests/src/RayTracing/main_avx2fma.cpp b/Rich/RichRecTests/src/RayTracing/main_avx2fma.cpp index c6736566335..1befa86cf15 100644 --- a/Rich/RichRecTests/src/RayTracing/main_avx2fma.cpp +++ b/Rich/RichRecTests/src/RayTracing/main_avx2fma.cpp @@ -1,2 +1,12 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include "main.icpp" diff --git a/Rich/RichRecTests/src/RayTracing/main_sse4.cpp b/Rich/RichRecTests/src/RayTracing/main_sse4.cpp index c6736566335..1befa86cf15 100644 --- a/Rich/RichRecTests/src/RayTracing/main_sse4.cpp +++ b/Rich/RichRecTests/src/RayTracing/main_sse4.cpp @@ -1,2 +1,12 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include "main.icpp" diff --git a/Rich/RichRecTools/CMakeLists.txt b/Rich/RichRecTools/CMakeLists.txt index 4c99fbddabf..1a83bf13074 100644 --- a/Rich/RichRecTools/CMakeLists.txt +++ b/Rich/RichRecTools/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ################################################################################ # Package: RichRecTools ################################################################################ diff --git a/Rich/RichRecTools/src/RichFunctionalRayleighScatter.cpp b/Rich/RichRecTools/src/RichFunctionalRayleighScatter.cpp index 15722c16ff6..96761bd2217 100755 --- a/Rich/RichRecTools/src/RichFunctionalRayleighScatter.cpp +++ b/Rich/RichRecTools/src/RichFunctionalRayleighScatter.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichFunctionalRayleighScatter.cpp diff --git a/Rich/RichRecTools/src/RichFunctionalRayleighScatter.h b/Rich/RichRecTools/src/RichFunctionalRayleighScatter.h index 67fb825901a..2930327b7bf 100755 --- a/Rich/RichRecTools/src/RichFunctionalRayleighScatter.h +++ b/Rich/RichRecTools/src/RichFunctionalRayleighScatter.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichFunctionalRayleighScatter.h diff --git a/Rich/RichRecTools/src/RichMassHypothesisRingCreator.cpp b/Rich/RichRecTools/src/RichMassHypothesisRingCreator.cpp index 89b250a9f31..e1fc84d2102 100755 --- a/Rich/RichRecTools/src/RichMassHypothesisRingCreator.cpp +++ b/Rich/RichRecTools/src/RichMassHypothesisRingCreator.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichMassHypothesisRingCreator.cpp diff --git a/Rich/RichRecTools/src/RichMassHypothesisRingCreator.h b/Rich/RichRecTools/src/RichMassHypothesisRingCreator.h index 6051c154dd0..30137af9a7e 100755 --- a/Rich/RichRecTools/src/RichMassHypothesisRingCreator.h +++ b/Rich/RichRecTools/src/RichMassHypothesisRingCreator.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichMassHypothesisRingCreator.h diff --git a/Rich/RichRecTools/src/RichNominalTabulatedSignalDetectionEff.cpp b/Rich/RichRecTools/src/RichNominalTabulatedSignalDetectionEff.cpp index 3b747584d5e..03e79c9faf2 100755 --- a/Rich/RichRecTools/src/RichNominalTabulatedSignalDetectionEff.cpp +++ b/Rich/RichRecTools/src/RichNominalTabulatedSignalDetectionEff.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichNominalTabulatedSignalDetectionEff.cpp * diff --git a/Rich/RichRecTools/src/RichNominalTabulatedSignalDetectionEff.h b/Rich/RichRecTools/src/RichNominalTabulatedSignalDetectionEff.h index 42883bc07e5..b73f7b2b5f1 100755 --- a/Rich/RichRecTools/src/RichNominalTabulatedSignalDetectionEff.h +++ b/Rich/RichRecTools/src/RichNominalTabulatedSignalDetectionEff.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichNominalTabulatedSignalDetectionEff.h diff --git a/Rich/RichRecTools/src/RichPIDPlots.cpp b/Rich/RichRecTools/src/RichPIDPlots.cpp index 5308ce13973..1e22d8d3ba3 100755 --- a/Rich/RichRecTools/src/RichPIDPlots.cpp +++ b/Rich/RichRecTools/src/RichPIDPlots.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichPIDPlots.cpp diff --git a/Rich/RichRecTools/src/RichPIDPlots.h b/Rich/RichRecTools/src/RichPIDPlots.h index 94618e37a77..075d0ffc1e7 100755 --- a/Rich/RichRecTools/src/RichPIDPlots.h +++ b/Rich/RichRecTools/src/RichPIDPlots.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichPIDPlots.h diff --git a/Rich/RichRecTools/src/RichPixelCreatorFromRawBuffer.cpp b/Rich/RichRecTools/src/RichPixelCreatorFromRawBuffer.cpp index 8a99e940e7d..ca0fb83c5d7 100755 --- a/Rich/RichRecTools/src/RichPixelCreatorFromRawBuffer.cpp +++ b/Rich/RichRecTools/src/RichPixelCreatorFromRawBuffer.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //--------------------------------------------------------------------------------- /** @file RichPixelCreatorFromRawBuffer.cpp diff --git a/Rich/RichRecTools/src/RichPixelCreatorFromRawBuffer.h b/Rich/RichRecTools/src/RichPixelCreatorFromRawBuffer.h index 45a49d0eb19..e6e1cc014be 100755 --- a/Rich/RichRecTools/src/RichPixelCreatorFromRawBuffer.h +++ b/Rich/RichRecTools/src/RichPixelCreatorFromRawBuffer.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //--------------------------------------------------------------------------------- /** @file RichPixelCreatorFromRawBuffer.h diff --git a/Rich/RichRecTools/src/RichPixelCreatorWithForcedIneffic.cpp b/Rich/RichRecTools/src/RichPixelCreatorWithForcedIneffic.cpp index 38ee787f17b..d51571ab11a 100755 --- a/Rich/RichRecTools/src/RichPixelCreatorWithForcedIneffic.cpp +++ b/Rich/RichRecTools/src/RichPixelCreatorWithForcedIneffic.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //--------------------------------------------------------------------------------- /** @file RichPixelCreatorWithForcedIneffic.cpp diff --git a/Rich/RichRecTools/src/RichPixelCreatorWithForcedIneffic.h b/Rich/RichRecTools/src/RichPixelCreatorWithForcedIneffic.h index e309b83f278..f1e39eae833 100755 --- a/Rich/RichRecTools/src/RichPixelCreatorWithForcedIneffic.h +++ b/Rich/RichRecTools/src/RichPixelCreatorWithForcedIneffic.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //--------------------------------------------------------------------------------- /** @file RichPixelCreatorWithForcedIneffic.h diff --git a/Rich/RichRecTools/src/RichPixelCreatorWithPanelFlip.cpp b/Rich/RichRecTools/src/RichPixelCreatorWithPanelFlip.cpp index 739f5b0caad..c2e08e2adb4 100755 --- a/Rich/RichRecTools/src/RichPixelCreatorWithPanelFlip.cpp +++ b/Rich/RichRecTools/src/RichPixelCreatorWithPanelFlip.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //--------------------------------------------------------------------------------- /** @file RichPixelCreatorWithPanelFlip.cpp diff --git a/Rich/RichRecTools/src/RichPixelCreatorWithPanelFlip.h b/Rich/RichRecTools/src/RichPixelCreatorWithPanelFlip.h index 551b45baec0..9831dad6acc 100755 --- a/Rich/RichRecTools/src/RichPixelCreatorWithPanelFlip.h +++ b/Rich/RichRecTools/src/RichPixelCreatorWithPanelFlip.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //--------------------------------------------------------------------------------- /** @file RichPixelCreatorWithPanelFlip.h diff --git a/Rich/RichRecTools/src/RichRayTraceCherenkovCone.cpp b/Rich/RichRecTools/src/RichRayTraceCherenkovCone.cpp index 98799c87f69..922736786a5 100755 --- a/Rich/RichRecTools/src/RichRayTraceCherenkovCone.cpp +++ b/Rich/RichRecTools/src/RichRayTraceCherenkovCone.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichRayTraceCherenkovCone.cpp diff --git a/Rich/RichRecTools/src/RichRayTraceCherenkovCone.h b/Rich/RichRecTools/src/RichRayTraceCherenkovCone.h index c383121093c..d8cefe4081f 100755 --- a/Rich/RichRecTools/src/RichRayTraceCherenkovCone.h +++ b/Rich/RichRecTools/src/RichRayTraceCherenkovCone.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichRayTraceCherenkovCone.h diff --git a/Rich/RichRecTools/src/RichRecBackgroundEstiAvHPD.cpp b/Rich/RichRecTools/src/RichRecBackgroundEstiAvHPD.cpp index 79457085f2d..7279b017f88 100755 --- a/Rich/RichRecTools/src/RichRecBackgroundEstiAvHPD.cpp +++ b/Rich/RichRecTools/src/RichRecBackgroundEstiAvHPD.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //-------------------------------------------------------------------------- /** @file RichRecBackgroundEstiAvHPD.cpp diff --git a/Rich/RichRecTools/src/RichRecBackgroundEstiAvHPD.h b/Rich/RichRecTools/src/RichRecBackgroundEstiAvHPD.h index 0a5227c3140..355d106b359 100755 --- a/Rich/RichRecTools/src/RichRecBackgroundEstiAvHPD.h +++ b/Rich/RichRecTools/src/RichRecBackgroundEstiAvHPD.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //--------------------------------------------------------------------------- /** @file RichRecBackgroundEstiAvHPD.h diff --git a/Rich/RichRecTools/src/RichRecBackgroundEstiClustering.cpp b/Rich/RichRecTools/src/RichRecBackgroundEstiClustering.cpp index 2e02d965af4..7f2a04c3778 100755 --- a/Rich/RichRecTools/src/RichRecBackgroundEstiClustering.cpp +++ b/Rich/RichRecTools/src/RichRecBackgroundEstiClustering.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //-------------------------------------------------------------------------- /** @file RichRecBackgroundEstiClustering.cpp diff --git a/Rich/RichRecTools/src/RichRecBackgroundEstiClustering.h b/Rich/RichRecTools/src/RichRecBackgroundEstiClustering.h index f9cbf795435..40a1a4d4822 100755 --- a/Rich/RichRecTools/src/RichRecBackgroundEstiClustering.h +++ b/Rich/RichRecTools/src/RichRecBackgroundEstiClustering.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //--------------------------------------------------------------------------- /** @file RichRecBackgroundEstiClustering.h diff --git a/Rich/RichRecTools/src/RichRecGeomTool.cpp b/Rich/RichRecTools/src/RichRecGeomTool.cpp index 96e25af64af..914c83db586 100755 --- a/Rich/RichRecTools/src/RichRecGeomTool.cpp +++ b/Rich/RichRecTools/src/RichRecGeomTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichRecGeomTool.cpp diff --git a/Rich/RichRecTools/src/RichRecGeomTool.h b/Rich/RichRecTools/src/RichRecGeomTool.h index f1f16799a7b..78f0b48886b 100755 --- a/Rich/RichRecTools/src/RichRecGeomTool.h +++ b/Rich/RichRecTools/src/RichRecGeomTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichRecGeomTool.h diff --git a/Rich/RichRecTools/src/RichSellmeirFunc.cpp b/Rich/RichRecTools/src/RichSellmeirFunc.cpp index 41ed1504be7..465d6a98df5 100755 --- a/Rich/RichRecTools/src/RichSellmeirFunc.cpp +++ b/Rich/RichRecTools/src/RichSellmeirFunc.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichSellmeirFunc.cpp diff --git a/Rich/RichRecTools/src/RichSellmeirFunc.h b/Rich/RichRecTools/src/RichSellmeirFunc.h index 0e5844d07a0..960eed405ef 100755 --- a/Rich/RichRecTools/src/RichSellmeirFunc.h +++ b/Rich/RichRecTools/src/RichSellmeirFunc.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichSellmeirFunc.h diff --git a/Rich/RichRecTools/src/RichStatusCreator.cpp b/Rich/RichRecTools/src/RichStatusCreator.cpp index 513579d5af4..97212d91d12 100755 --- a/Rich/RichRecTools/src/RichStatusCreator.cpp +++ b/Rich/RichRecTools/src/RichStatusCreator.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichStatusCreator.cpp diff --git a/Rich/RichRecTools/src/RichStatusCreator.h b/Rich/RichRecTools/src/RichStatusCreator.h index 3ac196a712e..08f3c1d8ae8 100755 --- a/Rich/RichRecTools/src/RichStatusCreator.h +++ b/Rich/RichRecTools/src/RichStatusCreator.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichStatusCreator.h diff --git a/Rich/RichRecTools/src/RichTabulatedGasQuartzWindowAbs.cpp b/Rich/RichRecTools/src/RichTabulatedGasQuartzWindowAbs.cpp index 37f3fb9b345..3b58ec10d93 100755 --- a/Rich/RichRecTools/src/RichTabulatedGasQuartzWindowAbs.cpp +++ b/Rich/RichRecTools/src/RichTabulatedGasQuartzWindowAbs.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichTabulatedGasQuartzWindowAbs.cpp diff --git a/Rich/RichRecTools/src/RichTabulatedGasQuartzWindowAbs.h b/Rich/RichRecTools/src/RichTabulatedGasQuartzWindowAbs.h index 5283b0e180e..13af274c943 100755 --- a/Rich/RichRecTools/src/RichTabulatedGasQuartzWindowAbs.h +++ b/Rich/RichRecTools/src/RichTabulatedGasQuartzWindowAbs.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichTabulatedGasQuartzWindowAbs.h diff --git a/Rich/RichRecTools/src/RichTabulatedRayleighScatter.cpp b/Rich/RichRecTools/src/RichTabulatedRayleighScatter.cpp index 9c2db10b104..6c6082334f9 100755 --- a/Rich/RichRecTools/src/RichTabulatedRayleighScatter.cpp +++ b/Rich/RichRecTools/src/RichTabulatedRayleighScatter.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichTabulatedRayleighScatter.cpp diff --git a/Rich/RichRecTools/src/RichTabulatedRayleighScatter.h b/Rich/RichRecTools/src/RichTabulatedRayleighScatter.h index ee9e7fa69be..d8cc92d6264 100755 --- a/Rich/RichRecTools/src/RichTabulatedRayleighScatter.h +++ b/Rich/RichRecTools/src/RichTabulatedRayleighScatter.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichTabulatedRayleighScatter.h diff --git a/Rich/RichRecTools/src/RichTabulatedSignalDetectionEff.cpp b/Rich/RichRecTools/src/RichTabulatedSignalDetectionEff.cpp index f6d8d444a82..061231654d9 100644 --- a/Rich/RichRecTools/src/RichTabulatedSignalDetectionEff.cpp +++ b/Rich/RichRecTools/src/RichTabulatedSignalDetectionEff.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichTabulatedSignalDetectionEff.cpp * diff --git a/Rich/RichRecTools/src/RichTabulatedSignalDetectionEff.h b/Rich/RichRecTools/src/RichTabulatedSignalDetectionEff.h index cabcd2b2125..e75d7e7e74b 100755 --- a/Rich/RichRecTools/src/RichTabulatedSignalDetectionEff.h +++ b/Rich/RichRecTools/src/RichTabulatedSignalDetectionEff.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichTabulatedSignalDetectionEff.h diff --git a/Rich/RichRecTrackTools/CMakeLists.txt b/Rich/RichRecTrackTools/CMakeLists.txt index 341fd359cd9..010f4944d71 100644 --- a/Rich/RichRecTrackTools/CMakeLists.txt +++ b/Rich/RichRecTrackTools/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ################################################################################ # Package: RichRecTrackTools ################################################################################ diff --git a/Rich/RichRecTrackTools/src/RichBaseTrSegMakerFromRecoTracks.cpp b/Rich/RichRecTrackTools/src/RichBaseTrSegMakerFromRecoTracks.cpp index 97f5fcdec95..dca6c5e9da9 100755 --- a/Rich/RichRecTrackTools/src/RichBaseTrSegMakerFromRecoTracks.cpp +++ b/Rich/RichRecTrackTools/src/RichBaseTrSegMakerFromRecoTracks.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //--------------------------------------------------------------------------------- /** @file RichBaseTrSegMakerFromRecoTracks.cpp diff --git a/Rich/RichRecTrackTools/src/RichBaseTrSegMakerFromRecoTracks.h b/Rich/RichRecTrackTools/src/RichBaseTrSegMakerFromRecoTracks.h index 21e796416ba..e10429c56f0 100755 --- a/Rich/RichRecTrackTools/src/RichBaseTrSegMakerFromRecoTracks.h +++ b/Rich/RichRecTrackTools/src/RichBaseTrSegMakerFromRecoTracks.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //--------------------------------------------------------------------------------- /** @file RichBaseTrSegMakerFromRecoTracks.h diff --git a/Rich/RichRecTrackTools/src/RichBaseTrackSelector.cpp b/Rich/RichRecTrackTools/src/RichBaseTrackSelector.cpp index 3d2ef08ccbb..1f65f978e02 100755 --- a/Rich/RichRecTrackTools/src/RichBaseTrackSelector.cpp +++ b/Rich/RichRecTrackTools/src/RichBaseTrackSelector.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichBaseTrackSelector.cpp diff --git a/Rich/RichRecTrackTools/src/RichBaseTrackSelector.h b/Rich/RichRecTrackTools/src/RichBaseTrackSelector.h index c26ab373bc5..1712c004ad1 100755 --- a/Rich/RichRecTrackTools/src/RichBaseTrackSelector.h +++ b/Rich/RichRecTrackTools/src/RichBaseTrackSelector.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichBaseTrackSelector.h diff --git a/Rich/RichRecTrackTools/src/RichBinnedCKResVthetaForRecoTracks.cpp b/Rich/RichRecTrackTools/src/RichBinnedCKResVthetaForRecoTracks.cpp index b02a27b1d1b..be5bb376602 100755 --- a/Rich/RichRecTrackTools/src/RichBinnedCKResVthetaForRecoTracks.cpp +++ b/Rich/RichRecTrackTools/src/RichBinnedCKResVthetaForRecoTracks.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichBinnedCKResVthetaForRecoTracks.cpp diff --git a/Rich/RichRecTrackTools/src/RichBinnedCKResVthetaForRecoTracks.h b/Rich/RichRecTrackTools/src/RichBinnedCKResVthetaForRecoTracks.h index 54bb1b62acf..535cb052651 100755 --- a/Rich/RichRecTrackTools/src/RichBinnedCKResVthetaForRecoTracks.h +++ b/Rich/RichRecTrackTools/src/RichBinnedCKResVthetaForRecoTracks.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichBinnedCKResVthetaForRecoTracks.h diff --git a/Rich/RichRecTrackTools/src/RichCherenkovAngle.cpp b/Rich/RichRecTrackTools/src/RichCherenkovAngle.cpp index c455fd5f3c3..ab2159c4079 100755 --- a/Rich/RichRecTrackTools/src/RichCherenkovAngle.cpp +++ b/Rich/RichRecTrackTools/src/RichCherenkovAngle.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichCherenkovAngle.cpp diff --git a/Rich/RichRecTrackTools/src/RichCherenkovAngle.h b/Rich/RichRecTrackTools/src/RichCherenkovAngle.h index 3df8b1273b8..33f217fa86b 100755 --- a/Rich/RichRecTrackTools/src/RichCherenkovAngle.h +++ b/Rich/RichRecTrackTools/src/RichCherenkovAngle.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichCherenkovAngle.h diff --git a/Rich/RichRecTrackTools/src/RichDelegatedTrackCreatorFromRecoTracks.cpp b/Rich/RichRecTrackTools/src/RichDelegatedTrackCreatorFromRecoTracks.cpp index c0e3f4f5390..eb0da1169cb 100755 --- a/Rich/RichRecTrackTools/src/RichDelegatedTrackCreatorFromRecoTracks.cpp +++ b/Rich/RichRecTrackTools/src/RichDelegatedTrackCreatorFromRecoTracks.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //--------------------------------------------------------------------------------------------- /** @file RichDelegatedTrackCreatorFromRecoTracks.cpp diff --git a/Rich/RichRecTrackTools/src/RichDelegatedTrackCreatorFromRecoTracks.h b/Rich/RichRecTrackTools/src/RichDelegatedTrackCreatorFromRecoTracks.h index cc7aade57b5..250e52f1ee3 100755 --- a/Rich/RichRecTrackTools/src/RichDelegatedTrackCreatorFromRecoTracks.h +++ b/Rich/RichRecTrackTools/src/RichDelegatedTrackCreatorFromRecoTracks.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //-------------------------------------------------------------------------------------------------- /** @file RichDelegatedTrackCreatorFromRecoTracks.h diff --git a/Rich/RichRecTrackTools/src/RichDetailedTrSegMakerFromRecoTracks.cpp b/Rich/RichRecTrackTools/src/RichDetailedTrSegMakerFromRecoTracks.cpp index fdd4eae10f5..0c4483e8f23 100755 --- a/Rich/RichRecTrackTools/src/RichDetailedTrSegMakerFromRecoTracks.cpp +++ b/Rich/RichRecTrackTools/src/RichDetailedTrSegMakerFromRecoTracks.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //--------------------------------------------------------------------------------- /** @file RichDetailedTrSegMakerFromRecoTracks.cpp diff --git a/Rich/RichRecTrackTools/src/RichDetailedTrSegMakerFromRecoTracks.h b/Rich/RichRecTrackTools/src/RichDetailedTrSegMakerFromRecoTracks.h index 97e24b748df..80e9edaad2e 100755 --- a/Rich/RichRecTrackTools/src/RichDetailedTrSegMakerFromRecoTracks.h +++ b/Rich/RichRecTrackTools/src/RichDetailedTrSegMakerFromRecoTracks.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //--------------------------------------------------------------------------------- /** @file RichDetailedTrSegMakerFromRecoTracks.h diff --git a/Rich/RichRecTrackTools/src/RichExpectedTrackSignal.cpp b/Rich/RichRecTrackTools/src/RichExpectedTrackSignal.cpp index 2b11dba06f7..d9760734d88 100755 --- a/Rich/RichRecTrackTools/src/RichExpectedTrackSignal.cpp +++ b/Rich/RichRecTrackTools/src/RichExpectedTrackSignal.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichExpectedTrackSignal.cpp diff --git a/Rich/RichRecTrackTools/src/RichExpectedTrackSignal.h b/Rich/RichRecTrackTools/src/RichExpectedTrackSignal.h index 22a9017222c..7e81cdee243 100755 --- a/Rich/RichRecTrackTools/src/RichExpectedTrackSignal.h +++ b/Rich/RichRecTrackTools/src/RichExpectedTrackSignal.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichExpectedTrackSignal.h diff --git a/Rich/RichRecTrackTools/src/RichFastTrSegMakerFromRecoTracks.cpp b/Rich/RichRecTrackTools/src/RichFastTrSegMakerFromRecoTracks.cpp index 44949326e52..85dd7b80fe4 100755 --- a/Rich/RichRecTrackTools/src/RichFastTrSegMakerFromRecoTracks.cpp +++ b/Rich/RichRecTrackTools/src/RichFastTrSegMakerFromRecoTracks.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichFastTrSegMakerFromRecoTracks.cpp diff --git a/Rich/RichRecTrackTools/src/RichFastTrSegMakerFromRecoTracks.h b/Rich/RichRecTrackTools/src/RichFastTrSegMakerFromRecoTracks.h index 1bcd2e65c1a..140ea92698f 100755 --- a/Rich/RichRecTrackTools/src/RichFastTrSegMakerFromRecoTracks.h +++ b/Rich/RichRecTrackTools/src/RichFastTrSegMakerFromRecoTracks.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichFastTrSegMakerFromRecoTracks.h diff --git a/Rich/RichRecTrackTools/src/RichFlippedDetailedTrSegMakerFromRecoTracks.cpp b/Rich/RichRecTrackTools/src/RichFlippedDetailedTrSegMakerFromRecoTracks.cpp index faa36b14c80..61d9e9836ea 100755 --- a/Rich/RichRecTrackTools/src/RichFlippedDetailedTrSegMakerFromRecoTracks.cpp +++ b/Rich/RichRecTrackTools/src/RichFlippedDetailedTrSegMakerFromRecoTracks.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //--------------------------------------------------------------------------------- /** @file RichFlippedDetailedTrSegMakerFromRecoTracks.cpp diff --git a/Rich/RichRecTrackTools/src/RichFlippedDetailedTrSegMakerFromRecoTracks.h b/Rich/RichRecTrackTools/src/RichFlippedDetailedTrSegMakerFromRecoTracks.h index f02a429bf6d..ca9d828bacc 100755 --- a/Rich/RichRecTrackTools/src/RichFlippedDetailedTrSegMakerFromRecoTracks.h +++ b/Rich/RichRecTrackTools/src/RichFlippedDetailedTrSegMakerFromRecoTracks.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //--------------------------------------------------------------------------------- /** @file RichFlippedDetailedTrSegMakerFromRecoTracks.h diff --git a/Rich/RichRecTrackTools/src/RichForwardTrackSelector.cpp b/Rich/RichRecTrackTools/src/RichForwardTrackSelector.cpp index c45ab0a4eae..2e2a434ba71 100755 --- a/Rich/RichRecTrackTools/src/RichForwardTrackSelector.cpp +++ b/Rich/RichRecTrackTools/src/RichForwardTrackSelector.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichForwardTrackSelector.cpp diff --git a/Rich/RichRecTrackTools/src/RichForwardTrackSelector.h b/Rich/RichRecTrackTools/src/RichForwardTrackSelector.h index ada2d708e14..01569e8e172 100755 --- a/Rich/RichRecTrackTools/src/RichForwardTrackSelector.h +++ b/Rich/RichRecTrackTools/src/RichForwardTrackSelector.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichForwardTrackSelector.h diff --git a/Rich/RichRecTrackTools/src/RichFunctionalCKResForRecoTracks.cpp b/Rich/RichRecTrackTools/src/RichFunctionalCKResForRecoTracks.cpp index a0572953e3a..5a674bfe8ea 100755 --- a/Rich/RichRecTrackTools/src/RichFunctionalCKResForRecoTracks.cpp +++ b/Rich/RichRecTrackTools/src/RichFunctionalCKResForRecoTracks.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //---------------------------------------------------------------------------------------- /** @file RichFunctionalCKResForRecoTracks.cpp diff --git a/Rich/RichRecTrackTools/src/RichFunctionalCKResForRecoTracks.h b/Rich/RichRecTrackTools/src/RichFunctionalCKResForRecoTracks.h index cdb4293e942..19100502481 100755 --- a/Rich/RichRecTrackTools/src/RichFunctionalCKResForRecoTracks.h +++ b/Rich/RichRecTrackTools/src/RichFunctionalCKResForRecoTracks.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //---------------------------------------------------------------------------------------- /** @file RichFunctionalCKResForRecoTracks.h diff --git a/Rich/RichRecTrackTools/src/RichGeomEffCKMassRing.cpp b/Rich/RichRecTrackTools/src/RichGeomEffCKMassRing.cpp index f626d5121f6..cb4fa6d0116 100755 --- a/Rich/RichRecTrackTools/src/RichGeomEffCKMassRing.cpp +++ b/Rich/RichRecTrackTools/src/RichGeomEffCKMassRing.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichGeomEffCKMassRing.cpp diff --git a/Rich/RichRecTrackTools/src/RichGeomEffCKMassRing.h b/Rich/RichRecTrackTools/src/RichGeomEffCKMassRing.h index 62977135ab0..293acf62b49 100755 --- a/Rich/RichRecTrackTools/src/RichGeomEffCKMassRing.h +++ b/Rich/RichRecTrackTools/src/RichGeomEffCKMassRing.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichGeomEffCKMassRing.h diff --git a/Rich/RichRecTrackTools/src/RichGeomEffFixedValue.cpp b/Rich/RichRecTrackTools/src/RichGeomEffFixedValue.cpp index 0172990c2e0..ea3bb92f401 100755 --- a/Rich/RichRecTrackTools/src/RichGeomEffFixedValue.cpp +++ b/Rich/RichRecTrackTools/src/RichGeomEffFixedValue.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichGeomEffFixedValue.cpp diff --git a/Rich/RichRecTrackTools/src/RichGeomEffFixedValue.h b/Rich/RichRecTrackTools/src/RichGeomEffFixedValue.h index 49bcc0f24b9..6fa3dc66a22 100755 --- a/Rich/RichRecTrackTools/src/RichGeomEffFixedValue.h +++ b/Rich/RichRecTrackTools/src/RichGeomEffFixedValue.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichGeomEffFixedValue.h diff --git a/Rich/RichRecTrackTools/src/RichGeomEffPhotonTracing.cpp b/Rich/RichRecTrackTools/src/RichGeomEffPhotonTracing.cpp index daf89c4130a..f203564bb65 100755 --- a/Rich/RichRecTrackTools/src/RichGeomEffPhotonTracing.cpp +++ b/Rich/RichRecTrackTools/src/RichGeomEffPhotonTracing.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichGeomEffPhotonTracing.cpp diff --git a/Rich/RichRecTrackTools/src/RichGeomEffPhotonTracing.h b/Rich/RichRecTrackTools/src/RichGeomEffPhotonTracing.h index d47083d35a5..384e0035926 100755 --- a/Rich/RichRecTrackTools/src/RichGeomEffPhotonTracing.h +++ b/Rich/RichRecTrackTools/src/RichGeomEffPhotonTracing.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichGeomEffPhotonTracing.h diff --git a/Rich/RichRecTrackTools/src/RichInterpCKResVthetaForRecoTracks.cpp b/Rich/RichRecTrackTools/src/RichInterpCKResVthetaForRecoTracks.cpp index e1ba11274dd..08f0957c1a3 100755 --- a/Rich/RichRecTrackTools/src/RichInterpCKResVthetaForRecoTracks.cpp +++ b/Rich/RichRecTrackTools/src/RichInterpCKResVthetaForRecoTracks.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichInterpCKResVthetaForRecoTracks.cpp diff --git a/Rich/RichRecTrackTools/src/RichInterpCKResVthetaForRecoTracks.h b/Rich/RichRecTrackTools/src/RichInterpCKResVthetaForRecoTracks.h index cd0e1aa2142..4ad431324b3 100755 --- a/Rich/RichRecTrackTools/src/RichInterpCKResVthetaForRecoTracks.h +++ b/Rich/RichRecTrackTools/src/RichInterpCKResVthetaForRecoTracks.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //--------------------------------------------------------------------------------------- /** @file RichInterpCKResVthetaForRecoTracks.h diff --git a/Rich/RichRecTrackTools/src/RichIsolatedTrackTool.cpp b/Rich/RichRecTrackTools/src/RichIsolatedTrackTool.cpp index 45e6e1702e2..4fcf3b13b7a 100755 --- a/Rich/RichRecTrackTools/src/RichIsolatedTrackTool.cpp +++ b/Rich/RichRecTrackTools/src/RichIsolatedTrackTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichIsolatedTrackTool.cpp diff --git a/Rich/RichRecTrackTools/src/RichIsolatedTrackTool.h b/Rich/RichRecTrackTools/src/RichIsolatedTrackTool.h index 7bc38bc8898..e9187cdc6e4 100755 --- a/Rich/RichRecTrackTools/src/RichIsolatedTrackTool.h +++ b/Rich/RichRecTrackTools/src/RichIsolatedTrackTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichIsolatedTrackTool.h diff --git a/Rich/RichRecTrackTools/src/RichKsTrackSelector.cpp b/Rich/RichRecTrackTools/src/RichKsTrackSelector.cpp index 6cb738ade70..6064b344a0e 100755 --- a/Rich/RichRecTrackTools/src/RichKsTrackSelector.cpp +++ b/Rich/RichRecTrackTools/src/RichKsTrackSelector.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichKsTrackSelector.cpp diff --git a/Rich/RichRecTrackTools/src/RichKsTrackSelector.h b/Rich/RichRecTrackTools/src/RichKsTrackSelector.h index 2a9533f3eba..5e18a0c36bc 100755 --- a/Rich/RichRecTrackTools/src/RichKsTrackSelector.h +++ b/Rich/RichRecTrackTools/src/RichKsTrackSelector.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichKsTrackSelector.h diff --git a/Rich/RichRecTrackTools/src/RichMatchTrackSelector.cpp b/Rich/RichRecTrackTools/src/RichMatchTrackSelector.cpp index 50a47f04581..39c393f26a1 100755 --- a/Rich/RichRecTrackTools/src/RichMatchTrackSelector.cpp +++ b/Rich/RichRecTrackTools/src/RichMatchTrackSelector.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichMatchTrackSelector.cpp * diff --git a/Rich/RichRecTrackTools/src/RichMatchTrackSelector.h b/Rich/RichRecTrackTools/src/RichMatchTrackSelector.h index cff17e48b1e..246ba141c4d 100755 --- a/Rich/RichRecTrackTools/src/RichMatchTrackSelector.h +++ b/Rich/RichRecTrackTools/src/RichMatchTrackSelector.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichMatchTrackSelector.h diff --git a/Rich/RichRecTrackTools/src/RichPhotonEmissionPoint.cpp b/Rich/RichRecTrackTools/src/RichPhotonEmissionPoint.cpp index 70348cf89d9..f0981b93c6d 100755 --- a/Rich/RichRecTrackTools/src/RichPhotonEmissionPoint.cpp +++ b/Rich/RichRecTrackTools/src/RichPhotonEmissionPoint.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichPhotonEmissionPoint.cpp diff --git a/Rich/RichRecTrackTools/src/RichPhotonEmissionPoint.h b/Rich/RichRecTrackTools/src/RichPhotonEmissionPoint.h index 9177dc5b017..4163b8fdd92 100755 --- a/Rich/RichRecTrackTools/src/RichPhotonEmissionPoint.h +++ b/Rich/RichRecTrackTools/src/RichPhotonEmissionPoint.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichPhotonEmissionPoint.h diff --git a/Rich/RichRecTrackTools/src/RichSeedTrackSelector.cpp b/Rich/RichRecTrackTools/src/RichSeedTrackSelector.cpp index 7739f3d66f9..58cf15fd28c 100755 --- a/Rich/RichRecTrackTools/src/RichSeedTrackSelector.cpp +++ b/Rich/RichRecTrackTools/src/RichSeedTrackSelector.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichSeedTrackSelector.cpp * diff --git a/Rich/RichRecTrackTools/src/RichSeedTrackSelector.h b/Rich/RichRecTrackTools/src/RichSeedTrackSelector.h index 8d52cd0a09f..559a4e9142a 100755 --- a/Rich/RichRecTrackTools/src/RichSeedTrackSelector.h +++ b/Rich/RichRecTrackTools/src/RichSeedTrackSelector.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichSeedTrackSelector.h diff --git a/Rich/RichRecTrackTools/src/RichSegmentCreator.cpp b/Rich/RichRecTrackTools/src/RichSegmentCreator.cpp index a5e8a60447b..50622971cf4 100755 --- a/Rich/RichRecTrackTools/src/RichSegmentCreator.cpp +++ b/Rich/RichRecTrackTools/src/RichSegmentCreator.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichSegmentCreator.cpp diff --git a/Rich/RichRecTrackTools/src/RichSegmentCreator.h b/Rich/RichRecTrackTools/src/RichSegmentCreator.h index b56271366e5..305265a2a1d 100755 --- a/Rich/RichRecTrackTools/src/RichSegmentCreator.h +++ b/Rich/RichRecTrackTools/src/RichSegmentCreator.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichSegmentCreator.h diff --git a/Rich/RichRecTrackTools/src/RichTrackCreatorFromRecoTracks.cpp b/Rich/RichRecTrackTools/src/RichTrackCreatorFromRecoTracks.cpp index dfb037e4854..570c5bb9685 100755 --- a/Rich/RichRecTrackTools/src/RichTrackCreatorFromRecoTracks.cpp +++ b/Rich/RichRecTrackTools/src/RichTrackCreatorFromRecoTracks.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //------------------------------------------------------------------------------------- /** @file RichTrackCreatorFromRecoTracks.cpp diff --git a/Rich/RichRecTrackTools/src/RichTrackCreatorFromRecoTracks.h b/Rich/RichRecTrackTools/src/RichTrackCreatorFromRecoTracks.h index 0968d732291..a13fbdde852 100755 --- a/Rich/RichRecTrackTools/src/RichTrackCreatorFromRecoTracks.h +++ b/Rich/RichRecTrackTools/src/RichTrackCreatorFromRecoTracks.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //------------------------------------------------------------------------------------- /** @file RichTrackCreatorFromRecoTracks.h * diff --git a/Rich/RichRecTrackTools/src/RichTrackCreatorFromRecoTracksWithForcedIneffic.cpp b/Rich/RichRecTrackTools/src/RichTrackCreatorFromRecoTracksWithForcedIneffic.cpp index d6fc8ba4fed..13e284e7495 100755 --- a/Rich/RichRecTrackTools/src/RichTrackCreatorFromRecoTracksWithForcedIneffic.cpp +++ b/Rich/RichRecTrackTools/src/RichTrackCreatorFromRecoTracksWithForcedIneffic.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //------------------------------------------------------------------------------------- /** @file RichTrackCreatorFromRecoTracksWithForcedIneffic.cpp diff --git a/Rich/RichRecTrackTools/src/RichTrackCreatorFromRecoTracksWithForcedIneffic.h b/Rich/RichRecTrackTools/src/RichTrackCreatorFromRecoTracksWithForcedIneffic.h index 62a86e59d4f..55a4cf208cc 100755 --- a/Rich/RichRecTrackTools/src/RichTrackCreatorFromRecoTracksWithForcedIneffic.h +++ b/Rich/RichRecTrackTools/src/RichTrackCreatorFromRecoTracksWithForcedIneffic.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //------------------------------------------------------------------------------------- /** @file RichTrackCreatorFromRecoTracksWithForcedIneffic.h diff --git a/Rich/RichRecTrackTools/src/RichTrackEffectiveRefractiveIndex.cpp b/Rich/RichRecTrackTools/src/RichTrackEffectiveRefractiveIndex.cpp index 6c400c21c3d..597367d1b2f 100755 --- a/Rich/RichRecTrackTools/src/RichTrackEffectiveRefractiveIndex.cpp +++ b/Rich/RichRecTrackTools/src/RichTrackEffectiveRefractiveIndex.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichTrackEffectiveRefractiveIndex.cpp diff --git a/Rich/RichRecTrackTools/src/RichTrackEffectiveRefractiveIndex.h b/Rich/RichRecTrackTools/src/RichTrackEffectiveRefractiveIndex.h index b8d2ddeea91..be9f1d14a9a 100755 --- a/Rich/RichRecTrackTools/src/RichTrackEffectiveRefractiveIndex.h +++ b/Rich/RichRecTrackTools/src/RichTrackEffectiveRefractiveIndex.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichTrackEffectiveRefractiveIndex.h diff --git a/Rich/RichRecTrackTools/src/RichTrackSelector.cpp b/Rich/RichRecTrackTools/src/RichTrackSelector.cpp index 67e519314c2..68012b66fc8 100755 --- a/Rich/RichRecTrackTools/src/RichTrackSelector.cpp +++ b/Rich/RichRecTrackTools/src/RichTrackSelector.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichTrackSelector.cpp * diff --git a/Rich/RichRecTrackTools/src/RichTrackSelector.h b/Rich/RichRecTrackTools/src/RichTrackSelector.h index f7d341c396b..79dba204208 100755 --- a/Rich/RichRecTrackTools/src/RichTrackSelector.h +++ b/Rich/RichRecTrackTools/src/RichTrackSelector.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichTrackSelector.h diff --git a/Rich/RichRecTrackTools/src/RichVeloTTTrackSelector.cpp b/Rich/RichRecTrackTools/src/RichVeloTTTrackSelector.cpp index 18c2d208cf5..d978b664e39 100755 --- a/Rich/RichRecTrackTools/src/RichVeloTTTrackSelector.cpp +++ b/Rich/RichRecTrackTools/src/RichVeloTTTrackSelector.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichVeloTTTrackSelector.cpp diff --git a/Rich/RichRecTrackTools/src/RichVeloTTTrackSelector.h b/Rich/RichRecTrackTools/src/RichVeloTTTrackSelector.h index 73b53f5840a..81f81653563 100755 --- a/Rich/RichRecTrackTools/src/RichVeloTTTrackSelector.h +++ b/Rich/RichRecTrackTools/src/RichVeloTTTrackSelector.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichVeloTTTrackSelector.h diff --git a/Rich/RichRecUtils/CMakeLists.txt b/Rich/RichRecUtils/CMakeLists.txt index 862d66f7a9f..f24387453b9 100644 --- a/Rich/RichRecUtils/CMakeLists.txt +++ b/Rich/RichRecUtils/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ################################################################################ # Package: RichRecUtils ################################################################################ diff --git a/Rich/RichRecUtils/RichRecUtils/QuarticSolver.h b/Rich/RichRecUtils/RichRecUtils/QuarticSolver.h index 067801e2169..8de26e40507 100755 --- a/Rich/RichRecUtils/RichRecUtils/QuarticSolver.h +++ b/Rich/RichRecUtils/RichRecUtils/QuarticSolver.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //---------------------------------------------------------------------- /** @file QuarticSolver.h diff --git a/Rich/RichRecUtils/RichRecUtils/QuarticSolverNewton.h b/Rich/RichRecUtils/RichRecUtils/QuarticSolverNewton.h index 5574a01dd3b..ab095f6bac5 100755 --- a/Rich/RichRecUtils/RichRecUtils/QuarticSolverNewton.h +++ b/Rich/RichRecUtils/RichRecUtils/QuarticSolverNewton.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //---------------------------------------------------------------------- /** @file QuarticSolverNewton.h diff --git a/Rich/RichRecUtils/RichRecUtils/RichCKResolutionFitter.h b/Rich/RichRecUtils/RichRecUtils/RichCKResolutionFitter.h index 544f2bf29ab..5e157554f1b 100644 --- a/Rich/RichRecUtils/RichRecUtils/RichCKResolutionFitter.h +++ b/Rich/RichRecUtils/RichRecUtils/RichCKResolutionFitter.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once diff --git a/Rich/RichRecUtils/RichRecUtils/RichDetParams.h b/Rich/RichRecUtils/RichRecUtils/RichDetParams.h index 51d4333ee2e..a410d357a5a 100755 --- a/Rich/RichRecUtils/RichRecUtils/RichDetParams.h +++ b/Rich/RichRecUtils/RichRecUtils/RichDetParams.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichDetParams.h diff --git a/Rich/RichRecUtils/RichRecUtils/RichPhotonSpectra.h b/Rich/RichRecUtils/RichRecUtils/RichPhotonSpectra.h index a45bfe4735a..fd4374b20b1 100755 --- a/Rich/RichRecUtils/RichRecUtils/RichPhotonSpectra.h +++ b/Rich/RichRecUtils/RichRecUtils/RichPhotonSpectra.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichPhotonSpectra.h diff --git a/Rich/RichRecUtils/RichRecUtils/RichRadCorrLocalPositions.h b/Rich/RichRecUtils/RichRecUtils/RichRadCorrLocalPositions.h index d7d033d01ff..5415b8543bb 100755 --- a/Rich/RichRecUtils/RichRecUtils/RichRadCorrLocalPositions.h +++ b/Rich/RichRecUtils/RichRecUtils/RichRadCorrLocalPositions.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef RICHRECBASE_RICHRADCORRLOCALPOSITIONS_H #define RICHRECBASE_RICHRADCORRLOCALPOSITIONS_H 1 diff --git a/Rich/RichRecUtils/RichRecUtils/RichRecPhotonKey.h b/Rich/RichRecUtils/RichRecUtils/RichRecPhotonKey.h index 3b15b2224f3..2fef8d3f5a2 100755 --- a/Rich/RichRecUtils/RichRecUtils/RichRecPhotonKey.h +++ b/Rich/RichRecUtils/RichRecUtils/RichRecPhotonKey.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichRecPhotonKey.h diff --git a/Rich/RichRecUtils/RichRecUtils/RichRecPixelParentType.h b/Rich/RichRecUtils/RichRecUtils/RichRecPixelParentType.h index 7c043b1805d..65380ffa432 100755 --- a/Rich/RichRecUtils/RichRecUtils/RichRecPixelParentType.h +++ b/Rich/RichRecUtils/RichRecUtils/RichRecPixelParentType.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichRecPixelParentType.h diff --git a/Rich/RichRecUtils/RichRecUtils/RichRecProcCode.h b/Rich/RichRecUtils/RichRecUtils/RichRecProcCode.h index 0e7d49f2bd4..7620e03341f 100755 --- a/Rich/RichRecUtils/RichRecUtils/RichRecProcCode.h +++ b/Rich/RichRecUtils/RichRecUtils/RichRecProcCode.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichRecProcCode.h diff --git a/Rich/RichRecUtils/RichRecUtils/RichTrackID.h b/Rich/RichRecUtils/RichRecUtils/RichTrackID.h index 2c1dbcec054..9e8a9b8f503 100755 --- a/Rich/RichRecUtils/RichRecUtils/RichTrackID.h +++ b/Rich/RichRecUtils/RichRecUtils/RichTrackID.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichTrackID.h diff --git a/Rich/RichRecUtils/dict/RichRecUtilsDict.h b/Rich/RichRecUtils/dict/RichRecUtilsDict.h index 66f203add57..62c5b78d732 100755 --- a/Rich/RichRecUtils/dict/RichRecUtilsDict.h +++ b/Rich/RichRecUtils/dict/RichRecUtilsDict.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef DICT_RICHRECUTILSDICT_H #define DICT_RICHRECUTILSDICT_H 1 diff --git a/Rich/RichRecUtils/dict/RichRecUtilsDict.xml b/Rich/RichRecUtils/dict/RichRecUtilsDict.xml index 9c49f5d2c24..f7686545f26 100755 --- a/Rich/RichRecUtils/dict/RichRecUtilsDict.xml +++ b/Rich/RichRecUtils/dict/RichRecUtilsDict.xml @@ -1,3 +1,13 @@ +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <lcgdict> <class name = "Rich::Rec::RadCorrLocalPositions" /> diff --git a/Rich/RichRecUtils/examples/TestCKFitter.py b/Rich/RichRecUtils/examples/TestCKFitter.py index 4b6bad99758..39cd1f0e45c 100644 --- a/Rich/RichRecUtils/examples/TestCKFitter.py +++ b/Rich/RichRecUtils/examples/TestCKFitter.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### from GaudiPython import gbl from ROOT import * diff --git a/Rich/RichRecUtils/src/RichCKResolutionFitter.cpp b/Rich/RichRecUtils/src/RichCKResolutionFitter.cpp index df294860b29..3f4939cf782 100644 --- a/Rich/RichRecUtils/src/RichCKResolutionFitter.cpp +++ b/Rich/RichRecUtils/src/RichCKResolutionFitter.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include "RichRecUtils/RichCKResolutionFitter.h" diff --git a/Rich/RichRecUtils/src/RichPhotonSpectra.cpp b/Rich/RichRecUtils/src/RichPhotonSpectra.cpp index c87b20b5381..26e35ad645e 100755 --- a/Rich/RichRecUtils/src/RichPhotonSpectra.cpp +++ b/Rich/RichRecUtils/src/RichPhotonSpectra.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichPhotonSpectra.cpp diff --git a/Rich/RichRecUtils/src/RichRecPixelParentType.cpp b/Rich/RichRecUtils/src/RichRecPixelParentType.cpp index 8a6ea49c053..ea07d8c35eb 100755 --- a/Rich/RichRecUtils/src/RichRecPixelParentType.cpp +++ b/Rich/RichRecUtils/src/RichRecPixelParentType.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichRecPixelParentType.cpp diff --git a/Rich/RichRecUtils/src/RichTrackID.cpp b/Rich/RichRecUtils/src/RichTrackID.cpp index 150ea44b761..a6d8e6ce6c6 100755 --- a/Rich/RichRecUtils/src/RichTrackID.cpp +++ b/Rich/RichRecUtils/src/RichTrackID.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RichTrackID.cpp diff --git a/Tf/FastPV/CMakeLists.txt b/Tf/FastPV/CMakeLists.txt index 23d3b77eb62..083ffc81c69 100644 --- a/Tf/FastPV/CMakeLists.txt +++ b/Tf/FastPV/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ################################################################################ # Package: FastPV ################################################################################ diff --git a/Tf/FastPV/src/FastPVFinder.cpp b/Tf/FastPV/src/FastPVFinder.cpp index bb477d5014f..0bf03583a8e 100644 --- a/Tf/FastPV/src/FastPVFinder.cpp +++ b/Tf/FastPV/src/FastPVFinder.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // from Gaudi diff --git a/Tf/FastPV/src/FastPVFinder.h b/Tf/FastPV/src/FastPVFinder.h index a7ccfc7439e..17f3dedc542 100644 --- a/Tf/FastPV/src/FastPVFinder.h +++ b/Tf/FastPV/src/FastPVFinder.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef FASTPVFINDER_H #define FASTPVFINDER_H 1 diff --git a/Tf/FastPV/src/FastPVMonitor.cpp b/Tf/FastPV/src/FastPVMonitor.cpp index d4d91fa87f5..d81e2e9ab51 100644 --- a/Tf/FastPV/src/FastPVMonitor.cpp +++ b/Tf/FastPV/src/FastPVMonitor.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files #include "Event/Track.h" diff --git a/Tf/FastPV/src/FastPVMonitor.h b/Tf/FastPV/src/FastPVMonitor.h index 9117e26a4df..444abfb4d18 100644 --- a/Tf/FastPV/src/FastPVMonitor.h +++ b/Tf/FastPV/src/FastPVMonitor.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef VERTEXMONITOR_H #define VERTEXMONITOR_H 1 diff --git a/Tf/FastPV/src/FastVertex.cpp b/Tf/FastPV/src/FastVertex.cpp index 799e560eb78..2a052afc710 100644 --- a/Tf/FastPV/src/FastVertex.cpp +++ b/Tf/FastPV/src/FastVertex.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files diff --git a/Tf/FastPV/src/FastVertex.h b/Tf/FastPV/src/FastVertex.h index 1d928cdc611..fecb38874a9 100644 --- a/Tf/FastPV/src/FastVertex.h +++ b/Tf/FastPV/src/FastVertex.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef FASTVERTEX_H #define FASTVERTEX_H 1 diff --git a/Tf/FastPV/src/TrackForPV.cpp b/Tf/FastPV/src/TrackForPV.cpp index 0c582322785..0f85c0059d3 100644 --- a/Tf/FastPV/src/TrackForPV.cpp +++ b/Tf/FastPV/src/TrackForPV.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files diff --git a/Tf/FastPV/src/TrackForPV.h b/Tf/FastPV/src/TrackForPV.h index 05a307570bc..744d58e8343 100644 --- a/Tf/FastPV/src/TrackForPV.h +++ b/Tf/FastPV/src/TrackForPV.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TRACKFORPV_H #define TRACKFORPV_H 1 diff --git a/Tf/FastVelo/CMakeLists.txt b/Tf/FastVelo/CMakeLists.txt index 1f653433502..158199a0eee 100644 --- a/Tf/FastVelo/CMakeLists.txt +++ b/Tf/FastVelo/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ################################################################################ # Package: FastVelo ################################################################################ diff --git a/Tf/FastVelo/python/FastVelo/FastVeloAlgConf.py b/Tf/FastVelo/python/FastVelo/FastVeloAlgConf.py index 6a6135b0381..47128335bbf 100644 --- a/Tf/FastVelo/python/FastVelo/FastVeloAlgConf.py +++ b/Tf/FastVelo/python/FastVelo/FastVeloAlgConf.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### from TrackSys.Configuration import * from Configurables import FastVeloTracking from Configurables import TrackContainerCopy diff --git a/Tf/FastVelo/src/FastVeloFitLHCbIDs.cpp b/Tf/FastVelo/src/FastVeloFitLHCbIDs.cpp index 791e72ba296..860a084f6e5 100644 --- a/Tf/FastVelo/src/FastVeloFitLHCbIDs.cpp +++ b/Tf/FastVelo/src/FastVeloFitLHCbIDs.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files #include "Event/Track.h" diff --git a/Tf/FastVelo/src/FastVeloFitLHCbIDs.h b/Tf/FastVelo/src/FastVeloFitLHCbIDs.h index 6cc85d4233a..7cace712652 100644 --- a/Tf/FastVelo/src/FastVeloFitLHCbIDs.h +++ b/Tf/FastVelo/src/FastVeloFitLHCbIDs.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef FASTVELOFITLHCBIDS_H #define FASTVELOFITLHCBIDS_H 1 diff --git a/Tf/FastVelo/src/FastVeloHit.h b/Tf/FastVelo/src/FastVeloHit.h index 6b952a89796..91c5bf2841a 100644 --- a/Tf/FastVelo/src/FastVeloHit.h +++ b/Tf/FastVelo/src/FastVeloHit.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef FASTVELOHIT_H #define FASTVELOHIT_H 1 diff --git a/Tf/FastVelo/src/FastVeloHitManager.cpp b/Tf/FastVelo/src/FastVeloHitManager.cpp index 140803c735b..f719965acf5 100644 --- a/Tf/FastVelo/src/FastVeloHitManager.cpp +++ b/Tf/FastVelo/src/FastVeloHitManager.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files #include "Event/VeloLiteCluster.h" diff --git a/Tf/FastVelo/src/FastVeloHitManager.h b/Tf/FastVelo/src/FastVeloHitManager.h index 70254690a7c..0565583ad3a 100644 --- a/Tf/FastVelo/src/FastVeloHitManager.h +++ b/Tf/FastVelo/src/FastVeloHitManager.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef FASTVELOHITMANAGER_H #define FASTVELOHITMANAGER_H 1 diff --git a/Tf/FastVelo/src/FastVeloKalmanTrack.cpp b/Tf/FastVelo/src/FastVeloKalmanTrack.cpp index 39bb0096204..f52855e583e 100644 --- a/Tf/FastVelo/src/FastVeloKalmanTrack.cpp +++ b/Tf/FastVelo/src/FastVeloKalmanTrack.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include "FastVeloTrack.h" #include "FastVeloKalmanTrack.h" #include "Event/Track.h" diff --git a/Tf/FastVelo/src/FastVeloKalmanTrack.h b/Tf/FastVelo/src/FastVeloKalmanTrack.h index 9cd0dd21f86..a1dd3e96661 100644 --- a/Tf/FastVelo/src/FastVeloKalmanTrack.h +++ b/Tf/FastVelo/src/FastVeloKalmanTrack.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef FastVeloKalmanTrack_H #define FastVeloKalmanTrack_H diff --git a/Tf/FastVelo/src/FastVeloSensor.cpp b/Tf/FastVelo/src/FastVeloSensor.cpp index 88a8e3e3392..cbd65eb9e23 100644 --- a/Tf/FastVelo/src/FastVeloSensor.cpp +++ b/Tf/FastVelo/src/FastVeloSensor.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files diff --git a/Tf/FastVelo/src/FastVeloSensor.h b/Tf/FastVelo/src/FastVeloSensor.h index 99ebc3ed5d6..940caa2983c 100644 --- a/Tf/FastVelo/src/FastVeloSensor.h +++ b/Tf/FastVelo/src/FastVeloSensor.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef FASTVELOSENSOR_H #define FASTVELOSENSOR_H 1 diff --git a/Tf/FastVelo/src/FastVeloTrack.cpp b/Tf/FastVelo/src/FastVeloTrack.cpp index ddf82ea501b..1c6cf41e614 100644 --- a/Tf/FastVelo/src/FastVeloTrack.cpp +++ b/Tf/FastVelo/src/FastVeloTrack.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // local diff --git a/Tf/FastVelo/src/FastVeloTrack.h b/Tf/FastVelo/src/FastVeloTrack.h index 5a566be58fe..893335463e6 100644 --- a/Tf/FastVelo/src/FastVeloTrack.h +++ b/Tf/FastVelo/src/FastVeloTrack.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef FASTVELOTRACK_H #define FASTVELOTRACK_H 1 diff --git a/Tf/FastVelo/src/FastVeloTracking.cpp b/Tf/FastVelo/src/FastVeloTracking.cpp index a99afbc4f58..61fcb6f14f2 100644 --- a/Tf/FastVelo/src/FastVeloTracking.cpp +++ b/Tf/FastVelo/src/FastVeloTracking.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // from Gaudi diff --git a/Tf/FastVelo/src/FastVeloTracking.h b/Tf/FastVelo/src/FastVeloTracking.h index 326e1274eca..1b0474f87ff 100644 --- a/Tf/FastVelo/src/FastVeloTracking.h +++ b/Tf/FastVelo/src/FastVeloTracking.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef FASTVELOTRACKING_H #define FASTVELOTRACKING_H 1 diff --git a/Tf/PatAlgorithms/CMakeLists.txt b/Tf/PatAlgorithms/CMakeLists.txt index 4c7f21fcd32..ca9aa55dd5c 100644 --- a/Tf/PatAlgorithms/CMakeLists.txt +++ b/Tf/PatAlgorithms/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ################################################################################ # Package: PatAlgorithms ################################################################################ diff --git a/Tf/PatAlgorithms/python/PatAlgorithms/PatAlgConf.py b/Tf/PatAlgorithms/python/PatAlgorithms/PatAlgConf.py index 73820d7729d..9d98269daa3 100644 --- a/Tf/PatAlgorithms/python/PatAlgorithms/PatAlgConf.py +++ b/Tf/PatAlgorithms/python/PatAlgorithms/PatAlgConf.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### from TrackSys.Configuration import * from Configurables import ( PatForward, PatForwardTool, PatFwdTool, TrackUsedLHCbID) from Configurables import Tf__OTHitCreator diff --git a/Tf/PatAlgorithms/src/FastForwardTool.cpp b/Tf/PatAlgorithms/src/FastForwardTool.cpp index 941afa36332..1dc6914d8bd 100644 --- a/Tf/PatAlgorithms/src/FastForwardTool.cpp +++ b/Tf/PatAlgorithms/src/FastForwardTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files #include <algorithm> diff --git a/Tf/PatAlgorithms/src/FastForwardTool.h b/Tf/PatAlgorithms/src/FastForwardTool.h index 3dba0dd0d15..75779223251 100644 --- a/Tf/PatAlgorithms/src/FastForwardTool.h +++ b/Tf/PatAlgorithms/src/FastForwardTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef FASTFORWARDTOOL_H #define FASTFORWARDTOOL_H 1 diff --git a/Tf/PatAlgorithms/src/FastFwdTool.cpp b/Tf/PatAlgorithms/src/FastFwdTool.cpp index ed868018536..2b8d47e92ca 100644 --- a/Tf/PatAlgorithms/src/FastFwdTool.cpp +++ b/Tf/PatAlgorithms/src/FastFwdTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // from Gaudi diff --git a/Tf/PatAlgorithms/src/FastFwdTool.h b/Tf/PatAlgorithms/src/FastFwdTool.h index 19b067842b1..243d9bb18e4 100644 --- a/Tf/PatAlgorithms/src/FastFwdTool.h +++ b/Tf/PatAlgorithms/src/FastFwdTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef FASTFWDTOOL_H #define FASTFWDTOOL_H 1 diff --git a/Tf/PatAlgorithms/src/PatAddTTCoord.cpp b/Tf/PatAlgorithms/src/PatAddTTCoord.cpp index 7de00b0e3e3..a1efc4811ba 100644 --- a/Tf/PatAlgorithms/src/PatAddTTCoord.cpp +++ b/Tf/PatAlgorithms/src/PatAddTTCoord.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include <algorithm> #include <array> diff --git a/Tf/PatAlgorithms/src/PatAddTTCoord.h b/Tf/PatAlgorithms/src/PatAddTTCoord.h index 69d0e0fa2d6..07ccb3de206 100644 --- a/Tf/PatAlgorithms/src/PatAddTTCoord.h +++ b/Tf/PatAlgorithms/src/PatAddTTCoord.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PATADDTTCOORD_H #define PATADDTTCOORD_H 1 diff --git a/Tf/PatAlgorithms/src/PatBBDTSeedClassifier.cpp b/Tf/PatAlgorithms/src/PatBBDTSeedClassifier.cpp index 12861f035ac..5dcedc718db 100644 --- a/Tf/PatAlgorithms/src/PatBBDTSeedClassifier.cpp +++ b/Tf/PatAlgorithms/src/PatBBDTSeedClassifier.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include "PatBBDTSeedClassifier.h" #include "Kernel/STLExtensions.h" #include "GaudiKernel/IFileAccess.h" diff --git a/Tf/PatAlgorithms/src/PatBBDTSeedClassifier.h b/Tf/PatAlgorithms/src/PatBBDTSeedClassifier.h index ad74cb181f9..b502eea072d 100644 --- a/Tf/PatAlgorithms/src/PatBBDTSeedClassifier.h +++ b/Tf/PatAlgorithms/src/PatBBDTSeedClassifier.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once #include "PatKernel/IPatMvaClassifier.h" diff --git a/Tf/PatAlgorithms/src/PatDownTrack.cpp b/Tf/PatAlgorithms/src/PatDownTrack.cpp index ed301792340..fe41fe2ff85 100644 --- a/Tf/PatAlgorithms/src/PatDownTrack.cpp +++ b/Tf/PatAlgorithms/src/PatDownTrack.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // local diff --git a/Tf/PatAlgorithms/src/PatDownTrack.h b/Tf/PatAlgorithms/src/PatDownTrack.h index 4e3e76ed51f..28f003de8ea 100644 --- a/Tf/PatAlgorithms/src/PatDownTrack.h +++ b/Tf/PatAlgorithms/src/PatDownTrack.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PATDOWNTRACK_H #define PATDOWNTRACK_H 1 diff --git a/Tf/PatAlgorithms/src/PatForward.cpp b/Tf/PatAlgorithms/src/PatForward.cpp index ab74201d01d..0e977565a33 100644 --- a/Tf/PatAlgorithms/src/PatForward.cpp +++ b/Tf/PatAlgorithms/src/PatForward.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // local diff --git a/Tf/PatAlgorithms/src/PatForward.h b/Tf/PatAlgorithms/src/PatForward.h index f051a7b6288..9e3b96a008c 100644 --- a/Tf/PatAlgorithms/src/PatForward.h +++ b/Tf/PatAlgorithms/src/PatForward.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PATFORWARD_H #define PATFORWARD_H 1 diff --git a/Tf/PatAlgorithms/src/PatForwardTool.cpp b/Tf/PatAlgorithms/src/PatForwardTool.cpp index 8cd6b721366..65b78505d33 100644 --- a/Tf/PatAlgorithms/src/PatForwardTool.cpp +++ b/Tf/PatAlgorithms/src/PatForwardTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files #include <cmath> #include <algorithm> diff --git a/Tf/PatAlgorithms/src/PatForwardTool.h b/Tf/PatAlgorithms/src/PatForwardTool.h index bdbd2a71204..26e390c4c25 100644 --- a/Tf/PatAlgorithms/src/PatForwardTool.h +++ b/Tf/PatAlgorithms/src/PatForwardTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PATFORWARDTOOL_H #define PATFORWARDTOOL_H 1 diff --git a/Tf/PatAlgorithms/src/PatFwdFitLine.h b/Tf/PatAlgorithms/src/PatFwdFitLine.h index da43c230f33..66fa794b4d7 100644 --- a/Tf/PatAlgorithms/src/PatFwdFitLine.h +++ b/Tf/PatAlgorithms/src/PatFwdFitLine.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PATFWDFITLINE_H #define PATFWDFITLINE_H 1 diff --git a/Tf/PatAlgorithms/src/PatFwdFitParabola.h b/Tf/PatAlgorithms/src/PatFwdFitParabola.h index 1873fe0794f..d61e3ac1e01 100644 --- a/Tf/PatAlgorithms/src/PatFwdFitParabola.h +++ b/Tf/PatAlgorithms/src/PatFwdFitParabola.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PATFWDFITPARABOLA_H #define PATFWDFITPARABOLA_H 1 diff --git a/Tf/PatAlgorithms/src/PatFwdPlaneCounter.h b/Tf/PatAlgorithms/src/PatFwdPlaneCounter.h index 7cf19294db3..3840e7f4fd9 100644 --- a/Tf/PatAlgorithms/src/PatFwdPlaneCounter.h +++ b/Tf/PatAlgorithms/src/PatFwdPlaneCounter.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PATFWDPLANECOUNTER_H #define PATFWDPLANECOUNTER_H 1 diff --git a/Tf/PatAlgorithms/src/PatFwdRegionCounter.h b/Tf/PatAlgorithms/src/PatFwdRegionCounter.h index b3a82abf603..eddd3eaa8ef 100644 --- a/Tf/PatAlgorithms/src/PatFwdRegionCounter.h +++ b/Tf/PatAlgorithms/src/PatFwdRegionCounter.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PATFWDREGIONCOUNTER_H #define PATFWDREGIONCOUNTER_H 1 diff --git a/Tf/PatAlgorithms/src/PatFwdTool.cpp b/Tf/PatAlgorithms/src/PatFwdTool.cpp index 42f568748f8..a20fc93c4d5 100644 --- a/Tf/PatAlgorithms/src/PatFwdTool.cpp +++ b/Tf/PatAlgorithms/src/PatFwdTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files #include <type_traits> #include <iterator> diff --git a/Tf/PatAlgorithms/src/PatFwdTool.h b/Tf/PatAlgorithms/src/PatFwdTool.h index ed909a4926c..d4132a6a3a9 100644 --- a/Tf/PatAlgorithms/src/PatFwdTool.h +++ b/Tf/PatAlgorithms/src/PatFwdTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PATFWDTOOL_H #define PATFWDTOOL_H 1 diff --git a/Tf/PatAlgorithms/src/PatFwdTrackCandidate.h b/Tf/PatAlgorithms/src/PatFwdTrackCandidate.h index d331477626a..33265db1407 100644 --- a/Tf/PatAlgorithms/src/PatFwdTrackCandidate.h +++ b/Tf/PatAlgorithms/src/PatFwdTrackCandidate.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PATFWDTRACKCANDIDATE_H #define PATFWDTRACKCANDIDATE_H 1 diff --git a/Tf/PatAlgorithms/src/PatLongLivedTracking.cpp b/Tf/PatAlgorithms/src/PatLongLivedTracking.cpp index 32d01ec1ce8..6099250128b 100644 --- a/Tf/PatAlgorithms/src/PatLongLivedTracking.cpp +++ b/Tf/PatAlgorithms/src/PatLongLivedTracking.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // -- Note: These files need to be included here (i.e. before the others) #include "GaudiKernel/ParsersFactory.h" diff --git a/Tf/PatAlgorithms/src/PatLongLivedTracking.h b/Tf/PatAlgorithms/src/PatLongLivedTracking.h index 9ab9e32b94a..de5892784a8 100644 --- a/Tf/PatAlgorithms/src/PatLongLivedTracking.h +++ b/Tf/PatAlgorithms/src/PatLongLivedTracking.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PATLONGLIVEDTRACKING_H #define PATLONGLIVEDTRACKING_H 1 diff --git a/Tf/PatAlgorithms/src/PatMakeV0.cpp b/Tf/PatAlgorithms/src/PatMakeV0.cpp index 4a786ab782d..1aed7bcd15a 100644 --- a/Tf/PatAlgorithms/src/PatMakeV0.cpp +++ b/Tf/PatAlgorithms/src/PatMakeV0.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files //Event diff --git a/Tf/PatAlgorithms/src/PatMakeV0.h b/Tf/PatAlgorithms/src/PatMakeV0.h index bcd5719ca3b..b0deee2b962 100644 --- a/Tf/PatAlgorithms/src/PatMakeV0.h +++ b/Tf/PatAlgorithms/src/PatMakeV0.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PATMAKEKSHORT_H #define PATMAKEKSHORT_H 1 diff --git a/Tf/PatAlgorithms/src/PatMatch.cpp b/Tf/PatAlgorithms/src/PatMatch.cpp index 6e0412a44ef..e70eeb94810 100644 --- a/Tf/PatAlgorithms/src/PatMatch.cpp +++ b/Tf/PatAlgorithms/src/PatMatch.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // local diff --git a/Tf/PatAlgorithms/src/PatMatch.h b/Tf/PatAlgorithms/src/PatMatch.h index cc3a787c5cf..4692914c6b0 100644 --- a/Tf/PatAlgorithms/src/PatMatch.h +++ b/Tf/PatAlgorithms/src/PatMatch.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PATMATCH_H #define PATMATCH_H 1 diff --git a/Tf/PatAlgorithms/src/PatMatchTool.cpp b/Tf/PatAlgorithms/src/PatMatchTool.cpp index dd1d49fee74..4faa5e7a8f9 100644 --- a/Tf/PatAlgorithms/src/PatMatchTool.cpp +++ b/Tf/PatAlgorithms/src/PatMatchTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files #include <limits> #include <vector> diff --git a/Tf/PatAlgorithms/src/PatMatchTool.h b/Tf/PatAlgorithms/src/PatMatchTool.h index 4f4c7ae2fd5..6569ed6d8fb 100644 --- a/Tf/PatAlgorithms/src/PatMatchTool.h +++ b/Tf/PatAlgorithms/src/PatMatchTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PATMATCHTOOL_H #define PATMATCHTOOL_H 1 diff --git a/Tf/PatAlgorithms/src/PatRange.h b/Tf/PatAlgorithms/src/PatRange.h index c3204020419..138b1c5bd18 100644 --- a/Tf/PatAlgorithms/src/PatRange.h +++ b/Tf/PatAlgorithms/src/PatRange.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PATRANGE_H #define PATRANGE_H 1 diff --git a/Tf/PatAlgorithms/src/PatSeedFits.h b/Tf/PatAlgorithms/src/PatSeedFits.h index b91abeeeda1..1c2226881a7 100644 --- a/Tf/PatAlgorithms/src/PatSeedFits.h +++ b/Tf/PatAlgorithms/src/PatSeedFits.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ /** @file PatSeedFits.h * * @author Manuel Schiller <Manuel.Schiller@cern.ch> diff --git a/Tf/PatAlgorithms/src/PatSeedTool.cpp b/Tf/PatAlgorithms/src/PatSeedTool.cpp index 71ba8b1754c..c75810267b9 100644 --- a/Tf/PatAlgorithms/src/PatSeedTool.cpp +++ b/Tf/PatAlgorithms/src/PatSeedTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files #include <cmath> diff --git a/Tf/PatAlgorithms/src/PatSeedTool.h b/Tf/PatAlgorithms/src/PatSeedTool.h index 7aa4e901b61..27a30ab2e1a 100644 --- a/Tf/PatAlgorithms/src/PatSeedTool.h +++ b/Tf/PatAlgorithms/src/PatSeedTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PATSEEDTOOL_H #define PATSEEDTOOL_H 1 diff --git a/Tf/PatAlgorithms/src/PatSeedTrack.cpp b/Tf/PatAlgorithms/src/PatSeedTrack.cpp index 5395a004506..df66ecfc835 100644 --- a/Tf/PatAlgorithms/src/PatSeedTrack.cpp +++ b/Tf/PatAlgorithms/src/PatSeedTrack.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files #include <cmath> diff --git a/Tf/PatAlgorithms/src/PatSeedTrack.h b/Tf/PatAlgorithms/src/PatSeedTrack.h index f1f50b48978..9c74885fc8c 100644 --- a/Tf/PatAlgorithms/src/PatSeedTrack.h +++ b/Tf/PatAlgorithms/src/PatSeedTrack.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PATSEEDTRACK_H #define PATSEEDTRACK_H 1 diff --git a/Tf/PatAlgorithms/src/PatSeeding.cpp b/Tf/PatAlgorithms/src/PatSeeding.cpp index 3485652b3a3..234984e5b9e 100644 --- a/Tf/PatAlgorithms/src/PatSeeding.cpp +++ b/Tf/PatAlgorithms/src/PatSeeding.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // from Gaudi diff --git a/Tf/PatAlgorithms/src/PatSeeding.h b/Tf/PatAlgorithms/src/PatSeeding.h index c256c225f36..c9b32ab12e8 100644 --- a/Tf/PatAlgorithms/src/PatSeeding.h +++ b/Tf/PatAlgorithms/src/PatSeeding.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PATSEEDING_H #define PATSEEDING_H 1 diff --git a/Tf/PatAlgorithms/src/PatSeedingTool.cpp b/Tf/PatAlgorithms/src/PatSeedingTool.cpp index a4421f6b750..9598facc7aa 100644 --- a/Tf/PatAlgorithms/src/PatSeedingTool.cpp +++ b/Tf/PatAlgorithms/src/PatSeedingTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files #include <cmath> diff --git a/Tf/PatAlgorithms/src/PatSeedingTool.h b/Tf/PatAlgorithms/src/PatSeedingTool.h index bf652e364cd..7a423b88bc0 100644 --- a/Tf/PatAlgorithms/src/PatSeedingTool.h +++ b/Tf/PatAlgorithms/src/PatSeedingTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PATSEEDINGTOOL_H #define PATSEEDINGTOOL_H 1 diff --git a/Tf/PatAlgorithms/src/TMVA/Forward/ASFDeep.class.C b/Tf/PatAlgorithms/src/TMVA/Forward/ASFDeep.class.C index 5be1e8f7140..b5e10c09a5e 100644 --- a/Tf/PatAlgorithms/src/TMVA/Forward/ASFDeep.class.C +++ b/Tf/PatAlgorithms/src/TMVA/Forward/ASFDeep.class.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadASFDeep // Automatically generated by MethodBase::MakeClass // diff --git a/Tf/PatAlgorithms/src/TMVA/Forward/BXF_4XPlanes.class.C b/Tf/PatAlgorithms/src/TMVA/Forward/BXF_4XPlanes.class.C index 97913245a5a..edd47fd4145 100644 --- a/Tf/PatAlgorithms/src/TMVA/Forward/BXF_4XPlanes.class.C +++ b/Tf/PatAlgorithms/src/TMVA/Forward/BXF_4XPlanes.class.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: Read4XPlanes // Automatically generated by MethodBase::MakeClass // diff --git a/Tf/PatAlgorithms/src/TMVA/PatLLT/PatLLT_MLPBNN.C b/Tf/PatAlgorithms/src/TMVA/PatLLT/PatLLT_MLPBNN.C index 6840933eee9..ec02307009f 100644 --- a/Tf/PatAlgorithms/src/TMVA/PatLLT/PatLLT_MLPBNN.C +++ b/Tf/PatAlgorithms/src/TMVA/PatLLT/PatLLT_MLPBNN.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadMLPBNN // Automatically generated by MethodBase::MakeClass // diff --git a/Tf/PatAlgorithms/src/VectorizationSupport.h b/Tf/PatAlgorithms/src/VectorizationSupport.h index ebd917bb1fd..e7aea91dd2d 100644 --- a/Tf/PatAlgorithms/src/VectorizationSupport.h +++ b/Tf/PatAlgorithms/src/VectorizationSupport.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef VECTORIZATION_SUPPORT_H #define VECTORIZATION_SUPPORT_H diff --git a/Tf/PatKernel/CMakeLists.txt b/Tf/PatKernel/CMakeLists.txt index d8f58a851c4..6ed5ec642cb 100644 --- a/Tf/PatKernel/CMakeLists.txt +++ b/Tf/PatKernel/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ################################################################################ # Package: PatKernel ################################################################################ diff --git a/Tf/PatKernel/PatKernel/IPatDebugTTTool.h b/Tf/PatKernel/PatKernel/IPatDebugTTTool.h index b0326ff4a01..187b63c7b81 100644 --- a/Tf/PatKernel/PatKernel/IPatDebugTTTool.h +++ b/Tf/PatKernel/PatKernel/IPatDebugTTTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PATKERNEL_IPATDEBUGTTTOOL_H #define PATKERNEL_IPATDEBUGTTTOOL_H 1 diff --git a/Tf/PatKernel/PatKernel/IPatDebugTool.h b/Tf/PatKernel/PatKernel/IPatDebugTool.h index 16f7d246eea..8f5c3c55f47 100644 --- a/Tf/PatKernel/PatKernel/IPatDebugTool.h +++ b/Tf/PatKernel/PatKernel/IPatDebugTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PATKERNEL_IPATDEBUGTOOL_H #define PATKERNEL_IPATDEBUGTOOL_H 1 diff --git a/Tf/PatKernel/PatKernel/IPatDebugTrackTool.h b/Tf/PatKernel/PatKernel/IPatDebugTrackTool.h index 416c0fce45e..bbda85e2c68 100644 --- a/Tf/PatKernel/PatKernel/IPatDebugTrackTool.h +++ b/Tf/PatKernel/PatKernel/IPatDebugTrackTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PATKERNEL_IPATDEBUGTRACKTOOL_H #define PATKERNEL_IPATDEBUGTRACKTOOL_H 1 diff --git a/Tf/PatKernel/PatKernel/IPatMvaClassifier.h b/Tf/PatKernel/PatKernel/IPatMvaClassifier.h index 2f96b181dd4..6a890d08f23 100644 --- a/Tf/PatKernel/PatKernel/IPatMvaClassifier.h +++ b/Tf/PatKernel/PatKernel/IPatMvaClassifier.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PATKERNEL_IPATMVACLASSIFIER_H #define PATKERNEL_IPATMVACLASSIFIER_H 1 diff --git a/Tf/PatKernel/PatKernel/IPatTTCounter.h b/Tf/PatKernel/PatKernel/IPatTTCounter.h index e30db9fb8b5..e19d3346416 100644 --- a/Tf/PatKernel/PatKernel/IPatTTCounter.h +++ b/Tf/PatKernel/PatKernel/IPatTTCounter.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PATKERNEL_IPATTTCOUNTER_H #define PATKERNEL_IPATTTCOUNTER_H 1 diff --git a/Tf/PatKernel/PatKernel/PatForwardHit.h b/Tf/PatKernel/PatKernel/PatForwardHit.h index 3ef3eeeb669..a59a403a046 100644 --- a/Tf/PatKernel/PatKernel/PatForwardHit.h +++ b/Tf/PatKernel/PatKernel/PatForwardHit.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PATFORWARD_PatForwardHit_H #define PATFORWARD_PatForwardHit_H 1 diff --git a/Tf/PatKernel/PatKernel/PatTStationHitManager.h b/Tf/PatKernel/PatKernel/PatTStationHitManager.h index de00df6bfa6..6dbba491771 100644 --- a/Tf/PatKernel/PatKernel/PatTStationHitManager.h +++ b/Tf/PatKernel/PatKernel/PatTStationHitManager.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PATTSTATIONHITMANAGER_H #define PATTSTATIONHITMANAGER_H 1 // Include files diff --git a/Tf/PatKernel/PatKernel/PatTTHit.h b/Tf/PatKernel/PatKernel/PatTTHit.h index 8d5b3aa0fe5..93d425bdb90 100644 --- a/Tf/PatKernel/PatKernel/PatTTHit.h +++ b/Tf/PatKernel/PatKernel/PatTTHit.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PATFORWARD_PATTTHIT_H #define PATFORWARD_PATTTHIT_H 1 diff --git a/Tf/PatKernel/PatKernel/PatTTStationHitManager.h b/Tf/PatKernel/PatKernel/PatTTStationHitManager.h index a8840d8242c..5ef6f5df17a 100644 --- a/Tf/PatKernel/PatKernel/PatTTStationHitManager.h +++ b/Tf/PatKernel/PatKernel/PatTTStationHitManager.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PATTTSTATIONHITMANAGER_H #define PATTTSTATIONHITMANAGER_H 1 // Include files diff --git a/Tf/PatKernel/dict/PatKernelDict.h b/Tf/PatKernel/dict/PatKernelDict.h index 4072703079f..daba92acf9b 100644 --- a/Tf/PatKernel/dict/PatKernelDict.h +++ b/Tf/PatKernel/dict/PatKernelDict.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef DICT_PATKERNELDICT_H #define DICT_PATKERNELDICT_H 1 diff --git a/Tf/PatKernel/dict/PatKernelDict.xml b/Tf/PatKernel/dict/PatKernelDict.xml index a3cfbc8a835..80815ccbec6 100644 --- a/Tf/PatKernel/dict/PatKernelDict.xml +++ b/Tf/PatKernel/dict/PatKernelDict.xml @@ -1,3 +1,13 @@ +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <lcgdict> <class name = "IPatDebugTool" /> <class name = "IPatDebugTTTool" /> diff --git a/Tf/PatKernel/src/PatTTStationHitManager.cpp b/Tf/PatKernel/src/PatTTStationHitManager.cpp index efca3c840e2..63980db78e3 100755 --- a/Tf/PatKernel/src/PatTTStationHitManager.cpp +++ b/Tf/PatKernel/src/PatTTStationHitManager.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include "PatKernel/PatTTStationHitManager.h" DECLARE_TOOL_FACTORY( PatTTStationHitManager ) diff --git a/Tf/PatVelo/CMakeLists.txt b/Tf/PatVelo/CMakeLists.txt index dcb6ad4cc18..9777904b820 100644 --- a/Tf/PatVelo/CMakeLists.txt +++ b/Tf/PatVelo/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ################################################################################ # Package: PatVelo ################################################################################ diff --git a/Tf/PatVelo/src/AddPileupToTrack.cpp b/Tf/PatVelo/src/AddPileupToTrack.cpp index a6e3a29a2aa..d769a06cdb1 100644 --- a/Tf/PatVelo/src/AddPileupToTrack.cpp +++ b/Tf/PatVelo/src/AddPileupToTrack.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // from Gaudi diff --git a/Tf/PatVelo/src/AddPileupToTrack.h b/Tf/PatVelo/src/AddPileupToTrack.h index 94286f3b3fa..4139b9a3fe1 100644 --- a/Tf/PatVelo/src/AddPileupToTrack.h +++ b/Tf/PatVelo/src/AddPileupToTrack.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TF_ADDPILEUPTOTRACK_H #define TF_ADDPILEUPTOTRACK_H 1 diff --git a/Tf/PatVelo/src/CircularRangeUtils.h b/Tf/PatVelo/src/CircularRangeUtils.h index 6237444438e..4a65b3153b6 100755 --- a/Tf/PatVelo/src/CircularRangeUtils.h +++ b/Tf/PatVelo/src/CircularRangeUtils.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef INCLUDE_TF_CIRCULARRANGEUTILS_H #define INCLUDE_TF_CIRCULARRANGEUTILS_H 1 diff --git a/Tf/PatVelo/src/FindKilledSensors.cpp b/Tf/PatVelo/src/FindKilledSensors.cpp index 76f343bd207..d938c27cfd1 100644 --- a/Tf/PatVelo/src/FindKilledSensors.cpp +++ b/Tf/PatVelo/src/FindKilledSensors.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include "GaudiKernel/AlgFactory.h" #include "GaudiKernel/IUpdateManagerSvc.h" #include "FindKilledSensors.h" diff --git a/Tf/PatVelo/src/FindKilledSensors.h b/Tf/PatVelo/src/FindKilledSensors.h index 40cc6a257df..6a71606a391 100644 --- a/Tf/PatVelo/src/FindKilledSensors.h +++ b/Tf/PatVelo/src/FindKilledSensors.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef FINDKILLEDSENSORS #define FINDKILLEDSENSORS diff --git a/Tf/PatVelo/src/NewSpaceTrack.cpp b/Tf/PatVelo/src/NewSpaceTrack.cpp index 7cce24be7c2..801f597d9a9 100644 --- a/Tf/PatVelo/src/NewSpaceTrack.cpp +++ b/Tf/PatVelo/src/NewSpaceTrack.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // local diff --git a/Tf/PatVelo/src/NewSpaceTrack.h b/Tf/PatVelo/src/NewSpaceTrack.h index bcd6e4ffbd8..6cefc2e5199 100644 --- a/Tf/PatVelo/src/NewSpaceTrack.h +++ b/Tf/PatVelo/src/NewSpaceTrack.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef NEWSPACETRACK_H #define NEWSPACETRACK_H 1 diff --git a/Tf/PatVelo/src/NewVeloRTracking.cpp b/Tf/PatVelo/src/NewVeloRTracking.cpp index c48a454f484..39933868bec 100644 --- a/Tf/PatVelo/src/NewVeloRTracking.cpp +++ b/Tf/PatVelo/src/NewVeloRTracking.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // local diff --git a/Tf/PatVelo/src/NewVeloRTracking.h b/Tf/PatVelo/src/NewVeloRTracking.h index fccc048cf53..4033b27ab6d 100644 --- a/Tf/PatVelo/src/NewVeloRTracking.h +++ b/Tf/PatVelo/src/NewVeloRTracking.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef NEWVELORTRACKING_H #define NEWVELORTRACKING_H 1 diff --git a/Tf/PatVelo/src/NewVeloSpaceTool.cpp b/Tf/PatVelo/src/NewVeloSpaceTool.cpp index a9fceb7db21..3637b4b8cf7 100644 --- a/Tf/PatVelo/src/NewVeloSpaceTool.cpp +++ b/Tf/PatVelo/src/NewVeloSpaceTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // from Gaudi diff --git a/Tf/PatVelo/src/NewVeloSpaceTool.h b/Tf/PatVelo/src/NewVeloSpaceTool.h index c2e4dc6e5ad..2c58d3c0da8 100644 --- a/Tf/PatVelo/src/NewVeloSpaceTool.h +++ b/Tf/PatVelo/src/NewVeloSpaceTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef NEWVELOSPACETOOL_H #define NEWVELOSPACETOOL_H 1 diff --git a/Tf/PatVelo/src/PatGenericFitter.cpp b/Tf/PatVelo/src/PatGenericFitter.cpp index 9047515ee83..0ae6f9c7eaf 100755 --- a/Tf/PatVelo/src/PatGenericFitter.cpp +++ b/Tf/PatVelo/src/PatGenericFitter.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // from Gaudi diff --git a/Tf/PatVelo/src/PatGenericFitter.h b/Tf/PatVelo/src/PatGenericFitter.h index bcd9203bfcc..0411f9894aa 100755 --- a/Tf/PatVelo/src/PatGenericFitter.h +++ b/Tf/PatVelo/src/PatGenericFitter.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TF_PAT_PATGENERICFITTER_H #define TF_PAT_PATGENERICFITTER_H 1 diff --git a/Tf/PatVelo/src/PatRZTrack.cpp b/Tf/PatVelo/src/PatRZTrack.cpp index a5da9b0f94f..49130d9a270 100755 --- a/Tf/PatVelo/src/PatRZTrack.cpp +++ b/Tf/PatVelo/src/PatRZTrack.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // local diff --git a/Tf/PatVelo/src/PatRZTrack.h b/Tf/PatVelo/src/PatRZTrack.h index 07f8a5871f6..8c214f6e53d 100755 --- a/Tf/PatVelo/src/PatRZTrack.h +++ b/Tf/PatVelo/src/PatRZTrack.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TF_PATRZTRACK_H #define TF_PATRZTRACK_H 1 diff --git a/Tf/PatVelo/src/PatVeloAlignTrackFilter.cpp b/Tf/PatVelo/src/PatVeloAlignTrackFilter.cpp index dbdab62842d..745e55d89ce 100755 --- a/Tf/PatVelo/src/PatVeloAlignTrackFilter.cpp +++ b/Tf/PatVelo/src/PatVeloAlignTrackFilter.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // local diff --git a/Tf/PatVelo/src/PatVeloAlignTrackFilter.h b/Tf/PatVelo/src/PatVeloAlignTrackFilter.h index d01b9c3dd00..7bf403b1bd0 100755 --- a/Tf/PatVelo/src/PatVeloAlignTrackFilter.h +++ b/Tf/PatVelo/src/PatVeloAlignTrackFilter.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TF_PATVELO_PATVELOALIGNTRACKFILTER_H #define TF_PATVELO_PATVELOALIGNTRACKFILTER_H 1 diff --git a/Tf/PatVelo/src/PatVeloFitLHCbIDs.cpp b/Tf/PatVelo/src/PatVeloFitLHCbIDs.cpp index f938f34cf59..c0014081f65 100755 --- a/Tf/PatVelo/src/PatVeloFitLHCbIDs.cpp +++ b/Tf/PatVelo/src/PatVeloFitLHCbIDs.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // non-local classes used diff --git a/Tf/PatVelo/src/PatVeloFitLHCbIDs.h b/Tf/PatVelo/src/PatVeloFitLHCbIDs.h index 642e1c5596b..a5a4558070b 100755 --- a/Tf/PatVelo/src/PatVeloFitLHCbIDs.h +++ b/Tf/PatVelo/src/PatVeloFitLHCbIDs.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TF_PATVELOFITLHCBIDS_H #define TF_PATVELOFITLHCBIDS_H 1 diff --git a/Tf/PatVelo/src/PatVeloGeneralTracking.cpp b/Tf/PatVelo/src/PatVeloGeneralTracking.cpp index 0a1d106d566..f2bb8c7ea88 100755 --- a/Tf/PatVelo/src/PatVeloGeneralTracking.cpp +++ b/Tf/PatVelo/src/PatVeloGeneralTracking.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // from Gaudi diff --git a/Tf/PatVelo/src/PatVeloGeneralTracking.h b/Tf/PatVelo/src/PatVeloGeneralTracking.h index af2e83623fa..d379305955e 100755 --- a/Tf/PatVelo/src/PatVeloGeneralTracking.h +++ b/Tf/PatVelo/src/PatVeloGeneralTracking.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TF_PATVELOGENERALTRACKING_H #define TF_PATVELOGENERALTRACKING_H 1 diff --git a/Tf/PatVelo/src/PatVeloGeneric.cpp b/Tf/PatVelo/src/PatVeloGeneric.cpp index b961e680842..3ceda3ec496 100755 --- a/Tf/PatVelo/src/PatVeloGeneric.cpp +++ b/Tf/PatVelo/src/PatVeloGeneric.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // local diff --git a/Tf/PatVelo/src/PatVeloGeneric.h b/Tf/PatVelo/src/PatVeloGeneric.h index ea71327369a..b184f417aac 100755 --- a/Tf/PatVelo/src/PatVeloGeneric.h +++ b/Tf/PatVelo/src/PatVeloGeneric.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TF_PAT_PATVELOGENERIC_H #define TF_PAT_PATVELOGENERIC_H 1 diff --git a/Tf/PatVelo/src/PatVeloHit.h b/Tf/PatVelo/src/PatVeloHit.h index 42266d72149..936b295dede 100755 --- a/Tf/PatVelo/src/PatVeloHit.h +++ b/Tf/PatVelo/src/PatVeloHit.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef INCLUDE_TF_PATVELOHIT_H #define INCLUDE_TF_PATVELOHIT_H 1 diff --git a/Tf/PatVelo/src/PatVeloLiteClusterPromoter.cpp b/Tf/PatVelo/src/PatVeloLiteClusterPromoter.cpp index 7fc9da4430f..ae944b43987 100755 --- a/Tf/PatVelo/src/PatVeloLiteClusterPromoter.cpp +++ b/Tf/PatVelo/src/PatVeloLiteClusterPromoter.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // local diff --git a/Tf/PatVelo/src/PatVeloLiteClusterPromoter.h b/Tf/PatVelo/src/PatVeloLiteClusterPromoter.h index 548130c5080..d2af835fcea 100755 --- a/Tf/PatVelo/src/PatVeloLiteClusterPromoter.h +++ b/Tf/PatVelo/src/PatVeloLiteClusterPromoter.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TF_PATVELOLITECLUSTERPROMOTER_H #define TF_PATVELOLITECLUSTERPROMOTER_H 1 diff --git a/Tf/PatVelo/src/PatVeloOpenTrack.cpp b/Tf/PatVelo/src/PatVeloOpenTrack.cpp index b25bf639d94..5c872c9d4c0 100755 --- a/Tf/PatVelo/src/PatVeloOpenTrack.cpp +++ b/Tf/PatVelo/src/PatVeloOpenTrack.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files #include "GaudiKernel/PhysicalConstants.h" diff --git a/Tf/PatVelo/src/PatVeloOpenTrack.h b/Tf/PatVelo/src/PatVeloOpenTrack.h index 7ab6e980c5d..58abfd8e65d 100755 --- a/Tf/PatVelo/src/PatVeloOpenTrack.h +++ b/Tf/PatVelo/src/PatVeloOpenTrack.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PATVELOOPENTRACK_H #define PATVELOOPENTRACK_H 1 diff --git a/Tf/PatVelo/src/PatVeloOpenTracking.cpp b/Tf/PatVelo/src/PatVeloOpenTracking.cpp index f64cba7eca0..ea08879bed1 100755 --- a/Tf/PatVelo/src/PatVeloOpenTracking.cpp +++ b/Tf/PatVelo/src/PatVeloOpenTracking.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // from Gaudi diff --git a/Tf/PatVelo/src/PatVeloOpenTracking.h b/Tf/PatVelo/src/PatVeloOpenTracking.h index 6832f424005..b32b7030e06 100755 --- a/Tf/PatVelo/src/PatVeloOpenTracking.h +++ b/Tf/PatVelo/src/PatVeloOpenTracking.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PATVELOOPENTRACKING_H #define PATVELOOPENTRACKING_H 1 diff --git a/Tf/PatVelo/src/PatVeloPhiHitManager.cpp b/Tf/PatVelo/src/PatVeloPhiHitManager.cpp index 6ac131427cd..8f2e58ea125 100755 --- a/Tf/PatVelo/src/PatVeloPhiHitManager.cpp +++ b/Tf/PatVelo/src/PatVeloPhiHitManager.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include "GaudiKernel/IRegistry.h" #include "GaudiKernel/IIncidentSvc.h" diff --git a/Tf/PatVelo/src/PatVeloPhiHitManager.h b/Tf/PatVelo/src/PatVeloPhiHitManager.h index acdb576c00d..512305f98bf 100755 --- a/Tf/PatVelo/src/PatVeloPhiHitManager.h +++ b/Tf/PatVelo/src/PatVeloPhiHitManager.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef INCLUDE_TF_PATVELOPHIHITMANAGER_H #define INCLUDE_TF_PATVELOPHIHITMANAGER_H 1 diff --git a/Tf/PatVelo/src/PatVeloPhiList.cpp b/Tf/PatVelo/src/PatVeloPhiList.cpp index 0fb03e25152..1c89eb1d30e 100755 --- a/Tf/PatVelo/src/PatVeloPhiList.cpp +++ b/Tf/PatVelo/src/PatVeloPhiList.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // local diff --git a/Tf/PatVelo/src/PatVeloPhiList.h b/Tf/PatVelo/src/PatVeloPhiList.h index ff7d0fc7c93..16ff0ab5600 100755 --- a/Tf/PatVelo/src/PatVeloPhiList.h +++ b/Tf/PatVelo/src/PatVeloPhiList.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TF_PATVELOPHILIST_H #define TF_PATVELOPHILIST_H 1 diff --git a/Tf/PatVelo/src/PatVeloRHitManager.cpp b/Tf/PatVelo/src/PatVeloRHitManager.cpp index a88ded47eff..7063d1ebb9a 100755 --- a/Tf/PatVelo/src/PatVeloRHitManager.cpp +++ b/Tf/PatVelo/src/PatVeloRHitManager.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include "PatVeloRHitManager.h" #include "Event/ODIN.h" diff --git a/Tf/PatVelo/src/PatVeloRHitManager.h b/Tf/PatVelo/src/PatVeloRHitManager.h index d6c5263d58d..6af61675532 100755 --- a/Tf/PatVelo/src/PatVeloRHitManager.h +++ b/Tf/PatVelo/src/PatVeloRHitManager.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef INCLUDE_TF_PATVELORHITMANAGER_H #define INCLUDE_TF_PATVELORHITMANAGER_H 1 diff --git a/Tf/PatVelo/src/PatVeloRTracking.cpp b/Tf/PatVelo/src/PatVeloRTracking.cpp index f5fe7e5f01f..cce6974aa58 100755 --- a/Tf/PatVelo/src/PatVeloRTracking.cpp +++ b/Tf/PatVelo/src/PatVeloRTracking.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // from Gaudi diff --git a/Tf/PatVelo/src/PatVeloRTracking.h b/Tf/PatVelo/src/PatVeloRTracking.h index 340a146a518..d00025511e7 100755 --- a/Tf/PatVelo/src/PatVeloRTracking.h +++ b/Tf/PatVelo/src/PatVeloRTracking.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TF_PATVELORTRACKING_H #define TF_PATVELORTRACKING_H 1 diff --git a/Tf/PatVelo/src/PatVeloResetClusterUsed.cpp b/Tf/PatVelo/src/PatVeloResetClusterUsed.cpp index 439e466e771..69c07c85194 100755 --- a/Tf/PatVelo/src/PatVeloResetClusterUsed.cpp +++ b/Tf/PatVelo/src/PatVeloResetClusterUsed.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // local diff --git a/Tf/PatVelo/src/PatVeloResetClusterUsed.h b/Tf/PatVelo/src/PatVeloResetClusterUsed.h index a56d1e2914a..f14f73ca7e6 100755 --- a/Tf/PatVelo/src/PatVeloResetClusterUsed.h +++ b/Tf/PatVelo/src/PatVeloResetClusterUsed.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TF_PATVELORESETCLUSTERUSED_H #define TF_PATVELORESETCLUSTERUSED_H 1 diff --git a/Tf/PatVelo/src/PatVeloSpaceTool.cpp b/Tf/PatVelo/src/PatVeloSpaceTool.cpp index acda0643215..d43c86db46f 100755 --- a/Tf/PatVelo/src/PatVeloSpaceTool.cpp +++ b/Tf/PatVelo/src/PatVeloSpaceTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // non-local classes used diff --git a/Tf/PatVelo/src/PatVeloSpaceTool.h b/Tf/PatVelo/src/PatVeloSpaceTool.h index 5c380f50bda..ede24ad3d6a 100755 --- a/Tf/PatVelo/src/PatVeloSpaceTool.h +++ b/Tf/PatVelo/src/PatVeloSpaceTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TF_PATVELOSPACETOOL_H #define TF_PATVELOSPACETOOL_H 1 diff --git a/Tf/PatVelo/src/PatVeloSpaceTrack.cpp b/Tf/PatVelo/src/PatVeloSpaceTrack.cpp index 73a660c5899..7470f422049 100755 --- a/Tf/PatVelo/src/PatVeloSpaceTrack.cpp +++ b/Tf/PatVelo/src/PatVeloSpaceTrack.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // local diff --git a/Tf/PatVelo/src/PatVeloSpaceTrack.h b/Tf/PatVelo/src/PatVeloSpaceTrack.h index 086b7ab41ab..82446035553 100755 --- a/Tf/PatVelo/src/PatVeloSpaceTrack.h +++ b/Tf/PatVelo/src/PatVeloSpaceTrack.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TF_PATVELOSPACETRACK_H #define TF_PATVELOSPACETRACK_H 1 diff --git a/Tf/PatVelo/src/PatVeloSpaceTracking.cpp b/Tf/PatVelo/src/PatVeloSpaceTracking.cpp index 21a3ed22535..96f94753d29 100755 --- a/Tf/PatVelo/src/PatVeloSpaceTracking.cpp +++ b/Tf/PatVelo/src/PatVeloSpaceTracking.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // local #include "PatVeloSpaceTracking.h" diff --git a/Tf/PatVelo/src/PatVeloSpaceTracking.h b/Tf/PatVelo/src/PatVeloSpaceTracking.h index ec793843541..3e47621b4b0 100755 --- a/Tf/PatVelo/src/PatVeloSpaceTracking.h +++ b/Tf/PatVelo/src/PatVeloSpaceTracking.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TF_PATVELOSPACETRACKING_H #define TF_PATVELOSPACETRACKING_H 1 diff --git a/Tf/PatVelo/src/PatVeloTrackTool.cpp b/Tf/PatVelo/src/PatVeloTrackTool.cpp index 5a11667628a..2fdd8c26cd3 100755 --- a/Tf/PatVelo/src/PatVeloTrackTool.cpp +++ b/Tf/PatVelo/src/PatVeloTrackTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // local diff --git a/Tf/PatVelo/src/PatVeloTrackTool.h b/Tf/PatVelo/src/PatVeloTrackTool.h index 127b277e1e9..4c7a206cafc 100755 --- a/Tf/PatVelo/src/PatVeloTrackTool.h +++ b/Tf/PatVelo/src/PatVeloTrackTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TF_PATVELOTRACKTOOL_H #define TF_PATVELOTRACKTOOL_H 1 diff --git a/Tf/PatVelo/src/PatVeloTraversingTracking.cpp b/Tf/PatVelo/src/PatVeloTraversingTracking.cpp index e40d04e3b9d..f08c222df7a 100644 --- a/Tf/PatVelo/src/PatVeloTraversingTracking.cpp +++ b/Tf/PatVelo/src/PatVeloTraversingTracking.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files #include "PatVeloTraversingTracking.h" namespace Tf { diff --git a/Tf/PatVelo/src/PatVeloTraversingTracking.h b/Tf/PatVelo/src/PatVeloTraversingTracking.h index d46b117a1ef..2e965a532c3 100644 --- a/Tf/PatVelo/src/PatVeloTraversingTracking.h +++ b/Tf/PatVelo/src/PatVeloTraversingTracking.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TF_PATVELOTRAVERSINGTRACKING_H #define TF_PATVELOTRAVERSINGTRACKING_H 1 diff --git a/Tf/PatVelo/src/VeloUpdateHighThreshold.cpp b/Tf/PatVelo/src/VeloUpdateHighThreshold.cpp index e59cff5bf78..923faa7b2f4 100644 --- a/Tf/PatVelo/src/VeloUpdateHighThreshold.cpp +++ b/Tf/PatVelo/src/VeloUpdateHighThreshold.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // from Gaudi diff --git a/Tf/PatVelo/src/VeloUpdateHighThreshold.h b/Tf/PatVelo/src/VeloUpdateHighThreshold.h index c7d8246721c..aed39ffc79a 100644 --- a/Tf/PatVelo/src/VeloUpdateHighThreshold.h +++ b/Tf/PatVelo/src/VeloUpdateHighThreshold.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef VELOUPDATEHIGHTHRESHOLD_H #define VELOUPDATEHIGHTHRESHOLD_H 1 diff --git a/Tf/PatVeloTT/CMakeLists.txt b/Tf/PatVeloTT/CMakeLists.txt index a8586ac7b2d..bb73600ce17 100644 --- a/Tf/PatVeloTT/CMakeLists.txt +++ b/Tf/PatVeloTT/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ################################################################################ # Package: PatVeloTT ################################################################################ diff --git a/Tf/PatVeloTT/python/PatVeloTT/PatVeloTTAlgConf.py b/Tf/PatVeloTT/python/PatVeloTT/PatVeloTTAlgConf.py index 269aa52193c..726e171f870 100755 --- a/Tf/PatVeloTT/python/PatVeloTT/PatVeloTTAlgConf.py +++ b/Tf/PatVeloTT/python/PatVeloTT/PatVeloTTAlgConf.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### from TrackSys.Configuration import * from TrackFitter.ConfiguredFitters import * diff --git a/Tf/PatVeloTT/src/PatTTMagnetTool.cpp b/Tf/PatVeloTT/src/PatTTMagnetTool.cpp index 87d55a1a7df..5a57a3301f9 100644 --- a/Tf/PatVeloTT/src/PatTTMagnetTool.cpp +++ b/Tf/PatVeloTT/src/PatTTMagnetTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // from Gaudi diff --git a/Tf/PatVeloTT/src/PatTTMagnetTool.h b/Tf/PatVeloTT/src/PatTTMagnetTool.h index 2200ec25f5d..ef9c06ebec2 100644 --- a/Tf/PatVeloTT/src/PatTTMagnetTool.h +++ b/Tf/PatVeloTT/src/PatTTMagnetTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PATTTMAGNETTOOL_H #define PATTTMAGNETTOOL_H 1 diff --git a/Tf/PatVeloTT/src/PatTableForFunction.cpp b/Tf/PatVeloTT/src/PatTableForFunction.cpp index 5f5abf24ba5..f10d0c39f85 100644 --- a/Tf/PatVeloTT/src/PatTableForFunction.cpp +++ b/Tf/PatVeloTT/src/PatTableForFunction.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // local diff --git a/Tf/PatVeloTT/src/PatTableForFunction.h b/Tf/PatVeloTT/src/PatTableForFunction.h index 04303653cb4..48501a3b7e5 100644 --- a/Tf/PatVeloTT/src/PatTableForFunction.h +++ b/Tf/PatVeloTT/src/PatTableForFunction.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PATTABLEFORFUNCTION_H #define PATTABLEFORFUNCTION_H 1 diff --git a/Tf/PatVeloTT/src/PatVTTTrack.h b/Tf/PatVeloTT/src/PatVTTTrack.h index 9ee8ab279bc..0f662b03000 100644 --- a/Tf/PatVeloTT/src/PatVTTTrack.h +++ b/Tf/PatVeloTT/src/PatVTTTrack.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PATVTTTRACK_H #define PATVTTTRACK_H 1 diff --git a/Tf/PatVeloTT/src/PatVeloTT.cpp b/Tf/PatVeloTT/src/PatVeloTT.cpp index 0da1e38de1d..9b76cd64e18 100644 --- a/Tf/PatVeloTT/src/PatVeloTT.cpp +++ b/Tf/PatVeloTT/src/PatVeloTT.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files #include "PatVeloTTTool.h" diff --git a/Tf/PatVeloTT/src/PatVeloTT.h b/Tf/PatVeloTT/src/PatVeloTT.h index dd38232fd28..1b8c002827e 100644 --- a/Tf/PatVeloTT/src/PatVeloTT.h +++ b/Tf/PatVeloTT/src/PatVeloTT.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PATVELOTT_H #define PATVELOTT_H 1 diff --git a/Tf/PatVeloTT/src/PatVeloTTFit.cpp b/Tf/PatVeloTT/src/PatVeloTTFit.cpp index df52dabaf03..f77a6cf19d4 100644 --- a/Tf/PatVeloTT/src/PatVeloTTFit.cpp +++ b/Tf/PatVeloTT/src/PatVeloTTFit.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include "STDet/DeSTDetector.h" #include "PatVeloTTFit.h" diff --git a/Tf/PatVeloTT/src/PatVeloTTFit.h b/Tf/PatVeloTT/src/PatVeloTTFit.h index c188b810e44..f813047a743 100644 --- a/Tf/PatVeloTT/src/PatVeloTTFit.h +++ b/Tf/PatVeloTT/src/PatVeloTTFit.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef INCLUDE_PATVELOTTFIT_H #define INCLUDE_PATVELOTTFIT_H 1 diff --git a/Tf/PatVeloTT/src/PatVeloTTHybrid.cpp b/Tf/PatVeloTT/src/PatVeloTTHybrid.cpp index 1d45b8bc7e4..ed1e9a7fbdc 100644 --- a/Tf/PatVeloTT/src/PatVeloTTHybrid.cpp +++ b/Tf/PatVeloTT/src/PatVeloTTHybrid.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // local diff --git a/Tf/PatVeloTT/src/PatVeloTTHybrid.h b/Tf/PatVeloTT/src/PatVeloTTHybrid.h index 228bbea9fce..8bf45e99cd7 100644 --- a/Tf/PatVeloTT/src/PatVeloTTHybrid.h +++ b/Tf/PatVeloTT/src/PatVeloTTHybrid.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PATVELOTTHYBRID_H #define PATVELOTTHYBRID_H 1 diff --git a/Tf/PatVeloTT/src/PatVeloTTHybridFit.cpp b/Tf/PatVeloTT/src/PatVeloTTHybridFit.cpp index 077a99cddf4..dfa194fa06f 100644 --- a/Tf/PatVeloTT/src/PatVeloTTHybridFit.cpp +++ b/Tf/PatVeloTT/src/PatVeloTTHybridFit.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include "STDet/DeSTDetector.h" #include "PatVeloTTHybridFit.h" #include "TfKernel/RecoFuncs.h" diff --git a/Tf/PatVeloTT/src/PatVeloTTHybridFit.h b/Tf/PatVeloTT/src/PatVeloTTHybridFit.h index d75e77f0068..c696d7d27a9 100644 --- a/Tf/PatVeloTT/src/PatVeloTTHybridFit.h +++ b/Tf/PatVeloTT/src/PatVeloTTHybridFit.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef INCLUDE_PATVELOTTHYBRIDFIT_H #define INCLUDE_PATVELOTTHYBRIDFIT_H 1 diff --git a/Tf/PatVeloTT/src/PatVeloTTHybridTool.cpp b/Tf/PatVeloTT/src/PatVeloTTHybridTool.cpp index 4a16d833237..eba93b9251a 100644 --- a/Tf/PatVeloTT/src/PatVeloTTHybridTool.cpp +++ b/Tf/PatVeloTT/src/PatVeloTTHybridTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // from Gaudi diff --git a/Tf/PatVeloTT/src/PatVeloTTHybridTool.h b/Tf/PatVeloTT/src/PatVeloTTHybridTool.h index 3c843bccecd..f9495d7fb11 100644 --- a/Tf/PatVeloTT/src/PatVeloTTHybridTool.h +++ b/Tf/PatVeloTT/src/PatVeloTTHybridTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PATVELOTTHYBRIDTOOL_H #define PATVELOTTHYBRIDTOOL_H 1 diff --git a/Tf/PatVeloTT/src/PatVeloTTTool.cpp b/Tf/PatVeloTT/src/PatVeloTTTool.cpp index 0cf36a18d4a..572d7e8dcc6 100644 --- a/Tf/PatVeloTT/src/PatVeloTTTool.cpp +++ b/Tf/PatVeloTT/src/PatVeloTTTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files #include "TfKernel/RecoFuncs.h" diff --git a/Tf/PatVeloTT/src/PatVeloTTTool.h b/Tf/PatVeloTT/src/PatVeloTTTool.h index f20cff4ad6b..f8f258e1e20 100644 --- a/Tf/PatVeloTT/src/PatVeloTTTool.h +++ b/Tf/PatVeloTT/src/PatVeloTTTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PATVELOTTTOOL_H #define PATVELOTTTOOL_H 1 diff --git a/Tf/TfKernel/CMakeLists.txt b/Tf/TfKernel/CMakeLists.txt index 2eb5b51d6e1..ae4d7067635 100644 --- a/Tf/TfKernel/CMakeLists.txt +++ b/Tf/TfKernel/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ################################################################################ # Package: TfKernel ################################################################################ diff --git a/Tf/TfKernel/TfKernel/DefaultVeloHitManager.h b/Tf/TfKernel/TfKernel/DefaultVeloHitManager.h index 975b78dad2a..5264e0ce3ac 100644 --- a/Tf/TfKernel/TfKernel/DefaultVeloHitManager.h +++ b/Tf/TfKernel/TfKernel/DefaultVeloHitManager.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef INCLUDE_TF_DEFAULTVELOHITMANAGER_H #define INCLUDE_TF_DEFAULTVELOHITMANAGER_H 1 diff --git a/Tf/TfKernel/TfKernel/DefaultVeloPhiHitManager.h b/Tf/TfKernel/TfKernel/DefaultVeloPhiHitManager.h index 84b7e6699fe..a2e704a1dc4 100644 --- a/Tf/TfKernel/TfKernel/DefaultVeloPhiHitManager.h +++ b/Tf/TfKernel/TfKernel/DefaultVeloPhiHitManager.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef INCLUDE_TF_DEFAULTVELOPHIHITMANAGER_H #define INCLUDE_TF_DEFAULTVELOPHIHITMANAGER_H 1 diff --git a/Tf/TfKernel/TfKernel/DefaultVeloRHitManager.h b/Tf/TfKernel/TfKernel/DefaultVeloRHitManager.h index 6d27e28f63e..c82df19aeb4 100644 --- a/Tf/TfKernel/TfKernel/DefaultVeloRHitManager.h +++ b/Tf/TfKernel/TfKernel/DefaultVeloRHitManager.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef INCLUDE_TF_DEFAULTVELORHITMANAGER_H #define INCLUDE_TF_DEFAULTVELORHITMANAGER_H 1 diff --git a/Tf/TfKernel/TfKernel/ExtendedVeloPhiHitManager.h b/Tf/TfKernel/TfKernel/ExtendedVeloPhiHitManager.h index 93c8d15480f..39412bb02b4 100644 --- a/Tf/TfKernel/TfKernel/ExtendedVeloPhiHitManager.h +++ b/Tf/TfKernel/TfKernel/ExtendedVeloPhiHitManager.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef INCLUDE_EXTENDENDVELOPHIHITMANAGER_H #define INCLUDE_EXTENDENDVELOPHIHITMANAGER_H 1 diff --git a/Tf/TfKernel/TfKernel/ExtendedVeloRHitManager.h b/Tf/TfKernel/TfKernel/ExtendedVeloRHitManager.h index adb2729f42f..237868c4c99 100644 --- a/Tf/TfKernel/TfKernel/ExtendedVeloRHitManager.h +++ b/Tf/TfKernel/TfKernel/ExtendedVeloRHitManager.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef INCLUDE_EXTENDENDVELORHITMANAGER_H #define INCLUDE_EXTENDENDVELORHITMANAGER_H 1 diff --git a/Tf/TfKernel/TfKernel/HitBase.h b/Tf/TfKernel/TfKernel/HitBase.h index d861db910a8..a1664873dcf 100644 --- a/Tf/TfKernel/TfKernel/HitBase.h +++ b/Tf/TfKernel/TfKernel/HitBase.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file HitBase.h * diff --git a/Tf/TfKernel/TfKernel/HitExtension.h b/Tf/TfKernel/TfKernel/HitExtension.h index 53b5510fdec..63eec056136 100644 --- a/Tf/TfKernel/TfKernel/HitExtension.h +++ b/Tf/TfKernel/TfKernel/HitExtension.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file HitExtension.h * diff --git a/Tf/TfKernel/TfKernel/IITHitCreator.h b/Tf/TfKernel/TfKernel/IITHitCreator.h index 6776efc7a86..c30fc0fd83e 100644 --- a/Tf/TfKernel/TfKernel/IITHitCreator.h +++ b/Tf/TfKernel/TfKernel/IITHitCreator.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file IITHitCreator.h * diff --git a/Tf/TfKernel/TfKernel/IOTHitCleaner.h b/Tf/TfKernel/TfKernel/IOTHitCleaner.h index c077f559fb9..84e0803dbf5 100644 --- a/Tf/TfKernel/TfKernel/IOTHitCleaner.h +++ b/Tf/TfKernel/TfKernel/IOTHitCleaner.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TFTOOLS_IOTHITCLEANER_H #define TFTOOLS_IOTHITCLEANER_H 1 diff --git a/Tf/TfKernel/TfKernel/IOTHitCreator.h b/Tf/TfKernel/TfKernel/IOTHitCreator.h index 3a385d9e537..4ec3aeff335 100644 --- a/Tf/TfKernel/TfKernel/IOTHitCreator.h +++ b/Tf/TfKernel/TfKernel/IOTHitCreator.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file IOTHitCreator.h * diff --git a/Tf/TfKernel/TfKernel/ISTHitCleaner.h b/Tf/TfKernel/TfKernel/ISTHitCleaner.h index 2fd87420dcc..e56b3575e00 100644 --- a/Tf/TfKernel/TfKernel/ISTHitCleaner.h +++ b/Tf/TfKernel/TfKernel/ISTHitCleaner.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TFTOOLS_ISTHITCLEANER_H #define TFTOOLS_ISTHITCLEANER_H 1 diff --git a/Tf/TfKernel/TfKernel/ITTHitCreator.h b/Tf/TfKernel/TfKernel/ITTHitCreator.h index 4c75fc0a255..6919adc4528 100644 --- a/Tf/TfKernel/TfKernel/ITTHitCreator.h +++ b/Tf/TfKernel/TfKernel/ITTHitCreator.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file ITTHitCreator.h diff --git a/Tf/TfKernel/TfKernel/IUTHitCreator.h b/Tf/TfKernel/TfKernel/IUTHitCreator.h index 7c4c25b8ff9..138b2c57c6a 100644 --- a/Tf/TfKernel/TfKernel/IUTHitCreator.h +++ b/Tf/TfKernel/TfKernel/IUTHitCreator.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file IUTHitCreator.h diff --git a/Tf/TfKernel/TfKernel/IndexedBitArray.h b/Tf/TfKernel/TfKernel/IndexedBitArray.h index cffbdebf394..864e3d17ae4 100644 --- a/Tf/TfKernel/TfKernel/IndexedBitArray.h +++ b/Tf/TfKernel/TfKernel/IndexedBitArray.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef INDEXEDBITARRAY_H #define INDEXEDBITARRAY_H 1 #include <limits> diff --git a/Tf/TfKernel/TfKernel/IndexedHitContainer.h b/Tf/TfKernel/TfKernel/IndexedHitContainer.h index 117a1a557b6..dda56808765 100644 --- a/Tf/TfKernel/TfKernel/IndexedHitContainer.h +++ b/Tf/TfKernel/TfKernel/IndexedHitContainer.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef INDEXEDHITCONTAINER_H #define INDEXEDHITCONTAINER_H 1 diff --git a/Tf/TfKernel/TfKernel/LineHit.h b/Tf/TfKernel/TfKernel/LineHit.h index ff8dffc6eb7..c938f25bd8f 100644 --- a/Tf/TfKernel/TfKernel/LineHit.h +++ b/Tf/TfKernel/TfKernel/LineHit.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file LineHit.h * diff --git a/Tf/TfKernel/TfKernel/OTHit.h b/Tf/TfKernel/TfKernel/OTHit.h index 44bf59378c2..a514c94fc8b 100644 --- a/Tf/TfKernel/TfKernel/OTHit.h +++ b/Tf/TfKernel/TfKernel/OTHit.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file OTHit.h * diff --git a/Tf/TfKernel/TfKernel/RecoFuncs.h b/Tf/TfKernel/TfKernel/RecoFuncs.h index 593a55de31a..916eb5b8aed 100644 --- a/Tf/TfKernel/TfKernel/RecoFuncs.h +++ b/Tf/TfKernel/TfKernel/RecoFuncs.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TFKERNEL_RECOFUNCS_H #define TFKERNEL_RECOFUNCS_H 1 diff --git a/Tf/TfKernel/TfKernel/Region.h b/Tf/TfKernel/TfKernel/Region.h index 91869695a33..1fd165b376f 100644 --- a/Tf/TfKernel/TfKernel/Region.h +++ b/Tf/TfKernel/TfKernel/Region.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file Region.h diff --git a/Tf/TfKernel/TfKernel/RegionID.h b/Tf/TfKernel/TfKernel/RegionID.h index fcf2760dabb..0e9edc43cb7 100644 --- a/Tf/TfKernel/TfKernel/RegionID.h +++ b/Tf/TfKernel/TfKernel/RegionID.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file RegionID.h * diff --git a/Tf/TfKernel/TfKernel/SIMDChi2Fit.h b/Tf/TfKernel/TfKernel/SIMDChi2Fit.h index 73c0bb6e336..f150521be25 100644 --- a/Tf/TfKernel/TfKernel/SIMDChi2Fit.h +++ b/Tf/TfKernel/TfKernel/SIMDChi2Fit.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ /** @file SIMDChi2Fit.h * * @author Manuel Schiller <manuel.schiller@nikhef.nl> diff --git a/Tf/TfKernel/TfKernel/STHit.h b/Tf/TfKernel/TfKernel/STHit.h index 39a9c4b1271..df76b59b771 100644 --- a/Tf/TfKernel/TfKernel/STHit.h +++ b/Tf/TfKernel/TfKernel/STHit.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file STHit.h * diff --git a/Tf/TfKernel/TfKernel/TStationHitManager.h b/Tf/TfKernel/TfKernel/TStationHitManager.h index be4393ee55b..62e9baf6868 100644 --- a/Tf/TfKernel/TfKernel/TStationHitManager.h +++ b/Tf/TfKernel/TfKernel/TStationHitManager.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file TStationHitManager.h * diff --git a/Tf/TfKernel/TfKernel/TTStationHitManager.h b/Tf/TfKernel/TfKernel/TTStationHitManager.h index bdc3858cb75..ed7c2c938e3 100644 --- a/Tf/TfKernel/TfKernel/TTStationHitManager.h +++ b/Tf/TfKernel/TfKernel/TTStationHitManager.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file TTStationHitManager.h * diff --git a/Tf/TfKernel/TfKernel/TfIDTypes.h b/Tf/TfKernel/TfKernel/TfIDTypes.h index d2813c6227a..2463a1cc2a7 100644 --- a/Tf/TfKernel/TfKernel/TfIDTypes.h +++ b/Tf/TfKernel/TfKernel/TfIDTypes.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TFKERNEL_TFIDTYPES_H #define TFKERNEL_TFIDTYPES_H 1 diff --git a/Tf/TfKernel/TfKernel/TfNamespaces.h b/Tf/TfKernel/TfKernel/TfNamespaces.h index d581ba8da40..8048a367e95 100644 --- a/Tf/TfKernel/TfKernel/TfNamespaces.h +++ b/Tf/TfKernel/TfKernel/TfNamespaces.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // This file does nothing other than provide doxygen with a comment for the // Tf namespaces diff --git a/Tf/TfKernel/TfKernel/UTStationHitManager.h b/Tf/TfKernel/TfKernel/UTStationHitManager.h index f0652587743..97fe068b446 100644 --- a/Tf/TfKernel/TfKernel/UTStationHitManager.h +++ b/Tf/TfKernel/TfKernel/UTStationHitManager.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file UTStationHitManager.h * diff --git a/Tf/TfKernel/TfKernel/VeloHit.h b/Tf/TfKernel/TfKernel/VeloHit.h index 3574b39fe53..2a40d90a216 100644 --- a/Tf/TfKernel/TfKernel/VeloHit.h +++ b/Tf/TfKernel/TfKernel/VeloHit.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef INCLUDE_TF_VELOHIT_H #define INCLUDE_TF_VELOHIT_H 1 diff --git a/Tf/TfKernel/TfKernel/VeloHitExtension.h b/Tf/TfKernel/TfKernel/VeloHitExtension.h index c896cda8101..e66c918b04d 100644 --- a/Tf/TfKernel/TfKernel/VeloHitExtension.h +++ b/Tf/TfKernel/TfKernel/VeloHitExtension.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef INCLUDE_TF_VELOHITEXTENSION_H #define INCLUDE_TF_VELOHITEXTENSION_H 1 diff --git a/Tf/TfKernel/TfKernel/VeloHitManager.h b/Tf/TfKernel/TfKernel/VeloHitManager.h index c48743ce33b..cfe1399b14f 100644 --- a/Tf/TfKernel/TfKernel/VeloHitManager.h +++ b/Tf/TfKernel/TfKernel/VeloHitManager.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef INCLUDE_TF_VELOHITMANAGER_H #define INCLUDE_TF_VELOHITMANAGER_H 1 diff --git a/Tf/TfKernel/TfKernel/VeloPhiHit.h b/Tf/TfKernel/TfKernel/VeloPhiHit.h index 0ecc562fe4e..9362d260d0c 100644 --- a/Tf/TfKernel/TfKernel/VeloPhiHit.h +++ b/Tf/TfKernel/TfKernel/VeloPhiHit.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef INCLUDE_VELOPHIHIT_H #define INCLUDE_VELOPHIHIT_H 1 diff --git a/Tf/TfKernel/TfKernel/VeloRHit.h b/Tf/TfKernel/TfKernel/VeloRHit.h index 99579cd4a88..967f92aa0de 100644 --- a/Tf/TfKernel/TfKernel/VeloRHit.h +++ b/Tf/TfKernel/TfKernel/VeloRHit.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef INCLUDE_TF_VELORHIT_H #define INCLUDE_TF_VELORHIT_H 1 diff --git a/Tf/TfKernel/TfKernel/VeloSensorHits.h b/Tf/TfKernel/TfKernel/VeloSensorHits.h index dd612653af7..1e57b51eba7 100644 --- a/Tf/TfKernel/TfKernel/VeloSensorHits.h +++ b/Tf/TfKernel/TfKernel/VeloSensorHits.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef INCLUDE_TF_VELOSENSORHITS_H #define INCLUDE_TF_VELOSENSORHITS_H 1 diff --git a/Tf/TfKernel/dict/TfKernelDict.h b/Tf/TfKernel/dict/TfKernelDict.h index b42f5bda16b..878f4e8ff51 100644 --- a/Tf/TfKernel/dict/TfKernelDict.h +++ b/Tf/TfKernel/dict/TfKernelDict.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef DICT_TFKERNELDICT_H #define DICT_TFKERNELDICT_H 1 diff --git a/Tf/TfKernel/dict/TfKernelDict.xml b/Tf/TfKernel/dict/TfKernelDict.xml index 0957c294a41..bf4a9299f6f 100644 --- a/Tf/TfKernel/dict/TfKernelDict.xml +++ b/Tf/TfKernel/dict/TfKernelDict.xml @@ -1,3 +1,13 @@ +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <lcgdict> <class name = "Tf::TStationID" /> diff --git a/Tf/TfTools/CMakeLists.txt b/Tf/TfTools/CMakeLists.txt index d48c0ac5622..4bcd1b00733 100644 --- a/Tf/TfTools/CMakeLists.txt +++ b/Tf/TfTools/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ################################################################################ # Package: TfTools ################################################################################ diff --git a/Tf/TfTools/src/component/DefaultVeloPhiHitManager.cpp b/Tf/TfTools/src/component/DefaultVeloPhiHitManager.cpp index 9de4bf1cd1a..cad28dda399 100644 --- a/Tf/TfTools/src/component/DefaultVeloPhiHitManager.cpp +++ b/Tf/TfTools/src/component/DefaultVeloPhiHitManager.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include "GaudiKernel/IRegistry.h" #include "GaudiKernel/IIncidentSvc.h" diff --git a/Tf/TfTools/src/component/DefaultVeloRHitManager.cpp b/Tf/TfTools/src/component/DefaultVeloRHitManager.cpp index cbe96f1c70c..3ded4637050 100644 --- a/Tf/TfTools/src/component/DefaultVeloRHitManager.cpp +++ b/Tf/TfTools/src/component/DefaultVeloRHitManager.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include "GaudiKernel/IRegistry.h" #include "GaudiKernel/IIncidentSvc.h" diff --git a/Tf/TfTools/src/component/FlagHitsForPatternReco.cpp b/Tf/TfTools/src/component/FlagHitsForPatternReco.cpp index 7bd85c50889..69f7c008359 100644 --- a/Tf/TfTools/src/component/FlagHitsForPatternReco.cpp +++ b/Tf/TfTools/src/component/FlagHitsForPatternReco.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Gaudi #include "FlagHitsForPatternReco.h" diff --git a/Tf/TfTools/src/component/FlagHitsForPatternReco.h b/Tf/TfTools/src/component/FlagHitsForPatternReco.h index b9d41ba50d5..9c18f45854f 100644 --- a/Tf/TfTools/src/component/FlagHitsForPatternReco.h +++ b/Tf/TfTools/src/component/FlagHitsForPatternReco.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef _FlagHitsForPatternReco_H_ #define _FlagHitsForPatternReco_H_ diff --git a/Tf/TfTools/src/component/HitCreatorGeom.h b/Tf/TfTools/src/component/HitCreatorGeom.h index 4b7315312a4..99cefbd1b55 100644 --- a/Tf/TfTools/src/component/HitCreatorGeom.h +++ b/Tf/TfTools/src/component/HitCreatorGeom.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TF_HITCREATORGEOM_H #define TF_HITCREATORGEOM_H diff --git a/Tf/TfTools/src/component/HitManagersTestAlg.cpp b/Tf/TfTools/src/component/HitManagersTestAlg.cpp index 3918ae010ef..f03c2321056 100644 --- a/Tf/TfTools/src/component/HitManagersTestAlg.cpp +++ b/Tf/TfTools/src/component/HitManagersTestAlg.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // local diff --git a/Tf/TfTools/src/component/HitManagersTestAlg.h b/Tf/TfTools/src/component/HitManagersTestAlg.h index 6b3b82ececc..3f35dd6dbdc 100644 --- a/Tf/TfTools/src/component/HitManagersTestAlg.h +++ b/Tf/TfTools/src/component/HitManagersTestAlg.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef COMPONENT_HITMANAGERSTESTALG_H #define COMPONENT_HITMANAGERSTESTALG_H 1 diff --git a/Tf/TfTools/src/component/OTHitCleaner.cpp b/Tf/TfTools/src/component/OTHitCleaner.cpp index d49c66c6fab..10d43a7d8b3 100644 --- a/Tf/TfTools/src/component/OTHitCleaner.cpp +++ b/Tf/TfTools/src/component/OTHitCleaner.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files #include "boost/dynamic_bitset.hpp" diff --git a/Tf/TfTools/src/component/OTHitCleaner.h b/Tf/TfTools/src/component/OTHitCleaner.h index e92b038b0a1..b7a9132f03b 100644 --- a/Tf/TfTools/src/component/OTHitCleaner.h +++ b/Tf/TfTools/src/component/OTHitCleaner.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file OTHitCleaner.h * diff --git a/Tf/TfTools/src/component/OTHitCreator.cpp b/Tf/TfTools/src/component/OTHitCreator.cpp index aced9f3944e..a0ab5602f3d 100644 --- a/Tf/TfTools/src/component/OTHitCreator.cpp +++ b/Tf/TfTools/src/component/OTHitCreator.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // GaudiKernel #include "GaudiKernel/IIncidentSvc.h" #include "GaudiKernel/SystemOfUnits.h" diff --git a/Tf/TfTools/src/component/OTHitCreator.h b/Tf/TfTools/src/component/OTHitCreator.h index 187ee264d12..a1829edf470 100644 --- a/Tf/TfTools/src/component/OTHitCreator.h +++ b/Tf/TfTools/src/component/OTHitCreator.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file OTHitCreator.h * diff --git a/Tf/TfTools/src/component/PatTStationHitManager.cpp b/Tf/TfTools/src/component/PatTStationHitManager.cpp index bd894bc28be..be9aef0a0dd 100644 --- a/Tf/TfTools/src/component/PatTStationHitManager.cpp +++ b/Tf/TfTools/src/component/PatTStationHitManager.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //From TfKernel #include "TfKernel/OTHit.h" #include "TfKernel/RecoFuncs.h" diff --git a/Tf/TfTools/src/component/ResetHits.cpp b/Tf/TfTools/src/component/ResetHits.cpp index ea7c208067f..3f0daaf0ef1 100644 --- a/Tf/TfTools/src/component/ResetHits.cpp +++ b/Tf/TfTools/src/component/ResetHits.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // local diff --git a/Tf/TfTools/src/component/ResetHits.h b/Tf/TfTools/src/component/ResetHits.h index eeddd010261..779f6cab089 100644 --- a/Tf/TfTools/src/component/ResetHits.h +++ b/Tf/TfTools/src/component/ResetHits.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef RESETHITS_H #define RESETHITS_H 1 diff --git a/Tf/TfTools/src/component/STHitCleaner.cpp b/Tf/TfTools/src/component/STHitCleaner.cpp index 6e84adb721a..74d4e1ba140 100644 --- a/Tf/TfTools/src/component/STHitCleaner.cpp +++ b/Tf/TfTools/src/component/STHitCleaner.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // local diff --git a/Tf/TfTools/src/component/STHitCleaner.h b/Tf/TfTools/src/component/STHitCleaner.h index 20a61d31128..0dd454f94bd 100644 --- a/Tf/TfTools/src/component/STHitCleaner.h +++ b/Tf/TfTools/src/component/STHitCleaner.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file STHitCleaner.h * diff --git a/Tf/TfTools/src/component/STHitCreator.cpp b/Tf/TfTools/src/component/STHitCreator.cpp index 9637719d8de..49a5ca9cf7e 100644 --- a/Tf/TfTools/src/component/STHitCreator.cpp +++ b/Tf/TfTools/src/component/STHitCreator.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file STHitCreator.cpp * diff --git a/Tf/TfTools/src/component/STHitCreator.h b/Tf/TfTools/src/component/STHitCreator.h index 322b252e17a..825789e0936 100644 --- a/Tf/TfTools/src/component/STHitCreator.h +++ b/Tf/TfTools/src/component/STHitCreator.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file STHitCreator.h * diff --git a/Tf/TfTools/src/component/TsaTStationHitManager.cpp b/Tf/TfTools/src/component/TsaTStationHitManager.cpp index c03a250b3e2..365bbe6ab91 100644 --- a/Tf/TfTools/src/component/TsaTStationHitManager.cpp +++ b/Tf/TfTools/src/component/TsaTStationHitManager.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file TsaTStationHitManager.cpp * diff --git a/Tf/TrackSys/CMakeLists.txt b/Tf/TrackSys/CMakeLists.txt index fd849beaefb..b3e9a05af22 100644 --- a/Tf/TrackSys/CMakeLists.txt +++ b/Tf/TrackSys/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ################################################################################ # Package: TrackSys ################################################################################ diff --git a/Tf/TrackSys/options/VeloTEDOne.py b/Tf/TrackSys/options/VeloTEDOne.py index 56bbbc11827..e34c99d31fe 100755 --- a/Tf/TrackSys/options/VeloTEDOne.py +++ b/Tf/TrackSys/options/VeloTEDOne.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # This file is for reconstructing the VELO TED data between August and mid September 2008 # load the configurables I'll need from Gaudi.Configuration import * diff --git a/Tf/TrackSys/python/TrackSys/Configuration.py b/Tf/TrackSys/python/TrackSys/Configuration.py index e041452e74c..213331c192c 100755 --- a/Tf/TrackSys/python/TrackSys/Configuration.py +++ b/Tf/TrackSys/python/TrackSys/Configuration.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ## @package TrackSys # High level configuration for LHCb Tracking software # @author Marco Cattaneo <Marco.Cattaneo@cern.ch> diff --git a/Tf/TrackSys/python/TrackSys/PatChecking.py b/Tf/TrackSys/python/TrackSys/PatChecking.py index c6f5719d592..60fd5584fc8 100755 --- a/Tf/TrackSys/python/TrackSys/PatChecking.py +++ b/Tf/TrackSys/python/TrackSys/PatChecking.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### from Gaudi.Configuration import GaudiSequencer from TrackSys.Configuration import * from GaudiKernel.SystemOfUnits import mm diff --git a/Tf/TrackSys/python/TrackSys/PrUpgradeChecking.py b/Tf/TrackSys/python/TrackSys/PrUpgradeChecking.py index dbe238c385b..e3d0f009ddd 100755 --- a/Tf/TrackSys/python/TrackSys/PrUpgradeChecking.py +++ b/Tf/TrackSys/python/TrackSys/PrUpgradeChecking.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### from Gaudi.Configuration import GaudiSequencer from TrackSys.Configuration import * from GaudiKernel.SystemOfUnits import mm diff --git a/Tf/TrackSys/python/TrackSys/RecoExcludeSTLayers.py b/Tf/TrackSys/python/TrackSys/RecoExcludeSTLayers.py index ec75f81728f..2e04201edd3 100644 --- a/Tf/TrackSys/python/TrackSys/RecoExcludeSTLayers.py +++ b/Tf/TrackSys/python/TrackSys/RecoExcludeSTLayers.py @@ -1,5 +1,15 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # @Author: Elena Graverini # @Date: 2015-11-30 16:18:57 # @Last Modified by: Elena Graverini diff --git a/Tf/TrackSys/python/TrackSys/RecoTracking.py b/Tf/TrackSys/python/TrackSys/RecoTracking.py index 519e4251f50..58957af88d7 100755 --- a/Tf/TrackSys/python/TrackSys/RecoTracking.py +++ b/Tf/TrackSys/python/TrackSys/RecoTracking.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### from os import environ from Gaudi.Configuration import * import GaudiKernel.ProcessJobOptions diff --git a/Tf/TrackSys/python/TrackSys/RecoTrackingRun2.py b/Tf/TrackSys/python/TrackSys/RecoTrackingRun2.py index c7440ef7cd4..017fb139a43 100755 --- a/Tf/TrackSys/python/TrackSys/RecoTrackingRun2.py +++ b/Tf/TrackSys/python/TrackSys/RecoTrackingRun2.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### from os import environ from Gaudi.Configuration import * import GaudiKernel.ProcessJobOptions diff --git a/Tf/TrackSys/python/TrackSys/RecoUpgradeTracking.py b/Tf/TrackSys/python/TrackSys/RecoUpgradeTracking.py index fb5c08a9866..6bc58066ee0 100755 --- a/Tf/TrackSys/python/TrackSys/RecoUpgradeTracking.py +++ b/Tf/TrackSys/python/TrackSys/RecoUpgradeTracking.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### from os import environ from Gaudi.Configuration import * import GaudiKernel.ProcessJobOptions diff --git a/Tf/TsaAlgorithms/CMakeLists.txt b/Tf/TsaAlgorithms/CMakeLists.txt index 39afc2790ba..6b6c2596290 100644 --- a/Tf/TsaAlgorithms/CMakeLists.txt +++ b/Tf/TsaAlgorithms/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ################################################################################ # Package: TsaAlgorithms ################################################################################ diff --git a/Tf/TsaAlgorithms/python/TsaAlgorithms/TsaAlgConf.py b/Tf/TsaAlgorithms/python/TsaAlgorithms/TsaAlgConf.py index 0064336977b..b1a2572f852 100644 --- a/Tf/TsaAlgorithms/python/TsaAlgorithms/TsaAlgConf.py +++ b/Tf/TsaAlgorithms/python/TsaAlgorithms/TsaAlgConf.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### from TrackSys.Configuration import * from Configurables import ( Tf__Tsa__Seed, Tf__Tsa__SeedTrackCnv, diff --git a/Tf/TsaAlgorithms/src/ITExpectedHits.cpp b/Tf/TsaAlgorithms/src/ITExpectedHits.cpp index a1450fbf51a..a27d4454500 100755 --- a/Tf/TsaAlgorithms/src/ITExpectedHits.cpp +++ b/Tf/TsaAlgorithms/src/ITExpectedHits.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include "ITExpectedHits.h" diff --git a/Tf/TsaAlgorithms/src/ITExpectedHits.h b/Tf/TsaAlgorithms/src/ITExpectedHits.h index 3dff378c2cd..41400f4c913 100755 --- a/Tf/TsaAlgorithms/src/ITExpectedHits.h +++ b/Tf/TsaAlgorithms/src/ITExpectedHits.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef _ITExpectedHits_H #define _ITExpectedHits_H diff --git a/Tf/TsaAlgorithms/src/ITGenericTracking.cpp b/Tf/TsaAlgorithms/src/ITGenericTracking.cpp index 371bbf7fde6..a808003540f 100755 --- a/Tf/TsaAlgorithms/src/ITGenericTracking.cpp +++ b/Tf/TsaAlgorithms/src/ITGenericTracking.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifdef _WIN32 #pragma warning ( disable : 4244 ) // conversion double to float in root #endif diff --git a/Tf/TsaAlgorithms/src/ITGenericTracking.h b/Tf/TsaAlgorithms/src/ITGenericTracking.h index 5af05060ac0..44e0e353fe1 100755 --- a/Tf/TsaAlgorithms/src/ITGenericTracking.h +++ b/Tf/TsaAlgorithms/src/ITGenericTracking.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef ITGenericTracking_H #define ITGenericTracking_H 1 diff --git a/Tf/TsaAlgorithms/src/ITsaSeedAddHits.h b/Tf/TsaAlgorithms/src/ITsaSeedAddHits.h index ec52a6ef7cf..f3d5be9957a 100755 --- a/Tf/TsaAlgorithms/src/ITsaSeedAddHits.h +++ b/Tf/TsaAlgorithms/src/ITsaSeedAddHits.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef _ITsaSeedAddHits_H #define _ITsaSeedAddHits_H diff --git a/Tf/TsaAlgorithms/src/OTExpectedHits.cpp b/Tf/TsaAlgorithms/src/OTExpectedHits.cpp index 7e03dee773d..3315c99edaf 100755 --- a/Tf/TsaAlgorithms/src/OTExpectedHits.cpp +++ b/Tf/TsaAlgorithms/src/OTExpectedHits.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // GaudiKernel #include "GaudiKernel/SystemOfUnits.h" #include "GaudiKernel/Plane3DTypes.h" diff --git a/Tf/TsaAlgorithms/src/OTExpectedHits.h b/Tf/TsaAlgorithms/src/OTExpectedHits.h index 73afd19ea2d..345f4382166 100755 --- a/Tf/TsaAlgorithms/src/OTExpectedHits.h +++ b/Tf/TsaAlgorithms/src/OTExpectedHits.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef _OTExpectedHits_H #define _OTExpectedHits_H diff --git a/Tf/TsaAlgorithms/src/STCosmicFilter.cpp b/Tf/TsaAlgorithms/src/STCosmicFilter.cpp index 35d37aaf1d0..d68bf9d66be 100755 --- a/Tf/TsaAlgorithms/src/STCosmicFilter.cpp +++ b/Tf/TsaAlgorithms/src/STCosmicFilter.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // DigiEvent #include "Event/STCluster.h" #include "Event/STSummary.h" diff --git a/Tf/TsaAlgorithms/src/STCosmicFilter.h b/Tf/TsaAlgorithms/src/STCosmicFilter.h index 01ff9e4a067..ae0aa1c4f67 100755 --- a/Tf/TsaAlgorithms/src/STCosmicFilter.h +++ b/Tf/TsaAlgorithms/src/STCosmicFilter.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef STCosmicFilter_H #define STCosmicFilter_H 1 diff --git a/Tf/TsaAlgorithms/src/SeedLineFit.cpp b/Tf/TsaAlgorithms/src/SeedLineFit.cpp index 77ffe002191..5d71a594d7e 100755 --- a/Tf/TsaAlgorithms/src/SeedLineFit.cpp +++ b/Tf/TsaAlgorithms/src/SeedLineFit.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include "SeedLineFit.h" #include "TsaKernel/SeedTrack.h" diff --git a/Tf/TsaAlgorithms/src/SeedLineFit.h b/Tf/TsaAlgorithms/src/SeedLineFit.h index f530b6745a4..41271e8886e 100755 --- a/Tf/TsaAlgorithms/src/SeedLineFit.h +++ b/Tf/TsaAlgorithms/src/SeedLineFit.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef SEEDLINEFIT_H #define SEEDLINEFIT_H 1 diff --git a/Tf/TsaAlgorithms/src/SeedParabolaFit.cpp b/Tf/TsaAlgorithms/src/SeedParabolaFit.cpp index 67518d83648..a3a8f3e3b7e 100755 --- a/Tf/TsaAlgorithms/src/SeedParabolaFit.cpp +++ b/Tf/TsaAlgorithms/src/SeedParabolaFit.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include "SeedParabolaFit.h" #include "TsaKernel/SeedTrack.h" diff --git a/Tf/TsaAlgorithms/src/SeedParabolaFit.h b/Tf/TsaAlgorithms/src/SeedParabolaFit.h index 63338597fdf..0bbbd1a9362 100755 --- a/Tf/TsaAlgorithms/src/SeedParabolaFit.h +++ b/Tf/TsaAlgorithms/src/SeedParabolaFit.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef SEEDPARABOLAFIT_H #define SEEDPARABOLAFIT_H 1 diff --git a/Tf/TsaAlgorithms/src/TTGenericTracking.cpp b/Tf/TsaAlgorithms/src/TTGenericTracking.cpp index ab5474639aa..e7642ce2635 100644 --- a/Tf/TsaAlgorithms/src/TTGenericTracking.cpp +++ b/Tf/TsaAlgorithms/src/TTGenericTracking.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // boost #include <boost/foreach.hpp> diff --git a/Tf/TsaAlgorithms/src/TTGenericTracking.h b/Tf/TsaAlgorithms/src/TTGenericTracking.h index 39a6bd71290..3a7fdff0ca7 100644 --- a/Tf/TsaAlgorithms/src/TTGenericTracking.h +++ b/Tf/TsaAlgorithms/src/TTGenericTracking.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TTGenericTracking_H #define TTGenericTracking_H 1 diff --git a/Tf/TsaAlgorithms/src/TfTsHitNumMap.h b/Tf/TsaAlgorithms/src/TfTsHitNumMap.h index 254aebdca94..1f6c459b5c2 100755 --- a/Tf/TsaAlgorithms/src/TfTsHitNumMap.h +++ b/Tf/TsaAlgorithms/src/TfTsHitNumMap.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TFTSHITNUMMAP_H #define TFTSHITNUMMAP_H 1 diff --git a/Tf/TsaAlgorithms/src/TsaBaseAlg.cpp b/Tf/TsaAlgorithms/src/TsaBaseAlg.cpp index f812a1b5b08..73704f24dc8 100755 --- a/Tf/TsaAlgorithms/src/TsaBaseAlg.cpp +++ b/Tf/TsaAlgorithms/src/TsaBaseAlg.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include "TsaBaseAlg.h" diff --git a/Tf/TsaAlgorithms/src/TsaBaseAlg.h b/Tf/TsaAlgorithms/src/TsaBaseAlg.h index d6fa91d8d5f..a287cbe9995 100755 --- a/Tf/TsaAlgorithms/src/TsaBaseAlg.h +++ b/Tf/TsaAlgorithms/src/TsaBaseAlg.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef _TSABASEALG_H_ #define _TSABASEALG_H_ diff --git a/Tf/TsaAlgorithms/src/TsaDataDebugAlg.cpp b/Tf/TsaAlgorithms/src/TsaDataDebugAlg.cpp index 529e2fe6162..30f12382218 100755 --- a/Tf/TsaAlgorithms/src/TsaDataDebugAlg.cpp +++ b/Tf/TsaAlgorithms/src/TsaDataDebugAlg.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // local diff --git a/Tf/TsaAlgorithms/src/TsaDataDebugAlg.h b/Tf/TsaAlgorithms/src/TsaDataDebugAlg.h index 8a639291ae1..54d70f9263c 100755 --- a/Tf/TsaAlgorithms/src/TsaDataDebugAlg.h +++ b/Tf/TsaAlgorithms/src/TsaDataDebugAlg.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TSADATADEBUGALG_H #define TSADATADEBUGALG_H 1 diff --git a/Tf/TsaAlgorithms/src/TsaDataManagers.cpp b/Tf/TsaAlgorithms/src/TsaDataManagers.cpp index 1dd66730513..eef03a6c98e 100755 --- a/Tf/TsaAlgorithms/src/TsaDataManagers.cpp +++ b/Tf/TsaAlgorithms/src/TsaDataManagers.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include "TsaKernel/TsaSeedingHit.h" diff --git a/Tf/TsaAlgorithms/src/TsaITStereoSearch.cpp b/Tf/TsaAlgorithms/src/TsaITStereoSearch.cpp index d8d685bf5c3..b1f89108498 100755 --- a/Tf/TsaAlgorithms/src/TsaITStereoSearch.cpp +++ b/Tf/TsaAlgorithms/src/TsaITStereoSearch.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include <algorithm> #ifdef __INTEL_COMPILER // Disable ICC warning diff --git a/Tf/TsaAlgorithms/src/TsaITStereoSearch.h b/Tf/TsaAlgorithms/src/TsaITStereoSearch.h index 3ff23926949..b8202648367 100755 --- a/Tf/TsaAlgorithms/src/TsaITStereoSearch.h +++ b/Tf/TsaAlgorithms/src/TsaITStereoSearch.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // $ Exp $ #ifndef _TsaITStereoSearch_H #define _TsaITStereoSearch_H diff --git a/Tf/TsaAlgorithms/src/TsaITXSearch.cpp b/Tf/TsaAlgorithms/src/TsaITXSearch.cpp index 98478509bbb..f4b41912acc 100755 --- a/Tf/TsaAlgorithms/src/TsaITXSearch.cpp +++ b/Tf/TsaAlgorithms/src/TsaITXSearch.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifdef __INTEL_COMPILER // Disable ICC warning #pragma warning(disable:654) // Tf::Tsa::ITsaSeedStep::execute only partially overridden #pragma warning(push) diff --git a/Tf/TsaAlgorithms/src/TsaITXSearch.h b/Tf/TsaAlgorithms/src/TsaITXSearch.h index dfa9419f827..06313232066 100755 --- a/Tf/TsaAlgorithms/src/TsaITXSearch.h +++ b/Tf/TsaAlgorithms/src/TsaITXSearch.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef _TsaITXSearch_H #define _TsaITXSearch_H diff --git a/Tf/TsaAlgorithms/src/TsaLikelihood.cpp b/Tf/TsaAlgorithms/src/TsaLikelihood.cpp index 4999f26ed7c..7470aca183a 100755 --- a/Tf/TsaAlgorithms/src/TsaLikelihood.cpp +++ b/Tf/TsaAlgorithms/src/TsaLikelihood.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Tsa #include "TsaLikelihood.h" diff --git a/Tf/TsaAlgorithms/src/TsaLikelihood.h b/Tf/TsaAlgorithms/src/TsaLikelihood.h index e9403a13d99..1d9939189cd 100755 --- a/Tf/TsaAlgorithms/src/TsaLikelihood.h +++ b/Tf/TsaAlgorithms/src/TsaLikelihood.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef _TsaLikelihood_H #define _TsaLikelihood_H diff --git a/Tf/TsaAlgorithms/src/TsaOTStereoSearch.cpp b/Tf/TsaAlgorithms/src/TsaOTStereoSearch.cpp index bc750b7bde3..0da2f2fd625 100755 --- a/Tf/TsaAlgorithms/src/TsaOTStereoSearch.cpp +++ b/Tf/TsaAlgorithms/src/TsaOTStereoSearch.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include <algorithm> #ifdef __INTEL_COMPILER // Disable ICC warning diff --git a/Tf/TsaAlgorithms/src/TsaOTStereoSearch.h b/Tf/TsaAlgorithms/src/TsaOTStereoSearch.h index 277b49a506e..e1ba3bb6a8d 100755 --- a/Tf/TsaAlgorithms/src/TsaOTStereoSearch.h +++ b/Tf/TsaAlgorithms/src/TsaOTStereoSearch.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // $ Exp $ #ifndef _TsaOTStereoSearch_H #define _TsaOTStereoSearch_H diff --git a/Tf/TsaAlgorithms/src/TsaOTXSearch.cpp b/Tf/TsaAlgorithms/src/TsaOTXSearch.cpp index 46f280589c5..795f0faef8e 100755 --- a/Tf/TsaAlgorithms/src/TsaOTXSearch.cpp +++ b/Tf/TsaAlgorithms/src/TsaOTXSearch.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // GaudiKernel #include "GaudiKernel/SystemOfUnits.h" diff --git a/Tf/TsaAlgorithms/src/TsaOTXSearch.h b/Tf/TsaAlgorithms/src/TsaOTXSearch.h index 087039d276f..479c47b9bd9 100755 --- a/Tf/TsaAlgorithms/src/TsaOTXSearch.h +++ b/Tf/TsaAlgorithms/src/TsaOTXSearch.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // $ Exp $ #ifndef _TsaOTXSearch_H #define _TsaOTXSearch_H diff --git a/Tf/TsaAlgorithms/src/TsaSeed.cpp b/Tf/TsaAlgorithms/src/TsaSeed.cpp index fd77a282dc5..7b69ad44c77 100755 --- a/Tf/TsaAlgorithms/src/TsaSeed.cpp +++ b/Tf/TsaAlgorithms/src/TsaSeed.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include "TsaSeed.h" #include "Event/Track.h" diff --git a/Tf/TsaAlgorithms/src/TsaSeed.h b/Tf/TsaAlgorithms/src/TsaSeed.h index cae21abf4a3..3516f80e345 100755 --- a/Tf/TsaAlgorithms/src/TsaSeed.h +++ b/Tf/TsaAlgorithms/src/TsaSeed.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef _TSASEED_H_ #define _TSASEED_H_ diff --git a/Tf/TsaAlgorithms/src/TsaSeedAddHits.cpp b/Tf/TsaAlgorithms/src/TsaSeedAddHits.cpp index 4a813a60a70..dbf7354d624 100755 --- a/Tf/TsaAlgorithms/src/TsaSeedAddHits.cpp +++ b/Tf/TsaAlgorithms/src/TsaSeedAddHits.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifdef _WIN32 #pragma warning ( disable : 4244 ) // conversion double to float in root #endif diff --git a/Tf/TsaAlgorithms/src/TsaSeedAddHits.h b/Tf/TsaAlgorithms/src/TsaSeedAddHits.h index 0549e0615d8..2e09a329612 100755 --- a/Tf/TsaAlgorithms/src/TsaSeedAddHits.h +++ b/Tf/TsaAlgorithms/src/TsaSeedAddHits.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // $ Exp $ #ifndef _TsaSeedAddHits_H #define _TsaSeedAddHits_H diff --git a/Tf/TsaAlgorithms/src/TsaSeedSelector.cpp b/Tf/TsaAlgorithms/src/TsaSeedSelector.cpp index 94aa12e1884..3eef628fe0e 100755 --- a/Tf/TsaAlgorithms/src/TsaSeedSelector.cpp +++ b/Tf/TsaAlgorithms/src/TsaSeedSelector.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include "TsaSeedSelector.h" #include "TsaKernel/SeedFunctor.h" #include "TsaKernel/SeedTrack.h" diff --git a/Tf/TsaAlgorithms/src/TsaSeedSelector.h b/Tf/TsaAlgorithms/src/TsaSeedSelector.h index 1a3407f47b9..138339d3fb8 100755 --- a/Tf/TsaAlgorithms/src/TsaSeedSelector.h +++ b/Tf/TsaAlgorithms/src/TsaSeedSelector.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef _TsaSeedSelector_H #define _TsaSeedSelector_H diff --git a/Tf/TsaAlgorithms/src/TsaSeedTrackCnv.cpp b/Tf/TsaAlgorithms/src/TsaSeedTrackCnv.cpp index fc9a285c09d..ab1847f14c0 100755 --- a/Tf/TsaAlgorithms/src/TsaSeedTrackCnv.cpp +++ b/Tf/TsaAlgorithms/src/TsaSeedTrackCnv.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // // This File contains the implementation of the TsaEff // C++ code for 'LHCb Tracking package(s)' diff --git a/Tf/TsaAlgorithms/src/TsaSeedTrackCnv.h b/Tf/TsaAlgorithms/src/TsaSeedTrackCnv.h index 40660569cb9..b2647c1bcf7 100755 --- a/Tf/TsaAlgorithms/src/TsaSeedTrackCnv.h +++ b/Tf/TsaAlgorithms/src/TsaSeedTrackCnv.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef _TsaSeedTrackCnv_H_ #define _TsaSeedTrackCnv_H_ diff --git a/Tf/TsaAlgorithms/src/TsaSeedTrackCnvTool.cpp b/Tf/TsaAlgorithms/src/TsaSeedTrackCnvTool.cpp index 2a7fd77f68a..91b5e99e531 100755 --- a/Tf/TsaAlgorithms/src/TsaSeedTrackCnvTool.cpp +++ b/Tf/TsaAlgorithms/src/TsaSeedTrackCnvTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // from Gaudi diff --git a/Tf/TsaAlgorithms/src/TsaSeedTrackCnvTool.h b/Tf/TsaAlgorithms/src/TsaSeedTrackCnvTool.h index 57020bb29ef..c8fa42465ef 100755 --- a/Tf/TsaAlgorithms/src/TsaSeedTrackCnvTool.h +++ b/Tf/TsaAlgorithms/src/TsaSeedTrackCnvTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TSASEEDTRACKCNVTOOL_H #define TSASEEDTRACKCNVTOOL_H 1 diff --git a/Tf/TsaAlgorithms/src/TsaSelectorBase.cpp b/Tf/TsaAlgorithms/src/TsaSelectorBase.cpp index 58ff47c7924..b637e2d6d22 100755 --- a/Tf/TsaAlgorithms/src/TsaSelectorBase.cpp +++ b/Tf/TsaAlgorithms/src/TsaSelectorBase.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include "TsaSelectorBase.h" #include "TsaKernel/SeedFunctor.h" #include "TsaKernel/SeedTrack.h" diff --git a/Tf/TsaAlgorithms/src/TsaSelectorBase.h b/Tf/TsaAlgorithms/src/TsaSelectorBase.h index f8b4e503e27..df638c25f6f 100755 --- a/Tf/TsaAlgorithms/src/TsaSelectorBase.h +++ b/Tf/TsaAlgorithms/src/TsaSelectorBase.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // $ Exp $ #ifndef _TsaSelectorBase_H #define _TsaSelectorBase_H diff --git a/Tf/TsaAlgorithms/src/TsaStereoBase.cpp b/Tf/TsaAlgorithms/src/TsaStereoBase.cpp index b4ff3bfe4ee..7a2c0f2f29d 100755 --- a/Tf/TsaAlgorithms/src/TsaStereoBase.cpp +++ b/Tf/TsaAlgorithms/src/TsaStereoBase.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifdef _WIN32 #pragma warning ( disable : 4244 ) // conversion double to float in root diff --git a/Tf/TsaAlgorithms/src/TsaStereoBase.h b/Tf/TsaAlgorithms/src/TsaStereoBase.h index d5959c9682d..6728e924999 100755 --- a/Tf/TsaAlgorithms/src/TsaStereoBase.h +++ b/Tf/TsaAlgorithms/src/TsaStereoBase.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // $ Exp $ #ifndef _TsaStereoBase_H #define _TsaStereoBase_H diff --git a/Tf/TsaAlgorithms/src/TsaStubExtender.cpp b/Tf/TsaAlgorithms/src/TsaStubExtender.cpp index b978301c4fa..f4f8d248c3e 100755 --- a/Tf/TsaAlgorithms/src/TsaStubExtender.cpp +++ b/Tf/TsaAlgorithms/src/TsaStubExtender.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifdef _WIN32 #pragma warning ( disable : 4244 ) // conversion double to float in root #endif diff --git a/Tf/TsaAlgorithms/src/TsaStubExtender.h b/Tf/TsaAlgorithms/src/TsaStubExtender.h index 23a5877b9c2..5ca6e806fd4 100755 --- a/Tf/TsaAlgorithms/src/TsaStubExtender.h +++ b/Tf/TsaAlgorithms/src/TsaStubExtender.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // $ Exp $ #ifndef _TsaStubExtender_H #define _TsaStubExtender_H diff --git a/Tf/TsaAlgorithms/src/TsaStubFind.cpp b/Tf/TsaAlgorithms/src/TsaStubFind.cpp index e374ab53cb5..063b8ecb929 100755 --- a/Tf/TsaAlgorithms/src/TsaStubFind.cpp +++ b/Tf/TsaAlgorithms/src/TsaStubFind.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifdef _WIN32 #pragma warning ( disable : 4244 ) // conversion double to float in root #endif diff --git a/Tf/TsaAlgorithms/src/TsaStubFind.h b/Tf/TsaAlgorithms/src/TsaStubFind.h index 01b04203f46..2896f86a5df 100755 --- a/Tf/TsaAlgorithms/src/TsaStubFind.h +++ b/Tf/TsaAlgorithms/src/TsaStubFind.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // $ Exp $ #ifndef _TsaStubFind_H #define _TsaStubFind_H diff --git a/Tf/TsaAlgorithms/src/TsaStubLinker.cpp b/Tf/TsaAlgorithms/src/TsaStubLinker.cpp index 658660b2894..04aeb150950 100755 --- a/Tf/TsaAlgorithms/src/TsaStubLinker.cpp +++ b/Tf/TsaAlgorithms/src/TsaStubLinker.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // GaudiKernel #include "GaudiKernel/SystemOfUnits.h" diff --git a/Tf/TsaAlgorithms/src/TsaStubLinker.h b/Tf/TsaAlgorithms/src/TsaStubLinker.h index d31c3bca152..3de17c64a00 100755 --- a/Tf/TsaAlgorithms/src/TsaStubLinker.h +++ b/Tf/TsaAlgorithms/src/TsaStubLinker.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // $ Exp $ #ifndef _TsaStubLinker_H #define _TsaStubLinker_H diff --git a/Tf/TsaAlgorithms/src/TsaXProjSelector.cpp b/Tf/TsaAlgorithms/src/TsaXProjSelector.cpp index f9a7068f29d..e999dafc09d 100755 --- a/Tf/TsaAlgorithms/src/TsaXProjSelector.cpp +++ b/Tf/TsaAlgorithms/src/TsaXProjSelector.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include "TsaXProjSelector.h" #include <algorithm> diff --git a/Tf/TsaAlgorithms/src/TsaXProjSelector.h b/Tf/TsaAlgorithms/src/TsaXProjSelector.h index 6b1f38855ab..ac2cf3114df 100755 --- a/Tf/TsaAlgorithms/src/TsaXProjSelector.h +++ b/Tf/TsaAlgorithms/src/TsaXProjSelector.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // $ Exp $ #ifndef _TsaXProjSelector_H #define _TsaXProjSelector_H diff --git a/Tf/TsaAlgorithms/src/TsaXSearchBase.cpp b/Tf/TsaAlgorithms/src/TsaXSearchBase.cpp index 3e1830b2ba3..89d76a86e02 100755 --- a/Tf/TsaAlgorithms/src/TsaXSearchBase.cpp +++ b/Tf/TsaAlgorithms/src/TsaXSearchBase.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // GaudiKernel #include "GaudiKernel/SystemOfUnits.h" diff --git a/Tf/TsaAlgorithms/src/TsaXSearchBase.h b/Tf/TsaAlgorithms/src/TsaXSearchBase.h index 31ffde2d09c..be3ca324ec9 100755 --- a/Tf/TsaAlgorithms/src/TsaXSearchBase.h +++ b/Tf/TsaAlgorithms/src/TsaXSearchBase.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // $ Exp $ #ifndef _TsaXSearchBase_H #define _TsaXSearchBase_H diff --git a/Tf/TsaKernel/CMakeLists.txt b/Tf/TsaKernel/CMakeLists.txt index 3b760a08bd3..4dd9f0a24f3 100644 --- a/Tf/TsaKernel/CMakeLists.txt +++ b/Tf/TsaKernel/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ################################################################################ # Package: TsaKernel ################################################################################ diff --git a/Tf/TsaKernel/TsaKernel/IITExpectedHits.h b/Tf/TsaKernel/TsaKernel/IITExpectedHits.h index 24a26c3090d..f769d6e996d 100644 --- a/Tf/TsaKernel/TsaKernel/IITExpectedHits.h +++ b/Tf/TsaKernel/TsaKernel/IITExpectedHits.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef _IITExpectedHits_H #define _IITExpectedHits_H diff --git a/Tf/TsaKernel/TsaKernel/IOTExpectedHits.h b/Tf/TsaKernel/TsaKernel/IOTExpectedHits.h index d223f433c46..1f574fdb1ba 100644 --- a/Tf/TsaKernel/TsaKernel/IOTExpectedHits.h +++ b/Tf/TsaKernel/TsaKernel/IOTExpectedHits.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef _IOTExpectedHits_H #define _IOTExpectedHits_H diff --git a/Tf/TsaKernel/TsaKernel/ITsaSeedStep.h b/Tf/TsaKernel/TsaKernel/ITsaSeedStep.h index 9c9143274bf..eb6d2113db0 100644 --- a/Tf/TsaKernel/TsaKernel/ITsaSeedStep.h +++ b/Tf/TsaKernel/TsaKernel/ITsaSeedStep.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef _ITsaSeedStep_H #define _ITsaSeedStep_H diff --git a/Tf/TsaKernel/TsaKernel/ITsaSeedTrackCnvTool.h b/Tf/TsaKernel/TsaKernel/ITsaSeedTrackCnvTool.h index 89ac20abc0d..00e309c92ad 100644 --- a/Tf/TsaKernel/TsaKernel/ITsaSeedTrackCnvTool.h +++ b/Tf/TsaKernel/TsaKernel/ITsaSeedTrackCnvTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TSAKERNEL_ITSASEEDTRACKCNVTOOL_H #define TSAKERNEL_ITSASEEDTRACKCNVTOOL_H 1 diff --git a/Tf/TsaKernel/TsaKernel/ITsaStubExtender.h b/Tf/TsaKernel/TsaKernel/ITsaStubExtender.h index 915b9c0a149..fac984a0ced 100644 --- a/Tf/TsaKernel/TsaKernel/ITsaStubExtender.h +++ b/Tf/TsaKernel/TsaKernel/ITsaStubExtender.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef _ITsaStubExtender_H #define _ITsaStubExtender_H diff --git a/Tf/TsaKernel/TsaKernel/ITsaStubFind.h b/Tf/TsaKernel/TsaKernel/ITsaStubFind.h index fe485aa9a98..df99c0962ef 100644 --- a/Tf/TsaKernel/TsaKernel/ITsaStubFind.h +++ b/Tf/TsaKernel/TsaKernel/ITsaStubFind.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef _ITsaStubFind_H #define _ITsaStubFind_H diff --git a/Tf/TsaKernel/TsaKernel/ITsaStubLinker.h b/Tf/TsaKernel/TsaKernel/ITsaStubLinker.h index 19a966f182f..ca7257b33ad 100644 --- a/Tf/TsaKernel/TsaKernel/ITsaStubLinker.h +++ b/Tf/TsaKernel/TsaKernel/ITsaStubLinker.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef _ITsaStubLinker_H #define _ITsaStubLinker_H diff --git a/Tf/TsaKernel/TsaKernel/Line.h b/Tf/TsaKernel/TsaKernel/Line.h index a4b38649495..d3b1fc84e4e 100644 --- a/Tf/TsaKernel/TsaKernel/Line.h +++ b/Tf/TsaKernel/TsaKernel/Line.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef _TsaLine_H #define _TsaLine_H diff --git a/Tf/TsaKernel/TsaKernel/Line3D.h b/Tf/TsaKernel/TsaKernel/Line3D.h index 65966cfa524..137bf5ef350 100644 --- a/Tf/TsaKernel/TsaKernel/Line3D.h +++ b/Tf/TsaKernel/TsaKernel/Line3D.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef _TsaLine3D_H #define _TsaLine3D_H diff --git a/Tf/TsaKernel/TsaKernel/Parabola.h b/Tf/TsaKernel/TsaKernel/Parabola.h index 7257fae9628..dd41c607b36 100644 --- a/Tf/TsaKernel/TsaKernel/Parabola.h +++ b/Tf/TsaKernel/TsaKernel/Parabola.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef _TsaParabola_H #define _TsaParabola_H diff --git a/Tf/TsaKernel/TsaKernel/SeedFun.h b/Tf/TsaKernel/TsaKernel/SeedFun.h index 8089149f14a..4117ae99e6f 100755 --- a/Tf/TsaKernel/TsaKernel/SeedFun.h +++ b/Tf/TsaKernel/TsaKernel/SeedFun.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef _SeedFun_H_ #define _SeedFun_H_ diff --git a/Tf/TsaKernel/TsaKernel/SeedFunctor.h b/Tf/TsaKernel/TsaKernel/SeedFunctor.h index 997ccbed890..6963cd72836 100755 --- a/Tf/TsaKernel/TsaKernel/SeedFunctor.h +++ b/Tf/TsaKernel/TsaKernel/SeedFunctor.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef _SeedFunctor_H_ #define _SeedFunctor_H_ diff --git a/Tf/TsaKernel/TsaKernel/SeedHit.h b/Tf/TsaKernel/TsaKernel/SeedHit.h index b1ba5aeeac1..fdeefefdab3 100644 --- a/Tf/TsaKernel/TsaKernel/SeedHit.h +++ b/Tf/TsaKernel/TsaKernel/SeedHit.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef SEEDHIT_H #define SEEDHIT_H 1 diff --git a/Tf/TsaKernel/TsaKernel/SeedPnt.h b/Tf/TsaKernel/TsaKernel/SeedPnt.h index 394c1bf1e31..9ed0cdc599d 100644 --- a/Tf/TsaKernel/TsaKernel/SeedPnt.h +++ b/Tf/TsaKernel/TsaKernel/SeedPnt.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef SEEDPNT_H #define SEEDPNT_H 1 diff --git a/Tf/TsaKernel/TsaKernel/SeedStub.h b/Tf/TsaKernel/TsaKernel/SeedStub.h index 1c50dd0c24c..0f0a1b6db11 100644 --- a/Tf/TsaKernel/TsaKernel/SeedStub.h +++ b/Tf/TsaKernel/TsaKernel/SeedStub.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef SEEDSTUB_H #define SEEDSTUB_H 1 diff --git a/Tf/TsaKernel/TsaKernel/SeedTrack.h b/Tf/TsaKernel/TsaKernel/SeedTrack.h index f3a6de2fe03..45147019c89 100644 --- a/Tf/TsaKernel/TsaKernel/SeedTrack.h +++ b/Tf/TsaKernel/TsaKernel/SeedTrack.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef SEEDTRACK_H #define SEEDTRACK_H 1 diff --git a/Tf/TsaKernel/TsaKernel/TsaConstants.h b/Tf/TsaKernel/TsaKernel/TsaConstants.h index 4601b980a12..d93aaee4ab7 100644 --- a/Tf/TsaKernel/TsaKernel/TsaConstants.h +++ b/Tf/TsaKernel/TsaKernel/TsaConstants.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef _TsaConstants_H #define _TsaConstants_H 1 diff --git a/Tf/TsaKernel/TsaKernel/TsaFun.h b/Tf/TsaKernel/TsaKernel/TsaFun.h index 3a48e99a28b..87c3efb0391 100644 --- a/Tf/TsaKernel/TsaKernel/TsaFun.h +++ b/Tf/TsaKernel/TsaKernel/TsaFun.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef _TsaFun_H_ #define _TsaFun_H_ diff --git a/Tf/TsaKernel/TsaKernel/TsaNamespaces.h b/Tf/TsaKernel/TsaKernel/TsaNamespaces.h index 3f17423483d..10b5da0a2f5 100644 --- a/Tf/TsaKernel/TsaKernel/TsaNamespaces.h +++ b/Tf/TsaKernel/TsaKernel/TsaNamespaces.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // This file does nothing other than provide doxygen with a comment for the // Tsa namespaces diff --git a/Tf/TsaKernel/TsaKernel/TsaSeedingHit.h b/Tf/TsaKernel/TsaKernel/TsaSeedingHit.h index ea1a889bab3..0aff9c5b59e 100644 --- a/Tf/TsaKernel/TsaKernel/TsaSeedingHit.h +++ b/Tf/TsaKernel/TsaKernel/TsaSeedingHit.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TSASEEDINGHIT_H #define TSASEEDINGHIT_H 1 diff --git a/Tf/TsaKernel/TsaKernel/TsaTStationHitManager.h b/Tf/TsaKernel/TsaKernel/TsaTStationHitManager.h index 850d0cd3dc8..740111c86f0 100644 --- a/Tf/TsaKernel/TsaKernel/TsaTStationHitManager.h +++ b/Tf/TsaKernel/TsaKernel/TsaTStationHitManager.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file TsaTStationHitManager.h * diff --git a/Tf/TsaKernel/dict/TsaKernelDict.h b/Tf/TsaKernel/dict/TsaKernelDict.h index d22ec16ec5b..571e4369e41 100755 --- a/Tf/TsaKernel/dict/TsaKernelDict.h +++ b/Tf/TsaKernel/dict/TsaKernelDict.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef DICT_TSAKERNELDICT_H #define DICT_TSAKERNELDICT_H 1 diff --git a/Tf/TsaKernel/dict/TsaKernelDict.xml b/Tf/TsaKernel/dict/TsaKernelDict.xml index ca234c4ff04..0114449fea0 100755 --- a/Tf/TsaKernel/dict/TsaKernelDict.xml +++ b/Tf/TsaKernel/dict/TsaKernelDict.xml @@ -1,3 +1,13 @@ +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <lcgdict> <class name = "Tf::Tsa::ITsaSeedTrackCnvTool" /> </lcgdict> diff --git a/Tf/TsaKernel/src/Line3D.cpp b/Tf/TsaKernel/src/Line3D.cpp index e6fb40f028b..d5f26c580d9 100755 --- a/Tf/TsaKernel/src/Line3D.cpp +++ b/Tf/TsaKernel/src/Line3D.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include "TsaKernel/Line3D.h" diff --git a/Tf/TsaKernel/src/SeedHit.cpp b/Tf/TsaKernel/src/SeedHit.cpp index 6b2549273bd..7bde3bab71a 100755 --- a/Tf/TsaKernel/src/SeedHit.cpp +++ b/Tf/TsaKernel/src/SeedHit.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // local diff --git a/Tf/TsaKernel/src/SeedPnt.cpp b/Tf/TsaKernel/src/SeedPnt.cpp index 4c51c50e5b5..ea805ae53fe 100755 --- a/Tf/TsaKernel/src/SeedPnt.cpp +++ b/Tf/TsaKernel/src/SeedPnt.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // local diff --git a/Tf/TsaKernel/src/SeedTrack.cpp b/Tf/TsaKernel/src/SeedTrack.cpp index c180ff7987b..a8ebd3d1fbb 100755 --- a/Tf/TsaKernel/src/SeedTrack.cpp +++ b/Tf/TsaKernel/src/SeedTrack.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // local diff --git a/Tr/PatChecker/CMakeLists.txt b/Tr/PatChecker/CMakeLists.txt index 4a05bd17481..f5275a8ac12 100644 --- a/Tr/PatChecker/CMakeLists.txt +++ b/Tr/PatChecker/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ################################################################################ # Package: PatChecker ################################################################################ diff --git a/Tr/PatChecker/src/CheatedPrimaryVertices.cpp b/Tr/PatChecker/src/CheatedPrimaryVertices.cpp index 7fa4041d73d..8c0db0b010f 100755 --- a/Tr/PatChecker/src/CheatedPrimaryVertices.cpp +++ b/Tr/PatChecker/src/CheatedPrimaryVertices.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files: // from Gaudi #include "GaudiKernel/SystemOfUnits.h" diff --git a/Tr/PatChecker/src/CheatedPrimaryVertices.h b/Tr/PatChecker/src/CheatedPrimaryVertices.h index 3e58a4363bc..3a64a4f7e49 100755 --- a/Tr/PatChecker/src/CheatedPrimaryVertices.h +++ b/Tr/PatChecker/src/CheatedPrimaryVertices.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef CHEATEDPRIMARYVERTICES_H #define CHEATEDPRIMARYVERTICES_H 1 // Include files: diff --git a/Tr/PatChecker/src/PatChecker.cpp b/Tr/PatChecker/src/PatChecker.cpp index af316f698c8..f693efa5f71 100755 --- a/Tr/PatChecker/src/PatChecker.cpp +++ b/Tr/PatChecker/src/PatChecker.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // Linker diff --git a/Tr/PatChecker/src/PatChecker.h b/Tr/PatChecker/src/PatChecker.h index 9cdb469246f..44984d145d3 100755 --- a/Tr/PatChecker/src/PatChecker.h +++ b/Tr/PatChecker/src/PatChecker.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PATCHECKER_H #define PATCHECKER_H 1 diff --git a/Tr/PatChecker/src/PatCheckerNTuple.cpp b/Tr/PatChecker/src/PatCheckerNTuple.cpp index 1bcaf583d88..85f48ff30a9 100755 --- a/Tr/PatChecker/src/PatCheckerNTuple.cpp +++ b/Tr/PatChecker/src/PatCheckerNTuple.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files #include "Event/Track.h" diff --git a/Tr/PatChecker/src/PatCheckerNTuple.h b/Tr/PatChecker/src/PatCheckerNTuple.h index d5ab73dd10c..0887e33c407 100755 --- a/Tr/PatChecker/src/PatCheckerNTuple.h +++ b/Tr/PatChecker/src/PatCheckerNTuple.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PATCHECKERNTUPLE_H #define PATCHECKERNTUPLE_H 1 diff --git a/Tr/PatChecker/src/PatCounter.cpp b/Tr/PatChecker/src/PatCounter.cpp index 747d493386a..76e1ffc0587 100755 --- a/Tr/PatChecker/src/PatCounter.cpp +++ b/Tr/PatChecker/src/PatCounter.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // local diff --git a/Tr/PatChecker/src/PatCounter.h b/Tr/PatChecker/src/PatCounter.h index 60d8ed1e14f..97fdbd60c06 100755 --- a/Tr/PatChecker/src/PatCounter.h +++ b/Tr/PatChecker/src/PatCounter.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PATCOUNTER_H #define PATCOUNTER_H 1 diff --git a/Tr/PatChecker/src/PatKShortChecker.cpp b/Tr/PatChecker/src/PatKShortChecker.cpp index d65e81ef3dc..3fa96a3bf12 100755 --- a/Tr/PatChecker/src/PatKShortChecker.cpp +++ b/Tr/PatChecker/src/PatKShortChecker.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files #include "Event/MCParticle.h" diff --git a/Tr/PatChecker/src/PatKShortChecker.h b/Tr/PatChecker/src/PatKShortChecker.h index 126140304da..038d3a186c5 100755 --- a/Tr/PatChecker/src/PatKShortChecker.h +++ b/Tr/PatChecker/src/PatKShortChecker.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PATKSHORTCHECKER_H #define PATKSHORTCHECKER_H 1 diff --git a/Tr/PatChecker/src/PatLHCbID2MCParticle.cpp b/Tr/PatChecker/src/PatLHCbID2MCParticle.cpp index 97ef3c358cf..097d2d5c934 100755 --- a/Tr/PatChecker/src/PatLHCbID2MCParticle.cpp +++ b/Tr/PatChecker/src/PatLHCbID2MCParticle.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files #include "Event/MCParticle.h" diff --git a/Tr/PatChecker/src/PatLHCbID2MCParticle.h b/Tr/PatChecker/src/PatLHCbID2MCParticle.h index 188cb8eb9f9..cd6c2b0ceae 100755 --- a/Tr/PatChecker/src/PatLHCbID2MCParticle.h +++ b/Tr/PatChecker/src/PatLHCbID2MCParticle.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PATLHCBID2MCPARTICLE_H #define PATLHCBID2MCPARTICLE_H 1 diff --git a/Tr/PatChecker/src/PatTTCounter.cpp b/Tr/PatChecker/src/PatTTCounter.cpp index 57c5d772bc6..0e839380a2f 100755 --- a/Tr/PatChecker/src/PatTTCounter.cpp +++ b/Tr/PatChecker/src/PatTTCounter.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // local diff --git a/Tr/PatChecker/src/PatTTCounter.h b/Tr/PatChecker/src/PatTTCounter.h index 199dbef30e9..e41599d5c3d 100755 --- a/Tr/PatChecker/src/PatTTCounter.h +++ b/Tr/PatChecker/src/PatTTCounter.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PATTTCOUNTER_H #define PATTTCOUNTER_H 1 diff --git a/Tr/PatChecker/src/PatTrack2MCParticle.cpp b/Tr/PatChecker/src/PatTrack2MCParticle.cpp index 8eae53d5b7b..bc741539037 100755 --- a/Tr/PatChecker/src/PatTrack2MCParticle.cpp +++ b/Tr/PatChecker/src/PatTrack2MCParticle.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // local diff --git a/Tr/PatChecker/src/PatTrack2MCParticle.h b/Tr/PatChecker/src/PatTrack2MCParticle.h index f116b2fcbbd..5e36994c707 100755 --- a/Tr/PatChecker/src/PatTrack2MCParticle.h +++ b/Tr/PatChecker/src/PatTrack2MCParticle.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PATTRACK2MCPARTICLE_H #define PATTRACK2MCPARTICLE_H 1 diff --git a/Tr/PatChecker/src/PrimaryVertexChecker.cpp b/Tr/PatChecker/src/PrimaryVertexChecker.cpp index f04f315089a..d18b17b1303 100644 --- a/Tr/PatChecker/src/PrimaryVertexChecker.cpp +++ b/Tr/PatChecker/src/PrimaryVertexChecker.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // from Gaudi #include "GaudiAlg/Tuples.h" diff --git a/Tr/PatChecker/src/PrimaryVertexChecker.h b/Tr/PatChecker/src/PrimaryVertexChecker.h index 0e125f75bb2..cbc01b3c3f5 100644 --- a/Tr/PatChecker/src/PrimaryVertexChecker.h +++ b/Tr/PatChecker/src/PrimaryVertexChecker.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PRIMARYVERTEXCHECKER_H #define PRIMARYVERTEXCHECKER_H 1 diff --git a/Tr/PatFitParams/CMakeLists.txt b/Tr/PatFitParams/CMakeLists.txt index 6ebb6d7aba6..29cdc1e8d0f 100644 --- a/Tr/PatFitParams/CMakeLists.txt +++ b/Tr/PatFitParams/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ################################################################################ # Package: PatFitParams ################################################################################ diff --git a/Tr/PatFitParams/options/FitParams.py b/Tr/PatFitParams/options/FitParams.py index cb4b7ec4e3e..69facbd2d85 100644 --- a/Tr/PatFitParams/options/FitParams.py +++ b/Tr/PatFitParams/options/FitParams.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### from Configurables import ( Brunel, NTupleSvc ) Brunel().InputType = "DIGI" # implies also Brunel().Simulation = True diff --git a/Tr/PatFitParams/options/NewCatalog.xml b/Tr/PatFitParams/options/NewCatalog.xml index 3ad3a598a40..eeda3fc4ca2 100755 --- a/Tr/PatFitParams/options/NewCatalog.xml +++ b/Tr/PatFitParams/options/NewCatalog.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="UTF-8" standalone="no" ?> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <!-- Edited By POOL --> <!DOCTYPE POOLFILECATALOG SYSTEM "InMemory"> <POOLFILECATALOG> diff --git a/Tr/PatFitParams/src/FitTool.cpp b/Tr/PatFitParams/src/FitTool.cpp index e30ae1dc005..0d398bdb65a 100755 --- a/Tr/PatFitParams/src/FitTool.cpp +++ b/Tr/PatFitParams/src/FitTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // local diff --git a/Tr/PatFitParams/src/FitTool.h b/Tr/PatFitParams/src/FitTool.h index d3e08c2f0f4..25dba11ab03 100755 --- a/Tr/PatFitParams/src/FitTool.h +++ b/Tr/PatFitParams/src/FitTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef FITTOOL_H #define FITTOOL_H 1 diff --git a/Tr/PatFitParams/src/FwdFitParams.cpp b/Tr/PatFitParams/src/FwdFitParams.cpp index f8f6a6da3f5..b898591098a 100755 --- a/Tr/PatFitParams/src/FwdFitParams.cpp +++ b/Tr/PatFitParams/src/FwdFitParams.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files #include <string> #include <stdio.h> diff --git a/Tr/PatFitParams/src/FwdFitParams.h b/Tr/PatFitParams/src/FwdFitParams.h index 3d91c3c95ae..c1c8e31112a 100755 --- a/Tr/PatFitParams/src/FwdFitParams.h +++ b/Tr/PatFitParams/src/FwdFitParams.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef FWDFITPARAMS_H #define FWDFITPARAMS_H 1 diff --git a/Tr/PatFitParams/src/FwdParameters.cpp b/Tr/PatFitParams/src/FwdParameters.cpp index 0a50544224d..a07ad2b861e 100755 --- a/Tr/PatFitParams/src/FwdParameters.cpp +++ b/Tr/PatFitParams/src/FwdParameters.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files #include <stdio.h> diff --git a/Tr/PatFitParams/src/FwdParameters.h b/Tr/PatFitParams/src/FwdParameters.h index 7f976bf2390..0f215f9d2c3 100755 --- a/Tr/PatFitParams/src/FwdParameters.h +++ b/Tr/PatFitParams/src/FwdParameters.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef FWDPARAMETERS_H #define FWDPARAMETERS_H 1 diff --git a/Tr/PatFitParams/src/KsFitParams.cpp b/Tr/PatFitParams/src/KsFitParams.cpp index 1b645aef543..fa9c71760ca 100755 --- a/Tr/PatFitParams/src/KsFitParams.cpp +++ b/Tr/PatFitParams/src/KsFitParams.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // from Gaudi diff --git a/Tr/PatFitParams/src/KsFitParams.h b/Tr/PatFitParams/src/KsFitParams.h index 3d97305ea26..f94b3d27c07 100755 --- a/Tr/PatFitParams/src/KsFitParams.h +++ b/Tr/PatFitParams/src/KsFitParams.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef KSFITPARAMS_H #define KSFITPARAMS_H 1 diff --git a/Tr/PatFitParams/src/LinParFit.h b/Tr/PatFitParams/src/LinParFit.h index d572cfe33cc..11c6bc3e014 100644 --- a/Tr/PatFitParams/src/LinParFit.h +++ b/Tr/PatFitParams/src/LinParFit.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ /** @file LinParFit.h * * @brief chi^2 fit which is linear in fit parameters diff --git a/Tr/PatFitParams/src/MatchFitParams.cpp b/Tr/PatFitParams/src/MatchFitParams.cpp index e5dd8850b89..1b15cc2ff8a 100644 --- a/Tr/PatFitParams/src/MatchFitParams.cpp +++ b/Tr/PatFitParams/src/MatchFitParams.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // from Gaudi diff --git a/Tr/PatFitParams/src/MatchFitParams.h b/Tr/PatFitParams/src/MatchFitParams.h index de61099d7ce..d8248ac77d2 100644 --- a/Tr/PatFitParams/src/MatchFitParams.h +++ b/Tr/PatFitParams/src/MatchFitParams.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef MATCHFITPARAMS_H #define MATCHFITPARAMS_H 1 diff --git a/Tr/PatFitParams/src/PatLongLivedParams.cpp b/Tr/PatFitParams/src/PatLongLivedParams.cpp index a4d42f9e1be..60055007dd1 100644 --- a/Tr/PatFitParams/src/PatLongLivedParams.cpp +++ b/Tr/PatFitParams/src/PatLongLivedParams.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // from Gaudi diff --git a/Tr/PatFitParams/src/PatLongLivedParams.h b/Tr/PatFitParams/src/PatLongLivedParams.h index 20eec8caf64..d0529306ef5 100644 --- a/Tr/PatFitParams/src/PatLongLivedParams.h +++ b/Tr/PatFitParams/src/PatLongLivedParams.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PATLONGLIVEDPARAMS_H #define PATLONGLIVEDPARAMS_H 1 diff --git a/Tr/PatFitParams/src/SeedFitParams.cpp b/Tr/PatFitParams/src/SeedFitParams.cpp index f1f3537380d..143a1a2a5d1 100755 --- a/Tr/PatFitParams/src/SeedFitParams.cpp +++ b/Tr/PatFitParams/src/SeedFitParams.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // from Gaudi diff --git a/Tr/PatFitParams/src/SeedFitParams.h b/Tr/PatFitParams/src/SeedFitParams.h index b85720235a0..c6906e55ed1 100755 --- a/Tr/PatFitParams/src/SeedFitParams.h +++ b/Tr/PatFitParams/src/SeedFitParams.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef SEEDFITPARAMS_H #define SEEDFITPARAMS_H 1 diff --git a/Tr/PatPV/CMakeLists.txt b/Tr/PatPV/CMakeLists.txt index ccb51a6b3f1..8138bc480ae 100644 --- a/Tr/PatPV/CMakeLists.txt +++ b/Tr/PatPV/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ################################################################################ # Package: PatPV ################################################################################ diff --git a/Tr/PatPV/options/PV2DFit3D.py b/Tr/PatPV/options/PV2DFit3D.py index 562177adc9b..8b57449892f 100644 --- a/Tr/PatPV/options/PV2DFit3D.py +++ b/Tr/PatPV/options/PV2DFit3D.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### from Configurables import PatPV2DFit3D, PVOfflineTool # reconstruction diff --git a/Tr/PatPV/options/PVDisplaced.py b/Tr/PatPV/options/PVDisplaced.py index 426ce99413a..5faef72e652 100644 --- a/Tr/PatPV/options/PVDisplaced.py +++ b/Tr/PatPV/options/PVDisplaced.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### #=== options for reconstruction all PV including displaced PVs from Configurables import PatPV3D, PVOfflineTool, LSAdaptPV3DFitter, PVSeed3DTool from GaudiKernel.SystemOfUnits import mm diff --git a/Tr/PatPV/python/PatPV/PVConf.py b/Tr/PatPV/python/PatPV/PVConf.py index 39afba99d4c..6cb288bca68 100644 --- a/Tr/PatPV/python/PatPV/PVConf.py +++ b/Tr/PatPV/python/PatPV/PVConf.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### from Configurables import PatPVOffline, PVSeed3DOfflineTool, PVSeedTool from Configurables import PVOfflineTool, SimplePVSeedTool, SimplePVFitter, LSAdaptPVFitter diff --git a/Tr/PatPV/src/AdaptivePV3DFitter.cpp b/Tr/PatPV/src/AdaptivePV3DFitter.cpp index eda18a22eda..ca60b88c60f 100644 --- a/Tr/PatPV/src/AdaptivePV3DFitter.cpp +++ b/Tr/PatPV/src/AdaptivePV3DFitter.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files #include "GaudiAlg/GaudiTool.h" #include "GaudiKernel/Point3DTypes.h" diff --git a/Tr/PatPV/src/IPVFitter.h b/Tr/PatPV/src/IPVFitter.h index b209438ed96..8f1435aef7d 100644 --- a/Tr/PatPV/src/IPVFitter.h +++ b/Tr/PatPV/src/IPVFitter.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef IPVFITTER_H #define IPVFITTER_H 1 diff --git a/Tr/PatPV/src/IPVSeeding.h b/Tr/PatPV/src/IPVSeeding.h index ffaecfeaa8d..6feae9b9b6f 100644 --- a/Tr/PatPV/src/IPVSeeding.h +++ b/Tr/PatPV/src/IPVSeeding.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef IPVSEEDING_H #define IPVSEEDING_H 1 diff --git a/Tr/PatPV/src/LSAdaptPV3DFitter.cpp b/Tr/PatPV/src/LSAdaptPV3DFitter.cpp index ddcc7448a76..b50e2b6cc24 100644 --- a/Tr/PatPV/src/LSAdaptPV3DFitter.cpp +++ b/Tr/PatPV/src/LSAdaptPV3DFitter.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // from Event #include "Event/Track.h" diff --git a/Tr/PatPV/src/LSAdaptPV3DFitter.h b/Tr/PatPV/src/LSAdaptPV3DFitter.h index e130760029c..ee6932cd1d4 100644 --- a/Tr/PatPV/src/LSAdaptPV3DFitter.h +++ b/Tr/PatPV/src/LSAdaptPV3DFitter.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef LSADAPTPVFITTER_H #define LSADAPTPVFITTER_H 1 diff --git a/Tr/PatPV/src/LSAdaptPVFitter.cpp b/Tr/PatPV/src/LSAdaptPVFitter.cpp index 577e444375a..9199748b708 100644 --- a/Tr/PatPV/src/LSAdaptPVFitter.cpp +++ b/Tr/PatPV/src/LSAdaptPVFitter.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // from Event #include "Event/Track.h" diff --git a/Tr/PatPV/src/LSAdaptPVFitter.h b/Tr/PatPV/src/LSAdaptPVFitter.h index 7d53f631f88..a8398e1b29c 100644 --- a/Tr/PatPV/src/LSAdaptPVFitter.h +++ b/Tr/PatPV/src/LSAdaptPVFitter.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef LSADAPTPVFITTER_H #define LSADAPTPVFITTER_H 1 // from Gaudi diff --git a/Tr/PatPV/src/PVOfflineRecalculate.cpp b/Tr/PatPV/src/PVOfflineRecalculate.cpp index 3bd11921c15..3e060cf7547 100644 --- a/Tr/PatPV/src/PVOfflineRecalculate.cpp +++ b/Tr/PatPV/src/PVOfflineRecalculate.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // local diff --git a/Tr/PatPV/src/PVOfflineRecalculate.h b/Tr/PatPV/src/PVOfflineRecalculate.h index b339024651a..451b555ca86 100644 --- a/Tr/PatPV/src/PVOfflineRecalculate.h +++ b/Tr/PatPV/src/PVOfflineRecalculate.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PVOFFLINERECALCULATE_H #define PVOFFLINERECALCULATE_H 1 diff --git a/Tr/PatPV/src/PVOfflineTool.cpp b/Tr/PatPV/src/PVOfflineTool.cpp index 8941fada53c..68a1e8e0b9e 100644 --- a/Tr/PatPV/src/PVOfflineTool.cpp +++ b/Tr/PatPV/src/PVOfflineTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files: #include <numeric> // from Gaudi diff --git a/Tr/PatPV/src/PVOfflineTool.h b/Tr/PatPV/src/PVOfflineTool.h index daa0ad52f36..568f586cb04 100644 --- a/Tr/PatPV/src/PVOfflineTool.h +++ b/Tr/PatPV/src/PVOfflineTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PVOFFLINETOOL_H #define PVOFFLINETOOL_H 1 // Include files: diff --git a/Tr/PatPV/src/PVSeed3DOfflineTool.cpp b/Tr/PatPV/src/PVSeed3DOfflineTool.cpp index 9dd374f13de..dc20980cb2c 100644 --- a/Tr/PatPV/src/PVSeed3DOfflineTool.cpp +++ b/Tr/PatPV/src/PVSeed3DOfflineTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // STL diff --git a/Tr/PatPV/src/PVSeed3DOfflineTool.h b/Tr/PatPV/src/PVSeed3DOfflineTool.h index 13ff4a4ff5c..d98dd0f3bee 100644 --- a/Tr/PatPV/src/PVSeed3DOfflineTool.h +++ b/Tr/PatPV/src/PVSeed3DOfflineTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PATPV_PVSEED3DOFFLINETOOL_H #define PATPV_PVSEED3DOFFLINETOOL_H 1 diff --git a/Tr/PatPV/src/PVSeed3DTool.cpp b/Tr/PatPV/src/PVSeed3DTool.cpp index 773aa6af883..85a6fde3796 100644 --- a/Tr/PatPV/src/PVSeed3DTool.cpp +++ b/Tr/PatPV/src/PVSeed3DTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // local diff --git a/Tr/PatPV/src/PVSeed3DTool.h b/Tr/PatPV/src/PVSeed3DTool.h index e013ae6bc60..86da7d5fc6b 100644 --- a/Tr/PatPV/src/PVSeed3DTool.h +++ b/Tr/PatPV/src/PVSeed3DTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef NEWTOOL_PVSEED3DTOOL_H #define NEWTOOL_PVSEED3DTOOL_H 1 diff --git a/Tr/PatPV/src/PVSeedTool.cpp b/Tr/PatPV/src/PVSeedTool.cpp index 4b54cfb900c..9565be13ecb 100644 --- a/Tr/PatPV/src/PVSeedTool.cpp +++ b/Tr/PatPV/src/PVSeedTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // STL diff --git a/Tr/PatPV/src/PVSeedTool.h b/Tr/PatPV/src/PVSeedTool.h index 264d6df61a3..a530254df75 100644 --- a/Tr/PatPV/src/PVSeedTool.h +++ b/Tr/PatPV/src/PVSeedTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PATPV_PVSEEDTOOL_H #define PATPV_PVSEEDTOOL_H 1 diff --git a/Tr/PatPV/src/PVUtils.h b/Tr/PatPV/src/PVUtils.h index 2ae2a483117..e62c0ad28f6 100644 --- a/Tr/PatPV/src/PVUtils.h +++ b/Tr/PatPV/src/PVUtils.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PVUTILS_H #define PVUTILS_H 1 diff --git a/Tr/PatPV/src/PatPV3D.cpp b/Tr/PatPV/src/PatPV3D.cpp index e8dd24ed2d0..e2e7aad11b1 100644 --- a/Tr/PatPV/src/PatPV3D.cpp +++ b/Tr/PatPV/src/PatPV3D.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // ------------- diff --git a/Tr/PatPV/src/PatPV3D.h b/Tr/PatPV/src/PatPV3D.h index d12006c0786..f133304c5e8 100644 --- a/Tr/PatPV/src/PatPV3D.h +++ b/Tr/PatPV/src/PatPV3D.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PATPV_PATPV3D_H #define PATPV_PATPV3D_H 1 diff --git a/Tr/PatPV/src/PatPVOffline.cpp b/Tr/PatPV/src/PatPVOffline.cpp index a518b5edbdc..ae81c904706 100644 --- a/Tr/PatPV/src/PatPVOffline.cpp +++ b/Tr/PatPV/src/PatPVOffline.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files: // from Gaudi #include "GaudiKernel/SystemOfUnits.h" diff --git a/Tr/PatPV/src/PatPVOffline.h b/Tr/PatPV/src/PatPVOffline.h index 4c62e3551a0..c09abc73fb8 100644 --- a/Tr/PatPV/src/PatPVOffline.h +++ b/Tr/PatPV/src/PatPVOffline.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PATPVOFFLINE_H #define PATPVOFFLINE_H 1 // Include files: diff --git a/Tr/PatPV/src/SimplePVFitter.cpp b/Tr/PatPV/src/SimplePVFitter.cpp index 17a56989b4d..e58dd28f9d6 100644 --- a/Tr/PatPV/src/SimplePVFitter.cpp +++ b/Tr/PatPV/src/SimplePVFitter.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // from Event #include "Event/Track.h" diff --git a/Tr/PatPV/src/SimplePVFitter.h b/Tr/PatPV/src/SimplePVFitter.h index 28f8ca2a84d..8133a266064 100644 --- a/Tr/PatPV/src/SimplePVFitter.h +++ b/Tr/PatPV/src/SimplePVFitter.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef SIMPLEPVFITTER_H #define SIMPLEPVFITTER_H 1 // from Gaudi diff --git a/Tr/PatPV/src/SimplePVSeedTool.cpp b/Tr/PatPV/src/SimplePVSeedTool.cpp index 3f1f967d8db..237ef48d924 100644 --- a/Tr/PatPV/src/SimplePVSeedTool.cpp +++ b/Tr/PatPV/src/SimplePVSeedTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // local diff --git a/Tr/PatPV/src/SimplePVSeedTool.h b/Tr/PatPV/src/SimplePVSeedTool.h index 6b0a6696136..08ac0fa6c66 100644 --- a/Tr/PatPV/src/SimplePVSeedTool.h +++ b/Tr/PatPV/src/SimplePVSeedTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PATPV_SIMPLEPVSEEDTOOL_H #define PATPV_SIMPLEPVSEEDTOOL_H 1 diff --git a/Tr/TrackAssociators/CMakeLists.txt b/Tr/TrackAssociators/CMakeLists.txt index eb7c292f90f..9faf4261c35 100644 --- a/Tr/TrackAssociators/CMakeLists.txt +++ b/Tr/TrackAssociators/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ################################################################################ # Package: TrackAssociators ################################################################################ diff --git a/Tr/TrackAssociators/src/TrackAssociator.cpp b/Tr/TrackAssociators/src/TrackAssociator.cpp index dcc468f8eb4..7e6f9d36d85 100755 --- a/Tr/TrackAssociators/src/TrackAssociator.cpp +++ b/Tr/TrackAssociators/src/TrackAssociator.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // local diff --git a/Tr/TrackAssociators/src/TrackAssociator.h b/Tr/TrackAssociators/src/TrackAssociator.h index ace0f998423..145710a821a 100755 --- a/Tr/TrackAssociators/src/TrackAssociator.h +++ b/Tr/TrackAssociators/src/TrackAssociator.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TRACKASSOCIATOR_H #define TRACKASSOCIATOR_H 1 diff --git a/Tr/TrackCheckers/CMakeLists.txt b/Tr/TrackCheckers/CMakeLists.txt index 62893e8267f..878b91ff136 100644 --- a/Tr/TrackCheckers/CMakeLists.txt +++ b/Tr/TrackCheckers/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ################################################################################ # Package: TrackCheckers ################################################################################ diff --git a/Tr/TrackCheckers/root/ExFitDblGaus.C b/Tr/TrackCheckers/root/ExFitDblGaus.C index 8a8a116dc07..5005dfdc410 100755 --- a/Tr/TrackCheckers/root/ExFitDblGaus.C +++ b/Tr/TrackCheckers/root/ExFitDblGaus.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ExFitDblGaus.C // // example for the double gaussian fitter in FitDblGaus.C diff --git a/Tr/TrackCheckers/root/FitDblGaus.C b/Tr/TrackCheckers/root/FitDblGaus.C index a5fc0be4115..7c83d088509 100755 --- a/Tr/TrackCheckers/root/FitDblGaus.C +++ b/Tr/TrackCheckers/root/FitDblGaus.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // FitDblGaus - fit a double gaussian, taking starting values from // histogram // diff --git a/Tr/TrackCheckers/root/HitEffPurTool.C b/Tr/TrackCheckers/root/HitEffPurTool.C index 756a180503b..ca911fbae89 100755 --- a/Tr/TrackCheckers/root/HitEffPurTool.C +++ b/Tr/TrackCheckers/root/HitEffPurTool.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // HitEffPurTool.C // // root macro to read in a TrackCheckerNT NTuple and produce histograms diff --git a/Tr/TrackCheckers/root/HitEffPurTool.h b/Tr/TrackCheckers/root/HitEffPurTool.h index f5d18681f98..bd0990aea3b 100755 --- a/Tr/TrackCheckers/root/HitEffPurTool.h +++ b/Tr/TrackCheckers/root/HitEffPurTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ ////////////////////////////////////////////////////////// // This class has been automatically generated on // Wed Jun 13 10:36:07 2007 by ROOT version 5.13/04c diff --git a/Tr/TrackCheckers/root/MomentumResolutionTool.C b/Tr/TrackCheckers/root/MomentumResolutionTool.C index 3273fdd9850..0e4ddc2bbe4 100755 --- a/Tr/TrackCheckers/root/MomentumResolutionTool.C +++ b/Tr/TrackCheckers/root/MomentumResolutionTool.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // MomentumResolutionTool.C // // this root macro should produce histograms of the resolution obtained diff --git a/Tr/TrackCheckers/root/MomentumResolutionTool.h b/Tr/TrackCheckers/root/MomentumResolutionTool.h index 6d123314b1b..72002fc6e74 100755 --- a/Tr/TrackCheckers/root/MomentumResolutionTool.h +++ b/Tr/TrackCheckers/root/MomentumResolutionTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ ////////////////////////////////////////////////////////// // This class has been automatically generated on // Wed Jun 13 10:36:07 2007 by ROOT version 5.13/04c diff --git a/Tr/TrackCheckers/root/PlotHitResiduals.C b/Tr/TrackCheckers/root/PlotHitResiduals.C index 38135645ffd..70cc26db5ba 100755 --- a/Tr/TrackCheckers/root/PlotHitResiduals.C +++ b/Tr/TrackCheckers/root/PlotHitResiduals.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include "iostream.h" #include "HitResiduals.h" #include "TH1F.h" diff --git a/Tr/TrackCheckers/root/RecoEffTool.C b/Tr/TrackCheckers/root/RecoEffTool.C index 93b1da7308a..106b7e09be4 100755 --- a/Tr/TrackCheckers/root/RecoEffTool.C +++ b/Tr/TrackCheckers/root/RecoEffTool.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ /** RecoEffTool.C * * calculate Track reconstruction efficiencies for all track types, as diff --git a/Tr/TrackCheckers/root/RecoEffTool.h b/Tr/TrackCheckers/root/RecoEffTool.h index 4ebacbba17b..1cb4b7d6dcc 100755 --- a/Tr/TrackCheckers/root/RecoEffTool.h +++ b/Tr/TrackCheckers/root/RecoEffTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ ////////////////////////////////////////////////////////// // This class has been automatically generated on // Wed Jun 13 10:36:07 2007 by ROOT version 5.13/04c diff --git a/Tr/TrackCheckers/root/SlopeITOT.C b/Tr/TrackCheckers/root/SlopeITOT.C index e79b06e125a..7a5751c35e2 100755 --- a/Tr/TrackCheckers/root/SlopeITOT.C +++ b/Tr/TrackCheckers/root/SlopeITOT.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // SlopeITOT.C // // this is a simple example of a script that draws histograms of the diff --git a/Tr/TrackCheckers/root/SlopeITOT.h b/Tr/TrackCheckers/root/SlopeITOT.h index 8933fffcf05..8911df1e2d5 100755 --- a/Tr/TrackCheckers/root/SlopeITOT.h +++ b/Tr/TrackCheckers/root/SlopeITOT.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ ////////////////////////////////////////////////////////// // This class has been automatically generated on // Wed Jun 13 10:36:07 2007 by ROOT version 5.13/04c diff --git a/Tr/TrackCheckers/root/TrackTypeTool.C b/Tr/TrackCheckers/root/TrackTypeTool.C index 1e69ed831ee..4ba8c04ff06 100755 --- a/Tr/TrackCheckers/root/TrackTypeTool.C +++ b/Tr/TrackCheckers/root/TrackTypeTool.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // TrackTypeTool.C // // this root macro will produce histograms showing how many hits in each diff --git a/Tr/TrackCheckers/root/TrackTypeTool.h b/Tr/TrackCheckers/root/TrackTypeTool.h index eed17da84f3..47e52928d3d 100755 --- a/Tr/TrackCheckers/root/TrackTypeTool.h +++ b/Tr/TrackCheckers/root/TrackTypeTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ ////////////////////////////////////////////////////////// // This class has been automatically generated on // Wed Jun 13 10:36:07 2007 by ROOT version 5.13/04c diff --git a/Tr/TrackCheckers/root/TxTool.C b/Tr/TrackCheckers/root/TxTool.C index b04f6e52b34..e19c90a2630 100755 --- a/Tr/TrackCheckers/root/TxTool.C +++ b/Tr/TrackCheckers/root/TxTool.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // TxTool.C // // this root macro will make a histogram of the slopes of straight lines diff --git a/Tr/TrackCheckers/root/TxTool.h b/Tr/TrackCheckers/root/TxTool.h index 4b7b15c414e..9217bf3e851 100755 --- a/Tr/TrackCheckers/root/TxTool.h +++ b/Tr/TrackCheckers/root/TxTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ ////////////////////////////////////////////////////////// // This class has been automatically generated on // Wed Jun 13 10:36:07 2007 by ROOT version 5.13/04c diff --git a/Tr/TrackCheckers/root/makePlots.C b/Tr/TrackCheckers/root/makePlots.C index 77a87640601..dd7c3765fd2 100755 --- a/Tr/TrackCheckers/root/makePlots.C +++ b/Tr/TrackCheckers/root/makePlots.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ void makePlots() { diff --git a/Tr/TrackCheckers/root/occup.C b/Tr/TrackCheckers/root/occup.C index f2d11dba97e..6a17c80761e 100644 --- a/Tr/TrackCheckers/root/occup.C +++ b/Tr/TrackCheckers/root/occup.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // // This is just an example of how to access // event-averaged occupancies of different OT modules. diff --git a/Tr/TrackCheckers/src/ExtrapolatorChecker.cpp b/Tr/TrackCheckers/src/ExtrapolatorChecker.cpp index 1105ea955cc..92e2f588608 100755 --- a/Tr/TrackCheckers/src/ExtrapolatorChecker.cpp +++ b/Tr/TrackCheckers/src/ExtrapolatorChecker.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // local diff --git a/Tr/TrackCheckers/src/ExtrapolatorChecker.h b/Tr/TrackCheckers/src/ExtrapolatorChecker.h index 40a49aad791..1b1a99aeb1e 100755 --- a/Tr/TrackCheckers/src/ExtrapolatorChecker.h +++ b/Tr/TrackCheckers/src/ExtrapolatorChecker.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef EXTRAPOLATORCHECKER_H #define EXTRAPOLATORCHECKER_H 1 diff --git a/Tr/TrackCheckers/src/ExtrapolatorCheckerNT.cpp b/Tr/TrackCheckers/src/ExtrapolatorCheckerNT.cpp index d7a980d7342..86848dbfc61 100644 --- a/Tr/TrackCheckers/src/ExtrapolatorCheckerNT.cpp +++ b/Tr/TrackCheckers/src/ExtrapolatorCheckerNT.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // from Gaudi diff --git a/Tr/TrackCheckers/src/Map.cpp b/Tr/TrackCheckers/src/Map.cpp index b1e11bfff5f..c5e4c3a0d03 100755 --- a/Tr/TrackCheckers/src/Map.cpp +++ b/Tr/TrackCheckers/src/Map.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include "Map.h" diff --git a/Tr/TrackCheckers/src/Map.h b/Tr/TrackCheckers/src/Map.h index 82a34e8ae60..33b9bf4a91c 100755 --- a/Tr/TrackCheckers/src/Map.h +++ b/Tr/TrackCheckers/src/Map.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef _TrackMaps_H #define _TrackMaps_H diff --git a/Tr/TrackCheckers/src/TrackCheckerBase.cpp b/Tr/TrackCheckers/src/TrackCheckerBase.cpp index ff942ea59bf..94b81b97b85 100755 --- a/Tr/TrackCheckers/src/TrackCheckerBase.cpp +++ b/Tr/TrackCheckers/src/TrackCheckerBase.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files #include "TrackCheckerBase.h" #include "Event/Track.h" diff --git a/Tr/TrackCheckers/src/TrackCheckerBase.h b/Tr/TrackCheckers/src/TrackCheckerBase.h index ea871586667..92b8c4035fc 100755 --- a/Tr/TrackCheckers/src/TrackCheckerBase.h +++ b/Tr/TrackCheckers/src/TrackCheckerBase.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TRACKCHECKERBASE_H #define TRACKCHECKERBASE_H 1 diff --git a/Tr/TrackCheckers/src/TrackCheckerNT.cpp b/Tr/TrackCheckers/src/TrackCheckerNT.cpp index 34a327d8816..3727ed1afa9 100755 --- a/Tr/TrackCheckers/src/TrackCheckerNT.cpp +++ b/Tr/TrackCheckers/src/TrackCheckerNT.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // local diff --git a/Tr/TrackCheckers/src/TrackCheckerNT.h b/Tr/TrackCheckers/src/TrackCheckerNT.h index ba8c63d4d02..7e27c5756c8 100755 --- a/Tr/TrackCheckers/src/TrackCheckerNT.h +++ b/Tr/TrackCheckers/src/TrackCheckerNT.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TRACKCHECKERNT_H #define TRACKCHECKERNT_H 1 diff --git a/Tr/TrackCheckers/src/TrackCloneChecker.cpp b/Tr/TrackCheckers/src/TrackCloneChecker.cpp index 9b88058dfeb..fbd8a27dbff 100755 --- a/Tr/TrackCheckers/src/TrackCloneChecker.cpp +++ b/Tr/TrackCheckers/src/TrackCloneChecker.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // local diff --git a/Tr/TrackCheckers/src/TrackCloneChecker.h b/Tr/TrackCheckers/src/TrackCloneChecker.h index 034c4fd49e5..eddc9edbbdc 100755 --- a/Tr/TrackCheckers/src/TrackCloneChecker.h +++ b/Tr/TrackCheckers/src/TrackCloneChecker.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TRACKCLONECHECKER_H #define TRACKCLONECHECKER_H 1 diff --git a/Tr/TrackCheckers/src/TrackEffChecker.cpp b/Tr/TrackCheckers/src/TrackEffChecker.cpp index ceafad4e798..2c53becfe53 100755 --- a/Tr/TrackCheckers/src/TrackEffChecker.cpp +++ b/Tr/TrackCheckers/src/TrackEffChecker.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files #include "TrackEffChecker.h" diff --git a/Tr/TrackCheckers/src/TrackEffChecker.h b/Tr/TrackCheckers/src/TrackEffChecker.h index 8d0c8f03a25..b1383c7769a 100755 --- a/Tr/TrackCheckers/src/TrackEffChecker.h +++ b/Tr/TrackCheckers/src/TrackEffChecker.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TRACKEFFCHECKER_H #define TRACKEFFCHECKER_H 1 diff --git a/Tr/TrackCheckers/src/TrackIPResolutionChecker.cpp b/Tr/TrackCheckers/src/TrackIPResolutionChecker.cpp index eb7ac2de1f7..f05a009a99d 100755 --- a/Tr/TrackCheckers/src/TrackIPResolutionChecker.cpp +++ b/Tr/TrackCheckers/src/TrackIPResolutionChecker.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files #include <map> diff --git a/Tr/TrackCheckers/src/TrackIPResolutionCheckerNT.cpp b/Tr/TrackCheckers/src/TrackIPResolutionCheckerNT.cpp index d616d86fdff..4e90cd970b9 100644 --- a/Tr/TrackCheckers/src/TrackIPResolutionCheckerNT.cpp +++ b/Tr/TrackCheckers/src/TrackIPResolutionCheckerNT.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files #include <map> diff --git a/Tr/TrackCheckers/src/TrackOccupChecker.cpp b/Tr/TrackCheckers/src/TrackOccupChecker.cpp index 193dd862c75..08ebf4aed49 100644 --- a/Tr/TrackCheckers/src/TrackOccupChecker.cpp +++ b/Tr/TrackCheckers/src/TrackOccupChecker.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files #include "TrackOccupChecker.h" diff --git a/Tr/TrackCheckers/src/TrackOccupChecker.h b/Tr/TrackCheckers/src/TrackOccupChecker.h index b62b572e183..379067239fe 100755 --- a/Tr/TrackCheckers/src/TrackOccupChecker.h +++ b/Tr/TrackCheckers/src/TrackOccupChecker.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TRACKOCCUPCHECKER_H #define TRACKOCCUPCHECKER_H 1 diff --git a/Tr/TrackCheckers/src/TrackResChecker.cpp b/Tr/TrackCheckers/src/TrackResChecker.cpp index 9f21de45b0d..a6e928eb255 100755 --- a/Tr/TrackCheckers/src/TrackResChecker.cpp +++ b/Tr/TrackCheckers/src/TrackResChecker.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files #include "TrackResChecker.h" diff --git a/Tr/TrackCheckers/src/TrackResChecker.h b/Tr/TrackCheckers/src/TrackResChecker.h index 87f7f162049..3eb11c9ff04 100755 --- a/Tr/TrackCheckers/src/TrackResChecker.h +++ b/Tr/TrackCheckers/src/TrackResChecker.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TRACKRESCHECKER_H #define TRACKRESCHECKER_H 1 diff --git a/Tr/TrackCheckers/src/TrackVeloTTChecker.cpp b/Tr/TrackCheckers/src/TrackVeloTTChecker.cpp index 9a618a58f7e..1d726a236d8 100755 --- a/Tr/TrackCheckers/src/TrackVeloTTChecker.cpp +++ b/Tr/TrackCheckers/src/TrackVeloTTChecker.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // from Gaudi diff --git a/Tr/TrackCheckers/src/TrackVeloTTChecker.h b/Tr/TrackCheckers/src/TrackVeloTTChecker.h index bc7c4c86057..c25f9f3fd9c 100755 --- a/Tr/TrackCheckers/src/TrackVeloTTChecker.h +++ b/Tr/TrackCheckers/src/TrackVeloTTChecker.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TRACKCHECKERS_TRACKVELOTTCHECKER_H #define TRACKCHECKERS_TRACKVELOTTCHECKER_H 1 diff --git a/Tr/TrackCheckers/src/VertexChecker.cpp b/Tr/TrackCheckers/src/VertexChecker.cpp index beaacbb0e22..bea259103db 100644 --- a/Tr/TrackCheckers/src/VertexChecker.cpp +++ b/Tr/TrackCheckers/src/VertexChecker.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // from Gaudi diff --git a/Tr/TrackCheckers/src/VertexChecker.h b/Tr/TrackCheckers/src/VertexChecker.h index 6ed10009790..590b6ee80b2 100644 --- a/Tr/TrackCheckers/src/VertexChecker.h +++ b/Tr/TrackCheckers/src/VertexChecker.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef VERTEXCHECKER_H #define VERTEXCHECKER_H 1 diff --git a/Tr/TrackExtrapolators/CMakeLists.txt b/Tr/TrackExtrapolators/CMakeLists.txt index 1ace1310b07..2b92d75d9be 100644 --- a/Tr/TrackExtrapolators/CMakeLists.txt +++ b/Tr/TrackExtrapolators/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ################################################################################ # Package: TrackExtrapolators ################################################################################ diff --git a/Tr/TrackExtrapolators/src/DetailedMaterialLocator.cpp b/Tr/TrackExtrapolators/src/DetailedMaterialLocator.cpp index fbd8fdd118e..303a8f64fea 100644 --- a/Tr/TrackExtrapolators/src/DetailedMaterialLocator.cpp +++ b/Tr/TrackExtrapolators/src/DetailedMaterialLocator.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include "GaudiKernel/SystemOfUnits.h" #include "DetDesc/Material.h" diff --git a/Tr/TrackExtrapolators/src/DetailedMaterialLocator.h b/Tr/TrackExtrapolators/src/DetailedMaterialLocator.h index 4f8db67080e..b116f0a2462 100644 --- a/Tr/TrackExtrapolators/src/DetailedMaterialLocator.h +++ b/Tr/TrackExtrapolators/src/DetailedMaterialLocator.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TRACKEXTRAPOLATORS_DETAILEDMATERIALLOCATOR_H #define TRACKEXTRAPOLATORS_DETAILEDMATERIALLOCATOR_H diff --git a/Tr/TrackExtrapolators/src/MaterialLocatorBase.cpp b/Tr/TrackExtrapolators/src/MaterialLocatorBase.cpp index fb2079193b8..d12c53689b8 100644 --- a/Tr/TrackExtrapolators/src/MaterialLocatorBase.cpp +++ b/Tr/TrackExtrapolators/src/MaterialLocatorBase.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include "MaterialLocatorBase.h" #include <algorithm> #include <iterator> diff --git a/Tr/TrackExtrapolators/src/MaterialLocatorBase.h b/Tr/TrackExtrapolators/src/MaterialLocatorBase.h index 631457c037f..484f222ffc5 100644 --- a/Tr/TrackExtrapolators/src/MaterialLocatorBase.h +++ b/Tr/TrackExtrapolators/src/MaterialLocatorBase.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TRACKEXTRAPOLATORS_TRACKMATERIALINTERSECTORBASE_H #define TRACKEXTRAPOLATORS_TRACKMATERIALINTERSECTORBASE_H diff --git a/Tr/TrackExtrapolators/src/SimplifiedMaterialLocator.cpp b/Tr/TrackExtrapolators/src/SimplifiedMaterialLocator.cpp index 3219242ae9a..87e64caecbf 100644 --- a/Tr/TrackExtrapolators/src/SimplifiedMaterialLocator.cpp +++ b/Tr/TrackExtrapolators/src/SimplifiedMaterialLocator.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include "SimplifiedMaterialLocator.h" #include <set> diff --git a/Tr/TrackExtrapolators/src/SimplifiedMaterialLocator.h b/Tr/TrackExtrapolators/src/SimplifiedMaterialLocator.h index b2f236f07d4..69ccac86eba 100644 --- a/Tr/TrackExtrapolators/src/SimplifiedMaterialLocator.h +++ b/Tr/TrackExtrapolators/src/SimplifiedMaterialLocator.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TRACKEXTRAPOLATORS_TRACKFASTMATERIALINTERSECTOR_H #define TRACKEXTRAPOLATORS_TRACKFASTMATERIALINTERSECTOR_H diff --git a/Tr/TrackExtrapolators/src/TrackDistanceExtraSelector.cpp b/Tr/TrackExtrapolators/src/TrackDistanceExtraSelector.cpp index fc2d2e3dee7..1fcf4d85af7 100644 --- a/Tr/TrackExtrapolators/src/TrackDistanceExtraSelector.cpp +++ b/Tr/TrackExtrapolators/src/TrackDistanceExtraSelector.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // from Gaudi diff --git a/Tr/TrackExtrapolators/src/TrackDistanceExtraSelector.h b/Tr/TrackExtrapolators/src/TrackDistanceExtraSelector.h index ad56a3f5e6f..39319263ed2 100644 --- a/Tr/TrackExtrapolators/src/TrackDistanceExtraSelector.h +++ b/Tr/TrackExtrapolators/src/TrackDistanceExtraSelector.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TrackDistanceExtraSelector_H #define TrackDistanceExtraSelector_H 1 diff --git a/Tr/TrackExtrapolators/src/TrackExtrapolator.cpp b/Tr/TrackExtrapolators/src/TrackExtrapolator.cpp index b1454a62221..2a57a431fdc 100644 --- a/Tr/TrackExtrapolators/src/TrackExtrapolator.cpp +++ b/Tr/TrackExtrapolators/src/TrackExtrapolator.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // local diff --git a/Tr/TrackExtrapolators/src/TrackExtrapolator.h b/Tr/TrackExtrapolators/src/TrackExtrapolator.h index 2dc0040ff92..f34ce855aa6 100644 --- a/Tr/TrackExtrapolators/src/TrackExtrapolator.h +++ b/Tr/TrackExtrapolators/src/TrackExtrapolator.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TRACKEXTRAPOLATORS_TRACKEXTRAPOLATOR_H #define TRACKEXTRAPOLATORS_TRACKEXTRAPOLATOR_H 1 diff --git a/Tr/TrackExtrapolators/src/TrackFieldExtrapolatorBase.cpp b/Tr/TrackExtrapolators/src/TrackFieldExtrapolatorBase.cpp index 504b8ecd806..b0b9b84df06 100644 --- a/Tr/TrackExtrapolators/src/TrackFieldExtrapolatorBase.cpp +++ b/Tr/TrackExtrapolators/src/TrackFieldExtrapolatorBase.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // ------------- // from Gaudi diff --git a/Tr/TrackExtrapolators/src/TrackFieldExtrapolatorBase.h b/Tr/TrackExtrapolators/src/TrackFieldExtrapolatorBase.h index fdd2749a4e9..0bbd9d58f20 100644 --- a/Tr/TrackExtrapolators/src/TrackFieldExtrapolatorBase.h +++ b/Tr/TrackExtrapolators/src/TrackFieldExtrapolatorBase.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TRACKEXTRAPOLATORS_TRFIELDEXTRAPOLATORBASE_H #define TRACKEXTRAPOLATORS_TRFIELDEXTRAPOLATORBASE_H diff --git a/Tr/TrackExtrapolators/src/TrackHerabExtrapolator.cpp b/Tr/TrackExtrapolators/src/TrackHerabExtrapolator.cpp index 843c45477b8..3f1aa266866 100644 --- a/Tr/TrackExtrapolators/src/TrackHerabExtrapolator.cpp +++ b/Tr/TrackExtrapolators/src/TrackHerabExtrapolator.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // from Gaudi #include "GaudiKernel/PhysicalConstants.h" diff --git a/Tr/TrackExtrapolators/src/TrackHerabExtrapolator.h b/Tr/TrackExtrapolators/src/TrackHerabExtrapolator.h index acf2f0b4773..582c1be8e14 100644 --- a/Tr/TrackExtrapolators/src/TrackHerabExtrapolator.h +++ b/Tr/TrackExtrapolators/src/TrackHerabExtrapolator.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TRACKHERABEXTRAPOLATOR_H #define TRACKHERABEXTRAPOLATOR_H 1 diff --git a/Tr/TrackExtrapolators/src/TrackKiselExtrapolator.cpp b/Tr/TrackExtrapolators/src/TrackKiselExtrapolator.cpp index 2ada71bb729..44bc2292663 100644 --- a/Tr/TrackExtrapolators/src/TrackKiselExtrapolator.cpp +++ b/Tr/TrackExtrapolators/src/TrackKiselExtrapolator.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // from Gaudi #include "GaudiKernel/PhysicalConstants.h" #include "GaudiKernel/IMagneticFieldSvc.h" diff --git a/Tr/TrackExtrapolators/src/TrackKiselExtrapolator.h b/Tr/TrackExtrapolators/src/TrackKiselExtrapolator.h index 2ebfa45abab..187cf3ad72a 100644 --- a/Tr/TrackExtrapolators/src/TrackKiselExtrapolator.h +++ b/Tr/TrackExtrapolators/src/TrackKiselExtrapolator.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TRACKKISELEXTRAPOLATOR_H #define TRACKKISELEXTRAPOLATOR_H 1 diff --git a/Tr/TrackExtrapolators/src/TrackLinearExtrapolator.cpp b/Tr/TrackExtrapolators/src/TrackLinearExtrapolator.cpp index 3c29adfec6e..63db238b3fc 100644 --- a/Tr/TrackExtrapolators/src/TrackLinearExtrapolator.cpp +++ b/Tr/TrackExtrapolators/src/TrackLinearExtrapolator.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // from TrackEvent diff --git a/Tr/TrackExtrapolators/src/TrackLinearExtrapolator.h b/Tr/TrackExtrapolators/src/TrackLinearExtrapolator.h index 37bb9ee80e3..837d147376a 100644 --- a/Tr/TrackExtrapolators/src/TrackLinearExtrapolator.h +++ b/Tr/TrackExtrapolators/src/TrackLinearExtrapolator.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TRACKEXTRAPOLATORS_TRLINEAREXTRAPOLATOR_H #define TRACKEXTRAPOLATORS_TRLINEAREXTRAPOLATOR_H 1 diff --git a/Tr/TrackExtrapolators/src/TrackMasterExtrapolator.cpp b/Tr/TrackExtrapolators/src/TrackMasterExtrapolator.cpp index 98b72c47a94..0ec5254fc7c 100644 --- a/Tr/TrackExtrapolators/src/TrackMasterExtrapolator.cpp +++ b/Tr/TrackExtrapolators/src/TrackMasterExtrapolator.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // ------------- diff --git a/Tr/TrackExtrapolators/src/TrackMasterExtrapolator.h b/Tr/TrackExtrapolators/src/TrackMasterExtrapolator.h index 6cfb524a2c7..d04e8c74c30 100644 --- a/Tr/TrackExtrapolators/src/TrackMasterExtrapolator.h +++ b/Tr/TrackExtrapolators/src/TrackMasterExtrapolator.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TRACKEXTRAPOLATORS_TRACKMASTEREXTRAPOLATOR_H #define TRACKEXTRAPOLATORS_TRACKMASTEREXTRAPOLATOR_H 1 diff --git a/Tr/TrackExtrapolators/src/TrackParabolicExtrapolator.cpp b/Tr/TrackExtrapolators/src/TrackParabolicExtrapolator.cpp index 31ff954ff4c..1a010108809 100644 --- a/Tr/TrackExtrapolators/src/TrackParabolicExtrapolator.cpp +++ b/Tr/TrackExtrapolators/src/TrackParabolicExtrapolator.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // ------------- // from Gaudi diff --git a/Tr/TrackExtrapolators/src/TrackParabolicExtrapolator.h b/Tr/TrackExtrapolators/src/TrackParabolicExtrapolator.h index d877eecd59c..bb91bc656d1 100644 --- a/Tr/TrackExtrapolators/src/TrackParabolicExtrapolator.h +++ b/Tr/TrackExtrapolators/src/TrackParabolicExtrapolator.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TRACKPARABOLICEXTRAPOLATOR_H #define TRACKPARABOLICEXTRAPOLATOR_H 1 diff --git a/Tr/TrackExtrapolators/src/TrackRungeKuttaExtrapolator.cpp b/Tr/TrackExtrapolators/src/TrackRungeKuttaExtrapolator.cpp index dbc54c624ee..3eebe339d64 100644 --- a/Tr/TrackExtrapolators/src/TrackRungeKuttaExtrapolator.cpp +++ b/Tr/TrackExtrapolators/src/TrackRungeKuttaExtrapolator.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include "TrackRungeKuttaExtrapolator.h" #include "LHCbMath/FastRoots.h" diff --git a/Tr/TrackExtrapolators/src/TrackRungeKuttaExtrapolator.h b/Tr/TrackExtrapolators/src/TrackRungeKuttaExtrapolator.h index 8ff8d413bfb..627498beca2 100644 --- a/Tr/TrackExtrapolators/src/TrackRungeKuttaExtrapolator.h +++ b/Tr/TrackExtrapolators/src/TrackRungeKuttaExtrapolator.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TRACKEXTRAPOLATORS_TrackRungeKuttaExtrapolator_H #define TRACKEXTRAPOLATORS_TrackRungeKuttaExtrapolator_H diff --git a/Tr/TrackExtrapolators/src/TrackSTEPExtrapolator.cpp b/Tr/TrackExtrapolators/src/TrackSTEPExtrapolator.cpp index 872e3594c6d..23919fa15b1 100644 --- a/Tr/TrackExtrapolators/src/TrackSTEPExtrapolator.cpp +++ b/Tr/TrackExtrapolators/src/TrackSTEPExtrapolator.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include <vector> #include <array> #include "boost/optional.hpp" diff --git a/Tr/TrackExtrapolators/src/TrackSimpleExtraSelector.cpp b/Tr/TrackExtrapolators/src/TrackSimpleExtraSelector.cpp index 4ec22b84064..8b385f34a01 100644 --- a/Tr/TrackExtrapolators/src/TrackSimpleExtraSelector.cpp +++ b/Tr/TrackExtrapolators/src/TrackSimpleExtraSelector.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include "TrackSimpleExtraSelector.h" // from TrackInterfaces diff --git a/Tr/TrackExtrapolators/src/TrackSimpleExtraSelector.h b/Tr/TrackExtrapolators/src/TrackSimpleExtraSelector.h index 07abc5dca30..766e040eafd 100644 --- a/Tr/TrackExtrapolators/src/TrackSimpleExtraSelector.h +++ b/Tr/TrackExtrapolators/src/TrackSimpleExtraSelector.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TrackSimpleExtraSelector_H #define TrackSimpleExtraSelector_H 1 diff --git a/Tr/TrackExtrapolators/src/TrackStateAdder.cpp b/Tr/TrackExtrapolators/src/TrackStateAdder.cpp index 37fe661d4ca..065b39e8c5b 100644 --- a/Tr/TrackExtrapolators/src/TrackStateAdder.cpp +++ b/Tr/TrackExtrapolators/src/TrackStateAdder.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifdef _WIN32 #pragma warning ( disable : 4355 ) // This used in initializer list, needed for ToolHandles #endif diff --git a/Tr/TrackExtrapolators/src/TrackStateProvider.cpp b/Tr/TrackExtrapolators/src/TrackStateProvider.cpp index c2e4b36d61c..36dbd57f9ad 100644 --- a/Tr/TrackExtrapolators/src/TrackStateProvider.cpp +++ b/Tr/TrackExtrapolators/src/TrackStateProvider.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // ------------- // from Gaudi diff --git a/Tr/TrackFitEvent/CMakeLists.txt b/Tr/TrackFitEvent/CMakeLists.txt index 63d0c15b47c..a7a39d473b3 100644 --- a/Tr/TrackFitEvent/CMakeLists.txt +++ b/Tr/TrackFitEvent/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ################################################################################ # Package: TrackFitEvent ################################################################################ diff --git a/Tr/TrackFitEvent/Event/FitNode.h b/Tr/TrackFitEvent/Event/FitNode.h index b5ba89f04cd..6f4da1cc22b 100755 --- a/Tr/TrackFitEvent/Event/FitNode.h +++ b/Tr/TrackFitEvent/Event/FitNode.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TRACKFITEVENT_FITNODE_H #define TRACKFITEVENT_FITNODE_H 1 diff --git a/Tr/TrackFitEvent/Event/KalmanFitResult.h b/Tr/TrackFitEvent/Event/KalmanFitResult.h index b1d53f346d3..197909ec43d 100644 --- a/Tr/TrackFitEvent/Event/KalmanFitResult.h +++ b/Tr/TrackFitEvent/Event/KalmanFitResult.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TRACKFITEVENT_KALMANFITRESULT_H #define TRACKFITEVENT_KALMANFITRESULT_H diff --git a/Tr/TrackFitEvent/Event/OriginConstraint.h b/Tr/TrackFitEvent/Event/OriginConstraint.h index 1f6c7d3c59d..256e17ece29 100644 --- a/Tr/TrackFitEvent/Event/OriginConstraint.h +++ b/Tr/TrackFitEvent/Event/OriginConstraint.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TRACKFITEVENT_ORIGINCONSTRAINT_H #define TRACKFITEVENT_ORIGINCONSTRAINT_H diff --git a/Tr/TrackFitEvent/Event/lcgDict.h b/Tr/TrackFitEvent/Event/lcgDict.h index 6ba304c5b1d..a044fac989f 100755 --- a/Tr/TrackFitEvent/Event/lcgDict.h +++ b/Tr/TrackFitEvent/Event/lcgDict.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TRACKFITEVENT_LCGDICT_H #define TRACKFITEVENT_LCGDICT_ 1 diff --git a/Tr/TrackFitEvent/src/FTMeasurement.cpp b/Tr/TrackFitEvent/src/FTMeasurement.cpp index bb21204db05..6b8a756cd9a 100644 --- a/Tr/TrackFitEvent/src/FTMeasurement.cpp +++ b/Tr/TrackFitEvent/src/FTMeasurement.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // from FTDet diff --git a/Tr/TrackFitEvent/src/FitNode.cpp b/Tr/TrackFitEvent/src/FitNode.cpp index df259817ee4..997ac1ce693 100644 --- a/Tr/TrackFitEvent/src/FitNode.cpp +++ b/Tr/TrackFitEvent/src/FitNode.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // local diff --git a/Tr/TrackFitEvent/src/KalmanFitResult.cpp b/Tr/TrackFitEvent/src/KalmanFitResult.cpp index 7113383ad88..609aa8510ff 100644 --- a/Tr/TrackFitEvent/src/KalmanFitResult.cpp +++ b/Tr/TrackFitEvent/src/KalmanFitResult.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include "Event/KalmanFitResult.h" #include "Event/FitNode.h" #include "Event/OTMeasurement.h" diff --git a/Tr/TrackFitEvent/src/MuonMeasurement.cpp b/Tr/TrackFitEvent/src/MuonMeasurement.cpp index bfd3e98f411..91ae0a6d158 100644 --- a/Tr/TrackFitEvent/src/MuonMeasurement.cpp +++ b/Tr/TrackFitEvent/src/MuonMeasurement.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // local diff --git a/Tr/TrackFitEvent/src/OTMeasurement.cpp b/Tr/TrackFitEvent/src/OTMeasurement.cpp index b3264a1491f..e678303eaa9 100644 --- a/Tr/TrackFitEvent/src/OTMeasurement.cpp +++ b/Tr/TrackFitEvent/src/OTMeasurement.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // OTDet diff --git a/Tr/TrackFitEvent/src/OriginConstraint.cpp b/Tr/TrackFitEvent/src/OriginConstraint.cpp index c7e62c01a00..670e8be904e 100644 --- a/Tr/TrackFitEvent/src/OriginConstraint.cpp +++ b/Tr/TrackFitEvent/src/OriginConstraint.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include "Event/OriginConstraint.h" #include "TrackKernel/TrackStateVertex.h" #include "Event/ChiSquare.h" diff --git a/Tr/TrackFitEvent/src/STLiteMeasurement.cpp b/Tr/TrackFitEvent/src/STLiteMeasurement.cpp index 5c196535da2..58a0bf1a2ac 100644 --- a/Tr/TrackFitEvent/src/STLiteMeasurement.cpp +++ b/Tr/TrackFitEvent/src/STLiteMeasurement.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // from STDet diff --git a/Tr/TrackFitEvent/src/STMeasurement.cpp b/Tr/TrackFitEvent/src/STMeasurement.cpp index cfebb6f80e8..edabea10876 100644 --- a/Tr/TrackFitEvent/src/STMeasurement.cpp +++ b/Tr/TrackFitEvent/src/STMeasurement.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // from STDet diff --git a/Tr/TrackFitEvent/src/TriangularInverter.cpp b/Tr/TrackFitEvent/src/TriangularInverter.cpp index c0acb19457b..698f27de45f 100644 --- a/Tr/TrackFitEvent/src/TriangularInverter.cpp +++ b/Tr/TrackFitEvent/src/TriangularInverter.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // ------------- #include "TriangularInverter.h" diff --git a/Tr/TrackFitEvent/src/TriangularInverter.h b/Tr/TrackFitEvent/src/TriangularInverter.h index b0f1f013fb4..a0d49d73516 100644 --- a/Tr/TrackFitEvent/src/TriangularInverter.h +++ b/Tr/TrackFitEvent/src/TriangularInverter.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TRIANGULARINVERTER_H #define TRIANGULARINVERTER_H diff --git a/Tr/TrackFitEvent/src/VPMeasurement.cpp b/Tr/TrackFitEvent/src/VPMeasurement.cpp index cbac3c8e0a5..1ff03570a55 100644 --- a/Tr/TrackFitEvent/src/VPMeasurement.cpp +++ b/Tr/TrackFitEvent/src/VPMeasurement.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include "VPDet/DeVP.h" #include "Kernel/LineTraj.h" diff --git a/Tr/TrackFitEvent/src/VeloLitePhiMeasurement.cpp b/Tr/TrackFitEvent/src/VeloLitePhiMeasurement.cpp index af522f32cd6..05c50eb7db9 100644 --- a/Tr/TrackFitEvent/src/VeloLitePhiMeasurement.cpp +++ b/Tr/TrackFitEvent/src/VeloLitePhiMeasurement.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // From Event diff --git a/Tr/TrackFitEvent/src/VeloLiteRMeasurement.cpp b/Tr/TrackFitEvent/src/VeloLiteRMeasurement.cpp index e95b596439d..a999540089a 100644 --- a/Tr/TrackFitEvent/src/VeloLiteRMeasurement.cpp +++ b/Tr/TrackFitEvent/src/VeloLiteRMeasurement.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // From VeloDet diff --git a/Tr/TrackFitEvent/src/VeloPhiMeasurement.cpp b/Tr/TrackFitEvent/src/VeloPhiMeasurement.cpp index 6c99d35027a..90f46fc4aed 100644 --- a/Tr/TrackFitEvent/src/VeloPhiMeasurement.cpp +++ b/Tr/TrackFitEvent/src/VeloPhiMeasurement.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // From Event diff --git a/Tr/TrackFitEvent/src/VeloRMeasurement.cpp b/Tr/TrackFitEvent/src/VeloRMeasurement.cpp index 04aa5e1829f..26face351d9 100644 --- a/Tr/TrackFitEvent/src/VeloRMeasurement.cpp +++ b/Tr/TrackFitEvent/src/VeloRMeasurement.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // From VeloDet diff --git a/Tr/TrackFitEvent/xml/FTMeasurement.xml b/Tr/TrackFitEvent/xml/FTMeasurement.xml index e1f3a31fb0b..1fba06b2215 100644 --- a/Tr/TrackFitEvent/xml/FTMeasurement.xml +++ b/Tr/TrackFitEvent/xml/FTMeasurement.xml @@ -1,4 +1,14 @@ <?xml version='1.0' encoding='UTF-8'?> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <!DOCTYPE gdd SYSTEM 'gdd.dtd' []> <gdd> <package name='TrackFitEvent'> diff --git a/Tr/TrackFitEvent/xml/MuonMeasurement.xml b/Tr/TrackFitEvent/xml/MuonMeasurement.xml index 2fca8ca5829..2a3df20611c 100644 --- a/Tr/TrackFitEvent/xml/MuonMeasurement.xml +++ b/Tr/TrackFitEvent/xml/MuonMeasurement.xml @@ -1,4 +1,14 @@ <?xml version='1.0' encoding='UTF-8'?> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <!DOCTYPE gdd SYSTEM 'gdd.dtd'> <gdd> <package name='TrackFitEvent'> diff --git a/Tr/TrackFitEvent/xml/OTMeasurement.xml b/Tr/TrackFitEvent/xml/OTMeasurement.xml index e99f24b1c22..3a1f6152616 100644 --- a/Tr/TrackFitEvent/xml/OTMeasurement.xml +++ b/Tr/TrackFitEvent/xml/OTMeasurement.xml @@ -1,4 +1,14 @@ <?xml version='1.0' encoding='UTF-8'?> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <!DOCTYPE gdd SYSTEM 'gdd.dtd'> <gdd> <package name='TrackFitEvent'> diff --git a/Tr/TrackFitEvent/xml/STLiteMeasurement.xml b/Tr/TrackFitEvent/xml/STLiteMeasurement.xml index 2672a495a74..7c962ee734d 100644 --- a/Tr/TrackFitEvent/xml/STLiteMeasurement.xml +++ b/Tr/TrackFitEvent/xml/STLiteMeasurement.xml @@ -1,4 +1,14 @@ <?xml version='1.0' encoding='UTF-8'?> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <!DOCTYPE gdd SYSTEM 'gdd.dtd'[ <!ENTITY OUTTYPE "STLiteMeasurement"> <!ENTITY INTYPE "STLiteCluster"> diff --git a/Tr/TrackFitEvent/xml/STMeasurement.ent b/Tr/TrackFitEvent/xml/STMeasurement.ent index dd6532875ba..6cbd4a9908e 100644 --- a/Tr/TrackFitEvent/xml/STMeasurement.ent +++ b/Tr/TrackFitEvent/xml/STMeasurement.ent @@ -1,3 +1,13 @@ +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <constructor desc = 'Constructor from an &INTYPE;'> diff --git a/Tr/TrackFitEvent/xml/STMeasurement.xml b/Tr/TrackFitEvent/xml/STMeasurement.xml index d02e76e0a8d..dd2d0f054e8 100644 --- a/Tr/TrackFitEvent/xml/STMeasurement.xml +++ b/Tr/TrackFitEvent/xml/STMeasurement.xml @@ -1,4 +1,14 @@ <?xml version='1.0' encoding='UTF-8'?> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <!DOCTYPE gdd SYSTEM 'gdd.dtd' [ <!ENTITY OUTTYPE "STMeasurement"> <!ENTITY INTYPE "STCluster"> diff --git a/Tr/TrackFitEvent/xml/VPMeasurement.xml b/Tr/TrackFitEvent/xml/VPMeasurement.xml index 1022bbbe272..1b0cc1abfdb 100644 --- a/Tr/TrackFitEvent/xml/VPMeasurement.xml +++ b/Tr/TrackFitEvent/xml/VPMeasurement.xml @@ -1,4 +1,14 @@ <?xml version='1.0' encoding='UTF-8'?> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <!DOCTYPE gdd SYSTEM 'gdd.dtd'> <gdd> <package name = 'TrackFitEvent'> diff --git a/Tr/TrackFitEvent/xml/VeloLiteMeasurement.xml b/Tr/TrackFitEvent/xml/VeloLiteMeasurement.xml index b142deff10b..9a880c25917 100644 --- a/Tr/TrackFitEvent/xml/VeloLiteMeasurement.xml +++ b/Tr/TrackFitEvent/xml/VeloLiteMeasurement.xml @@ -1,4 +1,14 @@ <?xml version='1.0' encoding='UTF-8'?> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <!DOCTYPE gdd SYSTEM 'gdd.dtd'> <gdd> <package name='TrackFitEvent'> diff --git a/Tr/TrackFitEvent/xml/VeloLitePhiMeasurement.xml b/Tr/TrackFitEvent/xml/VeloLitePhiMeasurement.xml index f7666b60975..a585deca0c7 100644 --- a/Tr/TrackFitEvent/xml/VeloLitePhiMeasurement.xml +++ b/Tr/TrackFitEvent/xml/VeloLitePhiMeasurement.xml @@ -1,4 +1,14 @@ <?xml version='1.0' encoding='UTF-8'?> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <!DOCTYPE gdd SYSTEM 'gdd.dtd'> <gdd> <package name='TrackFitEvent'> diff --git a/Tr/TrackFitEvent/xml/VeloLiteRMeasurement.xml b/Tr/TrackFitEvent/xml/VeloLiteRMeasurement.xml index 02479912189..6183d0257c7 100644 --- a/Tr/TrackFitEvent/xml/VeloLiteRMeasurement.xml +++ b/Tr/TrackFitEvent/xml/VeloLiteRMeasurement.xml @@ -1,4 +1,14 @@ <?xml version='1.0' encoding='UTF-8'?> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <!DOCTYPE gdd SYSTEM 'gdd.dtd'> <gdd> <package name='TrackFitEvent'> diff --git a/Tr/TrackFitEvent/xml/VeloMeasurement.xml b/Tr/TrackFitEvent/xml/VeloMeasurement.xml index 1f109f7fe09..a128d2db542 100644 --- a/Tr/TrackFitEvent/xml/VeloMeasurement.xml +++ b/Tr/TrackFitEvent/xml/VeloMeasurement.xml @@ -1,4 +1,14 @@ <?xml version='1.0' encoding='UTF-8'?> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <!DOCTYPE gdd SYSTEM 'gdd.dtd'> <gdd> <package name='TrackFitEvent'> diff --git a/Tr/TrackFitEvent/xml/VeloPhiMeasurement.xml b/Tr/TrackFitEvent/xml/VeloPhiMeasurement.xml index b9cdbe79d13..03b26f0cc63 100644 --- a/Tr/TrackFitEvent/xml/VeloPhiMeasurement.xml +++ b/Tr/TrackFitEvent/xml/VeloPhiMeasurement.xml @@ -1,4 +1,14 @@ <?xml version='1.0' encoding='UTF-8'?> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <!DOCTYPE gdd SYSTEM 'gdd.dtd'> <gdd> <package name='TrackFitEvent'> diff --git a/Tr/TrackFitEvent/xml/VeloRMeasurement.xml b/Tr/TrackFitEvent/xml/VeloRMeasurement.xml index f901911152d..79809bd9f95 100644 --- a/Tr/TrackFitEvent/xml/VeloRMeasurement.xml +++ b/Tr/TrackFitEvent/xml/VeloRMeasurement.xml @@ -1,4 +1,14 @@ <?xml version='1.0' encoding='UTF-8'?> +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <!DOCTYPE gdd SYSTEM 'gdd.dtd'> <gdd> <package name='TrackFitEvent'> diff --git a/Tr/TrackFitEvent/xml/lcgdict/lcg_selection.xml b/Tr/TrackFitEvent/xml/lcgdict/lcg_selection.xml index 396f54ebaf7..e84ee672f72 100755 --- a/Tr/TrackFitEvent/xml/lcgdict/lcg_selection.xml +++ b/Tr/TrackFitEvent/xml/lcgdict/lcg_selection.xml @@ -1,3 +1,13 @@ +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <lcgdict> <class name="LHCb::FitNode"/> </lcgdict> diff --git a/Tr/TrackFitter/CMakeLists.txt b/Tr/TrackFitter/CMakeLists.txt index fbc11f0843e..73b68541a3e 100644 --- a/Tr/TrackFitter/CMakeLists.txt +++ b/Tr/TrackFitter/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ################################################################################ # Package: TrackFitter ################################################################################ diff --git a/Tr/TrackFitter/python/TrackFitter/ConfiguredFitters.py b/Tr/TrackFitter/python/TrackFitter/ConfiguredFitters.py index 63625a39e07..6148731f197 100755 --- a/Tr/TrackFitter/python/TrackFitter/ConfiguredFitters.py +++ b/Tr/TrackFitter/python/TrackFitter/ConfiguredFitters.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # ==================================================================== # Track fitting options # ==================================================================== diff --git a/Tr/TrackFitter/src/TrackEventFitter.cpp b/Tr/TrackFitter/src/TrackEventFitter.cpp index 58db5a1eb95..7f06c1dc542 100644 --- a/Tr/TrackFitter/src/TrackEventFitter.cpp +++ b/Tr/TrackFitter/src/TrackEventFitter.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifdef _WIN32 #pragma warning ( disable : 4355 ) // This used in initializer list, needed for ToolHandles #endif diff --git a/Tr/TrackFitter/src/TrackEventFitter.h b/Tr/TrackFitter/src/TrackEventFitter.h index dbfbb590c77..1f34015e418 100644 --- a/Tr/TrackFitter/src/TrackEventFitter.h +++ b/Tr/TrackFitter/src/TrackEventFitter.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TRACKFITTER_TRACKEVENTFITTER_H #define TRACKFITTER_TRACKEVENTFITTER_H 1 diff --git a/Tr/TrackFitter/src/TrackKalmanFilter.cpp b/Tr/TrackFitter/src/TrackKalmanFilter.cpp index 00e2b5e9862..66687bfce79 100644 --- a/Tr/TrackFitter/src/TrackKalmanFilter.cpp +++ b/Tr/TrackFitter/src/TrackKalmanFilter.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // ------------- // from TrackEvent diff --git a/Tr/TrackFitter/src/TrackKalmanFilter.h b/Tr/TrackFitter/src/TrackKalmanFilter.h index 054cb8672a3..5b6e0c05583 100644 --- a/Tr/TrackFitter/src/TrackKalmanFilter.h +++ b/Tr/TrackFitter/src/TrackKalmanFilter.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TRACKFITTER_TRACKKALMANFILTER_H #define TRACKFITTER_TRACKKALMANFILTER_H 1 diff --git a/Tr/TrackFitter/src/TrackMasterFitter.cpp b/Tr/TrackFitter/src/TrackMasterFitter.cpp index e475c89b003..cfeb7481685 100644 --- a/Tr/TrackFitter/src/TrackMasterFitter.cpp +++ b/Tr/TrackFitter/src/TrackMasterFitter.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // ------------- // from Gaudi diff --git a/Tr/TrackFitter/src/TrackMasterFitter.h b/Tr/TrackFitter/src/TrackMasterFitter.h index c86b1b1e855..16204fc2125 100644 --- a/Tr/TrackFitter/src/TrackMasterFitter.h +++ b/Tr/TrackFitter/src/TrackMasterFitter.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TRACKFITTER_TRACKMASTERFITTER_H #define TRACKFITTER_TRACKMASTERFITTER_H 1 diff --git a/Tr/TrackFitter/src/TrackVectorFitter.cpp b/Tr/TrackFitter/src/TrackVectorFitter.cpp index 832a3556a58..f79c1dc2934 100644 --- a/Tr/TrackFitter/src/TrackVectorFitter.cpp +++ b/Tr/TrackFitter/src/TrackVectorFitter.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include "TrackVectorFitter.h" // #include <valgrind/callgrind.h> // #include "ittnotify.h" diff --git a/Tr/TrackFitter/src/TrackVectorFitter.h b/Tr/TrackFitter/src/TrackVectorFitter.h index 419024afa47..049271fd184 100644 --- a/Tr/TrackFitter/src/TrackVectorFitter.h +++ b/Tr/TrackFitter/src/TrackVectorFitter.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once // Tr::TrackVectorFit diff --git a/Tr/TrackIdealPR/CMakeLists.txt b/Tr/TrackIdealPR/CMakeLists.txt index c457e630bef..9f05dfbb708 100644 --- a/Tr/TrackIdealPR/CMakeLists.txt +++ b/Tr/TrackIdealPR/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ################################################################################ # Package: TrackIdealPR ################################################################################ diff --git a/Tr/TrackIdealPR/src/IdealTracksCreator.cpp b/Tr/TrackIdealPR/src/IdealTracksCreator.cpp index 5da2ba6df86..ece83865f80 100755 --- a/Tr/TrackIdealPR/src/IdealTracksCreator.cpp +++ b/Tr/TrackIdealPR/src/IdealTracksCreator.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // ------------- // from Gaudi diff --git a/Tr/TrackIdealPR/src/IdealTracksCreator.h b/Tr/TrackIdealPR/src/IdealTracksCreator.h index 3a346ed95de..c57ef699106 100755 --- a/Tr/TrackIdealPR/src/IdealTracksCreator.h +++ b/Tr/TrackIdealPR/src/IdealTracksCreator.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TRACKIDEALPR_IDEALTRACKSCREATOR_H #define TRACKIDEALPR_IDEALTRACKSCREATOR_H 1 diff --git a/Tr/TrackIdealPR/src/Map.cpp b/Tr/TrackIdealPR/src/Map.cpp index 1c0799d6ed8..b4bd2edac6c 100755 --- a/Tr/TrackIdealPR/src/Map.cpp +++ b/Tr/TrackIdealPR/src/Map.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include "Map.h" const TrackIdealPR::CatMap& TrackIdealPR::catToType() diff --git a/Tr/TrackIdealPR/src/Map.h b/Tr/TrackIdealPR/src/Map.h index 2f91400b406..62ba7dc800b 100755 --- a/Tr/TrackIdealPR/src/Map.h +++ b/Tr/TrackIdealPR/src/Map.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef _TrackMaps_H #define _TrackMaps_H diff --git a/Tr/TrackInterfaces/CMakeLists.txt b/Tr/TrackInterfaces/CMakeLists.txt index 28cc97f9b63..284cd4b6148 100644 --- a/Tr/TrackInterfaces/CMakeLists.txt +++ b/Tr/TrackInterfaces/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ################################################################################ # Package: TrackInterfaces ################################################################################ diff --git a/Tr/TrackInterfaces/TrackInterfaces/IAddTTClusterTool.h b/Tr/TrackInterfaces/TrackInterfaces/IAddTTClusterTool.h index bacb6d1a847..9423f41a627 100644 --- a/Tr/TrackInterfaces/TrackInterfaces/IAddTTClusterTool.h +++ b/Tr/TrackInterfaces/TrackInterfaces/IAddTTClusterTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TRACKINTERFACES_IADDTTCLUSTERTOOL_H #define TRACKINTERFACES_IADDTTCLUSTERTOOL_H 1 diff --git a/Tr/TrackInterfaces/TrackInterfaces/IGhostProbability.h b/Tr/TrackInterfaces/TrackInterfaces/IGhostProbability.h index c9dd5da3d9f..e25b0d05023 100644 --- a/Tr/TrackInterfaces/TrackInterfaces/IGhostProbability.h +++ b/Tr/TrackInterfaces/TrackInterfaces/IGhostProbability.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef _IGhostProbability_H #define _IGhostProbability_H diff --git a/Tr/TrackInterfaces/TrackInterfaces/IHitExpectation.h b/Tr/TrackInterfaces/TrackInterfaces/IHitExpectation.h index 3c216bcba4f..c592d8a1eee 100644 --- a/Tr/TrackInterfaces/TrackInterfaces/IHitExpectation.h +++ b/Tr/TrackInterfaces/TrackInterfaces/IHitExpectation.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef _IHitExpectation_H #define _IHitExpectation_H diff --git a/Tr/TrackInterfaces/TrackInterfaces/IHltV0Upgrade.h b/Tr/TrackInterfaces/TrackInterfaces/IHltV0Upgrade.h index 6980ac3950e..eb2b518e424 100644 --- a/Tr/TrackInterfaces/TrackInterfaces/IHltV0Upgrade.h +++ b/Tr/TrackInterfaces/TrackInterfaces/IHltV0Upgrade.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TRACKINTERFACES_IHLTV0UPGRADE_H #define TRACKINTERFACES_IHLTV0UPGRADE_H 1 diff --git a/Tr/TrackInterfaces/TrackInterfaces/IMatchTool.h b/Tr/TrackInterfaces/TrackInterfaces/IMatchTool.h index 429cfe9d019..37d3c1c47ae 100644 --- a/Tr/TrackInterfaces/TrackInterfaces/IMatchTool.h +++ b/Tr/TrackInterfaces/TrackInterfaces/IMatchTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef IMATCHTOOL_H #define IMATCHTOOL_H 1 diff --git a/Tr/TrackInterfaces/TrackInterfaces/IMaterialLocator.h b/Tr/TrackInterfaces/TrackInterfaces/IMaterialLocator.h index 4f38ce95dbc..ab20f16ed33 100644 --- a/Tr/TrackInterfaces/TrackInterfaces/IMaterialLocator.h +++ b/Tr/TrackInterfaces/TrackInterfaces/IMaterialLocator.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TRACKINTERFACES_IMATERIALLOCATOR_H #define TRACKINTERFACES_IMATERIALLOCATOR_H diff --git a/Tr/TrackInterfaces/TrackInterfaces/IMeasurementProvider.h b/Tr/TrackInterfaces/TrackInterfaces/IMeasurementProvider.h index 9d85dab5d91..f53db69c6c0 100644 --- a/Tr/TrackInterfaces/TrackInterfaces/IMeasurementProvider.h +++ b/Tr/TrackInterfaces/TrackInterfaces/IMeasurementProvider.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TRACKINTERFACES_IMEASUREMENTPROVIDER_H #define TRACKINTERFACES_IMEASUREMENTPROVIDER_H 1 diff --git a/Tr/TrackInterfaces/TrackInterfaces/IPVOfflineTool.h b/Tr/TrackInterfaces/TrackInterfaces/IPVOfflineTool.h index aa02614fb0d..39a3f238157 100644 --- a/Tr/TrackInterfaces/TrackInterfaces/IPVOfflineTool.h +++ b/Tr/TrackInterfaces/TrackInterfaces/IPVOfflineTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef IPVOFFLINETOOL_H #define IPVOFFLINETOOL_H 1 // from STL diff --git a/Tr/TrackInterfaces/TrackInterfaces/IPatForwardTool.h b/Tr/TrackInterfaces/TrackInterfaces/IPatForwardTool.h index 69d7b3dc850..1ea6c36fb87 100644 --- a/Tr/TrackInterfaces/TrackInterfaces/IPatForwardTool.h +++ b/Tr/TrackInterfaces/TrackInterfaces/IPatForwardTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TRACKINTERFACES_IPATFORWARDTOOL_H #define TRACKINTERFACES_IPATFORWARDTOOL_H 1 diff --git a/Tr/TrackInterfaces/TrackInterfaces/IPatSeedingTool.h b/Tr/TrackInterfaces/TrackInterfaces/IPatSeedingTool.h index a9eeca96251..a2309d402ce 100644 --- a/Tr/TrackInterfaces/TrackInterfaces/IPatSeedingTool.h +++ b/Tr/TrackInterfaces/TrackInterfaces/IPatSeedingTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TRACKINTERFACES_IPATSEEDINGTOOL_H #define TRACKINTERFACES_IPATSEEDINGTOOL_H 1 diff --git a/Tr/TrackInterfaces/TrackInterfaces/IPatVeloTTFit.h b/Tr/TrackInterfaces/TrackInterfaces/IPatVeloTTFit.h index 23dec9acf96..879bd9ba7a7 100644 --- a/Tr/TrackInterfaces/TrackInterfaces/IPatVeloTTFit.h +++ b/Tr/TrackInterfaces/TrackInterfaces/IPatVeloTTFit.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TRACKINTERFACES_IPATVELOTTFIT_H #define TRACKINTERFACES_IPATVELOTTFIT_H 1 diff --git a/Tr/TrackInterfaces/TrackInterfaces/IPitchResTool.h b/Tr/TrackInterfaces/TrackInterfaces/IPitchResTool.h index ca8a1b17994..95128297211 100644 --- a/Tr/TrackInterfaces/TrackInterfaces/IPitchResTool.h +++ b/Tr/TrackInterfaces/TrackInterfaces/IPitchResTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TRACKINTERFACES_IPITCHRESTOOL_H #define TRACKINTERFACES_IPITCHRESTOOL_H 1 diff --git a/Tr/TrackInterfaces/TrackInterfaces/IPrAddUTHitsTool.h b/Tr/TrackInterfaces/TrackInterfaces/IPrAddUTHitsTool.h index e1c1a83ccba..65eb6b8409e 100644 --- a/Tr/TrackInterfaces/TrackInterfaces/IPrAddUTHitsTool.h +++ b/Tr/TrackInterfaces/TrackInterfaces/IPrAddUTHitsTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TRACKINTERFACES_IPRADDUTHITSTOOL_H #define TRACKINTERFACES_IPRADDUTHITSTOOL_H 1 diff --git a/Tr/TrackInterfaces/TrackInterfaces/IPrVeloUTFit.h b/Tr/TrackInterfaces/TrackInterfaces/IPrVeloUTFit.h index 710035d2820..b36a29c94b0 100644 --- a/Tr/TrackInterfaces/TrackInterfaces/IPrVeloUTFit.h +++ b/Tr/TrackInterfaces/TrackInterfaces/IPrVeloUTFit.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TRACKINTERFACES_IPRVELOUTFIT_H #define TRACKINTERFACES_IPRVELOUTFIT_H 1 diff --git a/Tr/TrackInterfaces/TrackInterfaces/IPromoteClusters.h b/Tr/TrackInterfaces/TrackInterfaces/IPromoteClusters.h index 9866552297a..dcda7c609d2 100644 --- a/Tr/TrackInterfaces/TrackInterfaces/IPromoteClusters.h +++ b/Tr/TrackInterfaces/TrackInterfaces/IPromoteClusters.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TRACKINTERFACES_IPROMOTECLUSTERS_H #define TRACKINTERFACES_IPROMOTECLUSTERS_H 1 diff --git a/Tr/TrackInterfaces/TrackInterfaces/IPtTransporter.h b/Tr/TrackInterfaces/TrackInterfaces/IPtTransporter.h index a0836468da7..ae202892bfe 100644 --- a/Tr/TrackInterfaces/TrackInterfaces/IPtTransporter.h +++ b/Tr/TrackInterfaces/TrackInterfaces/IPtTransporter.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TRACKINTERFACES_IPTTRANSPORTER_H #define TRACKINTERFACES_IPTTRANSPORTER_H 1 diff --git a/Tr/TrackInterfaces/TrackInterfaces/ISTClusterCollector.h b/Tr/TrackInterfaces/TrackInterfaces/ISTClusterCollector.h index 52ec0c52fd3..4d91262417c 100644 --- a/Tr/TrackInterfaces/TrackInterfaces/ISTClusterCollector.h +++ b/Tr/TrackInterfaces/TrackInterfaces/ISTClusterCollector.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef ISTCLUSTERCOLLECTOR_H #define ISTCLUSTERCOLLECTOR_H 1 diff --git a/Tr/TrackInterfaces/TrackInterfaces/ISTSpilloverTool.h b/Tr/TrackInterfaces/TrackInterfaces/ISTSpilloverTool.h index 62115ed3f91..3d3081f2701 100644 --- a/Tr/TrackInterfaces/TrackInterfaces/ISTSpilloverTool.h +++ b/Tr/TrackInterfaces/TrackInterfaces/ISTSpilloverTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TRACKINTERFACES_ISTSPILLOVERTOOL_H #define TRACKINTERFACES_ISTSPILLOVERTOOL_H 1 diff --git a/Tr/TrackInterfaces/TrackInterfaces/IStateCorrectionTool.h b/Tr/TrackInterfaces/TrackInterfaces/IStateCorrectionTool.h index 550194ab485..e90f83e98c5 100644 --- a/Tr/TrackInterfaces/TrackInterfaces/IStateCorrectionTool.h +++ b/Tr/TrackInterfaces/TrackInterfaces/IStateCorrectionTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TRACKINTERFACES_ISTATECORRECTIONTOOL_H #define TRACKINTERFACES_ISTATECORRECTIONTOOL_H 1 diff --git a/Tr/TrackInterfaces/TrackInterfaces/ITrackCaloMatch.h b/Tr/TrackInterfaces/TrackInterfaces/ITrackCaloMatch.h index 74de6e44e8f..cd1eb9a3673 100644 --- a/Tr/TrackInterfaces/TrackInterfaces/ITrackCaloMatch.h +++ b/Tr/TrackInterfaces/TrackInterfaces/ITrackCaloMatch.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef _ITrackCaloMatch_H #define _ITrackCaloMatch_H diff --git a/Tr/TrackInterfaces/TrackInterfaces/ITrackChi2Calculator.h b/Tr/TrackInterfaces/TrackInterfaces/ITrackChi2Calculator.h index 7b6473fea2e..5bf56141678 100644 --- a/Tr/TrackInterfaces/TrackInterfaces/ITrackChi2Calculator.h +++ b/Tr/TrackInterfaces/TrackInterfaces/ITrackChi2Calculator.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TRACKINTERFACES_ITRACKCHI2CALCULATOR_H #define TRACKINTERFACES_ITRACKCHI2CALCULATOR_H 1 diff --git a/Tr/TrackInterfaces/TrackInterfaces/ITrackCloneFinder.h b/Tr/TrackInterfaces/TrackInterfaces/ITrackCloneFinder.h index 64e9a9d9219..350dbc6f9ac 100644 --- a/Tr/TrackInterfaces/TrackInterfaces/ITrackCloneFinder.h +++ b/Tr/TrackInterfaces/TrackInterfaces/ITrackCloneFinder.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TRACKINTERFACES_ITRACKCLONEFINDER_H #define TRACKINTERFACES_ITRACKCLONEFINDER_H 1 diff --git a/Tr/TrackInterfaces/TrackInterfaces/ITrackExtraSelector.h b/Tr/TrackInterfaces/TrackInterfaces/ITrackExtraSelector.h index 417fe191664..ae634cc791a 100644 --- a/Tr/TrackInterfaces/TrackInterfaces/ITrackExtraSelector.h +++ b/Tr/TrackInterfaces/TrackInterfaces/ITrackExtraSelector.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TRACKINTERFACES_ITRACKEXTRASELECTOR_H #define TRACKINTERFACES_ITRACKEXTRASELECTOR_H 1 diff --git a/Tr/TrackInterfaces/TrackInterfaces/ITrackExtrapolator.h b/Tr/TrackInterfaces/TrackInterfaces/ITrackExtrapolator.h index 53afa22bdab..d395a5ecb6f 100644 --- a/Tr/TrackInterfaces/TrackInterfaces/ITrackExtrapolator.h +++ b/Tr/TrackInterfaces/TrackInterfaces/ITrackExtrapolator.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TRACKINTERFACES_ITRACKEXTRAPOLATOR_H #define TRACKINTERFACES_ITRACKEXTRAPOLATOR_H 1 diff --git a/Tr/TrackInterfaces/TrackInterfaces/ITrackFitter.h b/Tr/TrackInterfaces/TrackInterfaces/ITrackFitter.h index f71e88dc786..10cf80a1d7f 100644 --- a/Tr/TrackInterfaces/TrackInterfaces/ITrackFitter.h +++ b/Tr/TrackInterfaces/TrackInterfaces/ITrackFitter.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TRACKINTERFACES_ITRACKFITTER_H #define TRACKINTERFACES_ITRACKFITTER_H 1 diff --git a/Tr/TrackInterfaces/TrackInterfaces/ITrackHitCollector.h b/Tr/TrackInterfaces/TrackInterfaces/ITrackHitCollector.h index edf06ddce6b..0919a44de30 100644 --- a/Tr/TrackInterfaces/TrackInterfaces/ITrackHitCollector.h +++ b/Tr/TrackInterfaces/TrackInterfaces/ITrackHitCollector.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TRACKINTERFACES_ITRACKHITCOLLECTOR_H #define TRACKINTERFACES_ITRACKHITCOLLECTOR_H 1 diff --git a/Tr/TrackInterfaces/TrackInterfaces/ITrackInterpolator.h b/Tr/TrackInterfaces/TrackInterfaces/ITrackInterpolator.h index 1cd552ef502..def22720627 100644 --- a/Tr/TrackInterfaces/TrackInterfaces/ITrackInterpolator.h +++ b/Tr/TrackInterfaces/TrackInterfaces/ITrackInterpolator.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TRACKINTERFACES_ITRACKINTERPOLATOR_H #define TRACKINTERFACES_ITRACKINTERPOLATOR_H 1 diff --git a/Tr/TrackInterfaces/TrackInterfaces/ITrackKalmanFilter.h b/Tr/TrackInterfaces/TrackInterfaces/ITrackKalmanFilter.h index 9f494cd0edb..c2309bb263c 100644 --- a/Tr/TrackInterfaces/TrackInterfaces/ITrackKalmanFilter.h +++ b/Tr/TrackInterfaces/TrackInterfaces/ITrackKalmanFilter.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TRACKINTERFACES_ITRACKKALMANFILTER_H #define TRACKINTERFACES_ITRACKKALMANFILTER_H diff --git a/Tr/TrackInterfaces/TrackInterfaces/ITrackManipulator.h b/Tr/TrackInterfaces/TrackInterfaces/ITrackManipulator.h index 751ef5e40b3..461ca86950e 100644 --- a/Tr/TrackInterfaces/TrackInterfaces/ITrackManipulator.h +++ b/Tr/TrackInterfaces/TrackInterfaces/ITrackManipulator.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef _ITrackManipulator_H #define _ITrackManipulator_H diff --git a/Tr/TrackInterfaces/TrackInterfaces/ITrackMatch.h b/Tr/TrackInterfaces/TrackInterfaces/ITrackMatch.h index 04a9dd86c6c..0452a9948f5 100644 --- a/Tr/TrackInterfaces/TrackInterfaces/ITrackMatch.h +++ b/Tr/TrackInterfaces/TrackInterfaces/ITrackMatch.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TRACKINTERFACES_ITRACKMATCH_H #define TRACKINTERFACES_ITRACKMATCH_H 1 diff --git a/Tr/TrackInterfaces/TrackInterfaces/ITrackMomentumEstimate.h b/Tr/TrackInterfaces/TrackInterfaces/ITrackMomentumEstimate.h index 2e7dae8b07c..5be38ab4b5e 100644 --- a/Tr/TrackInterfaces/TrackInterfaces/ITrackMomentumEstimate.h +++ b/Tr/TrackInterfaces/TrackInterfaces/ITrackMomentumEstimate.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TRACKINTERFACES_ITRACKMOMENTUMESTIMATE_H #define TRACKINTERFACES_ITRACKMOMENTUMESTIMATE_H 1 diff --git a/Tr/TrackInterfaces/TrackInterfaces/ITrackProjector.h b/Tr/TrackInterfaces/TrackInterfaces/ITrackProjector.h index fb5e4e44c41..d12bbaf17ff 100644 --- a/Tr/TrackInterfaces/TrackInterfaces/ITrackProjector.h +++ b/Tr/TrackInterfaces/TrackInterfaces/ITrackProjector.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TRACKINTERFACES_ITRACKPROJECTOR_H #define TRACKINTERFACES_ITRACKPROJECTOR_H 1 diff --git a/Tr/TrackInterfaces/TrackInterfaces/ITrackProjectorSelector.h b/Tr/TrackInterfaces/TrackInterfaces/ITrackProjectorSelector.h index b92fef3c8d0..f8368d4f81d 100644 --- a/Tr/TrackInterfaces/TrackInterfaces/ITrackProjectorSelector.h +++ b/Tr/TrackInterfaces/TrackInterfaces/ITrackProjectorSelector.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TRACKINTERFACES_ITRACKPROJECTORSELECTOR_H #define TRACKINTERFACES_ITRACKPROJECTORSELECTOR_H 1 diff --git a/Tr/TrackInterfaces/TrackInterfaces/ITrackSelector.h b/Tr/TrackInterfaces/TrackInterfaces/ITrackSelector.h index 57a92c0d93d..a7d2faa0de8 100644 --- a/Tr/TrackInterfaces/TrackInterfaces/ITrackSelector.h +++ b/Tr/TrackInterfaces/TrackInterfaces/ITrackSelector.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef _ITrackSelector_H #define _ITrackSelector_H diff --git a/Tr/TrackInterfaces/TrackInterfaces/ITrackStateInit.h b/Tr/TrackInterfaces/TrackInterfaces/ITrackStateInit.h index fa11d34dd6c..07c05e20873 100644 --- a/Tr/TrackInterfaces/TrackInterfaces/ITrackStateInit.h +++ b/Tr/TrackInterfaces/TrackInterfaces/ITrackStateInit.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PATALG_ITRACKSTATEINIT_H #define PATALG_ITRACKSTATEINIT_H 1 diff --git a/Tr/TrackInterfaces/TrackInterfaces/ITrackStateProvider.h b/Tr/TrackInterfaces/TrackInterfaces/ITrackStateProvider.h index 51a4bd064f5..970a87a72a3 100644 --- a/Tr/TrackInterfaces/TrackInterfaces/ITrackStateProvider.h +++ b/Tr/TrackInterfaces/TrackInterfaces/ITrackStateProvider.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TRACKINTERFACES_ITRACKSTATEPROVIDER_H #define TRACKINTERFACES_ITRACKSTATEPROVIDER_H 1 diff --git a/Tr/TrackInterfaces/TrackInterfaces/ITrackVelodEdxCharge.h b/Tr/TrackInterfaces/TrackInterfaces/ITrackVelodEdxCharge.h index 300111f6ad9..c321df7296b 100644 --- a/Tr/TrackInterfaces/TrackInterfaces/ITrackVelodEdxCharge.h +++ b/Tr/TrackInterfaces/TrackInterfaces/ITrackVelodEdxCharge.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file ITrackVelodEdxCharge.h * diff --git a/Tr/TrackInterfaces/TrackInterfaces/ITrackVertexer.h b/Tr/TrackInterfaces/TrackInterfaces/ITrackVertexer.h index 76bcaa9396c..4d8bc982f01 100644 --- a/Tr/TrackInterfaces/TrackInterfaces/ITrackVertexer.h +++ b/Tr/TrackInterfaces/TrackInterfaces/ITrackVertexer.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TRACKINTERFACES_ITRACKVERTEXER_H #define TRACKINTERFACES_ITRACKVERTEXER_H 1 diff --git a/Tr/TrackInterfaces/TrackInterfaces/ITracksFromTrack.h b/Tr/TrackInterfaces/TrackInterfaces/ITracksFromTrack.h index a92aeaa9a93..7ed424e007d 100644 --- a/Tr/TrackInterfaces/TrackInterfaces/ITracksFromTrack.h +++ b/Tr/TrackInterfaces/TrackInterfaces/ITracksFromTrack.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TRACKINTERFACES_ITRACKSFROMTRACK_H #define TRACKINTERFACES_ITRACKSFROMTRACK_H 1 diff --git a/Tr/TrackInterfaces/TrackInterfaces/ITrajFitter.h b/Tr/TrackInterfaces/TrackInterfaces/ITrajFitter.h index b07cffd92e3..22b8deb891b 100644 --- a/Tr/TrackInterfaces/TrackInterfaces/ITrajFitter.h +++ b/Tr/TrackInterfaces/TrackInterfaces/ITrajFitter.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef _ITrajFitter_H #define _ITrajFitter_H diff --git a/Tr/TrackInterfaces/TrackInterfaces/ITrajectoryProvider.h b/Tr/TrackInterfaces/TrackInterfaces/ITrajectoryProvider.h index 7f857a60691..f519257301b 100644 --- a/Tr/TrackInterfaces/TrackInterfaces/ITrajectoryProvider.h +++ b/Tr/TrackInterfaces/TrackInterfaces/ITrajectoryProvider.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TRACKINTERFACES_ITRAJECTORYPROVIDER_H #define TRACKINTERFACES_ITRAJECTORYPROVIDER_H 1 diff --git a/Tr/TrackInterfaces/TrackInterfaces/IVPExpectation.h b/Tr/TrackInterfaces/TrackInterfaces/IVPExpectation.h index 84b769fc837..4c55b341746 100644 --- a/Tr/TrackInterfaces/TrackInterfaces/IVPExpectation.h +++ b/Tr/TrackInterfaces/TrackInterfaces/IVPExpectation.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef _IVPExpectation_H #define _IVPExpectation_H diff --git a/Tr/TrackInterfaces/TrackInterfaces/IVeloExpectation.h b/Tr/TrackInterfaces/TrackInterfaces/IVeloExpectation.h index 8d3b295f366..811128a65f0 100644 --- a/Tr/TrackInterfaces/TrackInterfaces/IVeloExpectation.h +++ b/Tr/TrackInterfaces/TrackInterfaces/IVeloExpectation.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef _IVeloExpectation_H #define _IVeloExpectation_H diff --git a/Tr/TrackInterfaces/dict/TrackInterfacesDict.h b/Tr/TrackInterfaces/dict/TrackInterfacesDict.h index a5f9bd3a8ca..ffdc8b81d2b 100644 --- a/Tr/TrackInterfaces/dict/TrackInterfacesDict.h +++ b/Tr/TrackInterfaces/dict/TrackInterfacesDict.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef DICT_TRACKINTERFACESDICT_H #define DICT_TRACKINTERFACESDICT_H 1 diff --git a/Tr/TrackInterfaces/dict/TrackInterfacesDict.xml b/Tr/TrackInterfaces/dict/TrackInterfacesDict.xml index 24fea9b9f06..ababb770293 100644 --- a/Tr/TrackInterfaces/dict/TrackInterfacesDict.xml +++ b/Tr/TrackInterfaces/dict/TrackInterfacesDict.xml @@ -1,3 +1,13 @@ +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <lcgdict> <class name = "ISTClusterCollector" /> <class name = "IAddTTClusterTool" /> diff --git a/Tr/TrackKernel/CMakeLists.txt b/Tr/TrackKernel/CMakeLists.txt index dc1611322b9..2d5b2d8c7e9 100644 --- a/Tr/TrackKernel/CMakeLists.txt +++ b/Tr/TrackKernel/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ################################################################################ # Package: TrackKernel ################################################################################ diff --git a/Tr/TrackKernel/TrackKernel/CubicStateInterpolationTraj.h b/Tr/TrackKernel/TrackKernel/CubicStateInterpolationTraj.h index d1862536430..c4b9af56fa4 100644 --- a/Tr/TrackKernel/TrackKernel/CubicStateInterpolationTraj.h +++ b/Tr/TrackKernel/TrackKernel/CubicStateInterpolationTraj.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TRACKKERNEL_CubicStateInterpolationTraj_H #define TRACKKERNEL_CubicStateInterpolationTraj_H 1 diff --git a/Tr/TrackKernel/TrackKernel/CubicStateVectorInterpolationTraj.h b/Tr/TrackKernel/TrackKernel/CubicStateVectorInterpolationTraj.h index 1f0af2326fa..a7a16d5b606 100644 --- a/Tr/TrackKernel/TrackKernel/CubicStateVectorInterpolationTraj.h +++ b/Tr/TrackKernel/TrackKernel/CubicStateVectorInterpolationTraj.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TRACKKERNEL_CubicStateVectorInterpolationTraj_H #define TRACKKERNEL_CubicStateVectorInterpolationTraj_H 1 diff --git a/Tr/TrackKernel/TrackKernel/LineDifTraj.h b/Tr/TrackKernel/TrackKernel/LineDifTraj.h index 2d85567128f..83b7b1f2588 100644 --- a/Tr/TrackKernel/TrackKernel/LineDifTraj.h +++ b/Tr/TrackKernel/TrackKernel/LineDifTraj.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TRACKKERNEL_LineDifTraj_H #define TRACKKERNEL_LineDifTraj_H 1 diff --git a/Tr/TrackKernel/TrackKernel/LinearStateZTraj.h b/Tr/TrackKernel/TrackKernel/LinearStateZTraj.h index 0a83e26204d..687c2bda636 100644 --- a/Tr/TrackKernel/TrackKernel/LinearStateZTraj.h +++ b/Tr/TrackKernel/TrackKernel/LinearStateZTraj.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef LINEARSTATEZTRAJ_H #define LINEARSTATEZTRAJ_H diff --git a/Tr/TrackKernel/TrackKernel/StateTraj.h b/Tr/TrackKernel/TrackKernel/StateTraj.h index 363143aa7ce..309e440a857 100644 --- a/Tr/TrackKernel/TrackKernel/StateTraj.h +++ b/Tr/TrackKernel/TrackKernel/StateTraj.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TRACKFITEVENT_STATETRAJ_H #define TRACKFITEVENT_STATETRAJ_H 1 diff --git a/Tr/TrackKernel/TrackKernel/StateZTraj.h b/Tr/TrackKernel/TrackKernel/StateZTraj.h index 90628653476..93f541397f4 100644 --- a/Tr/TrackKernel/TrackKernel/StateZTraj.h +++ b/Tr/TrackKernel/TrackKernel/StateZTraj.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TRACKKERNEL_STATEZTRAJ_H #define TRACKKERNEL_STATEZTRAJ_H 1 diff --git a/Tr/TrackKernel/TrackKernel/Track1DTabFunc.h b/Tr/TrackKernel/TrackKernel/Track1DTabFunc.h index 7b6acc2d8af..0ba85d1fcd3 100755 --- a/Tr/TrackKernel/TrackKernel/Track1DTabFunc.h +++ b/Tr/TrackKernel/TrackKernel/Track1DTabFunc.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //============================================================================ /** @file Track1DTabFunc.h * diff --git a/Tr/TrackKernel/TrackKernel/TrackCloneData.h b/Tr/TrackKernel/TrackKernel/TrackCloneData.h index 3d59308f379..b76a8f3a363 100644 --- a/Tr/TrackKernel/TrackKernel/TrackCloneData.h +++ b/Tr/TrackKernel/TrackKernel/TrackCloneData.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ /** @file TrackCloneData.h * * @author Wouter Hulsbergen diff --git a/Tr/TrackKernel/TrackKernel/TrackPredicates.h b/Tr/TrackKernel/TrackKernel/TrackPredicates.h index 573cfe6ce31..21d2665e8c0 100644 --- a/Tr/TrackKernel/TrackKernel/TrackPredicates.h +++ b/Tr/TrackKernel/TrackKernel/TrackPredicates.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include "Event/Track.h" namespace TrackPredicates diff --git a/Tr/TrackKernel/TrackKernel/TrackStateVertex.h b/Tr/TrackKernel/TrackKernel/TrackStateVertex.h index 755ceb9822e..567a095fc80 100644 --- a/Tr/TrackKernel/TrackKernel/TrackStateVertex.h +++ b/Tr/TrackKernel/TrackKernel/TrackStateVertex.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TRACKKERNEL_TrackStateVertex_H #define TRACKKERNEL_TrackStateVertex_H 1 diff --git a/Tr/TrackKernel/TrackKernel/TrackTraj.h b/Tr/TrackKernel/TrackKernel/TrackTraj.h index 609d161c72d..4a9497dd689 100644 --- a/Tr/TrackKernel/TrackKernel/TrackTraj.h +++ b/Tr/TrackKernel/TrackKernel/TrackTraj.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TRACKKERNEL_TrackTraj_h #define TRACKKERNEL_TrackTraj_h diff --git a/Tr/TrackKernel/TrackKernel/TrackVertexUtils.h b/Tr/TrackKernel/TrackKernel/TrackVertexUtils.h index 9163de68baa..ae3195747bd 100644 --- a/Tr/TrackKernel/TrackKernel/TrackVertexUtils.h +++ b/Tr/TrackKernel/TrackKernel/TrackVertexUtils.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include "GaudiKernel/Point3DTypes.h" #include "Event/State.h" diff --git a/Tr/TrackKernel/TrackKernel/TrackVertexUtils.icpp b/Tr/TrackKernel/TrackKernel/TrackVertexUtils.icpp index b90735ceec6..cfe6a0f641b 100644 --- a/Tr/TrackKernel/TrackKernel/TrackVertexUtils.icpp +++ b/Tr/TrackKernel/TrackKernel/TrackVertexUtils.icpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ namespace LHCb { namespace TrackVertexUtils { diff --git a/Tr/TrackKernel/TrackKernel/TrajVertex.h b/Tr/TrackKernel/TrackKernel/TrajVertex.h index 36fde5be661..0e19165747f 100644 --- a/Tr/TrackKernel/TrackKernel/TrajVertex.h +++ b/Tr/TrackKernel/TrackKernel/TrajVertex.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef __TRACKKERNEL_TRACKTRAJVERTEX_H__ #define __TRACKKERNEL_TRACKTRAJVERTEX_H__ diff --git a/Tr/TrackKernel/TrackKernel/ZTrajectory.h b/Tr/TrackKernel/TrackKernel/ZTrajectory.h index 843f43843ae..1f8b70d2a47 100644 --- a/Tr/TrackKernel/TrackKernel/ZTrajectory.h +++ b/Tr/TrackKernel/TrackKernel/ZTrajectory.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TRACKKERNEL_ZTRAJECTORY_H #define TRACKKERNEL_ZTRAJECTORY_H 1 diff --git a/Tr/TrackKernel/src/CubicStateInterpolationTraj.cpp b/Tr/TrackKernel/src/CubicStateInterpolationTraj.cpp index 9b44017c10f..f30ee6f5188 100644 --- a/Tr/TrackKernel/src/CubicStateInterpolationTraj.cpp +++ b/Tr/TrackKernel/src/CubicStateInterpolationTraj.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include "TrackKernel/CubicStateInterpolationTraj.h" diff --git a/Tr/TrackKernel/src/CubicStateVectorInterpolationTraj.cpp b/Tr/TrackKernel/src/CubicStateVectorInterpolationTraj.cpp index 8a2fb8dd56f..06bd60b8c3e 100644 --- a/Tr/TrackKernel/src/CubicStateVectorInterpolationTraj.cpp +++ b/Tr/TrackKernel/src/CubicStateVectorInterpolationTraj.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include "TrackKernel/CubicStateVectorInterpolationTraj.h" namespace LHCb diff --git a/Tr/TrackKernel/src/LineDifTraj.cpp b/Tr/TrackKernel/src/LineDifTraj.cpp index f6867103bc1..eceab516210 100644 --- a/Tr/TrackKernel/src/LineDifTraj.cpp +++ b/Tr/TrackKernel/src/LineDifTraj.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // local diff --git a/Tr/TrackKernel/src/StateTraj.cpp b/Tr/TrackKernel/src/StateTraj.cpp index a280dbc5ad5..83c0a4ab5ab 100644 --- a/Tr/TrackKernel/src/StateTraj.cpp +++ b/Tr/TrackKernel/src/StateTraj.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // Units diff --git a/Tr/TrackKernel/src/StateZTraj.cpp b/Tr/TrackKernel/src/StateZTraj.cpp index 75fac9e0b8a..3562172eb0c 100644 --- a/Tr/TrackKernel/src/StateZTraj.cpp +++ b/Tr/TrackKernel/src/StateZTraj.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // local diff --git a/Tr/TrackKernel/src/Track1DTabFunc.cpp b/Tr/TrackKernel/src/Track1DTabFunc.cpp index 6498ec9d4fb..9381085d58e 100755 --- a/Tr/TrackKernel/src/Track1DTabFunc.cpp +++ b/Tr/TrackKernel/src/Track1DTabFunc.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //============================================================================ /** @file Track1DTabFunc.cpp * diff --git a/Tr/TrackKernel/src/TrackKernelDict.h b/Tr/TrackKernel/src/TrackKernelDict.h index 621b7ebf8a7..65d82d32d3a 100644 --- a/Tr/TrackKernel/src/TrackKernelDict.h +++ b/Tr/TrackKernel/src/TrackKernelDict.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TRACKFITEVENT_LCGDICT_H #define TRACKFITEVENT_LCGDICT_ 1 diff --git a/Tr/TrackKernel/src/TrackKernelDict.xml b/Tr/TrackKernel/src/TrackKernelDict.xml index 78b95fbdf14..5456d0fd52a 100644 --- a/Tr/TrackKernel/src/TrackKernelDict.xml +++ b/Tr/TrackKernel/src/TrackKernelDict.xml @@ -1,3 +1,13 @@ +<!-- + (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <lcgdict> <class name="LHCb::StateTraj"/> <class name="LHCb::StateZTraj"/> diff --git a/Tr/TrackKernel/src/TrackStateVertex.cpp b/Tr/TrackKernel/src/TrackStateVertex.cpp index f61d80aa2e5..8b87a0a4e4f 100644 --- a/Tr/TrackKernel/src/TrackStateVertex.cpp +++ b/Tr/TrackKernel/src/TrackStateVertex.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include <numeric> #include "TrackKernel/TrackStateVertex.h" #include "Event/TrackFunctor.h" diff --git a/Tr/TrackKernel/src/TrackTraj.cpp b/Tr/TrackKernel/src/TrackTraj.cpp index 88a8b5d966a..7c1c85c3eb1 100644 --- a/Tr/TrackKernel/src/TrackTraj.cpp +++ b/Tr/TrackKernel/src/TrackTraj.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include "Event/Node.h" #include "Event/TrackFitResult.h" diff --git a/Tr/TrackKernel/src/TrackVertexUtils.cpp b/Tr/TrackKernel/src/TrackVertexUtils.cpp index 03c2ba7d22d..519429d031d 100644 --- a/Tr/TrackKernel/src/TrackVertexUtils.cpp +++ b/Tr/TrackKernel/src/TrackVertexUtils.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include "TrackKernel/TrackVertexUtils.h" #ifdef __INTEL_COMPILER // Disable ICC remark from ROOT GenVector classes diff --git a/Tr/TrackKernel/src/TrajVertex.cpp b/Tr/TrackKernel/src/TrajVertex.cpp index 8491304522e..26cee4885ba 100644 --- a/Tr/TrackKernel/src/TrajVertex.cpp +++ b/Tr/TrackKernel/src/TrajVertex.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include "TrackKernel/TrajVertex.h" #include "TrackKernel/ZTrajectory.h" diff --git a/Tr/TrackMCTools/CMakeLists.txt b/Tr/TrackMCTools/CMakeLists.txt index 87a58d3ad14..de960e19671 100644 --- a/Tr/TrackMCTools/CMakeLists.txt +++ b/Tr/TrackMCTools/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ################################################################################ # Package: TrackMCTools ################################################################################ diff --git a/Tr/TrackMCTools/src/AllTrackGhostClassification.cpp b/Tr/TrackMCTools/src/AllTrackGhostClassification.cpp index e5e92ac0e36..1838c20dd3c 100755 --- a/Tr/TrackMCTools/src/AllTrackGhostClassification.cpp +++ b/Tr/TrackMCTools/src/AllTrackGhostClassification.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Event model #include "Event/Track.h" diff --git a/Tr/TrackMCTools/src/AllTrackGhostClassification.h b/Tr/TrackMCTools/src/AllTrackGhostClassification.h index f915036d992..998c02d02b4 100755 --- a/Tr/TrackMCTools/src/AllTrackGhostClassification.h +++ b/Tr/TrackMCTools/src/AllTrackGhostClassification.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef _AllTrackGhostClassification_H #define _AllTrackGhostClassification_H diff --git a/Tr/TrackMCTools/src/CleanPatTrackSelector.cpp b/Tr/TrackMCTools/src/CleanPatTrackSelector.cpp index 39b5d899aba..1edb888162c 100755 --- a/Tr/TrackMCTools/src/CleanPatTrackSelector.cpp +++ b/Tr/TrackMCTools/src/CleanPatTrackSelector.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include "GaudiKernel/SystemOfUnits.h" diff --git a/Tr/TrackMCTools/src/CleanPatTrackSelector.h b/Tr/TrackMCTools/src/CleanPatTrackSelector.h index 761869e6264..1c030662ae3 100755 --- a/Tr/TrackMCTools/src/CleanPatTrackSelector.h +++ b/Tr/TrackMCTools/src/CleanPatTrackSelector.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef _CleanPatTrackSelector_H #define _CleanPatTrackSelector_H diff --git a/Tr/TrackMCTools/src/DebugTrackingLosses.cpp b/Tr/TrackMCTools/src/DebugTrackingLosses.cpp index 03ba4b2d6b1..a882d0d262a 100644 --- a/Tr/TrackMCTools/src/DebugTrackingLosses.cpp +++ b/Tr/TrackMCTools/src/DebugTrackingLosses.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // from Gaudi diff --git a/Tr/TrackMCTools/src/DebugTrackingLosses.h b/Tr/TrackMCTools/src/DebugTrackingLosses.h index c600bc3e664..502eb2b6976 100644 --- a/Tr/TrackMCTools/src/DebugTrackingLosses.h +++ b/Tr/TrackMCTools/src/DebugTrackingLosses.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef DEBUGTRACKINGLOSSES_H #define DEBUGTRACKINGLOSSES_H 1 diff --git a/Tr/TrackMCTools/src/DownstreamGhostClassification.cpp b/Tr/TrackMCTools/src/DownstreamGhostClassification.cpp index f96bad2583f..6b633519e41 100755 --- a/Tr/TrackMCTools/src/DownstreamGhostClassification.cpp +++ b/Tr/TrackMCTools/src/DownstreamGhostClassification.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include "Kernel/VeloChannelID.h" #include "DownstreamGhostClassification.h" diff --git a/Tr/TrackMCTools/src/DownstreamGhostClassification.h b/Tr/TrackMCTools/src/DownstreamGhostClassification.h index e72fc6aefef..e34d22e0b05 100755 --- a/Tr/TrackMCTools/src/DownstreamGhostClassification.h +++ b/Tr/TrackMCTools/src/DownstreamGhostClassification.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef _DownstreamGhostClassification_H #define _DownstreamGhostClassification_H diff --git a/Tr/TrackMCTools/src/IdealStateCreator.cpp b/Tr/TrackMCTools/src/IdealStateCreator.cpp index e7197ce2c28..79af255df8f 100755 --- a/Tr/TrackMCTools/src/IdealStateCreator.cpp +++ b/Tr/TrackMCTools/src/IdealStateCreator.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // from Gaudi diff --git a/Tr/TrackMCTools/src/IdealStateCreator.h b/Tr/TrackMCTools/src/IdealStateCreator.h index 7263ee2f356..5889b277c9b 100755 --- a/Tr/TrackMCTools/src/IdealStateCreator.h +++ b/Tr/TrackMCTools/src/IdealStateCreator.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TRACKMCTOOLS_IDEALSTATECREATOR_H #define TRACKMCTOOLS_IDEALSTATECREATOR_H 1 diff --git a/Tr/TrackMCTools/src/LHCbIDsToMCHits.cpp b/Tr/TrackMCTools/src/LHCbIDsToMCHits.cpp index c8f0f809996..1d04845f192 100755 --- a/Tr/TrackMCTools/src/LHCbIDsToMCHits.cpp +++ b/Tr/TrackMCTools/src/LHCbIDsToMCHits.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // GaudiKernel #include "GaudiKernel/IIncidentSvc.h" diff --git a/Tr/TrackMCTools/src/LHCbIDsToMCHits.h b/Tr/TrackMCTools/src/LHCbIDsToMCHits.h index 506c1bc64da..1074991fd39 100755 --- a/Tr/TrackMCTools/src/LHCbIDsToMCHits.h +++ b/Tr/TrackMCTools/src/LHCbIDsToMCHits.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef _LHCbIDsToMCHits_H #define _LHCbIDsToMCHits_H diff --git a/Tr/TrackMCTools/src/LHCbIDsToMCParticles.cpp b/Tr/TrackMCTools/src/LHCbIDsToMCParticles.cpp index d65fce775b6..30cb9be9747 100755 --- a/Tr/TrackMCTools/src/LHCbIDsToMCParticles.cpp +++ b/Tr/TrackMCTools/src/LHCbIDsToMCParticles.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // GaudiKernel #include "GaudiKernel/IIncidentSvc.h" diff --git a/Tr/TrackMCTools/src/LHCbIDsToMCParticles.h b/Tr/TrackMCTools/src/LHCbIDsToMCParticles.h index 8a6397df1fc..8897029db22 100755 --- a/Tr/TrackMCTools/src/LHCbIDsToMCParticles.h +++ b/Tr/TrackMCTools/src/LHCbIDsToMCParticles.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef _LHCbIDsToMCParticles_H #define _LHCbIDsToMCParticles_H diff --git a/Tr/TrackMCTools/src/LongGhostClassification.cpp b/Tr/TrackMCTools/src/LongGhostClassification.cpp index 15b686c0821..4c8c3766ae1 100755 --- a/Tr/TrackMCTools/src/LongGhostClassification.cpp +++ b/Tr/TrackMCTools/src/LongGhostClassification.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include "Kernel/VeloChannelID.h" #include "LongGhostClassification.h" diff --git a/Tr/TrackMCTools/src/LongGhostClassification.h b/Tr/TrackMCTools/src/LongGhostClassification.h index b5d27ac78ac..664c124366f 100755 --- a/Tr/TrackMCTools/src/LongGhostClassification.h +++ b/Tr/TrackMCTools/src/LongGhostClassification.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef _LongGhostClassification_H #define _LongGhostClassification_H diff --git a/Tr/TrackMCTools/src/MeasureIPResolution.cpp b/Tr/TrackMCTools/src/MeasureIPResolution.cpp index a6d5c1af2b5..e28476b7c20 100644 --- a/Tr/TrackMCTools/src/MeasureIPResolution.cpp +++ b/Tr/TrackMCTools/src/MeasureIPResolution.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // from Gaudi diff --git a/Tr/TrackMCTools/src/MeasureIPResolution.h b/Tr/TrackMCTools/src/MeasureIPResolution.h index e84f830bf68..b2382d02025 100644 --- a/Tr/TrackMCTools/src/MeasureIPResolution.h +++ b/Tr/TrackMCTools/src/MeasureIPResolution.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef MEASUREIPRESOLUTION_H #define MEASUREIPRESOLUTION_H 1 diff --git a/Tr/TrackMCTools/src/PatDebugTTTruthTool.cpp b/Tr/TrackMCTools/src/PatDebugTTTruthTool.cpp index d3296df39b7..b4c711d3173 100755 --- a/Tr/TrackMCTools/src/PatDebugTTTruthTool.cpp +++ b/Tr/TrackMCTools/src/PatDebugTTTruthTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // from Gaudi diff --git a/Tr/TrackMCTools/src/PatDebugTTTruthTool.h b/Tr/TrackMCTools/src/PatDebugTTTruthTool.h index 20525a9e158..208c7b0a717 100755 --- a/Tr/TrackMCTools/src/PatDebugTTTruthTool.h +++ b/Tr/TrackMCTools/src/PatDebugTTTruthTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PATDEBUGTTTRUTHTOOL_H #define PATDEBUGTTTRUTHTOOL_H 1 diff --git a/Tr/TrackMCTools/src/PatDebugTrackTool.cpp b/Tr/TrackMCTools/src/PatDebugTrackTool.cpp index 022fcf7ed94..fb0be3a3ae5 100644 --- a/Tr/TrackMCTools/src/PatDebugTrackTool.cpp +++ b/Tr/TrackMCTools/src/PatDebugTrackTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // from Gaudi diff --git a/Tr/TrackMCTools/src/PatDebugTrackTool.h b/Tr/TrackMCTools/src/PatDebugTrackTool.h index 7786bebf7b8..001bff32baa 100644 --- a/Tr/TrackMCTools/src/PatDebugTrackTool.h +++ b/Tr/TrackMCTools/src/PatDebugTrackTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TRACKMCTOOLS_PATDEBUGTRACKTOOL_H #define TRACKMCTOOLS_PATDEBUGTRACKTOOL_H 1 diff --git a/Tr/TrackMCTools/src/PatTStationDebugTool.cpp b/Tr/TrackMCTools/src/PatTStationDebugTool.cpp index f25397db604..78a8fc371c0 100644 --- a/Tr/TrackMCTools/src/PatTStationDebugTool.cpp +++ b/Tr/TrackMCTools/src/PatTStationDebugTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // from Gaudi diff --git a/Tr/TrackMCTools/src/PatTStationDebugTool.h b/Tr/TrackMCTools/src/PatTStationDebugTool.h index e51ccffeed1..d4c75559871 100644 --- a/Tr/TrackMCTools/src/PatTStationDebugTool.h +++ b/Tr/TrackMCTools/src/PatTStationDebugTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PATTSTATIONDEBUGTOOL_H #define PATTSTATIONDEBUGTOOL_H 1 diff --git a/Tr/TrackMCTools/src/PatVeloDebugTool.cpp b/Tr/TrackMCTools/src/PatVeloDebugTool.cpp index 71b06586471..49d58daa8f4 100755 --- a/Tr/TrackMCTools/src/PatVeloDebugTool.cpp +++ b/Tr/TrackMCTools/src/PatVeloDebugTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // from Gaudi diff --git a/Tr/TrackMCTools/src/PatVeloDebugTool.h b/Tr/TrackMCTools/src/PatVeloDebugTool.h index a41014a51d6..e3f2864ba43 100755 --- a/Tr/TrackMCTools/src/PatVeloDebugTool.h +++ b/Tr/TrackMCTools/src/PatVeloDebugTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PATVELODEBUGTOOL_H #define PATVELODEBUGTOOL_H 1 diff --git a/Tr/TrackMCTools/src/TTrackGhostClassification.cpp b/Tr/TrackMCTools/src/TTrackGhostClassification.cpp index 50955059d7e..f8c46ff33c7 100755 --- a/Tr/TrackMCTools/src/TTrackGhostClassification.cpp +++ b/Tr/TrackMCTools/src/TTrackGhostClassification.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include "Kernel/STChannelID.h" #include "Kernel/OTChannelID.h" diff --git a/Tr/TrackMCTools/src/TTrackGhostClassification.h b/Tr/TrackMCTools/src/TTrackGhostClassification.h index 4a033e406d0..5fb2a100443 100755 --- a/Tr/TrackMCTools/src/TTrackGhostClassification.h +++ b/Tr/TrackMCTools/src/TTrackGhostClassification.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef _TTrackGhostClassification_H #define _TTrackGhostClassification_H diff --git a/Tr/TrackMCTools/src/TrackGhostClassificationBase.cpp b/Tr/TrackMCTools/src/TrackGhostClassificationBase.cpp index 4cdbf88a33a..9acada7ccab 100755 --- a/Tr/TrackMCTools/src/TrackGhostClassificationBase.cpp +++ b/Tr/TrackMCTools/src/TrackGhostClassificationBase.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include "TrackGhostClassificationBase.h" #include "MCInterfaces/ILHCbIDsToMCParticles.h" diff --git a/Tr/TrackMCTools/src/TrackGhostClassificationBase.h b/Tr/TrackMCTools/src/TrackGhostClassificationBase.h index e4eb8fe6740..ca458aceb36 100755 --- a/Tr/TrackMCTools/src/TrackGhostClassificationBase.h +++ b/Tr/TrackMCTools/src/TrackGhostClassificationBase.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef _TrackGhostClassificationBase_H #define _TrackGhostClassificationBase_H diff --git a/Tr/TrackMCTools/src/UpstreamGhostClassification.cpp b/Tr/TrackMCTools/src/UpstreamGhostClassification.cpp index 5d893486b48..328aa8b4851 100755 --- a/Tr/TrackMCTools/src/UpstreamGhostClassification.cpp +++ b/Tr/TrackMCTools/src/UpstreamGhostClassification.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include "Kernel/VeloChannelID.h" #include "UpstreamGhostClassification.h" diff --git a/Tr/TrackMCTools/src/UpstreamGhostClassification.h b/Tr/TrackMCTools/src/UpstreamGhostClassification.h index 6f79fa5c26a..dfee1f4dea3 100755 --- a/Tr/TrackMCTools/src/UpstreamGhostClassification.h +++ b/Tr/TrackMCTools/src/UpstreamGhostClassification.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef _UpstreamGhostClassification_H #define _UpstreamGhostClassification_H diff --git a/Tr/TrackMCTools/src/VeloGhostClassification.cpp b/Tr/TrackMCTools/src/VeloGhostClassification.cpp index b5e3f4705ea..5f63a4521ad 100755 --- a/Tr/TrackMCTools/src/VeloGhostClassification.cpp +++ b/Tr/TrackMCTools/src/VeloGhostClassification.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // LHCbKernel #include "Kernel/VeloChannelID.h" diff --git a/Tr/TrackMCTools/src/VeloGhostClassification.h b/Tr/TrackMCTools/src/VeloGhostClassification.h index ae47bc7120a..108b3ca8962 100755 --- a/Tr/TrackMCTools/src/VeloGhostClassification.h +++ b/Tr/TrackMCTools/src/VeloGhostClassification.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef _VeloGhostClassification_H #define _VeloGhostClassification_H diff --git a/Tr/TrackMCTools/src/VeloRGhostClassification.cpp b/Tr/TrackMCTools/src/VeloRGhostClassification.cpp index ac242d5ac88..4dc43a87718 100755 --- a/Tr/TrackMCTools/src/VeloRGhostClassification.cpp +++ b/Tr/TrackMCTools/src/VeloRGhostClassification.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include "Kernel/VeloChannelID.h" #include "VeloRGhostClassification.h" diff --git a/Tr/TrackMCTools/src/VeloRGhostClassification.h b/Tr/TrackMCTools/src/VeloRGhostClassification.h index b38072e95b1..65577066436 100755 --- a/Tr/TrackMCTools/src/VeloRGhostClassification.h +++ b/Tr/TrackMCTools/src/VeloRGhostClassification.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef _VeloRGhostClassification_H #define _VeloRGhostClassification_H diff --git a/Tr/TrackMonitors/CMakeLists.txt b/Tr/TrackMonitors/CMakeLists.txt index 8ee89ba4847..977474a92b9 100644 --- a/Tr/TrackMonitors/CMakeLists.txt +++ b/Tr/TrackMonitors/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ################################################################################ # Package: TrackMonitors ################################################################################ diff --git a/Tr/TrackMonitors/options/ITAgeing.py b/Tr/TrackMonitors/options/ITAgeing.py index 4a0af55881f..2342bda5eb2 100644 --- a/Tr/TrackMonitors/options/ITAgeing.py +++ b/Tr/TrackMonitors/options/ITAgeing.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ############################################################################## # # # Configuration for ST Aging CCE scan analysis for IT # diff --git a/Tr/TrackMonitors/options/TTAgeing.py b/Tr/TrackMonitors/options/TTAgeing.py index c61ebbb03ae..46a1200ee17 100644 --- a/Tr/TrackMonitors/options/TTAgeing.py +++ b/Tr/TrackMonitors/options/TTAgeing.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ############################################################################## # # # Configuration for ST Aging CCE scan analysis for TT # diff --git a/Tr/TrackMonitors/options/ganga/STAgeingSubmit.py b/Tr/TrackMonitors/options/ganga/STAgeingSubmit.py index 6d9486dc7d9..39e13c9f393 100755 --- a/Tr/TrackMonitors/options/ganga/STAgeingSubmit.py +++ b/Tr/TrackMonitors/options/ganga/STAgeingSubmit.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ############################################################################## # # # Ganga submission script to extract CCE scans for IT and TT # diff --git a/Tr/TrackMonitors/python/TrackMonitors/BGIRecoConf.py b/Tr/TrackMonitors/python/TrackMonitors/BGIRecoConf.py index 8e3898e5dbf..cbf3d6913d9 100644 --- a/Tr/TrackMonitors/python/TrackMonitors/BGIRecoConf.py +++ b/Tr/TrackMonitors/python/TrackMonitors/BGIRecoConf.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### from Gaudi.Configuration import appendPostConfigAction from LHCbKernel.Configuration import LHCbConfigurableUser from Configurables import PVSplit diff --git a/Tr/TrackMonitors/python/TrackMonitors/ConfiguredTrackMonitors.py b/Tr/TrackMonitors/python/TrackMonitors/ConfiguredTrackMonitors.py index cebf481d782..cfcdb35109e 100755 --- a/Tr/TrackMonitors/python/TrackMonitors/ConfiguredTrackMonitors.py +++ b/Tr/TrackMonitors/python/TrackMonitors/ConfiguredTrackMonitors.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### from Configurables import (GaudiSequencer, TrackMonitor, TrackVertexMonitor, TrackAlignMonitor, TrackFitMatchMonitor,TrackV0Monitor,TrackDiMuonMonitor, diff --git a/Tr/TrackMonitors/python/TrackMonitors/STPerformance.py b/Tr/TrackMonitors/python/TrackMonitors/STPerformance.py index 4e2e356c7f1..16814c04024 100644 --- a/Tr/TrackMonitors/python/TrackMonitors/STPerformance.py +++ b/Tr/TrackMonitors/python/TrackMonitors/STPerformance.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### def STPerformanceStudy(Name_Prefix = "STPerf_", Efficiency = True, Residuals = True, ActivateFullClusters = True, TrackContainter = False): #Define tracks for ST Performance if not TrackContainter: diff --git a/Tr/TrackMonitors/src/AlignmentOnlineMonitor.cpp b/Tr/TrackMonitors/src/AlignmentOnlineMonitor.cpp index e48781409d8..b2fe9a39b0b 100644 --- a/Tr/TrackMonitors/src/AlignmentOnlineMonitor.cpp +++ b/Tr/TrackMonitors/src/AlignmentOnlineMonitor.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include <memory> #include "GaudiAlg/GaudiHistoAlg.h" #include "GaudiKernel/ToolHandle.h" diff --git a/Tr/TrackMonitors/src/BeamGasVertexMonitor.cpp b/Tr/TrackMonitors/src/BeamGasVertexMonitor.cpp index 8f203b7b785..2effc2cbc01 100644 --- a/Tr/TrackMonitors/src/BeamGasVertexMonitor.cpp +++ b/Tr/TrackMonitors/src/BeamGasVertexMonitor.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include <Event/ODIN.h> #include <Event/Track.h> #include <Event/HltDecReports.h> diff --git a/Tr/TrackMonitors/src/BeamGasVertexMonitor.h b/Tr/TrackMonitors/src/BeamGasVertexMonitor.h index 69c9845c7ba..04cdaef0168 100644 --- a/Tr/TrackMonitors/src/BeamGasVertexMonitor.h +++ b/Tr/TrackMonitors/src/BeamGasVertexMonitor.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef BEAMGASVERTEXMONITOR_H #define BEAMGASVERTEXMONITOR_H 1 diff --git a/Tr/TrackMonitors/src/HitEffPlotter.cpp b/Tr/TrackMonitors/src/HitEffPlotter.cpp index ba49f1a54db..301414151bb 100644 --- a/Tr/TrackMonitors/src/HitEffPlotter.cpp +++ b/Tr/TrackMonitors/src/HitEffPlotter.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include "HitEffPlotter.h" #include <limits> diff --git a/Tr/TrackMonitors/src/HitEffPlotter.h b/Tr/TrackMonitors/src/HitEffPlotter.h index 8d1197ad652..640c47082af 100644 --- a/Tr/TrackMonitors/src/HitEffPlotter.h +++ b/Tr/TrackMonitors/src/HitEffPlotter.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef INCLUDE_HITEFFPLOTTER_H #define INCLUDE_HITEFFPLOTTER_H 1 diff --git a/Tr/TrackMonitors/src/ITTrackMonitor.cpp b/Tr/TrackMonitors/src/ITTrackMonitor.cpp index b5fabe43ce7..b88fd3957fc 100644 --- a/Tr/TrackMonitors/src/ITTrackMonitor.cpp +++ b/Tr/TrackMonitors/src/ITTrackMonitor.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files #include "ITTrackMonitor.h" diff --git a/Tr/TrackMonitors/src/ITTrackMonitor.h b/Tr/TrackMonitors/src/ITTrackMonitor.h index 7cacdee3072..99f21c97b7a 100644 --- a/Tr/TrackMonitors/src/ITTrackMonitor.h +++ b/Tr/TrackMonitors/src/ITTrackMonitor.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef ITTRACKMONITOR_H #define ITTRACKMONITOR_H 1 diff --git a/Tr/TrackMonitors/src/Map.cpp b/Tr/TrackMonitors/src/Map.cpp index 87272495673..c2794e5f6de 100755 --- a/Tr/TrackMonitors/src/Map.cpp +++ b/Tr/TrackMonitors/src/Map.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include "Map.h" const TrackMonitorMaps::TypeMap& TrackMonitorMaps::typeDescription() diff --git a/Tr/TrackMonitors/src/Map.h b/Tr/TrackMonitors/src/Map.h index 65310a0a4b3..7bb4e0f8793 100755 --- a/Tr/TrackMonitors/src/Map.h +++ b/Tr/TrackMonitors/src/Map.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef _TrackMaps_H #define _TrackMaps_H diff --git a/Tr/TrackMonitors/src/OTCoordinates.cpp b/Tr/TrackMonitors/src/OTCoordinates.cpp index 38e284fbcbf..2819f19f9aa 100644 --- a/Tr/TrackMonitors/src/OTCoordinates.cpp +++ b/Tr/TrackMonitors/src/OTCoordinates.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // from Gaudi diff --git a/Tr/TrackMonitors/src/OTCoordinates.h b/Tr/TrackMonitors/src/OTCoordinates.h index 7ea770b58e9..f7b0915607e 100644 --- a/Tr/TrackMonitors/src/OTCoordinates.h +++ b/Tr/TrackMonitors/src/OTCoordinates.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef OTCOORDINATES_H #define OTCOORDINATES_H 1 diff --git a/Tr/TrackMonitors/src/OTHitEfficiencyMonitor.cpp b/Tr/TrackMonitors/src/OTHitEfficiencyMonitor.cpp index 5e2f640f5d4..1a56a5ad8f8 100644 --- a/Tr/TrackMonitors/src/OTHitEfficiencyMonitor.cpp +++ b/Tr/TrackMonitors/src/OTHitEfficiencyMonitor.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include "GaudiKernel/ToolHandle.h" #include "GaudiAlg/GaudiHistoAlg.h" #include "Event/Track.h" diff --git a/Tr/TrackMonitors/src/OTTrackMonitor.cpp b/Tr/TrackMonitors/src/OTTrackMonitor.cpp index b0b25d74e14..960bdc4ff0e 100644 --- a/Tr/TrackMonitors/src/OTTrackMonitor.cpp +++ b/Tr/TrackMonitors/src/OTTrackMonitor.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include "GaudiAlg/GaudiHistoAlg.h" #include "GaudiKernel/ToolHandle.h" diff --git a/Tr/TrackMonitors/src/OTYAlignMagOff.cpp b/Tr/TrackMonitors/src/OTYAlignMagOff.cpp index 46ebf3213d7..7c42f1d814d 100644 --- a/Tr/TrackMonitors/src/OTYAlignMagOff.cpp +++ b/Tr/TrackMonitors/src/OTYAlignMagOff.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files #include <string> diff --git a/Tr/TrackMonitors/src/OTYAlignMagOff.h b/Tr/TrackMonitors/src/OTYAlignMagOff.h index d24a1feb4a1..ac8537fa3ab 100644 --- a/Tr/TrackMonitors/src/OTYAlignMagOff.h +++ b/Tr/TrackMonitors/src/OTYAlignMagOff.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef OTYALIGNMAGOFF_H #define OTYALIGNMAGOFF_H 1 diff --git a/Tr/TrackMonitors/src/PVResMonitor.cpp b/Tr/TrackMonitors/src/PVResMonitor.cpp index 77345f1723e..228418c6dd7 100644 --- a/Tr/TrackMonitors/src/PVResMonitor.cpp +++ b/Tr/TrackMonitors/src/PVResMonitor.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // from Gaudi #include "GaudiAlg/Tuples.h" diff --git a/Tr/TrackMonitors/src/PVResMonitor.h b/Tr/TrackMonitors/src/PVResMonitor.h index dfffa5ffa79..b41f6f569dc 100644 --- a/Tr/TrackMonitors/src/PVResMonitor.h +++ b/Tr/TrackMonitors/src/PVResMonitor.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PVRESMONITOR_H #define PVRESMONITOR_H 1 diff --git a/Tr/TrackMonitors/src/PVSplit.cpp b/Tr/TrackMonitors/src/PVSplit.cpp index 7a830ee8c65..dd2caa64ab0 100644 --- a/Tr/TrackMonitors/src/PVSplit.cpp +++ b/Tr/TrackMonitors/src/PVSplit.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include <algorithm> #include <numeric> diff --git a/Tr/TrackMonitors/src/PVSplit.h b/Tr/TrackMonitors/src/PVSplit.h index a5b74888b2a..816e3b63095 100644 --- a/Tr/TrackMonitors/src/PVSplit.h +++ b/Tr/TrackMonitors/src/PVSplit.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PVSPLIT_H #define PVSPLIT_H 1 diff --git a/Tr/TrackMonitors/src/PitchResTool.cpp b/Tr/TrackMonitors/src/PitchResTool.cpp index 2e815b59a31..e5c2fc71b35 100644 --- a/Tr/TrackMonitors/src/PitchResTool.cpp +++ b/Tr/TrackMonitors/src/PitchResTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include "GaudiKernel/IRegistry.h" #include "PitchResTool.h" diff --git a/Tr/TrackMonitors/src/PitchResTool.h b/Tr/TrackMonitors/src/PitchResTool.h index 393307525bd..634d055888c 100644 --- a/Tr/TrackMonitors/src/PitchResTool.h +++ b/Tr/TrackMonitors/src/PitchResTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef INCLUDE_PITCHRESTOOL_H #define INCLUDE_PITCHRESTOOL_H 1 diff --git a/Tr/TrackMonitors/src/STADCTrackMonitor.cpp b/Tr/TrackMonitors/src/STADCTrackMonitor.cpp index c1cbe525fa5..0112f50b8ce 100644 --- a/Tr/TrackMonitors/src/STADCTrackMonitor.cpp +++ b/Tr/TrackMonitors/src/STADCTrackMonitor.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files #include "STADCTrackMonitor.h" diff --git a/Tr/TrackMonitors/src/STADCTrackMonitor.h b/Tr/TrackMonitors/src/STADCTrackMonitor.h index 1df48b94cb4..a2219cffa99 100644 --- a/Tr/TrackMonitors/src/STADCTrackMonitor.h +++ b/Tr/TrackMonitors/src/STADCTrackMonitor.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef STADCTRACKMONITOR_H #define STADCTRACKMONITOR_H 1 diff --git a/Tr/TrackMonitors/src/STCoordinates.cpp b/Tr/TrackMonitors/src/STCoordinates.cpp index db9dcf80c02..498ea682ccf 100644 --- a/Tr/TrackMonitors/src/STCoordinates.cpp +++ b/Tr/TrackMonitors/src/STCoordinates.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // from Gaudi diff --git a/Tr/TrackMonitors/src/STCoordinates.h b/Tr/TrackMonitors/src/STCoordinates.h index 65e4bb20674..2be76e7f266 100644 --- a/Tr/TrackMonitors/src/STCoordinates.h +++ b/Tr/TrackMonitors/src/STCoordinates.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef STCOORDINATES_H #define STCOORDINATES_H 1 diff --git a/Tr/TrackMonitors/src/STEfficiency.cpp b/Tr/TrackMonitors/src/STEfficiency.cpp index bdb7c465016..5ce705beffa 100644 --- a/Tr/TrackMonitors/src/STEfficiency.cpp +++ b/Tr/TrackMonitors/src/STEfficiency.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // from Gaudi diff --git a/Tr/TrackMonitors/src/STEfficiency.h b/Tr/TrackMonitors/src/STEfficiency.h index 191d3cac031..00fe51cca54 100644 --- a/Tr/TrackMonitors/src/STEfficiency.h +++ b/Tr/TrackMonitors/src/STEfficiency.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef STEFFICIENCY_H #define STEFFICIENCY_H 1 diff --git a/Tr/TrackMonitors/src/STTrackTuple.cpp b/Tr/TrackMonitors/src/STTrackTuple.cpp index 1c578cc9921..b7f9818a921 100644 --- a/Tr/TrackMonitors/src/STTrackTuple.cpp +++ b/Tr/TrackMonitors/src/STTrackTuple.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // from Gaudi diff --git a/Tr/TrackMonitors/src/STTrackTuple.h b/Tr/TrackMonitors/src/STTrackTuple.h index a3e955e07bc..3b7af4bc841 100644 --- a/Tr/TrackMonitors/src/STTrackTuple.h +++ b/Tr/TrackMonitors/src/STTrackTuple.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef STTRACKTUPLE_H #define STTRACKTUPLE_H 1 diff --git a/Tr/TrackMonitors/src/STYAlignMagOff.cpp b/Tr/TrackMonitors/src/STYAlignMagOff.cpp index b1f71640719..e757fa2a7f1 100644 --- a/Tr/TrackMonitors/src/STYAlignMagOff.cpp +++ b/Tr/TrackMonitors/src/STYAlignMagOff.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // from Gaudi diff --git a/Tr/TrackMonitors/src/STYAlignMagOff.h b/Tr/TrackMonitors/src/STYAlignMagOff.h index df8163d4341..6988c270d33 100644 --- a/Tr/TrackMonitors/src/STYAlignMagOff.h +++ b/Tr/TrackMonitors/src/STYAlignMagOff.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef STYSECTEFF_H #define STYSECTEFF_H 1 diff --git a/Tr/TrackMonitors/src/TTTrackMonitor.cpp b/Tr/TrackMonitors/src/TTTrackMonitor.cpp index efd530647f6..13a30b8f024 100644 --- a/Tr/TrackMonitors/src/TTTrackMonitor.cpp +++ b/Tr/TrackMonitors/src/TTTrackMonitor.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files #include "TTTrackMonitor.h" diff --git a/Tr/TrackMonitors/src/TTTrackMonitor.h b/Tr/TrackMonitors/src/TTTrackMonitor.h index 849d0456013..2bbba113e66 100644 --- a/Tr/TrackMonitors/src/TTTrackMonitor.h +++ b/Tr/TrackMonitors/src/TTTrackMonitor.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TTTRACKMONITOR_H #define TTTRACKMONITOR_H 1 diff --git a/Tr/TrackMonitors/src/TrackAlignMonitor.cpp b/Tr/TrackMonitors/src/TrackAlignMonitor.cpp index ce9bf1a2f4e..47cf90149e9 100644 --- a/Tr/TrackMonitors/src/TrackAlignMonitor.cpp +++ b/Tr/TrackMonitors/src/TrackAlignMonitor.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include "GaudiAlg/GaudiHistoAlg.h" #include "GaudiKernel/ToolHandle.h" #include "TrackInterfaces/ITrackProjector.h" diff --git a/Tr/TrackMonitors/src/TrackCaloMatchMonitor.cpp b/Tr/TrackMonitors/src/TrackCaloMatchMonitor.cpp index f82696fa8a9..5257efce771 100644 --- a/Tr/TrackMonitors/src/TrackCaloMatchMonitor.cpp +++ b/Tr/TrackMonitors/src/TrackCaloMatchMonitor.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include "GaudiKernel/ToolHandle.h" #include "GaudiAlg/GaudiHistoAlg.h" #include "Event/Track.h" diff --git a/Tr/TrackMonitors/src/TrackDiMuonMonitor.cpp b/Tr/TrackMonitors/src/TrackDiMuonMonitor.cpp index f9da43b5e82..c335cc8cc9a 100644 --- a/Tr/TrackMonitors/src/TrackDiMuonMonitor.cpp +++ b/Tr/TrackMonitors/src/TrackDiMuonMonitor.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include "GaudiKernel/PhysicalConstants.h" #include "GaudiAlg/GaudiHistoAlg.h" #include "Event/TwoProngVertex.h" diff --git a/Tr/TrackMonitors/src/TrackExpectedHitsXYZTool.cpp b/Tr/TrackMonitors/src/TrackExpectedHitsXYZTool.cpp index b0978037d19..695a658f5a2 100644 --- a/Tr/TrackMonitors/src/TrackExpectedHitsXYZTool.cpp +++ b/Tr/TrackMonitors/src/TrackExpectedHitsXYZTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include <cmath> #include <cassert> #include <limits> diff --git a/Tr/TrackMonitors/src/TrackExpectedHitsXYZTool.h b/Tr/TrackMonitors/src/TrackExpectedHitsXYZTool.h index b372ff6bb66..61aa4a16f4b 100644 --- a/Tr/TrackMonitors/src/TrackExpectedHitsXYZTool.h +++ b/Tr/TrackMonitors/src/TrackExpectedHitsXYZTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef INCLUDE_TRACKEXPECTEDHITSXYZTOOL_H #define INCLUDE_TRACKEXPECTEDHITSXYZTOOL_H 1 diff --git a/Tr/TrackMonitors/src/TrackFitMatchMonitor.cpp b/Tr/TrackMonitors/src/TrackFitMatchMonitor.cpp index 2c4e0716c84..be879224681 100755 --- a/Tr/TrackMonitors/src/TrackFitMatchMonitor.cpp +++ b/Tr/TrackMonitors/src/TrackFitMatchMonitor.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include "GaudiKernel/ToolHandle.h" #include "GaudiAlg/GaudiHistoAlg.h" #include "Event/Track.h" diff --git a/Tr/TrackMonitors/src/TrackITOverlapMonitor.cpp b/Tr/TrackMonitors/src/TrackITOverlapMonitor.cpp index d3fb6942ab1..a3792370782 100644 --- a/Tr/TrackMonitors/src/TrackITOverlapMonitor.cpp +++ b/Tr/TrackMonitors/src/TrackITOverlapMonitor.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // from std diff --git a/Tr/TrackMonitors/src/TrackMonitor.cpp b/Tr/TrackMonitors/src/TrackMonitor.cpp index d6b02fa733e..b7d20889a35 100755 --- a/Tr/TrackMonitors/src/TrackMonitor.cpp +++ b/Tr/TrackMonitors/src/TrackMonitor.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files #include "TrackMonitor.h" diff --git a/Tr/TrackMonitors/src/TrackMonitor.h b/Tr/TrackMonitors/src/TrackMonitor.h index 67412461750..3bfb72c24ad 100755 --- a/Tr/TrackMonitors/src/TrackMonitor.h +++ b/Tr/TrackMonitors/src/TrackMonitor.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TRACKMONITOR_H #define TRACKMONITOR_H 1 diff --git a/Tr/TrackMonitors/src/TrackMonitorBase.cpp b/Tr/TrackMonitors/src/TrackMonitorBase.cpp index c5d1dd18417..48b2b438642 100755 --- a/Tr/TrackMonitors/src/TrackMonitorBase.cpp +++ b/Tr/TrackMonitors/src/TrackMonitorBase.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files #include "TrackMonitorBase.h" #include "Event/Track.h" diff --git a/Tr/TrackMonitors/src/TrackMonitorBase.h b/Tr/TrackMonitors/src/TrackMonitorBase.h index bdb64a3807c..d66c6590c19 100755 --- a/Tr/TrackMonitors/src/TrackMonitorBase.h +++ b/Tr/TrackMonitors/src/TrackMonitorBase.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TRACKMONITORBASE_H #define TRACKMONITORBASE_H 1 diff --git a/Tr/TrackMonitors/src/TrackMonitorNT.cpp b/Tr/TrackMonitors/src/TrackMonitorNT.cpp index f9308099b41..1973f693919 100755 --- a/Tr/TrackMonitors/src/TrackMonitorNT.cpp +++ b/Tr/TrackMonitors/src/TrackMonitorNT.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // from Gaudi diff --git a/Tr/TrackMonitors/src/TrackMonitorTupleBase.cpp b/Tr/TrackMonitors/src/TrackMonitorTupleBase.cpp index f9bb48d1680..feb6a31f06f 100644 --- a/Tr/TrackMonitors/src/TrackMonitorTupleBase.cpp +++ b/Tr/TrackMonitors/src/TrackMonitorTupleBase.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files #include "TrackMonitorTupleBase.h" #include "Event/Track.h" diff --git a/Tr/TrackMonitors/src/TrackMonitorTupleBase.h b/Tr/TrackMonitors/src/TrackMonitorTupleBase.h index 679eb84afe8..3330c64ab91 100644 --- a/Tr/TrackMonitors/src/TrackMonitorTupleBase.h +++ b/Tr/TrackMonitors/src/TrackMonitorTupleBase.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TRACKMONITORTUPLEBASE_H #define TRACKMONITORTUPLEBASE_H 1 diff --git a/Tr/TrackMonitors/src/TrackMuonMatchMonitor.cpp b/Tr/TrackMonitors/src/TrackMuonMatchMonitor.cpp index 8da55263999..2ed7311492c 100644 --- a/Tr/TrackMonitors/src/TrackMuonMatchMonitor.cpp +++ b/Tr/TrackMonitors/src/TrackMuonMatchMonitor.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // from Gaudi diff --git a/Tr/TrackMonitors/src/TrackMuonMatchMonitor.h b/Tr/TrackMonitors/src/TrackMuonMatchMonitor.h index 0703d22114e..31acaf2bf83 100644 --- a/Tr/TrackMonitors/src/TrackMuonMatchMonitor.h +++ b/Tr/TrackMonitors/src/TrackMuonMatchMonitor.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TRACKMUONMATCHMONITOR_H #define TRACKMUONMATCHMONITOR_H 1 diff --git a/Tr/TrackMonitors/src/TrackPV2HalfMonitor.cpp b/Tr/TrackMonitors/src/TrackPV2HalfMonitor.cpp index 6adb15e37fd..2e1e0ec3806 100644 --- a/Tr/TrackMonitors/src/TrackPV2HalfMonitor.cpp +++ b/Tr/TrackMonitors/src/TrackPV2HalfMonitor.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include "GaudiKernel/ToolHandle.h" #include "GaudiKernel/SystemOfUnits.h" #include "GaudiAlg/GaudiHistoAlg.h" diff --git a/Tr/TrackMonitors/src/TrackParticleMonitor.cpp b/Tr/TrackMonitors/src/TrackParticleMonitor.cpp index a6e5d7f862f..ac18ec9090c 100644 --- a/Tr/TrackMonitors/src/TrackParticleMonitor.cpp +++ b/Tr/TrackMonitors/src/TrackParticleMonitor.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include "GaudiKernel/PhysicalConstants.h" #include "GaudiAlg/GaudiHistoAlg.h" #include "GaudiKernel/ToolHandle.h" diff --git a/Tr/TrackMonitors/src/TrackTimingMonitor.cpp b/Tr/TrackMonitors/src/TrackTimingMonitor.cpp index c669d98544f..df93660fc69 100644 --- a/Tr/TrackMonitors/src/TrackTimingMonitor.cpp +++ b/Tr/TrackMonitors/src/TrackTimingMonitor.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // from Gaudi #include "GaudiAlg/GaudiTupleAlg.h" diff --git a/Tr/TrackMonitors/src/TrackTune.cpp b/Tr/TrackMonitors/src/TrackTune.cpp index c60b4a52a35..1dfaa91e357 100755 --- a/Tr/TrackMonitors/src/TrackTune.cpp +++ b/Tr/TrackMonitors/src/TrackTune.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ // Include files // ============================================================================ diff --git a/Tr/TrackMonitors/src/TrackTune.h b/Tr/TrackMonitors/src/TrackTune.h index 7c46ff3f3e2..0f5bf70aa6b 100644 --- a/Tr/TrackMonitors/src/TrackTune.h +++ b/Tr/TrackMonitors/src/TrackTune.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TrackTune_H_ #define TrackTune_H_ diff --git a/Tr/TrackMonitors/src/TrackV0Monitor.cpp b/Tr/TrackMonitors/src/TrackV0Monitor.cpp index ca4c83e7223..e6cc8110ebb 100644 --- a/Tr/TrackMonitors/src/TrackV0Monitor.cpp +++ b/Tr/TrackMonitors/src/TrackV0Monitor.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include "GaudiKernel/ToolHandle.h" #include "GaudiKernel/PhysicalConstants.h" #include "GaudiAlg/GaudiHistoAlg.h" diff --git a/Tr/TrackMonitors/src/TrackVeloOverlapMonitor.cpp b/Tr/TrackMonitors/src/TrackVeloOverlapMonitor.cpp index b6df0c29fac..34c04404bf4 100644 --- a/Tr/TrackMonitors/src/TrackVeloOverlapMonitor.cpp +++ b/Tr/TrackMonitors/src/TrackVeloOverlapMonitor.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // from std diff --git a/Tr/TrackMonitors/src/TrackVertexMonitor.cpp b/Tr/TrackMonitors/src/TrackVertexMonitor.cpp index 683c7cd59fb..173aa289eba 100755 --- a/Tr/TrackMonitors/src/TrackVertexMonitor.cpp +++ b/Tr/TrackMonitors/src/TrackVertexMonitor.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include "GaudiKernel/ToolHandle.h" #include "GaudiKernel/PhysicalConstants.h" #include "GaudiAlg/GaudiHistoAlg.h" diff --git a/Tr/TrackMonitors/src/UTTrackMonitor.cpp b/Tr/TrackMonitors/src/UTTrackMonitor.cpp index 3fcb7c47e2a..30a4f1548c7 100644 --- a/Tr/TrackMonitors/src/UTTrackMonitor.cpp +++ b/Tr/TrackMonitors/src/UTTrackMonitor.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files #include "UTTrackMonitor.h" diff --git a/Tr/TrackMonitors/src/UTTrackMonitor.h b/Tr/TrackMonitors/src/UTTrackMonitor.h index 4da3f99e00c..50a419b0ea3 100644 --- a/Tr/TrackMonitors/src/UTTrackMonitor.h +++ b/Tr/TrackMonitors/src/UTTrackMonitor.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef UTTRACKMONITOR_H #define UTTRACKMONITOR_H 1 diff --git a/Tr/TrackMonitors/src/VPTrackMonitor.cpp b/Tr/TrackMonitors/src/VPTrackMonitor.cpp index a671a78ee0c..9f46975f89d 100644 --- a/Tr/TrackMonitors/src/VPTrackMonitor.cpp +++ b/Tr/TrackMonitors/src/VPTrackMonitor.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // LHCb #include "Event/Track.h" #include "Event/Node.h" diff --git a/Tr/TrackMonitors/src/VPTrackMonitor.h b/Tr/TrackMonitors/src/VPTrackMonitor.h index 3ac165f6236..82833502e00 100644 --- a/Tr/TrackMonitors/src/VPTrackMonitor.h +++ b/Tr/TrackMonitors/src/VPTrackMonitor.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once // Gaudi diff --git a/Tr/TrackMonitors/src/VertexCompare.cpp b/Tr/TrackMonitors/src/VertexCompare.cpp index 96fda19826f..b6293846ac5 100644 --- a/Tr/TrackMonitors/src/VertexCompare.cpp +++ b/Tr/TrackMonitors/src/VertexCompare.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // from Gaudi #include "GaudiAlg/Tuples.h" diff --git a/Tr/TrackMonitors/src/VertexCompare.h b/Tr/TrackMonitors/src/VertexCompare.h index a25414552f7..b26cf937711 100644 --- a/Tr/TrackMonitors/src/VertexCompare.h +++ b/Tr/TrackMonitors/src/VertexCompare.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef VERTEXCOMPARE_H #define VERTEXCOMPARE_H 1 diff --git a/Tr/TrackProjectors/CMakeLists.txt b/Tr/TrackProjectors/CMakeLists.txt index 5858c4a45d9..106894bbd57 100644 --- a/Tr/TrackProjectors/CMakeLists.txt +++ b/Tr/TrackProjectors/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ################################################################################ # Package: TrackProjectors ################################################################################ diff --git a/Tr/TrackProjectors/src/TrackOTLRSignTool.cpp b/Tr/TrackProjectors/src/TrackOTLRSignTool.cpp index b91f75f0b2e..808f1e31dc4 100644 --- a/Tr/TrackProjectors/src/TrackOTLRSignTool.cpp +++ b/Tr/TrackProjectors/src/TrackOTLRSignTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Gaudi #include "GaudiAlg/GaudiTool.h" #include "TrackInterfaces/ITrackManipulator.h" diff --git a/Tr/TrackProjectors/src/TrackProjector.cpp b/Tr/TrackProjectors/src/TrackProjector.cpp index 66b659b5fee..1802ad76c0f 100644 --- a/Tr/TrackProjectors/src/TrackProjector.cpp +++ b/Tr/TrackProjectors/src/TrackProjector.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // local diff --git a/Tr/TrackProjectors/src/TrackProjector.h b/Tr/TrackProjectors/src/TrackProjector.h index 06213b70e4a..90078c9a319 100644 --- a/Tr/TrackProjectors/src/TrackProjector.h +++ b/Tr/TrackProjectors/src/TrackProjector.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TRACKPROJECTORS_TRACKPROJECTOR_H #define TRACKPROJECTORS_TRACKPROJECTOR_H 1 diff --git a/Tr/TrackProjectors/src/TrackProjectorSelector.cpp b/Tr/TrackProjectors/src/TrackProjectorSelector.cpp index a1afafa1526..88157fc5374 100644 --- a/Tr/TrackProjectors/src/TrackProjectorSelector.cpp +++ b/Tr/TrackProjectors/src/TrackProjectorSelector.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // from TrackEvent diff --git a/Tr/TrackProjectors/src/TrackProjectorSelector.h b/Tr/TrackProjectors/src/TrackProjectorSelector.h index b679f55591a..5ad1ca1e168 100644 --- a/Tr/TrackProjectors/src/TrackProjectorSelector.h +++ b/Tr/TrackProjectors/src/TrackProjectorSelector.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TRACKPROJECTORS_TRACKPROJECTORSELECTOR_H #define TRACKPROJECTORS_TRACKPROJECTORSELECTOR_H 1 diff --git a/Tr/TrackProjectors/src/TrajOTCosmicsProjector.cpp b/Tr/TrackProjectors/src/TrajOTCosmicsProjector.cpp index 0a2a0f8be74..7582d9e3bdd 100644 --- a/Tr/TrackProjectors/src/TrajOTCosmicsProjector.cpp +++ b/Tr/TrackProjectors/src/TrajOTCosmicsProjector.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files diff --git a/Tr/TrackProjectors/src/TrajOTProjector.cpp b/Tr/TrackProjectors/src/TrajOTProjector.cpp index 52e9350b4a7..dc739870f4f 100644 --- a/Tr/TrackProjectors/src/TrajOTProjector.cpp +++ b/Tr/TrackProjectors/src/TrajOTProjector.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // from TrackFitEvent diff --git a/Tr/TrackProjectors/src/TrajOTProjector.h b/Tr/TrackProjectors/src/TrajOTProjector.h index 29ea885019a..82299cc2dbd 100644 --- a/Tr/TrackProjectors/src/TrajOTProjector.h +++ b/Tr/TrackProjectors/src/TrajOTProjector.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TRAJOTPROJECTOR_H #define TRAJOTPROJECTOR_H 1 diff --git a/Tr/TrackProjectors/src/TrajProjector.cpp b/Tr/TrackProjectors/src/TrajProjector.cpp index bfd0f893670..45e7a82f5fc 100644 --- a/Tr/TrackProjectors/src/TrajProjector.cpp +++ b/Tr/TrackProjectors/src/TrajProjector.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // from Gaudi diff --git a/Tr/TrackProjectors/src/TrajProjector.h b/Tr/TrackProjectors/src/TrajProjector.h index 7757656d0c3..eea9a4133b5 100644 --- a/Tr/TrackProjectors/src/TrajProjector.h +++ b/Tr/TrackProjectors/src/TrajProjector.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TRAJPROJECTOR_H #define TRAJPROJECTOR_H 1 diff --git a/Tr/TrackTools/CMakeLists.txt b/Tr/TrackTools/CMakeLists.txt index 4fb7d701196..82eefc1fa8a 100644 --- a/Tr/TrackTools/CMakeLists.txt +++ b/Tr/TrackTools/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ################################################################################ # Package: TrackTools ################################################################################ diff --git a/Tr/TrackTools/python/ITSpilloverWeights_Data2015_25ns.py b/Tr/TrackTools/python/ITSpilloverWeights_Data2015_25ns.py index 48517dacff3..367e8523c86 100644 --- a/Tr/TrackTools/python/ITSpilloverWeights_Data2015_25ns.py +++ b/Tr/TrackTools/python/ITSpilloverWeights_Data2015_25ns.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # This file has been automatically generated by WeightCalibration def getITWeights(): diff --git a/Tr/TrackTools/python/ITSpilloverWeights_MonteCarlo2015_25ns.py b/Tr/TrackTools/python/ITSpilloverWeights_MonteCarlo2015_25ns.py index 4670554cdd6..f78ebc28110 100644 --- a/Tr/TrackTools/python/ITSpilloverWeights_MonteCarlo2015_25ns.py +++ b/Tr/TrackTools/python/ITSpilloverWeights_MonteCarlo2015_25ns.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # This file has been automatically generated by WeightCalibration def getITWeights(): diff --git a/Tr/TrackTools/python/TTSpilloverWeights_Data2015_25ns.py b/Tr/TrackTools/python/TTSpilloverWeights_Data2015_25ns.py index 81a0b64e831..841dfa89917 100644 --- a/Tr/TrackTools/python/TTSpilloverWeights_Data2015_25ns.py +++ b/Tr/TrackTools/python/TTSpilloverWeights_Data2015_25ns.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # This file has been automatically generated by WeightCalibration def getTTWeights(): diff --git a/Tr/TrackTools/python/TTSpilloverWeights_MonteCarlo2015_25ns.py b/Tr/TrackTools/python/TTSpilloverWeights_MonteCarlo2015_25ns.py index ed4f52c71e1..fe8a82e7dc1 100644 --- a/Tr/TrackTools/python/TTSpilloverWeights_MonteCarlo2015_25ns.py +++ b/Tr/TrackTools/python/TTSpilloverWeights_MonteCarlo2015_25ns.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # This file has been automatically generated by WeightCalibration def getTTWeights(): diff --git a/Tr/TrackTools/src/CountVeloTracks.cpp b/Tr/TrackTools/src/CountVeloTracks.cpp index ae934fd0765..23188d0d8ac 100644 --- a/Tr/TrackTools/src/CountVeloTracks.cpp +++ b/Tr/TrackTools/src/CountVeloTracks.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file CountVeloTracks.cpp * diff --git a/Tr/TrackTools/src/CountVeloTracks.h b/Tr/TrackTools/src/CountVeloTracks.h index 168e7da2e19..df437cc68ac 100644 --- a/Tr/TrackTools/src/CountVeloTracks.h +++ b/Tr/TrackTools/src/CountVeloTracks.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TRACKTOOLS_CountVeloTracks_H #define TRACKTOOLS_CountVeloTracks_H diff --git a/Tr/TrackTools/src/DelegatingTrackSelector.cpp b/Tr/TrackTools/src/DelegatingTrackSelector.cpp index 4ef5af8ae0c..9d5eb837f27 100644 --- a/Tr/TrackTools/src/DelegatingTrackSelector.cpp +++ b/Tr/TrackTools/src/DelegatingTrackSelector.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file DelegatingTrackSelector.cpp * diff --git a/Tr/TrackTools/src/DelegatingTrackSelector.h b/Tr/TrackTools/src/DelegatingTrackSelector.h index 49f43a02011..3c422b13d70 100644 --- a/Tr/TrackTools/src/DelegatingTrackSelector.h +++ b/Tr/TrackTools/src/DelegatingTrackSelector.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file DelegatingTrackSelector.h * diff --git a/Tr/TrackTools/src/FTHitExpectation.cpp b/Tr/TrackTools/src/FTHitExpectation.cpp index 671f3aef6f3..3e3870a29cf 100644 --- a/Tr/TrackTools/src/FTHitExpectation.cpp +++ b/Tr/TrackTools/src/FTHitExpectation.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // from GaudiKernel #include "GaudiKernel/SystemOfUnits.h" diff --git a/Tr/TrackTools/src/FTHitExpectation.h b/Tr/TrackTools/src/FTHitExpectation.h index 2fe8ba3de70..405b5addf0a 100644 --- a/Tr/TrackTools/src/FTHitExpectation.h +++ b/Tr/TrackTools/src/FTHitExpectation.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef _FTHitExpectation_H #define _FTHitExpectation_H diff --git a/Tr/TrackTools/src/FTMeasurementProvider.cpp b/Tr/TrackTools/src/FTMeasurementProvider.cpp index 12978959fa0..ecbd6fd28d4 100644 --- a/Tr/TrackTools/src/FTMeasurementProvider.cpp +++ b/Tr/TrackTools/src/FTMeasurementProvider.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ /** @class FTMeasurementProvider FTMeasurementProvider.cpp * * Implementation of FTMeasurementProvider diff --git a/Tr/TrackTools/src/FastMomentumEstimate.cpp b/Tr/TrackTools/src/FastMomentumEstimate.cpp index 8e82b977660..5f9e1c206b8 100644 --- a/Tr/TrackTools/src/FastMomentumEstimate.cpp +++ b/Tr/TrackTools/src/FastMomentumEstimate.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files #include <cmath> #include <numeric> diff --git a/Tr/TrackTools/src/FastMomentumEstimate.h b/Tr/TrackTools/src/FastMomentumEstimate.h index 576de117689..d88159dc131 100644 --- a/Tr/TrackTools/src/FastMomentumEstimate.h +++ b/Tr/TrackTools/src/FastMomentumEstimate.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TRACKTOOLS_FASTMOMENTUMESTIMATE_H #define TRACKTOOLS_FASTMOMENTUMESTIMATE_H 1 diff --git a/Tr/TrackTools/src/HltV0Upgrade.cpp b/Tr/TrackTools/src/HltV0Upgrade.cpp index 3f4e0862702..a04c5190abc 100644 --- a/Tr/TrackTools/src/HltV0Upgrade.cpp +++ b/Tr/TrackTools/src/HltV0Upgrade.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include "GaudiAlg/GaudiTool.h" #include "TrackInterfaces/ITrackFitter.h" #include "GaudiKernel/IMagneticFieldSvc.h" diff --git a/Tr/TrackTools/src/HltV0Upgrade.h b/Tr/TrackTools/src/HltV0Upgrade.h index 3c926108607..c29abf9aeec 100644 --- a/Tr/TrackTools/src/HltV0Upgrade.h +++ b/Tr/TrackTools/src/HltV0Upgrade.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TRACKTOOLS_HLTV0UPGRADE_H #define TRACKTOOLS_HLTV0UPGRADE_H 1 diff --git a/Tr/TrackTools/src/ITHitExpectation.cpp b/Tr/TrackTools/src/ITHitExpectation.cpp index 6a5629526f6..9848192d7a3 100644 --- a/Tr/TrackTools/src/ITHitExpectation.cpp +++ b/Tr/TrackTools/src/ITHitExpectation.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // from GaudiKernel #include "GaudiKernel/SystemOfUnits.h" diff --git a/Tr/TrackTools/src/ITHitExpectation.h b/Tr/TrackTools/src/ITHitExpectation.h index f5131f3580e..2b4913e65de 100644 --- a/Tr/TrackTools/src/ITHitExpectation.h +++ b/Tr/TrackTools/src/ITHitExpectation.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef _ITHitExpectation_H #define _ITHitExpectation_H diff --git a/Tr/TrackTools/src/ITIsolatedTrackSelector.cpp b/Tr/TrackTools/src/ITIsolatedTrackSelector.cpp index 6d62f05b806..a5be1d2c839 100644 --- a/Tr/TrackTools/src/ITIsolatedTrackSelector.cpp +++ b/Tr/TrackTools/src/ITIsolatedTrackSelector.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file ITIsolatedTrackSelector.cpp * diff --git a/Tr/TrackTools/src/ITIsolatedTrackSelector.h b/Tr/TrackTools/src/ITIsolatedTrackSelector.h index 32f150e7b9a..78546d8085a 100644 --- a/Tr/TrackTools/src/ITIsolatedTrackSelector.h +++ b/Tr/TrackTools/src/ITIsolatedTrackSelector.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TRACKTOOLS_ITIsolatedTrackSelector_H #define TRACKTOOLS_ITIsolatedTrackSelector_H diff --git a/Tr/TrackTools/src/ITTrackConfirmation.cpp b/Tr/TrackTools/src/ITTrackConfirmation.cpp index 9769129dfd2..0abb317e360 100644 --- a/Tr/TrackTools/src/ITTrackConfirmation.cpp +++ b/Tr/TrackTools/src/ITTrackConfirmation.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file ITTrackConfirmation.cpp * diff --git a/Tr/TrackTools/src/ITTrackConfirmation.h b/Tr/TrackTools/src/ITTrackConfirmation.h index 9627edcd554..df89ab2630c 100644 --- a/Tr/TrackTools/src/ITTrackConfirmation.h +++ b/Tr/TrackTools/src/ITTrackConfirmation.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file ITTrackConfirmation.h * diff --git a/Tr/TrackTools/src/ITTrackSelector.cpp b/Tr/TrackTools/src/ITTrackSelector.cpp index afee73acb9a..bbf0606c446 100644 --- a/Tr/TrackTools/src/ITTrackSelector.cpp +++ b/Tr/TrackTools/src/ITTrackSelector.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file ITTrackSelector.cpp * diff --git a/Tr/TrackTools/src/LongTrackReferenceCreator.cpp b/Tr/TrackTools/src/LongTrackReferenceCreator.cpp index 11e4a1fcd77..a7d9f0bb68a 100644 --- a/Tr/TrackTools/src/LongTrackReferenceCreator.cpp +++ b/Tr/TrackTools/src/LongTrackReferenceCreator.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // from GaudiKernel #include "GaudiKernel/IMagneticFieldSvc.h" #include "GaudiKernel/SystemOfUnits.h" diff --git a/Tr/TrackTools/src/LongTrackReferenceCreator.h b/Tr/TrackTools/src/LongTrackReferenceCreator.h index 17f47775724..042ca0b30bf 100644 --- a/Tr/TrackTools/src/LongTrackReferenceCreator.h +++ b/Tr/TrackTools/src/LongTrackReferenceCreator.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef _LongTrackReferenceCreator_H #define _LongTrackReferenceCreator_H diff --git a/Tr/TrackTools/src/MeasurementProvider.cpp b/Tr/TrackTools/src/MeasurementProvider.cpp index 29a7562ca6f..a7d3c2aaabf 100644 --- a/Tr/TrackTools/src/MeasurementProvider.cpp +++ b/Tr/TrackTools/src/MeasurementProvider.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // ------------- // Event model diff --git a/Tr/TrackTools/src/MeasurementProvider.h b/Tr/TrackTools/src/MeasurementProvider.h index 5132539f450..76bbbe6dffc 100644 --- a/Tr/TrackTools/src/MeasurementProvider.h +++ b/Tr/TrackTools/src/MeasurementProvider.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TRACKTOOLS_MEASUREMENTPROVIDER_H #define TRACKTOOLS_MEASUREMENTPROVIDER_H diff --git a/Tr/TrackTools/src/MeasurementProviderT.cpp b/Tr/TrackTools/src/MeasurementProviderT.cpp index 8b08f7b9699..cdf5b7eda34 100644 --- a/Tr/TrackTools/src/MeasurementProviderT.cpp +++ b/Tr/TrackTools/src/MeasurementProviderT.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ /** @class MeasurementProviderT MeasurementProviderT.cpp * * Implementation of templated MeasurementProvider tool diff --git a/Tr/TrackTools/src/MuonMeasurementProvider.cpp b/Tr/TrackTools/src/MuonMeasurementProvider.cpp index da082499cad..7e7820894c7 100644 --- a/Tr/TrackTools/src/MuonMeasurementProvider.cpp +++ b/Tr/TrackTools/src/MuonMeasurementProvider.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ /** @class MuonMeasurementProvider MuonMeasurementProvider.cpp * * Implementation of VeloRMeasurementProvider tool diff --git a/Tr/TrackTools/src/MuonTTTrack.cpp b/Tr/TrackTools/src/MuonTTTrack.cpp index ae337856604..581a6cf3a63 100644 --- a/Tr/TrackTools/src/MuonTTTrack.cpp +++ b/Tr/TrackTools/src/MuonTTTrack.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // local diff --git a/Tr/TrackTools/src/MuonTTTrack.h b/Tr/TrackTools/src/MuonTTTrack.h index 4873ab542e8..86835fb2d55 100644 --- a/Tr/TrackTools/src/MuonTTTrack.h +++ b/Tr/TrackTools/src/MuonTTTrack.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef MUONTTTRACK_H #define MUONTTTRACK_H 1 diff --git a/Tr/TrackTools/src/OTHitExpectation.cpp b/Tr/TrackTools/src/OTHitExpectation.cpp index 8ab5f22d1d0..acb4c6da009 100644 --- a/Tr/TrackTools/src/OTHitExpectation.cpp +++ b/Tr/TrackTools/src/OTHitExpectation.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // from GaudiKernel #include "GaudiKernel/SystemOfUnits.h" diff --git a/Tr/TrackTools/src/OTHitExpectation.h b/Tr/TrackTools/src/OTHitExpectation.h index d4cc17680ed..c7eb4feb443 100644 --- a/Tr/TrackTools/src/OTHitExpectation.h +++ b/Tr/TrackTools/src/OTHitExpectation.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef _OTHitExpectation_H #define _OTHitExpectation_H diff --git a/Tr/TrackTools/src/OTMeasurementProvider.cpp b/Tr/TrackTools/src/OTMeasurementProvider.cpp index dc83b8462fb..3becc509190 100644 --- a/Tr/TrackTools/src/OTMeasurementProvider.cpp +++ b/Tr/TrackTools/src/OTMeasurementProvider.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ /** @class OTMeasurementProvider OTMeasurementProvider.cpp * * Implementation of VeloRMeasurementProvider tool diff --git a/Tr/TrackTools/src/PtTransporter.cpp b/Tr/TrackTools/src/PtTransporter.cpp index cd37105bb11..bcd30f7ae29 100644 --- a/Tr/TrackTools/src/PtTransporter.cpp +++ b/Tr/TrackTools/src/PtTransporter.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files #include "Event/State.h" diff --git a/Tr/TrackTools/src/PtTransporter.h b/Tr/TrackTools/src/PtTransporter.h index 63c936875a0..e96111c07bb 100644 --- a/Tr/TrackTools/src/PtTransporter.h +++ b/Tr/TrackTools/src/PtTransporter.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef PTTRANSPORTER_H #define PTTRANSPORTER_H 1 diff --git a/Tr/TrackTools/src/Run2GhostId.cpp b/Tr/TrackTools/src/Run2GhostId.cpp index 8959ac63bb2..79e15781ba6 100644 --- a/Tr/TrackTools/src/Run2GhostId.cpp +++ b/Tr/TrackTools/src/Run2GhostId.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files #include "Kernel/HitPattern.h" #include "Event/Particle.h" diff --git a/Tr/TrackTools/src/Run2GhostId.h b/Tr/TrackTools/src/Run2GhostId.h index 1d91f740011..3a9049aa0b1 100644 --- a/Tr/TrackTools/src/Run2GhostId.h +++ b/Tr/TrackTools/src/Run2GhostId.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef Run2GhostId_H #define Run2GhostId_H 1 diff --git a/Tr/TrackTools/src/STClusterCollector.cpp b/Tr/TrackTools/src/STClusterCollector.cpp index 80dd6b81de9..ce730124133 100644 --- a/Tr/TrackTools/src/STClusterCollector.cpp +++ b/Tr/TrackTools/src/STClusterCollector.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Kernel #include "GaudiKernel/IIncidentSvc.h" #include "GaudiKernel/PhysicalConstants.h" diff --git a/Tr/TrackTools/src/STClusterCollector.h b/Tr/TrackTools/src/STClusterCollector.h index f6a2ed838ed..c913b66c066 100644 --- a/Tr/TrackTools/src/STClusterCollector.h +++ b/Tr/TrackTools/src/STClusterCollector.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef _STClusterCollector_H #define _STClusterCollector_H 1 diff --git a/Tr/TrackTools/src/STSpilloverTool.cpp b/Tr/TrackTools/src/STSpilloverTool.cpp index 88f623cb9a0..e25cbb16ad1 100644 --- a/Tr/TrackTools/src/STSpilloverTool.cpp +++ b/Tr/TrackTools/src/STSpilloverTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // from Gaudi diff --git a/Tr/TrackTools/src/STSpilloverTool.h b/Tr/TrackTools/src/STSpilloverTool.h index e41a5fc8d5b..d7203bdd91c 100644 --- a/Tr/TrackTools/src/STSpilloverTool.h +++ b/Tr/TrackTools/src/STSpilloverTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef STSPILLOVERTOOL_H #define STSPILLOVERTOOL_H 1 diff --git a/Tr/TrackTools/src/SelectTrackInVertex.cpp b/Tr/TrackTools/src/SelectTrackInVertex.cpp index 8935dc94080..d9d39b0a8fe 100644 --- a/Tr/TrackTools/src/SelectTrackInVertex.cpp +++ b/Tr/TrackTools/src/SelectTrackInVertex.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // include files #include "SelectTrackInVertex.h" diff --git a/Tr/TrackTools/src/SelectTrackInVertex.h b/Tr/TrackTools/src/SelectTrackInVertex.h index aa4109e91d3..8d71873c34d 100644 --- a/Tr/TrackTools/src/SelectTrackInVertex.h +++ b/Tr/TrackTools/src/SelectTrackInVertex.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TRACKTOOLS_SelectTrackInVertex_H #define TRACKTOOLS_SelectTrackInVertex_H diff --git a/Tr/TrackTools/src/StandaloneMuonPoint.h b/Tr/TrackTools/src/StandaloneMuonPoint.h index eafe0e0f344..198e5e35b36 100644 --- a/Tr/TrackTools/src/StandaloneMuonPoint.h +++ b/Tr/TrackTools/src/StandaloneMuonPoint.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef STANDALONEMUONPOINT_H #define STANDALONEMUONPOINT_H 1 diff --git a/Tr/TrackTools/src/StandaloneMuonRec.cpp b/Tr/TrackTools/src/StandaloneMuonRec.cpp index 50f885ec135..8c0dbe22301 100644 --- a/Tr/TrackTools/src/StandaloneMuonRec.cpp +++ b/Tr/TrackTools/src/StandaloneMuonRec.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files #include <algorithm> diff --git a/Tr/TrackTools/src/StandaloneMuonRec.h b/Tr/TrackTools/src/StandaloneMuonRec.h index 48695f1cd73..b414d6b183f 100644 --- a/Tr/TrackTools/src/StandaloneMuonRec.h +++ b/Tr/TrackTools/src/StandaloneMuonRec.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef STANDALONEMUON_H #define STANDALONEMUON_H 1 diff --git a/Tr/TrackTools/src/StandaloneMuonRegion.h b/Tr/TrackTools/src/StandaloneMuonRegion.h index 222d6501f03..a9918b4564c 100644 --- a/Tr/TrackTools/src/StandaloneMuonRegion.h +++ b/Tr/TrackTools/src/StandaloneMuonRegion.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef STANDALONEMUONREGION_H #define STANDALONEMUONREGION_H 1 diff --git a/Tr/TrackTools/src/StandaloneMuonStationRec.h b/Tr/TrackTools/src/StandaloneMuonStationRec.h index f226718005d..6a2bb2493ac 100644 --- a/Tr/TrackTools/src/StandaloneMuonStationRec.h +++ b/Tr/TrackTools/src/StandaloneMuonStationRec.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef STANDALONEMUONSTATIONREC_H #define STANDALONEMUONSTATIONREC_H 1 diff --git a/Tr/TrackTools/src/StandaloneMuonTrack.h b/Tr/TrackTools/src/StandaloneMuonTrack.h index 8e01b6352f2..149f9164e4f 100644 --- a/Tr/TrackTools/src/StandaloneMuonTrack.h +++ b/Tr/TrackTools/src/StandaloneMuonTrack.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef STANDALONEMUONTRACK_H #define STANDALONEMUONTRACK_H 1 diff --git a/Tr/TrackTools/src/StateDetailedBetheBlochEnergyCorrectionTool.cpp b/Tr/TrackTools/src/StateDetailedBetheBlochEnergyCorrectionTool.cpp index dbdc187e625..82505afea00 100644 --- a/Tr/TrackTools/src/StateDetailedBetheBlochEnergyCorrectionTool.cpp +++ b/Tr/TrackTools/src/StateDetailedBetheBlochEnergyCorrectionTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // ------------- diff --git a/Tr/TrackTools/src/StateDetailedBetheBlochEnergyCorrectionTool.h b/Tr/TrackTools/src/StateDetailedBetheBlochEnergyCorrectionTool.h index 8b4faa280ae..0c0349b443b 100644 --- a/Tr/TrackTools/src/StateDetailedBetheBlochEnergyCorrectionTool.h +++ b/Tr/TrackTools/src/StateDetailedBetheBlochEnergyCorrectionTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TRACKTOOLS_STATEDETAILEDBETHEBLOCHENERGYCORRECTIONTOOL_H #define TRACKTOOLS_STATEDETAILEDBETHEBLOCHENERGYCORRECTIONTOOL_H 1 diff --git a/Tr/TrackTools/src/StateElectronEnergyCorrectionTool.cpp b/Tr/TrackTools/src/StateElectronEnergyCorrectionTool.cpp index b8e300372cb..e83e59154b2 100644 --- a/Tr/TrackTools/src/StateElectronEnergyCorrectionTool.cpp +++ b/Tr/TrackTools/src/StateElectronEnergyCorrectionTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // ------------- #include <cmath> diff --git a/Tr/TrackTools/src/StateElectronEnergyCorrectionTool.h b/Tr/TrackTools/src/StateElectronEnergyCorrectionTool.h index 50640d95a16..8d245a48d51 100644 --- a/Tr/TrackTools/src/StateElectronEnergyCorrectionTool.h +++ b/Tr/TrackTools/src/StateElectronEnergyCorrectionTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TRACKTOOLS_STATEELECTRONENERGYCORRECTIONTOOL_H #define TRACKTOOLS_STATEELECTRONENERGYCORRECTIONTOOL_H 1 diff --git a/Tr/TrackTools/src/StateSimpleBetheBlochEnergyCorrectionTool.cpp b/Tr/TrackTools/src/StateSimpleBetheBlochEnergyCorrectionTool.cpp index 9f7d472073c..71c6e898455 100644 --- a/Tr/TrackTools/src/StateSimpleBetheBlochEnergyCorrectionTool.cpp +++ b/Tr/TrackTools/src/StateSimpleBetheBlochEnergyCorrectionTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // ------------- #include <cmath> diff --git a/Tr/TrackTools/src/StateSimpleBetheBlochEnergyCorrectionTool.h b/Tr/TrackTools/src/StateSimpleBetheBlochEnergyCorrectionTool.h index 7886ce2b1e4..56451c015f1 100644 --- a/Tr/TrackTools/src/StateSimpleBetheBlochEnergyCorrectionTool.h +++ b/Tr/TrackTools/src/StateSimpleBetheBlochEnergyCorrectionTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TRACKTOOLS_STATESIMPLEBETHEBLOCHENERGYCORRECTIONTOOL_H #define TRACKTOOLS_STATESIMPLEBETHEBLOCHENERGYCORRECTIONTOOL_H 1 diff --git a/Tr/TrackTools/src/StateThickMSCorrectionTool.cpp b/Tr/TrackTools/src/StateThickMSCorrectionTool.cpp index ca1be67b611..43abae670cd 100644 --- a/Tr/TrackTools/src/StateThickMSCorrectionTool.cpp +++ b/Tr/TrackTools/src/StateThickMSCorrectionTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // ------------ diff --git a/Tr/TrackTools/src/StateThickMSCorrectionTool.h b/Tr/TrackTools/src/StateThickMSCorrectionTool.h index 2979661bf0a..21c0432c4e6 100644 --- a/Tr/TrackTools/src/StateThickMSCorrectionTool.h +++ b/Tr/TrackTools/src/StateThickMSCorrectionTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TRACKTOOLS_STATETHICKMSCORRECTIONTOOL_H #define TRACKTOOLS_STATETHICKMSCORRECTIONTOOL_H 1 diff --git a/Tr/TrackTools/src/StateThinMSCorrectionTool.cpp b/Tr/TrackTools/src/StateThinMSCorrectionTool.cpp index 0da1b07249b..37d9e8cd27d 100644 --- a/Tr/TrackTools/src/StateThinMSCorrectionTool.cpp +++ b/Tr/TrackTools/src/StateThinMSCorrectionTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // ------------- #include "vdt/log.h" diff --git a/Tr/TrackTools/src/StateThinMSCorrectionTool.h b/Tr/TrackTools/src/StateThinMSCorrectionTool.h index 86d5ee0e5b3..e177d5a0af2 100644 --- a/Tr/TrackTools/src/StateThinMSCorrectionTool.h +++ b/Tr/TrackTools/src/StateThinMSCorrectionTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TRACKTOOLS_STATETHINMSCORRECTIONTOOL_H #define TRACKTOOLS_STATETHINMSCORRECTIONTOOL_H 1 diff --git a/Tr/TrackTools/src/THitExpectation.cpp b/Tr/TrackTools/src/THitExpectation.cpp index 3aaf8fa14e3..bffe09bc59c 100644 --- a/Tr/TrackTools/src/THitExpectation.cpp +++ b/Tr/TrackTools/src/THitExpectation.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // from GaudiKernel #include "GaudiKernel/PhysicalConstants.h" diff --git a/Tr/TrackTools/src/THitExpectation.h b/Tr/TrackTools/src/THitExpectation.h index 4becafee83f..fa5550ffe66 100644 --- a/Tr/TrackTools/src/THitExpectation.h +++ b/Tr/TrackTools/src/THitExpectation.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef _THitExpectation_H #define _THitExpectation_H diff --git a/Tr/TrackTools/src/TMVA/FlattenDownstream.C b/Tr/TrackTools/src/TMVA/FlattenDownstream.C index fd3cd2d22c7..4bea6e00330 100644 --- a/Tr/TrackTools/src/TMVA/FlattenDownstream.C +++ b/Tr/TrackTools/src/TMVA/FlattenDownstream.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include #include "TrackKernel/Track1DTabFunc.h" diff --git a/Tr/TrackTools/src/TMVA/FlattenLong.C b/Tr/TrackTools/src/TMVA/FlattenLong.C index 0f2c755fe7a..0462f53e3c5 100644 --- a/Tr/TrackTools/src/TMVA/FlattenLong.C +++ b/Tr/TrackTools/src/TMVA/FlattenLong.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include #include "TrackKernel/Track1DTabFunc.h" diff --git a/Tr/TrackTools/src/TMVA/FlattenTtrack.C b/Tr/TrackTools/src/TMVA/FlattenTtrack.C index 0d425b6e5f6..76fb52f173a 100644 --- a/Tr/TrackTools/src/TMVA/FlattenTtrack.C +++ b/Tr/TrackTools/src/TMVA/FlattenTtrack.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include #include "TrackKernel/Track1DTabFunc.h" diff --git a/Tr/TrackTools/src/TMVA/FlattenUpstream.C b/Tr/TrackTools/src/TMVA/FlattenUpstream.C index 548dca1a6b6..e6cefc32c3f 100644 --- a/Tr/TrackTools/src/TMVA/FlattenUpstream.C +++ b/Tr/TrackTools/src/TMVA/FlattenUpstream.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include #include "TrackKernel/Track1DTabFunc.h" diff --git a/Tr/TrackTools/src/TMVA/FlattenVelo.C b/Tr/TrackTools/src/TMVA/FlattenVelo.C index 2ac62628601..af2b330f357 100644 --- a/Tr/TrackTools/src/TMVA/FlattenVelo.C +++ b/Tr/TrackTools/src/TMVA/FlattenVelo.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include #include "TrackKernel/Track1DTabFunc.h" diff --git a/Tr/TrackTools/src/TMVA/TMVAUp_1_MLP_1.class.C b/Tr/TrackTools/src/TMVA/TMVAUp_1_MLP_1.class.C index 9d6bd5d670a..0da94aef49a 100644 --- a/Tr/TrackTools/src/TMVA/TMVAUp_1_MLP_1.class.C +++ b/Tr/TrackTools/src/TMVA/TMVAUp_1_MLP_1.class.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadMLP_1 // Automatically generated by MethodBase::MakeClass // diff --git a/Tr/TrackTools/src/TMVA/TMVAUp_3_MLP_3.class.C b/Tr/TrackTools/src/TMVA/TMVAUp_3_MLP_3.class.C index 4cc1efd0288..1aef3b8bb49 100644 --- a/Tr/TrackTools/src/TMVA/TMVAUp_3_MLP_3.class.C +++ b/Tr/TrackTools/src/TMVA/TMVAUp_3_MLP_3.class.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadMLP_3 // Automatically generated by MethodBase::MakeClass // diff --git a/Tr/TrackTools/src/TMVA/TMVAUp_4_MLP_4.class.C b/Tr/TrackTools/src/TMVA/TMVAUp_4_MLP_4.class.C index 08fa814742c..3a0917102ac 100644 --- a/Tr/TrackTools/src/TMVA/TMVAUp_4_MLP_4.class.C +++ b/Tr/TrackTools/src/TMVA/TMVAUp_4_MLP_4.class.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadMLP_4 // Automatically generated by MethodBase::MakeClass // diff --git a/Tr/TrackTools/src/TMVA/TMVAUp_5_MLP_5.class.C b/Tr/TrackTools/src/TMVA/TMVAUp_5_MLP_5.class.C index 51df051a4c6..287dd9ec27a 100644 --- a/Tr/TrackTools/src/TMVA/TMVAUp_5_MLP_5.class.C +++ b/Tr/TrackTools/src/TMVA/TMVAUp_5_MLP_5.class.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadMLP_5 // Automatically generated by MethodBase::MakeClass // diff --git a/Tr/TrackTools/src/TMVA/TMVAUp_6_MLP_6.class.C b/Tr/TrackTools/src/TMVA/TMVAUp_6_MLP_6.class.C index a82060ec23d..f085b0d2b51 100644 --- a/Tr/TrackTools/src/TMVA/TMVAUp_6_MLP_6.class.C +++ b/Tr/TrackTools/src/TMVA/TMVAUp_6_MLP_6.class.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadMLP_6 // Automatically generated by MethodBase::MakeClass // diff --git a/Tr/TrackTools/src/TMVA/TMVA_1_25nsLL_1d_MLP.class.C b/Tr/TrackTools/src/TMVA/TMVA_1_25nsLL_1d_MLP.class.C index 551ea4b0a07..e58b3cf1286 100644 --- a/Tr/TrackTools/src/TMVA/TMVA_1_25nsLL_1d_MLP.class.C +++ b/Tr/TrackTools/src/TMVA/TMVA_1_25nsLL_1d_MLP.class.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadMLP // Automatically generated by MethodBase::MakeClass // diff --git a/Tr/TrackTools/src/TMVA/TMVA_3_25nsLL_1d_MLP.class.C b/Tr/TrackTools/src/TMVA/TMVA_3_25nsLL_1d_MLP.class.C index 7da57cea2ca..5e6e5145e56 100644 --- a/Tr/TrackTools/src/TMVA/TMVA_3_25nsLL_1d_MLP.class.C +++ b/Tr/TrackTools/src/TMVA/TMVA_3_25nsLL_1d_MLP.class.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadMLP // Automatically generated by MethodBase::MakeClass // diff --git a/Tr/TrackTools/src/TMVA/TMVA_4_25nsLL_1d_MLP.class.C b/Tr/TrackTools/src/TMVA/TMVA_4_25nsLL_1d_MLP.class.C index 52aca2c692e..8ccafe99f0a 100644 --- a/Tr/TrackTools/src/TMVA/TMVA_4_25nsLL_1d_MLP.class.C +++ b/Tr/TrackTools/src/TMVA/TMVA_4_25nsLL_1d_MLP.class.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadMLP // Automatically generated by MethodBase::MakeClass // diff --git a/Tr/TrackTools/src/TMVA/TMVA_5_25nsLL_1d_MLP.class.C b/Tr/TrackTools/src/TMVA/TMVA_5_25nsLL_1d_MLP.class.C index 415fb9f48b9..4336457df7d 100644 --- a/Tr/TrackTools/src/TMVA/TMVA_5_25nsLL_1d_MLP.class.C +++ b/Tr/TrackTools/src/TMVA/TMVA_5_25nsLL_1d_MLP.class.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadMLP // Automatically generated by MethodBase::MakeClass // diff --git a/Tr/TrackTools/src/TMVA/TMVA_6_25nsLL_1d_MLP.class.C b/Tr/TrackTools/src/TMVA/TMVA_6_25nsLL_1d_MLP.class.C index 22a3823ceba..69f9491fbc4 100644 --- a/Tr/TrackTools/src/TMVA/TMVA_6_25nsLL_1d_MLP.class.C +++ b/Tr/TrackTools/src/TMVA/TMVA_6_25nsLL_1d_MLP.class.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Class: ReadMLP // Automatically generated by MethodBase::MakeClass // diff --git a/Tr/TrackTools/src/TTHitExpectation.cpp b/Tr/TrackTools/src/TTHitExpectation.cpp index 88298eb696b..7b34ed6f70e 100644 --- a/Tr/TrackTools/src/TTHitExpectation.cpp +++ b/Tr/TrackTools/src/TTHitExpectation.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // from GaudiKernel #include "GaudiKernel/SystemOfUnits.h" diff --git a/Tr/TrackTools/src/TTHitExpectation.h b/Tr/TrackTools/src/TTHitExpectation.h index db9ff8f5cf4..f34ce428aab 100644 --- a/Tr/TrackTools/src/TTHitExpectation.h +++ b/Tr/TrackTools/src/TTHitExpectation.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef _TTHitExpectation_H #define _TTHitExpectation_H diff --git a/Tr/TrackTools/src/TrackCaloMatch.cpp b/Tr/TrackTools/src/TrackCaloMatch.cpp index a0a7e22291e..33e70760362 100644 --- a/Tr/TrackTools/src/TrackCaloMatch.cpp +++ b/Tr/TrackTools/src/TrackCaloMatch.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include "GaudiKernel/IIncidentSvc.h" diff --git a/Tr/TrackTools/src/TrackCaloMatch.h b/Tr/TrackTools/src/TrackCaloMatch.h index 6d74c4a87a7..1ad71397321 100644 --- a/Tr/TrackTools/src/TrackCaloMatch.h +++ b/Tr/TrackTools/src/TrackCaloMatch.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef _TrackCaloMatch_H #define _TrackCaloMatch_H diff --git a/Tr/TrackTools/src/TrackChi2Calculator.cpp b/Tr/TrackTools/src/TrackChi2Calculator.cpp index 7073a00cf86..6c8a20f5fb9 100644 --- a/Tr/TrackTools/src/TrackChi2Calculator.cpp +++ b/Tr/TrackTools/src/TrackChi2Calculator.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // ------------- // from Gaudi diff --git a/Tr/TrackTools/src/TrackChi2Calculator.h b/Tr/TrackTools/src/TrackChi2Calculator.h index 9df224b7797..42fbcaecf9d 100644 --- a/Tr/TrackTools/src/TrackChi2Calculator.h +++ b/Tr/TrackTools/src/TrackChi2Calculator.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TRACKTOOLS_TRACKCHI2CALCULATOR_H #define TRACKTOOLS_TRACKCHI2CALCULATOR_H 1 diff --git a/Tr/TrackTools/src/TrackCloneFinder.cpp b/Tr/TrackTools/src/TrackCloneFinder.cpp index ab88dbb4291..e27778901e7 100644 --- a/Tr/TrackTools/src/TrackCloneFinder.cpp +++ b/Tr/TrackTools/src/TrackCloneFinder.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // ------------- // from GSL diff --git a/Tr/TrackTools/src/TrackCloneFinder.h b/Tr/TrackTools/src/TrackCloneFinder.h index ae32806b85d..72f48930e32 100644 --- a/Tr/TrackTools/src/TrackCloneFinder.h +++ b/Tr/TrackTools/src/TrackCloneFinder.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TRACKCLONEFINDER_H #define TRACKCLONEFINDER_H 1 diff --git a/Tr/TrackTools/src/TrackHitCollector.cpp b/Tr/TrackTools/src/TrackHitCollector.cpp index 4ac0ba49daf..c054583f681 100644 --- a/Tr/TrackTools/src/TrackHitCollector.cpp +++ b/Tr/TrackTools/src/TrackHitCollector.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include "GaudiKernel/IRegistry.h" #include <cmath> diff --git a/Tr/TrackTools/src/TrackHitCollector.h b/Tr/TrackTools/src/TrackHitCollector.h index d6f78bfbc29..a3300c52702 100644 --- a/Tr/TrackTools/src/TrackHitCollector.h +++ b/Tr/TrackTools/src/TrackHitCollector.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef INCLUDE_TRACKHITCOLLECTOR_H #define INCLUDE_TRACKHITCOLLECTOR_H 1 diff --git a/Tr/TrackTools/src/TrackInitFit.cpp b/Tr/TrackTools/src/TrackInitFit.cpp index 3917116f7d5..640d758b244 100644 --- a/Tr/TrackTools/src/TrackInitFit.cpp +++ b/Tr/TrackTools/src/TrackInitFit.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // from Gaudi diff --git a/Tr/TrackTools/src/TrackInitFit.h b/Tr/TrackTools/src/TrackInitFit.h index fdce29377b4..c2728dc0c7f 100644 --- a/Tr/TrackTools/src/TrackInitFit.h +++ b/Tr/TrackTools/src/TrackInitFit.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TRACKINITFIT_H #define TRACKINITFIT_H 1 diff --git a/Tr/TrackTools/src/TrackInterpolator.cpp b/Tr/TrackTools/src/TrackInterpolator.cpp index 2561fecf729..3f7de147fb5 100644 --- a/Tr/TrackTools/src/TrackInterpolator.cpp +++ b/Tr/TrackTools/src/TrackInterpolator.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // ------------- // from Gaudi diff --git a/Tr/TrackTools/src/TrackInterpolator.h b/Tr/TrackTools/src/TrackInterpolator.h index 8980aff8ee2..098b09ab9e6 100644 --- a/Tr/TrackTools/src/TrackInterpolator.h +++ b/Tr/TrackTools/src/TrackInterpolator.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TRACKTOOLS_TRACKINTERPOLATOR_H #define TRACKTOOLS_TRACKINTERPOLATOR_H 1 diff --git a/Tr/TrackTools/src/TrackLikelihood.cpp b/Tr/TrackTools/src/TrackLikelihood.cpp index 0e01563c9d3..778c23ce31d 100644 --- a/Tr/TrackTools/src/TrackLikelihood.cpp +++ b/Tr/TrackTools/src/TrackLikelihood.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // from GaudiKernel #include "GaudiKernel/SystemOfUnits.h" diff --git a/Tr/TrackTools/src/TrackLikelihood.h b/Tr/TrackTools/src/TrackLikelihood.h index 0bfc6d54ef2..425b3744498 100644 --- a/Tr/TrackTools/src/TrackLikelihood.h +++ b/Tr/TrackTools/src/TrackLikelihood.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef _TrackLikelihood_H #define _TrackLikelihood_H diff --git a/Tr/TrackTools/src/TrackPtKick.cpp b/Tr/TrackTools/src/TrackPtKick.cpp index 27f877aed03..1789d821642 100644 --- a/Tr/TrackTools/src/TrackPtKick.cpp +++ b/Tr/TrackTools/src/TrackPtKick.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // ------------- diff --git a/Tr/TrackTools/src/TrackPtKick.h b/Tr/TrackTools/src/TrackPtKick.h index 5fa6c48af30..ce63b479d87 100644 --- a/Tr/TrackTools/src/TrackPtKick.h +++ b/Tr/TrackTools/src/TrackPtKick.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TRACKTOOLS_TRACKPTKICK_H #define TRACKTOOLS_TRACKPTKICK_H 1 diff --git a/Tr/TrackTools/src/TrackSelector.cpp b/Tr/TrackTools/src/TrackSelector.cpp index 266396d3aa1..c5d0fd724a0 100644 --- a/Tr/TrackTools/src/TrackSelector.cpp +++ b/Tr/TrackTools/src/TrackSelector.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file TrackSelector.cpp * diff --git a/Tr/TrackTools/src/TrackSelector.h b/Tr/TrackTools/src/TrackSelector.h index 7d9384fcac2..c4f74c1df8b 100644 --- a/Tr/TrackTools/src/TrackSelector.h +++ b/Tr/TrackTools/src/TrackSelector.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file TrackSelector.h diff --git a/Tr/TrackTools/src/TrackSelectorBase.cpp b/Tr/TrackTools/src/TrackSelectorBase.cpp index 8978935413f..355d1e9f1f6 100644 --- a/Tr/TrackTools/src/TrackSelectorBase.cpp +++ b/Tr/TrackTools/src/TrackSelectorBase.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file TrackSelectorBase.cpp * diff --git a/Tr/TrackTools/src/TrackSelectorBase.h b/Tr/TrackTools/src/TrackSelectorBase.h index 315c3f35eea..842af275c7b 100644 --- a/Tr/TrackTools/src/TrackSelectorBase.h +++ b/Tr/TrackTools/src/TrackSelectorBase.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TRACKTOOLS_TrackSelectorBase_H #define TRACKTOOLS_TrackSelectorBase_H diff --git a/Tr/TrackTools/src/TrackStateInitAlg.cpp b/Tr/TrackTools/src/TrackStateInitAlg.cpp index e46d17418ac..1fc2f33a0e1 100644 --- a/Tr/TrackTools/src/TrackStateInitAlg.cpp +++ b/Tr/TrackTools/src/TrackStateInitAlg.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include "TrackStateInitAlg.h" //----------------------------------------------------------------------------- diff --git a/Tr/TrackTools/src/TrackStateInitAlg.h b/Tr/TrackTools/src/TrackStateInitAlg.h index 28659cc6118..5cb6b5e7d03 100644 --- a/Tr/TrackTools/src/TrackStateInitAlg.h +++ b/Tr/TrackTools/src/TrackStateInitAlg.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include "GaudiAlg/GaudiAlgorithm.h" #include "GaudiKernel/ToolHandle.h" #include "TrackStateInitTool.h" diff --git a/Tr/TrackTools/src/TrackStateInitTool.cpp b/Tr/TrackTools/src/TrackStateInitTool.cpp index b16aefc683e..16e9bec5aca 100644 --- a/Tr/TrackTools/src/TrackStateInitTool.cpp +++ b/Tr/TrackTools/src/TrackStateInitTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include "TrackStateInitTool.h" #include "STDet/DeSTDetector.h" #include "Kernel/HitPattern.h" diff --git a/Tr/TrackTools/src/TrackStateInitTool.h b/Tr/TrackTools/src/TrackStateInitTool.h index 29466db8e94..7286b6970bc 100644 --- a/Tr/TrackTools/src/TrackStateInitTool.h +++ b/Tr/TrackTools/src/TrackStateInitTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include <map> #include "GaudiAlg/GaudiTool.h" #include "GaudiKernel/SystemOfUnits.h" diff --git a/Tr/TrackTools/src/TrackUsedLHCbID.cpp b/Tr/TrackTools/src/TrackUsedLHCbID.cpp index 427d6c1e3fc..cd0e2a663df 100644 --- a/Tr/TrackTools/src/TrackUsedLHCbID.cpp +++ b/Tr/TrackTools/src/TrackUsedLHCbID.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include "GaudiKernel/IIncidentSvc.h" #include "TrackInterfaces/ITrackSelector.h" diff --git a/Tr/TrackTools/src/TrackUsedLHCbID.h b/Tr/TrackTools/src/TrackUsedLHCbID.h index 372be0bcebf..4165043c678 100644 --- a/Tr/TrackTools/src/TrackUsedLHCbID.h +++ b/Tr/TrackTools/src/TrackUsedLHCbID.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef _TrackUsedLHCbID_H #define _TrackUsedLHCbID_H diff --git a/Tr/TrackTools/src/TrackVelodEdxCharge.cpp b/Tr/TrackTools/src/TrackVelodEdxCharge.cpp index 0d85b2756bd..6ae54ea574d 100644 --- a/Tr/TrackTools/src/TrackVelodEdxCharge.cpp +++ b/Tr/TrackTools/src/TrackVelodEdxCharge.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file TrackVelodEdxCharge.cpp * diff --git a/Tr/TrackTools/src/TrackVelodEdxCharge.h b/Tr/TrackTools/src/TrackVelodEdxCharge.h index e4dc822ea2d..9034c60d749 100644 --- a/Tr/TrackTools/src/TrackVelodEdxCharge.h +++ b/Tr/TrackTools/src/TrackVelodEdxCharge.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file TrackVelodEdxCharge.h diff --git a/Tr/TrackTools/src/TrackVertexer.cpp b/Tr/TrackTools/src/TrackVertexer.cpp index 723af9349f9..9d0357be19d 100644 --- a/Tr/TrackTools/src/TrackVertexer.cpp +++ b/Tr/TrackTools/src/TrackVertexer.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // local diff --git a/Tr/TrackTools/src/TrackVertexer.h b/Tr/TrackTools/src/TrackVertexer.h index a067b74b0c0..9a27408754d 100644 --- a/Tr/TrackTools/src/TrackVertexer.h +++ b/Tr/TrackTools/src/TrackVertexer.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TRACKVERTEXER_H #define TRACKVERTEXER_H 1 diff --git a/Tr/TrackTools/src/TrajectoryProvider.cpp b/Tr/TrackTools/src/TrajectoryProvider.cpp index 25c455b8ff0..ea214103f59 100644 --- a/Tr/TrackTools/src/TrajectoryProvider.cpp +++ b/Tr/TrackTools/src/TrajectoryProvider.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // ------------- // from TrackKernel diff --git a/Tr/TrackTools/src/TrajectoryProvider.h b/Tr/TrackTools/src/TrajectoryProvider.h index 229b0517a46..c7e0636997c 100644 --- a/Tr/TrackTools/src/TrajectoryProvider.h +++ b/Tr/TrackTools/src/TrajectoryProvider.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TRACKTOOLS_TRAJECTORYPROVIDER_H #define TRACKTOOLS_TRAJECTORYPROVIDER_H 1 diff --git a/Tr/TrackTools/src/UTHitExpectation.cpp b/Tr/TrackTools/src/UTHitExpectation.cpp index 11a6d6488bb..999eb002af9 100644 --- a/Tr/TrackTools/src/UTHitExpectation.cpp +++ b/Tr/TrackTools/src/UTHitExpectation.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // from GaudiKernel #include "GaudiKernel/SystemOfUnits.h" diff --git a/Tr/TrackTools/src/UTHitExpectation.h b/Tr/TrackTools/src/UTHitExpectation.h index 1426d60e9ba..899e726f64e 100644 --- a/Tr/TrackTools/src/UTHitExpectation.h +++ b/Tr/TrackTools/src/UTHitExpectation.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef _UTHitExpectation_H #define _UTHitExpectation_H diff --git a/Tr/TrackTools/src/UpgradeGhostId.cpp b/Tr/TrackTools/src/UpgradeGhostId.cpp index d642930fdb3..044bce28e21 100644 --- a/Tr/TrackTools/src/UpgradeGhostId.cpp +++ b/Tr/TrackTools/src/UpgradeGhostId.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files #include "Kernel/HitPattern.h" #include "Event/FTCluster.h" diff --git a/Tr/TrackTools/src/UpgradeGhostId.h b/Tr/TrackTools/src/UpgradeGhostId.h index 7dbfae95fd8..3e40a6f92e6 100644 --- a/Tr/TrackTools/src/UpgradeGhostId.h +++ b/Tr/TrackTools/src/UpgradeGhostId.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef UpgradeGhostId_H #define UpgradeGhostId_H 1 diff --git a/Tr/TrackTools/src/VPExpectation.cpp b/Tr/TrackTools/src/VPExpectation.cpp index 398de2e64c0..63e6b580dd9 100644 --- a/Tr/TrackTools/src/VPExpectation.cpp +++ b/Tr/TrackTools/src/VPExpectation.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // LHCb // Event/TrackEvent #include "Event/State.h" diff --git a/Tr/TrackTools/src/VPExpectation.h b/Tr/TrackTools/src/VPExpectation.h index c962b04be4c..86423482842 100644 --- a/Tr/TrackTools/src/VPExpectation.h +++ b/Tr/TrackTools/src/VPExpectation.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once /** @class VPExpectation VPExpectation.h diff --git a/Tr/TrackTools/src/VPTrackSelector.cpp b/Tr/TrackTools/src/VPTrackSelector.cpp index 8cf0edd48cf..1c6f3ac082a 100644 --- a/Tr/TrackTools/src/VPTrackSelector.cpp +++ b/Tr/TrackTools/src/VPTrackSelector.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ /** @file VPTrackSelector.cpp * * Implementation file for reconstruction tool VPTrackSelector, diff --git a/Tr/TrackTools/src/VeloCaloBuilder.cpp b/Tr/TrackTools/src/VeloCaloBuilder.cpp index 66d43c2c408..62a08bcd383 100644 --- a/Tr/TrackTools/src/VeloCaloBuilder.cpp +++ b/Tr/TrackTools/src/VeloCaloBuilder.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include "VeloCaloBuilder.h" diff --git a/Tr/TrackTools/src/VeloCaloBuilder.h b/Tr/TrackTools/src/VeloCaloBuilder.h index cc947ccc4c9..6ab45df7f69 100644 --- a/Tr/TrackTools/src/VeloCaloBuilder.h +++ b/Tr/TrackTools/src/VeloCaloBuilder.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef VELOCALOBUILDER_H #define VELOCALOBUILDER_H 1 diff --git a/Tr/TrackTools/src/VeloClusterPosition.cpp b/Tr/TrackTools/src/VeloClusterPosition.cpp index 779002bc062..871fe728e9a 100644 --- a/Tr/TrackTools/src/VeloClusterPosition.cpp +++ b/Tr/TrackTools/src/VeloClusterPosition.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // stl diff --git a/Tr/TrackTools/src/VeloClusterPosition.h b/Tr/TrackTools/src/VeloClusterPosition.h index a426a8747ae..b1cfb4a455c 100644 --- a/Tr/TrackTools/src/VeloClusterPosition.h +++ b/Tr/TrackTools/src/VeloClusterPosition.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef VELOCLUSTERPOSITION_H #define VELOCLUSTERPOSITION_H 1 diff --git a/Tr/TrackTools/src/VeloExpectation.cpp b/Tr/TrackTools/src/VeloExpectation.cpp index ee907a42630..00945155074 100644 --- a/Tr/TrackTools/src/VeloExpectation.cpp +++ b/Tr/TrackTools/src/VeloExpectation.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file VeloExpectation.cpp diff --git a/Tr/TrackTools/src/VeloExpectation.h b/Tr/TrackTools/src/VeloExpectation.h index 3a150adefdf..7454bd80b85 100644 --- a/Tr/TrackTools/src/VeloExpectation.h +++ b/Tr/TrackTools/src/VeloExpectation.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TRACKTOOLS_VeloExpectation_H #define TRACKTOOLS_VeloExpectation_H diff --git a/Tr/TrackTools/src/VeloMuonBuilder.cpp b/Tr/TrackTools/src/VeloMuonBuilder.cpp index 9774faadaf2..637c3872cb6 100644 --- a/Tr/TrackTools/src/VeloMuonBuilder.cpp +++ b/Tr/TrackTools/src/VeloMuonBuilder.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include "VeloMuonBuilder.h" #include "math.h" diff --git a/Tr/TrackTools/src/VeloMuonBuilder.h b/Tr/TrackTools/src/VeloMuonBuilder.h index 5df8e4e6741..3738383f3a6 100644 --- a/Tr/TrackTools/src/VeloMuonBuilder.h +++ b/Tr/TrackTools/src/VeloMuonBuilder.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef VELOMUONBUILDER_H #define VELOMUONBUILDER_H 1 diff --git a/Tr/TrackTools/src/VeloTrackSelector.cpp b/Tr/TrackTools/src/VeloTrackSelector.cpp index 624326344c6..da5e5146e17 100644 --- a/Tr/TrackTools/src/VeloTrackSelector.cpp +++ b/Tr/TrackTools/src/VeloTrackSelector.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- /** @file VeloTrackSelector.cpp * diff --git a/Tr/TrackUtils/CMakeLists.txt b/Tr/TrackUtils/CMakeLists.txt index 1691a08bff7..74b13c405d6 100644 --- a/Tr/TrackUtils/CMakeLists.txt +++ b/Tr/TrackUtils/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ################################################################################ # Package: TrackUtils ################################################################################ diff --git a/Tr/TrackUtils/src/ChargedParticlesToTracks.cpp b/Tr/TrackUtils/src/ChargedParticlesToTracks.cpp index 69c4de33e0c..4e0a34d91d0 100644 --- a/Tr/TrackUtils/src/ChargedParticlesToTracks.cpp +++ b/Tr/TrackUtils/src/ChargedParticlesToTracks.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // local diff --git a/Tr/TrackUtils/src/ChargedParticlesToTracks.h b/Tr/TrackUtils/src/ChargedParticlesToTracks.h index 223734a21e3..8aeed3d9793 100644 --- a/Tr/TrackUtils/src/ChargedParticlesToTracks.h +++ b/Tr/TrackUtils/src/ChargedParticlesToTracks.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef CHARGEDPARTICLESTOTRACKS_H #define CHARGEDPARTICLESTOTRACKS_H 1 diff --git a/Tr/TrackUtils/src/CreateFastTrackCollection.cpp b/Tr/TrackUtils/src/CreateFastTrackCollection.cpp index eb2419b2c57..5191a4ee40c 100644 --- a/Tr/TrackUtils/src/CreateFastTrackCollection.cpp +++ b/Tr/TrackUtils/src/CreateFastTrackCollection.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include "CreateFastTrackCollection.h" #include "GaudiKernel/SharedObjectsContainer.h" diff --git a/Tr/TrackUtils/src/CreateFastTrackCollection.h b/Tr/TrackUtils/src/CreateFastTrackCollection.h index 4bca9a4d34e..6cf9d16c511 100644 --- a/Tr/TrackUtils/src/CreateFastTrackCollection.h +++ b/Tr/TrackUtils/src/CreateFastTrackCollection.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef INCLUDE_CREATEFASTTRACKCOLLECTION_H #define INCLUDE_CREATEFASTTRACKCOLLECTION_H 1 diff --git a/Tr/TrackUtils/src/FilterDownstreamTracks.cpp b/Tr/TrackUtils/src/FilterDownstreamTracks.cpp index 2a185ce13a0..1fbf333d72b 100644 --- a/Tr/TrackUtils/src/FilterDownstreamTracks.cpp +++ b/Tr/TrackUtils/src/FilterDownstreamTracks.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files #include "Event/Track.h" diff --git a/Tr/TrackUtils/src/FilterDownstreamTracks.h b/Tr/TrackUtils/src/FilterDownstreamTracks.h index 0d1647452a9..0821dbf706c 100644 --- a/Tr/TrackUtils/src/FilterDownstreamTracks.h +++ b/Tr/TrackUtils/src/FilterDownstreamTracks.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef FILTERDOWNSTREAMTRACKS_H #define FILTERDOWNSTREAMTRACKS_H 1 diff --git a/Tr/TrackUtils/src/FilterMatchTracks.cpp b/Tr/TrackUtils/src/FilterMatchTracks.cpp index 636aa062068..4a9d189c670 100644 --- a/Tr/TrackUtils/src/FilterMatchTracks.cpp +++ b/Tr/TrackUtils/src/FilterMatchTracks.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files #include "Event/Track.h" diff --git a/Tr/TrackUtils/src/FilterMatchTracks.h b/Tr/TrackUtils/src/FilterMatchTracks.h index 8a7e74bce5b..1b16a1c4222 100644 --- a/Tr/TrackUtils/src/FilterMatchTracks.h +++ b/Tr/TrackUtils/src/FilterMatchTracks.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef FILTERMATCHTRACKS_H #define FILTERMATCHTRACKS_H 1 diff --git a/Tr/TrackUtils/src/FilterSeedTracks.cpp b/Tr/TrackUtils/src/FilterSeedTracks.cpp index a8b3ccf4f30..7b2a302d29d 100644 --- a/Tr/TrackUtils/src/FilterSeedTracks.cpp +++ b/Tr/TrackUtils/src/FilterSeedTracks.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files #include "Event/Track.h" diff --git a/Tr/TrackUtils/src/FilterSeedTracks.h b/Tr/TrackUtils/src/FilterSeedTracks.h index db36ce41a8d..accfb28565f 100644 --- a/Tr/TrackUtils/src/FilterSeedTracks.h +++ b/Tr/TrackUtils/src/FilterSeedTracks.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef FILTERSEEDTRACKS_H #define FILTERSEEDTRACKS_H 1 diff --git a/Tr/TrackUtils/src/HltInsertTrackErrParam.cpp b/Tr/TrackUtils/src/HltInsertTrackErrParam.cpp index e2d2d06db04..5fa0085511c 100644 --- a/Tr/TrackUtils/src/HltInsertTrackErrParam.cpp +++ b/Tr/TrackUtils/src/HltInsertTrackErrParam.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files #include <math.h> #include "gsl/gsl_sys.h" diff --git a/Tr/TrackUtils/src/HltInsertTrackErrParam.h b/Tr/TrackUtils/src/HltInsertTrackErrParam.h index 152b962cd50..d417de841ab 100644 --- a/Tr/TrackUtils/src/HltInsertTrackErrParam.h +++ b/Tr/TrackUtils/src/HltInsertTrackErrParam.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef HLTINSERTTRACKERRPARAM_H #define HLTINSERTTRACKERRPARAM_H 1 diff --git a/Tr/TrackUtils/src/HltTrackConverter.cpp b/Tr/TrackUtils/src/HltTrackConverter.cpp index 4b7487ee4d4..2fcb3cd658e 100644 --- a/Tr/TrackUtils/src/HltTrackConverter.cpp +++ b/Tr/TrackUtils/src/HltTrackConverter.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files diff --git a/Tr/TrackUtils/src/HltTrackConverter.h b/Tr/TrackUtils/src/HltTrackConverter.h index 31e0a0586c1..51e66d7ae9c 100644 --- a/Tr/TrackUtils/src/HltTrackConverter.h +++ b/Tr/TrackUtils/src/HltTrackConverter.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef HLTTRACKCONVERTER_H #define HLTTRACKCONVERTER_H 1 diff --git a/Tr/TrackUtils/src/MoveRecVertexTracks.cpp b/Tr/TrackUtils/src/MoveRecVertexTracks.cpp index f8133f69022..f13f0b4c56f 100644 --- a/Tr/TrackUtils/src/MoveRecVertexTracks.cpp +++ b/Tr/TrackUtils/src/MoveRecVertexTracks.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include "Event/RecVertex.h" #include "Event/Track.h" diff --git a/Tr/TrackUtils/src/MoveRecVertexTracks.h b/Tr/TrackUtils/src/MoveRecVertexTracks.h index 59a431d1ec7..413dd960fcd 100644 --- a/Tr/TrackUtils/src/MoveRecVertexTracks.h +++ b/Tr/TrackUtils/src/MoveRecVertexTracks.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef MOVERECVERTEXTRACKS_H #define MOVERECVERTEXTRACKS_H 1 diff --git a/Tr/TrackUtils/src/NumberOfTracksFilter.cpp b/Tr/TrackUtils/src/NumberOfTracksFilter.cpp index fe5e8568f6b..d7e2ee3925c 100644 --- a/Tr/TrackUtils/src/NumberOfTracksFilter.cpp +++ b/Tr/TrackUtils/src/NumberOfTracksFilter.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files #include <numeric> diff --git a/Tr/TrackUtils/src/NumberOfTracksFilter.h b/Tr/TrackUtils/src/NumberOfTracksFilter.h index d58b7cf1f83..4d4025c6291 100644 --- a/Tr/TrackUtils/src/NumberOfTracksFilter.h +++ b/Tr/TrackUtils/src/NumberOfTracksFilter.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef NUMBEROFTRACKSFILTER_H #define NUMBEROFTRACKSFILTER_H 1 diff --git a/Tr/TrackUtils/src/TTrackFromLong.cpp b/Tr/TrackUtils/src/TTrackFromLong.cpp index 3463390b781..af1cfded27c 100644 --- a/Tr/TrackUtils/src/TTrackFromLong.cpp +++ b/Tr/TrackUtils/src/TTrackFromLong.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // This File contains the implementation of the TsaEff // C++ code for 'LHCb Tracking package(s)' // diff --git a/Tr/TrackUtils/src/TTrackFromLong.h b/Tr/TrackUtils/src/TTrackFromLong.h index 9a83aaf3f41..95c4aad8615 100644 --- a/Tr/TrackUtils/src/TTrackFromLong.h +++ b/Tr/TrackUtils/src/TTrackFromLong.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef _TTrackFromLong_H_ #define _TTrackFromLong_H_ diff --git a/Tr/TrackUtils/src/TrackAddLikelihood.cpp b/Tr/TrackUtils/src/TrackAddLikelihood.cpp index 1ba0567c9cf..a65e4b6210f 100644 --- a/Tr/TrackUtils/src/TrackAddLikelihood.cpp +++ b/Tr/TrackUtils/src/TrackAddLikelihood.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // track interfaces #include "Event/Track.h" diff --git a/Tr/TrackUtils/src/TrackAddLikelihood.h b/Tr/TrackUtils/src/TrackAddLikelihood.h index 6fc0929ff78..50da9651a84 100644 --- a/Tr/TrackUtils/src/TrackAddLikelihood.h +++ b/Tr/TrackUtils/src/TrackAddLikelihood.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef _TrackAddLikelihood_H_ #define _TrackAddLikelihood_H_ diff --git a/Tr/TrackUtils/src/TrackAddNNGhostId.cpp b/Tr/TrackUtils/src/TrackAddNNGhostId.cpp index 91854542cf9..e0ba990f512 100644 --- a/Tr/TrackUtils/src/TrackAddNNGhostId.cpp +++ b/Tr/TrackUtils/src/TrackAddNNGhostId.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files #include "Event/Track.h" diff --git a/Tr/TrackUtils/src/TrackAddNNGhostId.h b/Tr/TrackUtils/src/TrackAddNNGhostId.h index fd494366635..2fd99472e1d 100644 --- a/Tr/TrackUtils/src/TrackAddNNGhostId.h +++ b/Tr/TrackUtils/src/TrackAddNNGhostId.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TRACKADDNNGHOSTID_H #define TRACKADDNNGHOSTID_H 1 diff --git a/Tr/TrackUtils/src/TrackBestTrackCreator.cpp b/Tr/TrackUtils/src/TrackBestTrackCreator.cpp index a8dc23ced3d..94dbd97beff 100644 --- a/Tr/TrackUtils/src/TrackBestTrackCreator.cpp +++ b/Tr/TrackUtils/src/TrackBestTrackCreator.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include "TrackBestTrackCreator.h" /** @file TrackBestTrackCreator.cpp diff --git a/Tr/TrackUtils/src/TrackBestTrackCreator.h b/Tr/TrackUtils/src/TrackBestTrackCreator.h index 8de194b3bcd..0db5d112f4a 100644 --- a/Tr/TrackUtils/src/TrackBestTrackCreator.h +++ b/Tr/TrackUtils/src/TrackBestTrackCreator.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once // Include files diff --git a/Tr/TrackUtils/src/TrackBuildCloneTable.cpp b/Tr/TrackUtils/src/TrackBuildCloneTable.cpp index 770b23746bf..ff9f7c74bd4 100644 --- a/Tr/TrackUtils/src/TrackBuildCloneTable.cpp +++ b/Tr/TrackUtils/src/TrackBuildCloneTable.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include "TrackBuildCloneTable.h" #include "GaudiKernel/PhysicalConstants.h" diff --git a/Tr/TrackUtils/src/TrackBuildCloneTable.h b/Tr/TrackUtils/src/TrackBuildCloneTable.h index a0176ffd6b0..7999fd5edc5 100644 --- a/Tr/TrackUtils/src/TrackBuildCloneTable.h +++ b/Tr/TrackUtils/src/TrackBuildCloneTable.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef _TrackBuildCloneTable_H_ #define _TrackBuildCloneTable_H_ diff --git a/Tr/TrackUtils/src/TrackCloneCleaner.cpp b/Tr/TrackUtils/src/TrackCloneCleaner.cpp index 47e3d48af0a..4dbeca1f416 100644 --- a/Tr/TrackUtils/src/TrackCloneCleaner.cpp +++ b/Tr/TrackUtils/src/TrackCloneCleaner.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include "TrackCloneCleaner.h" #include <string> diff --git a/Tr/TrackUtils/src/TrackCloneCleaner.h b/Tr/TrackUtils/src/TrackCloneCleaner.h index 265f1e0fe9d..391ae7f0cd1 100644 --- a/Tr/TrackUtils/src/TrackCloneCleaner.h +++ b/Tr/TrackUtils/src/TrackCloneCleaner.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef _TrackCloneCleaner_H_ #define _TrackCloneCleaner_H_ diff --git a/Tr/TrackUtils/src/TrackCompetition.cpp b/Tr/TrackUtils/src/TrackCompetition.cpp index e12b3fd96ea..f18141e0967 100644 --- a/Tr/TrackUtils/src/TrackCompetition.cpp +++ b/Tr/TrackUtils/src/TrackCompetition.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // track interfaces #include <numeric> #include "Event/Track.h" diff --git a/Tr/TrackUtils/src/TrackCompetition.h b/Tr/TrackUtils/src/TrackCompetition.h index b570620af77..19da1a0fcfc 100644 --- a/Tr/TrackUtils/src/TrackCompetition.h +++ b/Tr/TrackUtils/src/TrackCompetition.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef _TrackCompetition_H_ #define _TrackCompetition_H_ diff --git a/Tr/TrackUtils/src/TrackComputeExpectedHits.cpp b/Tr/TrackUtils/src/TrackComputeExpectedHits.cpp index 4b84f8a8677..2e89aabf482 100644 --- a/Tr/TrackUtils/src/TrackComputeExpectedHits.cpp +++ b/Tr/TrackUtils/src/TrackComputeExpectedHits.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // track interfaces #include "Event/Track.h" diff --git a/Tr/TrackUtils/src/TrackComputeExpectedHits.h b/Tr/TrackUtils/src/TrackComputeExpectedHits.h index d0e3f07833e..1a64b139201 100644 --- a/Tr/TrackUtils/src/TrackComputeExpectedHits.h +++ b/Tr/TrackUtils/src/TrackComputeExpectedHits.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef _TrackComputeExpectedHits_H_ #define _TrackComputeExpectedHits_H_ diff --git a/Tr/TrackUtils/src/TrackContainerCleaner.cpp b/Tr/TrackUtils/src/TrackContainerCleaner.cpp index 199babe2ab4..4278e543f35 100644 --- a/Tr/TrackUtils/src/TrackContainerCleaner.cpp +++ b/Tr/TrackUtils/src/TrackContainerCleaner.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // // This File contains the implementation of the TsaEff // C++ code for 'LHCb Tracking package(s)' diff --git a/Tr/TrackUtils/src/TrackContainerCleaner.h b/Tr/TrackUtils/src/TrackContainerCleaner.h index 22b1151e29e..c3cd2b7411e 100644 --- a/Tr/TrackUtils/src/TrackContainerCleaner.h +++ b/Tr/TrackUtils/src/TrackContainerCleaner.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef _TrackContainerCleaner_H_ #define _TrackContainerCleaner_H_ diff --git a/Tr/TrackUtils/src/TrackContainerCopy.cpp b/Tr/TrackUtils/src/TrackContainerCopy.cpp index 6eb54da04c5..0b4943095e7 100644 --- a/Tr/TrackUtils/src/TrackContainerCopy.cpp +++ b/Tr/TrackUtils/src/TrackContainerCopy.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifdef _WIN32 #pragma warning ( disable : 4355 ) // This used in initializer list, needed for ToolHandles #endif diff --git a/Tr/TrackUtils/src/TrackContainerCopy.h b/Tr/TrackUtils/src/TrackContainerCopy.h index b7852ba6e44..6d3528afc04 100644 --- a/Tr/TrackUtils/src/TrackContainerCopy.h +++ b/Tr/TrackUtils/src/TrackContainerCopy.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef _TrackContainerCopy_H_ #define _TrackContainerCopy_H_ diff --git a/Tr/TrackUtils/src/TrackEraseExtraInfo.cpp b/Tr/TrackUtils/src/TrackEraseExtraInfo.cpp index 6cb9d513c50..67ad1f7f9ec 100644 --- a/Tr/TrackUtils/src/TrackEraseExtraInfo.cpp +++ b/Tr/TrackUtils/src/TrackEraseExtraInfo.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // track interfaces #include "Event/Track.h" diff --git a/Tr/TrackUtils/src/TrackEraseExtraInfo.h b/Tr/TrackUtils/src/TrackEraseExtraInfo.h index a73fbd2ac0f..b610c4a4420 100644 --- a/Tr/TrackUtils/src/TrackEraseExtraInfo.h +++ b/Tr/TrackUtils/src/TrackEraseExtraInfo.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef _TrackEraseExtraInfo_H_ #define _TrackEraseExtraInfo_H_ diff --git a/Tr/TrackUtils/src/TrackEventCloneKiller.cpp b/Tr/TrackUtils/src/TrackEventCloneKiller.cpp index c9301ee120e..4e7269e67d1 100644 --- a/Tr/TrackUtils/src/TrackEventCloneKiller.cpp +++ b/Tr/TrackUtils/src/TrackEventCloneKiller.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // ------------- // from STD diff --git a/Tr/TrackUtils/src/TrackEventCloneKiller.h b/Tr/TrackUtils/src/TrackEventCloneKiller.h index c04c8760c91..6e09af94bd9 100644 --- a/Tr/TrackUtils/src/TrackEventCloneKiller.h +++ b/Tr/TrackUtils/src/TrackEventCloneKiller.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TRACKEVENTCLONEKILLER_H #define TRACKEVENTCLONEKILLER_H 1 diff --git a/Tr/TrackUtils/src/TrackFromDST.cpp b/Tr/TrackUtils/src/TrackFromDST.cpp index 1e83666134f..e7362f3fd58 100644 --- a/Tr/TrackUtils/src/TrackFromDST.cpp +++ b/Tr/TrackUtils/src/TrackFromDST.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files #include <algorithm> // from TrackEvent diff --git a/Tr/TrackUtils/src/TrackFromDST.h b/Tr/TrackUtils/src/TrackFromDST.h index 21bcf0f5d3b..cec2807bb5a 100644 --- a/Tr/TrackUtils/src/TrackFromDST.h +++ b/Tr/TrackUtils/src/TrackFromDST.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef TRACKFROMDST_H #define TRACKFROMDST_H 1 diff --git a/Tr/TrackUtils/src/TrackHitAdder.cpp b/Tr/TrackUtils/src/TrackHitAdder.cpp index 3b4122f8e48..012ff76717b 100644 --- a/Tr/TrackUtils/src/TrackHitAdder.cpp +++ b/Tr/TrackUtils/src/TrackHitAdder.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // from std diff --git a/Tr/TrackUtils/src/TrackListFilter.cpp b/Tr/TrackUtils/src/TrackListFilter.cpp index a2f949453e7..78814725b7c 100644 --- a/Tr/TrackUtils/src/TrackListFilter.cpp +++ b/Tr/TrackUtils/src/TrackListFilter.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ /** @class TrackListFilter TrackListFilter.h * * Algorithm to filter events in which a track list is not empty diff --git a/Tr/TrackUtils/src/TrackListMerger.cpp b/Tr/TrackUtils/src/TrackListMerger.cpp index 0a43f1ed2ca..422d0466497 100644 --- a/Tr/TrackUtils/src/TrackListMerger.cpp +++ b/Tr/TrackUtils/src/TrackListMerger.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ /** @class TrackListMerger TrackListMerger.h * * Merge different track lists. diff --git a/Tr/TrackUtils/src/TrackListPrinter.cpp b/Tr/TrackUtils/src/TrackListPrinter.cpp index 3716a7ba8c3..4539d2aef58 100644 --- a/Tr/TrackUtils/src/TrackListPrinter.cpp +++ b/Tr/TrackUtils/src/TrackListPrinter.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // track interfaces #include "Event/Track.h" diff --git a/Tr/TrackUtils/src/TrackListRefiner.cpp b/Tr/TrackUtils/src/TrackListRefiner.cpp index 9f193a0cb62..3530732c3aa 100644 --- a/Tr/TrackUtils/src/TrackListRefiner.cpp +++ b/Tr/TrackUtils/src/TrackListRefiner.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ /** @class TrackListRefiner TrackListRefiner.h * diff --git a/Tr/TrackUtils/src/TrackPrepareForFit.cpp b/Tr/TrackUtils/src/TrackPrepareForFit.cpp index e98e13e854a..6e2706637ee 100644 --- a/Tr/TrackUtils/src/TrackPrepareForFit.cpp +++ b/Tr/TrackUtils/src/TrackPrepareForFit.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // // This File contains the implementation of the TsaEff // C++ code for 'LHCb Tracking package(s)' diff --git a/Tr/TrackUtils/src/TrackPrepareForFit.h b/Tr/TrackUtils/src/TrackPrepareForFit.h index 7126143bf1b..44d88265430 100644 --- a/Tr/TrackUtils/src/TrackPrepareForFit.h +++ b/Tr/TrackUtils/src/TrackPrepareForFit.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef _TrackPrepareForFit_H_ #define _TrackPrepareForFit_H_ diff --git a/Tr/TrackUtils/src/TrackPrepareVelo.cpp b/Tr/TrackUtils/src/TrackPrepareVelo.cpp index b6903b4ddd6..f626fa8b400 100644 --- a/Tr/TrackUtils/src/TrackPrepareVelo.cpp +++ b/Tr/TrackUtils/src/TrackPrepareVelo.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Gaudi #include "GaudiKernel/SystemOfUnits.h" diff --git a/Tr/TrackUtils/src/TrackPrepareVelo.h b/Tr/TrackUtils/src/TrackPrepareVelo.h index 09dfad975a1..e5841c06a8b 100644 --- a/Tr/TrackUtils/src/TrackPrepareVelo.h +++ b/Tr/TrackUtils/src/TrackPrepareVelo.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef _TrackPrepareVelo_H_ #define _TrackPrepareVelo_H_ diff --git a/Tr/TrackUtils/src/TrackRemoveDoubleHits.cpp b/Tr/TrackUtils/src/TrackRemoveDoubleHits.cpp index d02487416d7..a61135d9758 100644 --- a/Tr/TrackUtils/src/TrackRemoveDoubleHits.cpp +++ b/Tr/TrackUtils/src/TrackRemoveDoubleHits.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //----------------------------------------------------------------------------- // Implementation file for class : TrackRemoveDoubleHits // diff --git a/Tr/TrackUtils/src/TrackRemoveDoubleHits.h b/Tr/TrackUtils/src/TrackRemoveDoubleHits.h index 42e63671e38..54196e6f73f 100644 --- a/Tr/TrackUtils/src/TrackRemoveDoubleHits.h +++ b/Tr/TrackUtils/src/TrackRemoveDoubleHits.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef _TrackRemoveDoubleHits_H_ #define _TrackRemoveDoubleHits_H_ diff --git a/Tr/TrackUtils/src/TrackToDST.cpp b/Tr/TrackUtils/src/TrackToDST.cpp index 06fee27f41f..3b4c756a629 100644 --- a/Tr/TrackUtils/src/TrackToDST.cpp +++ b/Tr/TrackUtils/src/TrackToDST.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // track interfaces #include "Event/Track.h" diff --git a/Tr/TrackUtils/src/TrackToDST.h b/Tr/TrackUtils/src/TrackToDST.h index e6d4017956a..58860e4646f 100644 --- a/Tr/TrackUtils/src/TrackToDST.h +++ b/Tr/TrackUtils/src/TrackToDST.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef _TrackToDST_H_ #define _TrackToDST_H_ diff --git a/Tr/TrackUtils/src/TrackV0Finder.cpp b/Tr/TrackUtils/src/TrackV0Finder.cpp index 67fef63e67f..5a1992bb8ae 100644 --- a/Tr/TrackUtils/src/TrackV0Finder.cpp +++ b/Tr/TrackUtils/src/TrackV0Finder.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files #include <numeric> diff --git a/Tr/TrackUtils/src/VertexListFilter.cpp b/Tr/TrackUtils/src/VertexListFilter.cpp index 9a312e1ea66..46456f198e2 100644 --- a/Tr/TrackUtils/src/VertexListFilter.cpp +++ b/Tr/TrackUtils/src/VertexListFilter.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ /** @class VertexListFilter VertexListFilter.h * * Algorithm to filter events in which a track list is not empty diff --git a/Tr/TrackUtils/src/VertexListRefiner.cpp b/Tr/TrackUtils/src/VertexListRefiner.cpp index 405eed16086..5a346d08d4b 100644 --- a/Tr/TrackUtils/src/VertexListRefiner.cpp +++ b/Tr/TrackUtils/src/VertexListRefiner.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ /** @class VertexListRefiner VertexListRefiner.h * * Make a subselection of a track list diff --git a/Tr/TrackUtils/src/remove_if_partitioned.h b/Tr/TrackUtils/src/remove_if_partitioned.h index 8555a909d0f..803357e159f 100644 --- a/Tr/TrackUtils/src/remove_if_partitioned.h +++ b/Tr/TrackUtils/src/remove_if_partitioned.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ /** * @file remove_if_partitioned.h * diff --git a/Tr/TrackVectorFit/CMakeLists.txt b/Tr/TrackVectorFit/CMakeLists.txt index e5ae6a7d7ad..43a6006856c 100644 --- a/Tr/TrackVectorFit/CMakeLists.txt +++ b/Tr/TrackVectorFit/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ################################################################################ # Package: TrackVectorFit ################################################################################ diff --git a/Tr/TrackVectorFit/TrackVectorFit/AlignedAllocator.h b/Tr/TrackVectorFit/TrackVectorFit/AlignedAllocator.h index e95dbcccc3c..14c40a94f12 100644 --- a/Tr/TrackVectorFit/TrackVectorFit/AlignedAllocator.h +++ b/Tr/TrackVectorFit/TrackVectorFit/AlignedAllocator.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once #include <malloc.h> diff --git a/Tr/TrackVectorFit/TrackVectorFit/ArrayGen.h b/Tr/TrackVectorFit/TrackVectorFit/ArrayGen.h index 1638a11a3b9..84d33d2b87e 100644 --- a/Tr/TrackVectorFit/TrackVectorFit/ArrayGen.h +++ b/Tr/TrackVectorFit/TrackVectorFit/ArrayGen.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once #include <type_traits> diff --git a/Tr/TrackVectorFit/TrackVectorFit/MemIterator.h b/Tr/TrackVectorFit/TrackVectorFit/MemIterator.h index f0e2dfec834..748ca0ab35e 100644 --- a/Tr/TrackVectorFit/TrackVectorFit/MemIterator.h +++ b/Tr/TrackVectorFit/TrackVectorFit/MemIterator.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once #include <vector> diff --git a/Tr/TrackVectorFit/TrackVectorFit/MemStore.h b/Tr/TrackVectorFit/TrackVectorFit/MemStore.h index d7d725593f4..811e2a5c073 100644 --- a/Tr/TrackVectorFit/TrackVectorFit/MemStore.h +++ b/Tr/TrackVectorFit/TrackVectorFit/MemStore.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once #include <vector> diff --git a/Tr/TrackVectorFit/TrackVectorFit/MemView.h b/Tr/TrackVectorFit/TrackVectorFit/MemView.h index 432059c739f..d43537b6646 100644 --- a/Tr/TrackVectorFit/TrackVectorFit/MemView.h +++ b/Tr/TrackVectorFit/TrackVectorFit/MemView.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once #include "MemViewMatrix.h" diff --git a/Tr/TrackVectorFit/TrackVectorFit/MemViewMatrix.h b/Tr/TrackVectorFit/TrackVectorFit/MemViewMatrix.h index 30a4a9c0bf3..24ca6d4f1de 100644 --- a/Tr/TrackVectorFit/TrackVectorFit/MemViewMatrix.h +++ b/Tr/TrackVectorFit/TrackVectorFit/MemViewMatrix.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once #include <array> diff --git a/Tr/TrackVectorFit/TrackVectorFit/NodeGetters.h b/Tr/TrackVectorFit/TrackVectorFit/NodeGetters.h index e791b991af7..3efb59cd735 100644 --- a/Tr/TrackVectorFit/TrackVectorFit/NodeGetters.h +++ b/Tr/TrackVectorFit/TrackVectorFit/NodeGetters.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once using namespace Mem::View; diff --git a/Tr/TrackVectorFit/TrackVectorFit/Scheduler.h b/Tr/TrackVectorFit/TrackVectorFit/Scheduler.h index d8da6c70588..0c4e90d0435 100644 --- a/Tr/TrackVectorFit/TrackVectorFit/Scheduler.h +++ b/Tr/TrackVectorFit/TrackVectorFit/Scheduler.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once #include <bitset> diff --git a/Tr/TrackVectorFit/TrackVectorFit/SimdTranspose.h b/Tr/TrackVectorFit/TrackVectorFit/SimdTranspose.h index 1bb91518af3..5188a1ff08b 100644 --- a/Tr/TrackVectorFit/TrackVectorFit/SimdTranspose.h +++ b/Tr/TrackVectorFit/TrackVectorFit/SimdTranspose.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once #include "VectorConfiguration.h" diff --git a/Tr/TrackVectorFit/TrackVectorFit/SimdTransposeHelper.h b/Tr/TrackVectorFit/TrackVectorFit/SimdTransposeHelper.h index 60b443ba96b..721777f1358 100644 --- a/Tr/TrackVectorFit/TrackVectorFit/SimdTransposeHelper.h +++ b/Tr/TrackVectorFit/TrackVectorFit/SimdTransposeHelper.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once #ifdef __SSE__ diff --git a/Tr/TrackVectorFit/TrackVectorFit/TrackVectorFit.h b/Tr/TrackVectorFit/TrackVectorFit/TrackVectorFit.h index 41e76ecbf35..8643416c536 100644 --- a/Tr/TrackVectorFit/TrackVectorFit/TrackVectorFit.h +++ b/Tr/TrackVectorFit/TrackVectorFit/TrackVectorFit.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once #include <vector> diff --git a/Tr/TrackVectorFit/TrackVectorFit/Types.h b/Tr/TrackVectorFit/TrackVectorFit/Types.h index e269f91df0f..3ef481a06a2 100644 --- a/Tr/TrackVectorFit/TrackVectorFit/Types.h +++ b/Tr/TrackVectorFit/TrackVectorFit/Types.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once #include <vector> diff --git a/Tr/TrackVectorFit/TrackVectorFit/VectorConfiguration.h b/Tr/TrackVectorFit/TrackVectorFit/VectorConfiguration.h index 58ec9629981..b7206d8ba7b 100644 --- a/Tr/TrackVectorFit/TrackVectorFit/VectorConfiguration.h +++ b/Tr/TrackVectorFit/TrackVectorFit/VectorConfiguration.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once #define TO_STRING(s) WRAPPED_TO_STRING(s) diff --git a/Tr/TrackVectorFit/TrackVectorFit/scalar/Combined.h b/Tr/TrackVectorFit/TrackVectorFit/scalar/Combined.h index 6678cc5be79..2a1aa910336 100644 --- a/Tr/TrackVectorFit/TrackVectorFit/scalar/Combined.h +++ b/Tr/TrackVectorFit/TrackVectorFit/scalar/Combined.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once #include "../Types.h" diff --git a/Tr/TrackVectorFit/TrackVectorFit/scalar/Math.h b/Tr/TrackVectorFit/TrackVectorFit/scalar/Math.h index 3e47d459d74..dc357da20bb 100644 --- a/Tr/TrackVectorFit/TrackVectorFit/scalar/Math.h +++ b/Tr/TrackVectorFit/TrackVectorFit/scalar/Math.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once #include "../Types.h" diff --git a/Tr/TrackVectorFit/TrackVectorFit/scalar/Predict.h b/Tr/TrackVectorFit/TrackVectorFit/scalar/Predict.h index 27eac37fe2c..f88f31ed5eb 100644 --- a/Tr/TrackVectorFit/TrackVectorFit/scalar/Predict.h +++ b/Tr/TrackVectorFit/TrackVectorFit/scalar/Predict.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once #include "../Types.h" diff --git a/Tr/TrackVectorFit/TrackVectorFit/scalar/Smoother.h b/Tr/TrackVectorFit/TrackVectorFit/scalar/Smoother.h index 1b82df94d82..5980788f3e0 100644 --- a/Tr/TrackVectorFit/TrackVectorFit/scalar/Smoother.h +++ b/Tr/TrackVectorFit/TrackVectorFit/scalar/Smoother.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once #include "../Types.h" diff --git a/Tr/TrackVectorFit/TrackVectorFit/scalar/Update.h b/Tr/TrackVectorFit/TrackVectorFit/scalar/Update.h index 85ec796123d..14685d46aea 100644 --- a/Tr/TrackVectorFit/TrackVectorFit/scalar/Update.h +++ b/Tr/TrackVectorFit/TrackVectorFit/scalar/Update.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once #include "../Types.h" diff --git a/Tr/TrackVectorFit/TrackVectorFit/vector/Combined.h b/Tr/TrackVectorFit/TrackVectorFit/vector/Combined.h index fd26c67d23e..c4611333952 100644 --- a/Tr/TrackVectorFit/TrackVectorFit/vector/Combined.h +++ b/Tr/TrackVectorFit/TrackVectorFit/vector/Combined.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once #include "../Types.h" diff --git a/Tr/TrackVectorFit/TrackVectorFit/vector/Math.h b/Tr/TrackVectorFit/TrackVectorFit/vector/Math.h index da1db86f5aa..9f3634287c0 100644 --- a/Tr/TrackVectorFit/TrackVectorFit/vector/Math.h +++ b/Tr/TrackVectorFit/TrackVectorFit/vector/Math.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once #include <array> diff --git a/Tr/TrackVectorFit/TrackVectorFit/vector/Predict.h b/Tr/TrackVectorFit/TrackVectorFit/vector/Predict.h index 7a5eeeaf9b1..d2c435a9538 100644 --- a/Tr/TrackVectorFit/TrackVectorFit/vector/Predict.h +++ b/Tr/TrackVectorFit/TrackVectorFit/vector/Predict.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once #include "../Types.h" diff --git a/Tr/TrackVectorFit/TrackVectorFit/vector/Smoother.h b/Tr/TrackVectorFit/TrackVectorFit/vector/Smoother.h index 47bb4e6a004..974165d7aae 100644 --- a/Tr/TrackVectorFit/TrackVectorFit/vector/Smoother.h +++ b/Tr/TrackVectorFit/TrackVectorFit/vector/Smoother.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once #include "../Types.h" diff --git a/Tr/TrackVectorFit/TrackVectorFit/vector/Update.h b/Tr/TrackVectorFit/TrackVectorFit/vector/Update.h index d8ec226d376..b5f9c44b024 100644 --- a/Tr/TrackVectorFit/TrackVectorFit/vector/Update.h +++ b/Tr/TrackVectorFit/TrackVectorFit/vector/Update.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once #include "../Types.h" diff --git a/Tr/TrackVectorFit/src/TrackVectorFit.cpp b/Tr/TrackVectorFit/src/TrackVectorFit.cpp index cdbfc7ece82..05cbd13c9b4 100644 --- a/Tr/TrackVectorFit/src/TrackVectorFit.cpp +++ b/Tr/TrackVectorFit/src/TrackVectorFit.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #include "TrackVectorFit/TrackVectorFit.h" using namespace Tr::TrackVectorFit; diff --git a/Velo/VeloRecMonitors/CMakeLists.txt b/Velo/VeloRecMonitors/CMakeLists.txt index 67d4ec9f6f5..8e7d38c40f8 100644 --- a/Velo/VeloRecMonitors/CMakeLists.txt +++ b/Velo/VeloRecMonitors/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ################################################################################ # Package: VeloRecMonitors ################################################################################ diff --git a/Velo/VeloRecMonitors/python/VeloRecMonitors/Configuration.py b/Velo/VeloRecMonitors/python/VeloRecMonitors/Configuration.py index bc19d48128c..901876d5bd4 100755 --- a/Velo/VeloRecMonitors/python/VeloRecMonitors/Configuration.py +++ b/Velo/VeloRecMonitors/python/VeloRecMonitors/Configuration.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### """ Configuration of the Velo Monitoring Histograms """ diff --git a/Velo/VeloRecMonitors/src/Hist1D.h b/Velo/VeloRecMonitors/src/Hist1D.h index 0c399031915..ec62842084d 100644 --- a/Velo/VeloRecMonitors/src/Hist1D.h +++ b/Velo/VeloRecMonitors/src/Hist1D.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef INCLUDE_HIST1D_H #define INCLUDE_HIST1D_H 1 #include <numeric> diff --git a/Velo/VeloRecMonitors/src/PVResolution.cpp b/Velo/VeloRecMonitors/src/PVResolution.cpp index b5b6577998a..a48a7912c19 100644 --- a/Velo/VeloRecMonitors/src/PVResolution.cpp +++ b/Velo/VeloRecMonitors/src/PVResolution.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ /** * Algorithm to generate ntuples for measuring PV resolutions. * The input track container is split in various ways to produce pairs of vertices. diff --git a/Velo/VeloRecMonitors/src/RawClusterDecoding.h b/Velo/VeloRecMonitors/src/RawClusterDecoding.h index 40f078f4160..1e1cd542ff7 100644 --- a/Velo/VeloRecMonitors/src/RawClusterDecoding.h +++ b/Velo/VeloRecMonitors/src/RawClusterDecoding.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef RAWCLUSTERDECODING_H #define RAWCLUSTERDECODING_H 1 diff --git a/Velo/VeloRecMonitors/src/VeloCCEScanMonitor.cpp b/Velo/VeloRecMonitors/src/VeloCCEScanMonitor.cpp index da8bd7de4b9..f6bd311da0c 100644 --- a/Velo/VeloRecMonitors/src/VeloCCEScanMonitor.cpp +++ b/Velo/VeloRecMonitors/src/VeloCCEScanMonitor.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files #include "GaudiAlg/GaudiTupleAlg.h" diff --git a/Velo/VeloRecMonitors/src/VeloCCEScanMonitor.h b/Velo/VeloRecMonitors/src/VeloCCEScanMonitor.h index 85538883459..a913168fb8f 100644 --- a/Velo/VeloRecMonitors/src/VeloCCEScanMonitor.h +++ b/Velo/VeloRecMonitors/src/VeloCCEScanMonitor.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef VELOCCESCANMONITOR_H #define VELOCCESCANMONITOR_H 1 diff --git a/Velo/VeloRecMonitors/src/VeloClusterMonitor.cpp b/Velo/VeloRecMonitors/src/VeloClusterMonitor.cpp index 438adad3472..7302d5590cc 100755 --- a/Velo/VeloRecMonitors/src/VeloClusterMonitor.cpp +++ b/Velo/VeloRecMonitors/src/VeloClusterMonitor.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // ------------- // from STL diff --git a/Velo/VeloRecMonitors/src/VeloClusterMonitor.h b/Velo/VeloRecMonitors/src/VeloClusterMonitor.h index 25335a7cc8f..22d79a70687 100755 --- a/Velo/VeloRecMonitors/src/VeloClusterMonitor.h +++ b/Velo/VeloRecMonitors/src/VeloClusterMonitor.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef VELORECMONITORS_VELOCLUSTERMONITOR_H #define VELORECMONITORS_VELOCLUSTERMONITOR_H 1 diff --git a/Velo/VeloRecMonitors/src/VeloExpertClusterMonitor.cpp b/Velo/VeloRecMonitors/src/VeloExpertClusterMonitor.cpp index fcdff26eeb7..a0ce4356f64 100644 --- a/Velo/VeloRecMonitors/src/VeloExpertClusterMonitor.cpp +++ b/Velo/VeloRecMonitors/src/VeloExpertClusterMonitor.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files// from Gaudi #include "GaudiAlg/GaudiHistoAlg.h" #include "AIDA/IHistogram1D.h" diff --git a/Velo/VeloRecMonitors/src/VeloExpertClusterMonitor.h b/Velo/VeloRecMonitors/src/VeloExpertClusterMonitor.h index adc9772fc18..a867f43654a 100644 --- a/Velo/VeloRecMonitors/src/VeloExpertClusterMonitor.h +++ b/Velo/VeloRecMonitors/src/VeloExpertClusterMonitor.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef VELOEXPERTCLUSTERMONITOR_H #define VELOEXPERTCLUSTERMONITOR_H 1 diff --git a/Velo/VeloRecMonitors/src/VeloIPResolutionMonitor.cpp b/Velo/VeloRecMonitors/src/VeloIPResolutionMonitor.cpp index 2d1596fee27..d7f8fd41858 100644 --- a/Velo/VeloRecMonitors/src/VeloIPResolutionMonitor.cpp +++ b/Velo/VeloRecMonitors/src/VeloIPResolutionMonitor.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files #include "VeloIPResolutionMonitor.h" diff --git a/Velo/VeloRecMonitors/src/VeloIPResolutionMonitor.h b/Velo/VeloRecMonitors/src/VeloIPResolutionMonitor.h index 45a08df6a17..34592995098 100644 --- a/Velo/VeloRecMonitors/src/VeloIPResolutionMonitor.h +++ b/Velo/VeloRecMonitors/src/VeloIPResolutionMonitor.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef VELORECMONITORS_VELOIPRESOLUTIONMONITOR_H #define VELORECMONITORS_VELOIPRESOLUTIONMONITOR_H 1 diff --git a/Velo/VeloRecMonitors/src/VeloIPResolutionMonitorNT.cpp b/Velo/VeloRecMonitors/src/VeloIPResolutionMonitorNT.cpp index e7f1a5dc589..376694fa24f 100644 --- a/Velo/VeloRecMonitors/src/VeloIPResolutionMonitorNT.cpp +++ b/Velo/VeloRecMonitors/src/VeloIPResolutionMonitorNT.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files #include "VeloIPResolutionMonitorNT.h" diff --git a/Velo/VeloRecMonitors/src/VeloIPResolutionMonitorNT.h b/Velo/VeloRecMonitors/src/VeloIPResolutionMonitorNT.h index c15bd6f2615..b8d2dec8248 100644 --- a/Velo/VeloRecMonitors/src/VeloIPResolutionMonitorNT.h +++ b/Velo/VeloRecMonitors/src/VeloIPResolutionMonitorNT.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef VELORECMONITORS_VELOIPRESOLUTIONMONITORNT_H #define VELORECMONITORS_VELOIPRESOLUTIONMONITORNT_H 1 diff --git a/Velo/VeloRecMonitors/src/VeloMonitorBase.cpp b/Velo/VeloRecMonitors/src/VeloMonitorBase.cpp index 8b05c8ede49..16fa5b1ac3a 100755 --- a/Velo/VeloRecMonitors/src/VeloMonitorBase.cpp +++ b/Velo/VeloRecMonitors/src/VeloMonitorBase.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // ------------- diff --git a/Velo/VeloRecMonitors/src/VeloMonitorBase.h b/Velo/VeloRecMonitors/src/VeloMonitorBase.h index 9798eb96006..6fae4926973 100755 --- a/Velo/VeloRecMonitors/src/VeloMonitorBase.h +++ b/Velo/VeloRecMonitors/src/VeloMonitorBase.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef VELORECMONITORS_VELOMONITORBASE_H #define VELORECMONITORS_VELOMONITORBASE_H 1 diff --git a/Velo/VeloRecMonitors/src/VeloOccupancyMonitor.cpp b/Velo/VeloRecMonitors/src/VeloOccupancyMonitor.cpp index a8d6f7db4c2..f9ecf4b9e19 100755 --- a/Velo/VeloRecMonitors/src/VeloOccupancyMonitor.cpp +++ b/Velo/VeloRecMonitors/src/VeloOccupancyMonitor.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // ------------- diff --git a/Velo/VeloRecMonitors/src/VeloOccupancyMonitor.h b/Velo/VeloRecMonitors/src/VeloOccupancyMonitor.h index dbfbd436d27..9f581bfda62 100755 --- a/Velo/VeloRecMonitors/src/VeloOccupancyMonitor.h +++ b/Velo/VeloRecMonitors/src/VeloOccupancyMonitor.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef VELORECMONITORS_VELOOCCUPANCYMONITOR_H #define VELORECMONITORS_VELOOCCUPANCYMONITOR_H 1 diff --git a/Velo/VeloRecMonitors/src/VeloSamplingMonitor.cpp b/Velo/VeloRecMonitors/src/VeloSamplingMonitor.cpp index 84d0dea24eb..abda1d20085 100755 --- a/Velo/VeloRecMonitors/src/VeloSamplingMonitor.cpp +++ b/Velo/VeloRecMonitors/src/VeloSamplingMonitor.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // ------------- diff --git a/Velo/VeloRecMonitors/src/VeloSamplingMonitor.h b/Velo/VeloRecMonitors/src/VeloSamplingMonitor.h index 219d53ef974..23adb30cfbf 100755 --- a/Velo/VeloRecMonitors/src/VeloSamplingMonitor.h +++ b/Velo/VeloRecMonitors/src/VeloSamplingMonitor.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef VELORECMONITORS_VELOSAMPLINGMONITOR_H #define VELORECMONITORS_VELOSAMPLINGMONITOR_H 1 diff --git a/Velo/VeloRecMonitors/src/VeloTrackMonitor.cpp b/Velo/VeloRecMonitors/src/VeloTrackMonitor.cpp index a2a70f1044d..8cb63ab5866 100755 --- a/Velo/VeloRecMonitors/src/VeloTrackMonitor.cpp +++ b/Velo/VeloRecMonitors/src/VeloTrackMonitor.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // from Gaudi diff --git a/Velo/VeloRecMonitors/src/VeloTrackMonitor.h b/Velo/VeloRecMonitors/src/VeloTrackMonitor.h index b67ea85b75c..bf1a94cd481 100755 --- a/Velo/VeloRecMonitors/src/VeloTrackMonitor.h +++ b/Velo/VeloRecMonitors/src/VeloTrackMonitor.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef VELORECMONITORS_VELOTRACKMONITOR_H #define VELORECMONITORS_VELOTRACKMONITOR_H 1 diff --git a/Velo/VeloRecMonitors/src/VeloTrackMonitorNT.cpp b/Velo/VeloRecMonitors/src/VeloTrackMonitorNT.cpp index 29bff4471a7..1b4754d73a0 100755 --- a/Velo/VeloRecMonitors/src/VeloTrackMonitorNT.cpp +++ b/Velo/VeloRecMonitors/src/VeloTrackMonitorNT.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Include files // from Gaudi diff --git a/Velo/VeloRecMonitors/src/VeloTrackMonitorNT.h b/Velo/VeloRecMonitors/src/VeloTrackMonitorNT.h index 92c368fc7c2..4003ef11d24 100644 --- a/Velo/VeloRecMonitors/src/VeloTrackMonitorNT.h +++ b/Velo/VeloRecMonitors/src/VeloTrackMonitorNT.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifndef VELOTRACKMONITORNT_H #define VELOTRACKMONITORNT_H 1 diff --git a/cmake/FindXGBoost.cmake b/cmake/FindXGBoost.cmake index e4ca31035ae..469680413be 100644 --- a/cmake/FindXGBoost.cmake +++ b/cmake/FindXGBoost.cmake @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # - Locate XGBoost library # Defines: # -- GitLab