diff --git a/EvtGenBase/EvtAmp.hh b/EvtGenBase/EvtAmp.hh --- a/EvtGenBase/EvtAmp.hh +++ b/EvtGenBase/EvtAmp.hh @@ -22,7 +22,6 @@ #define EVTAMP_HH #include "EvtGenBase/EvtComplex.hh" -#include "EvtGenBase/EvtPatches.hh" class EvtSpinDensity; class EvtId; diff --git a/EvtGenBase/EvtCPUtil.hh b/EvtGenBase/EvtCPUtil.hh --- a/EvtGenBase/EvtCPUtil.hh +++ b/EvtGenBase/EvtCPUtil.hh @@ -22,7 +22,6 @@ #define EVTCPUTIL_HH #include "EvtGenBase/EvtComplex.hh" -#include "EvtGenBase/EvtPatches.hh" class EvtParticle; class EvtId; diff --git a/EvtGenBase/EvtDecayBase.hh b/EvtGenBase/EvtDecayBase.hh --- a/EvtGenBase/EvtDecayBase.hh +++ b/EvtGenBase/EvtDecayBase.hh @@ -22,7 +22,6 @@ #define EVTDECAYBASE_HH #include "EvtGenBase/EvtId.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtSpinType.hh" #include <stdlib.h> diff --git a/EvtGenBase/EvtIdSet.hh b/EvtGenBase/EvtIdSet.hh --- a/EvtGenBase/EvtIdSet.hh +++ b/EvtGenBase/EvtIdSet.hh @@ -22,7 +22,6 @@ #define EVTIDSET_HH #include "EvtGenBase/EvtId.hh" -#include "EvtGenBase/EvtPatches.hh" #include <initializer_list> #include <set> diff --git a/EvtGenBase/EvtPatches.hh b/EvtGenBase/EvtPatches.hh deleted file mode 100644 --- a/EvtGenBase/EvtPatches.hh +++ /dev/null @@ -1,28 +0,0 @@ - -/*********************************************************************** -* Copyright 1998-2020 CERN for the benefit of the EvtGen authors * -* * -* This file is part of EvtGen. * -* * -* EvtGen is free software: you can redistribute it and/or modify * -* it under the terms of the GNU General Public License as published by * -* the Free Software Foundation, either version 3 of the License, or * -* (at your option) any later version. * -* * -* EvtGen is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU General Public License for more details. * -* * -* You should have received a copy of the GNU General Public License * -* along with EvtGen. If not, see <https://www.gnu.org/licenses/>. * -***********************************************************************/ - -#if defined( SUNCC ) && defined( _XOPEN_SOURCE ) && ( _XOPEN_SOURCE - 0 == 500 ) -#ifndef _CLOCK_T -#define _CLOCK_T -typedef long clock_t; /* relative time in a specified resolution */ -#endif /* ifndef _CLOCK_T */ -#endif - -#define UNUSED( x ) ( (void)x ) diff --git a/EvtGenModels/EvtBCVFF2.hh b/EvtGenModels/EvtBCVFF2.hh --- a/EvtGenModels/EvtBCVFF2.hh +++ b/EvtGenModels/EvtBCVFF2.hh @@ -23,7 +23,6 @@ #include "EvtGenBase/EvtId.hh" #include "EvtGenBase/EvtPDL.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include "EvtGenBase/EvtSemiLeptonicFF.hh" diff --git a/EvtGenModels/EvtWnPi.hh b/EvtGenModels/EvtWnPi.hh --- a/EvtGenModels/EvtWnPi.hh +++ b/EvtGenModels/EvtWnPi.hh @@ -21,7 +21,6 @@ #ifndef EvtWNPI_HH #define EvtWNPI_HH -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtTensor4C.hh" #include "EvtGenBase/EvtVector4C.hh" #include "EvtGenBase/EvtVector4R.hh" diff --git a/src/EvtGen.cpp b/src/EvtGen.cpp --- a/src/EvtGen.cpp +++ b/src/EvtGen.cpp @@ -27,7 +27,6 @@ #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" #include "EvtGenBase/EvtParticleFactory.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtRadCorr.hh" #include "EvtGenBase/EvtRandom.hh" #include "EvtGenBase/EvtRandomEngine.hh" diff --git a/src/EvtGenBase/EvtAbsLineShape.cpp b/src/EvtGenBase/EvtAbsLineShape.cpp --- a/src/EvtGenBase/EvtAbsLineShape.cpp +++ b/src/EvtGenBase/EvtAbsLineShape.cpp @@ -22,7 +22,6 @@ #include "EvtGenBase/EvtComplex.hh" #include "EvtGenBase/EvtPDL.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtPropBreitWigner.hh" #include "EvtGenBase/EvtRandom.hh" #include "EvtGenBase/EvtReport.hh" diff --git a/src/EvtGenBase/EvtAmp.cpp b/src/EvtGenBase/EvtAmp.cpp --- a/src/EvtGenBase/EvtAmp.cpp +++ b/src/EvtGenBase/EvtAmp.cpp @@ -24,7 +24,6 @@ #include "EvtGenBase/EvtId.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include "EvtGenBase/EvtSpinDensity.hh" diff --git a/src/EvtGenBase/EvtBlattWeisskopf.cpp b/src/EvtGenBase/EvtBlattWeisskopf.cpp --- a/src/EvtGenBase/EvtBlattWeisskopf.cpp +++ b/src/EvtGenBase/EvtBlattWeisskopf.cpp @@ -20,7 +20,6 @@ #include "EvtGenBase/EvtBlattWeisskopf.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include <assert.h> diff --git a/src/EvtGenBase/EvtCGCoefSingle.cpp b/src/EvtGenBase/EvtCGCoefSingle.cpp --- a/src/EvtGenBase/EvtCGCoefSingle.cpp +++ b/src/EvtGenBase/EvtCGCoefSingle.cpp @@ -21,7 +21,6 @@ #include "EvtGenBase/EvtCGCoefSingle.hh" #include "EvtGenBase/EvtOrthogVector.hh" -#include "EvtGenBase/EvtPatches.hh" #include <assert.h> #include <iostream> @@ -112,20 +111,18 @@ } } -double EvtCGCoefSingle::coef( int J, int M, int j1, int j2, int m1, int m2 ) +double EvtCGCoefSingle::coef( int J, int M, [[maybe_unused]] int j1, + [[maybe_unused]] int j2, int m1, int m2 ) { assert( j1 == m_j1 ); - UNUSED( j1 ); assert( j2 == m_j2 ); - UNUSED( j2 ); return cg( J, M, m1, m2 ); } -double& EvtCGCoefSingle::cg( int J, int M, int m1, int m2 ) +double& EvtCGCoefSingle::cg( int J, int M, int m1, [[maybe_unused]] int m2 ) { assert( M == m1 + m2 ); - UNUSED( m2 ); assert( abs( M ) <= J ); assert( J <= m_Jmax ); assert( J >= m_Jmin ); diff --git a/src/EvtGenBase/EvtCPUtil.cpp b/src/EvtGenBase/EvtCPUtil.cpp --- a/src/EvtGenBase/EvtCPUtil.cpp +++ b/src/EvtGenBase/EvtCPUtil.cpp @@ -23,7 +23,6 @@ #include "EvtGenBase/EvtConst.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtRandom.hh" #include "EvtGenBase/EvtReport.hh" #include "EvtGenBase/EvtScalarParticle.hh" diff --git a/src/EvtGenBase/EvtComplex.cpp b/src/EvtGenBase/EvtComplex.cpp --- a/src/EvtGenBase/EvtComplex.cpp +++ b/src/EvtGenBase/EvtComplex.cpp @@ -20,8 +20,6 @@ #include "EvtGenBase/EvtComplex.hh" -#include "EvtGenBase/EvtPatches.hh" - #include <iostream> #include <math.h> using std::ostream; diff --git a/src/EvtGenBase/EvtConst.cpp b/src/EvtGenBase/EvtConst.cpp --- a/src/EvtGenBase/EvtConst.cpp +++ b/src/EvtGenBase/EvtConst.cpp @@ -20,8 +20,6 @@ #include "EvtGenBase/EvtConst.hh" -#include "EvtGenBase/EvtPatches.hh" - const double EvtConst::pi = 3.14159265358979323846; const double EvtConst::twoPi = 2.0 * pi; const double EvtConst::radToDegrees = 180.0 / pi; diff --git a/src/EvtGenBase/EvtCyclic3.cpp b/src/EvtGenBase/EvtCyclic3.cpp --- a/src/EvtGenBase/EvtCyclic3.cpp +++ b/src/EvtGenBase/EvtCyclic3.cpp @@ -20,8 +20,6 @@ #include "EvtGenBase/EvtCyclic3.hh" -#include "EvtGenBase/EvtPatches.hh" - #include <assert.h> #include <iostream> #include <string.h> @@ -80,16 +78,17 @@ return A; } -Perm EvtCyclic3::permutation( Index i1, Index i2, Index i3 ) +Perm EvtCyclic3::permutation( Index i1, Index i2, [[maybe_unused]] Index i3 ) { assert( i1 != i2 && i2 != i3 && i3 != i1 ); - UNUSED( i3 ); + if ( i1 == A ) return ( i2 == B ) ? ABC : ACB; if ( i1 == B ) return ( i2 == C ) ? BCA : BAC; if ( i1 == C ) return ( i2 == A ) ? CAB : CBA; + assert( 0 ); return ABC; } diff --git a/src/EvtGenBase/EvtDalitzCoord.cpp b/src/EvtGenBase/EvtDalitzCoord.cpp --- a/src/EvtGenBase/EvtDalitzCoord.cpp +++ b/src/EvtGenBase/EvtDalitzCoord.cpp @@ -20,8 +20,6 @@ #include "EvtGenBase/EvtDalitzCoord.hh" -#include "EvtGenBase/EvtPatches.hh" - #include <assert.h> #include <iostream> using EvtCyclic3::Pair; diff --git a/src/EvtGenBase/EvtDalitzFlatPdf.cpp b/src/EvtGenBase/EvtDalitzFlatPdf.cpp --- a/src/EvtGenBase/EvtDalitzFlatPdf.cpp +++ b/src/EvtGenBase/EvtDalitzFlatPdf.cpp @@ -20,8 +20,6 @@ #include "EvtGenBase/EvtDalitzFlatPdf.hh" -#include "EvtGenBase/EvtPatches.hh" - EvtDalitzFlatPdf::EvtDalitzFlatPdf( const EvtDalitzPlot& dp ) : EvtPdf<EvtDalitzPoint>(), m_dp( dp ) { diff --git a/src/EvtGenBase/EvtDalitzPlot.cpp b/src/EvtGenBase/EvtDalitzPlot.cpp --- a/src/EvtGenBase/EvtDalitzPlot.cpp +++ b/src/EvtGenBase/EvtDalitzPlot.cpp @@ -22,7 +22,6 @@ #include "EvtGenBase/EvtDecayMode.hh" #include "EvtGenBase/EvtPDL.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtTwoBodyVertex.hh" #include <assert.h> diff --git a/src/EvtGenBase/EvtDalitzPoint.cpp b/src/EvtGenBase/EvtDalitzPoint.cpp --- a/src/EvtGenBase/EvtDalitzPoint.cpp +++ b/src/EvtGenBase/EvtDalitzPoint.cpp @@ -20,8 +20,6 @@ #include "EvtGenBase/EvtDalitzPoint.hh" -#include "EvtGenBase/EvtPatches.hh" - #include <assert.h> #include <math.h> #include <stdio.h> diff --git a/src/EvtGenBase/EvtDalitzResPdf.cpp b/src/EvtGenBase/EvtDalitzResPdf.cpp --- a/src/EvtGenBase/EvtDalitzResPdf.cpp +++ b/src/EvtGenBase/EvtDalitzResPdf.cpp @@ -22,7 +22,6 @@ #include "EvtGenBase/EvtConst.hh" #include "EvtGenBase/EvtDalitzCoord.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtRandom.hh" #include <math.h> diff --git a/src/EvtGenBase/EvtDalitzReso.cpp b/src/EvtGenBase/EvtDalitzReso.cpp --- a/src/EvtGenBase/EvtDalitzReso.cpp +++ b/src/EvtGenBase/EvtDalitzReso.cpp @@ -25,7 +25,6 @@ #include "EvtGenBase/EvtMatrix.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include "EvtGenBase/EvtdFunction.hh" diff --git a/src/EvtGenBase/EvtDecayAmp.cpp b/src/EvtGenBase/EvtDecayAmp.cpp --- a/src/EvtGenBase/EvtDecayAmp.cpp +++ b/src/EvtGenBase/EvtDecayAmp.cpp @@ -24,7 +24,6 @@ #include "EvtGenBase/EvtDecayBase.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtRadCorr.hh" #include "EvtGenBase/EvtRandom.hh" #include "EvtGenBase/EvtReport.hh" diff --git a/src/EvtGenBase/EvtDecayBase.cpp b/src/EvtGenBase/EvtDecayBase.cpp --- a/src/EvtGenBase/EvtDecayBase.cpp +++ b/src/EvtGenBase/EvtDecayBase.cpp @@ -22,7 +22,6 @@ #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include "EvtGenBase/EvtSpinType.hh" #include "EvtGenBase/EvtStatus.hh" diff --git a/src/EvtGenBase/EvtDecayIncoherent.cpp b/src/EvtGenBase/EvtDecayIncoherent.cpp --- a/src/EvtGenBase/EvtDecayIncoherent.cpp +++ b/src/EvtGenBase/EvtDecayIncoherent.cpp @@ -23,7 +23,6 @@ #include "EvtGenBase/EvtDecayBase.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtRadCorr.hh" #include "EvtGenBase/EvtReport.hh" diff --git a/src/EvtGenBase/EvtDecayMode.cpp b/src/EvtGenBase/EvtDecayMode.cpp --- a/src/EvtGenBase/EvtDecayMode.cpp +++ b/src/EvtGenBase/EvtDecayMode.cpp @@ -20,7 +20,6 @@ #include "EvtGenBase/EvtDecayMode.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include <assert.h> diff --git a/src/EvtGenBase/EvtDecayProb.cpp b/src/EvtGenBase/EvtDecayProb.cpp --- a/src/EvtGenBase/EvtDecayProb.cpp +++ b/src/EvtGenBase/EvtDecayProb.cpp @@ -23,7 +23,6 @@ #include "EvtGenBase/EvtDecayBase.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtRadCorr.hh" #include "EvtGenBase/EvtRandom.hh" #include "EvtGenBase/EvtReport.hh" diff --git a/src/EvtGenBase/EvtDecayTable.cpp b/src/EvtGenBase/EvtDecayTable.cpp --- a/src/EvtGenBase/EvtDecayTable.cpp +++ b/src/EvtGenBase/EvtDecayTable.cpp @@ -28,7 +28,6 @@ #include "EvtGenBase/EvtParser.hh" #include "EvtGenBase/EvtParserXml.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtRadCorr.hh" #include "EvtGenBase/EvtRandom.hh" #include "EvtGenBase/EvtReport.hh" diff --git a/src/EvtGenBase/EvtDiracParticle.cpp b/src/EvtGenBase/EvtDiracParticle.cpp --- a/src/EvtGenBase/EvtDiracParticle.cpp +++ b/src/EvtGenBase/EvtDiracParticle.cpp @@ -23,7 +23,6 @@ #include "EvtGenBase/EvtComplex.hh" #include "EvtGenBase/EvtGammaMatrix.hh" #include "EvtGenBase/EvtPDL.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include "EvtGenBase/EvtSpinDensity.hh" #include "EvtGenBase/EvtVector4R.hh" diff --git a/src/EvtGenBase/EvtDiracSpinor.cpp b/src/EvtGenBase/EvtDiracSpinor.cpp --- a/src/EvtGenBase/EvtDiracSpinor.cpp +++ b/src/EvtGenBase/EvtDiracSpinor.cpp @@ -22,7 +22,6 @@ #include "EvtGenBase/EvtComplex.hh" #include "EvtGenBase/EvtGammaMatrix.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include "EvtGenBase/EvtTensor4C.hh" #include "EvtGenBase/EvtVector4C.hh" diff --git a/src/EvtGenBase/EvtEvalHelAmp.cpp b/src/EvtGenBase/EvtEvalHelAmp.cpp --- a/src/EvtGenBase/EvtEvalHelAmp.cpp +++ b/src/EvtGenBase/EvtEvalHelAmp.cpp @@ -25,7 +25,6 @@ #include "EvtGenBase/EvtId.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include "EvtGenBase/EvtVector4C.hh" #include "EvtGenBase/EvtdFunction.hh" diff --git a/src/EvtGenBase/EvtFlatLineShape.cpp b/src/EvtGenBase/EvtFlatLineShape.cpp --- a/src/EvtGenBase/EvtFlatLineShape.cpp +++ b/src/EvtGenBase/EvtFlatLineShape.cpp @@ -22,7 +22,6 @@ #include "EvtGenBase/EvtBlattWeisskopf.hh" #include "EvtGenBase/EvtPDL.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtPropBreitWigner.hh" #include "EvtGenBase/EvtPropBreitWignerRel.hh" #include "EvtGenBase/EvtRandom.hh" diff --git a/src/EvtGenBase/EvtFlatte.cpp b/src/EvtGenBase/EvtFlatte.cpp --- a/src/EvtGenBase/EvtFlatte.cpp +++ b/src/EvtGenBase/EvtFlatte.cpp @@ -23,7 +23,6 @@ #include "EvtGenBase/EvtComplex.hh" #include "EvtGenBase/EvtConst.hh" #include "EvtGenBase/EvtKine.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include "EvtGenBase/EvtVector4R.hh" diff --git a/src/EvtGenBase/EvtGammaMatrix.cpp b/src/EvtGenBase/EvtGammaMatrix.cpp --- a/src/EvtGenBase/EvtGammaMatrix.cpp +++ b/src/EvtGenBase/EvtGammaMatrix.cpp @@ -22,7 +22,6 @@ #include "EvtGenBase/EvtComplex.hh" #include "EvtGenBase/EvtDiracSpinor.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include "EvtGenBase/EvtTensor4C.hh" #include "EvtGenBase/EvtVector4C.hh" diff --git a/src/EvtGenBase/EvtGenKine.cpp b/src/EvtGenBase/EvtGenKine.cpp --- a/src/EvtGenBase/EvtGenKine.cpp +++ b/src/EvtGenBase/EvtGenKine.cpp @@ -22,7 +22,6 @@ #include "EvtGenBase/EvtConst.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtRandom.hh" #include "EvtGenBase/EvtReport.hh" #include "EvtGenBase/EvtVector4R.hh" diff --git a/src/EvtGenBase/EvtHepMCEvent.cpp b/src/EvtGenBase/EvtHepMCEvent.cpp --- a/src/EvtGenBase/EvtHepMCEvent.cpp +++ b/src/EvtGenBase/EvtHepMCEvent.cpp @@ -22,7 +22,6 @@ #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" EvtHepMCEvent::EvtHepMCEvent() : m_theEvent( nullptr ), m_translation( 0.0, 0.0, 0.0, 0.0 ) diff --git a/src/EvtGenBase/EvtHighSpinParticle.cpp b/src/EvtGenBase/EvtHighSpinParticle.cpp --- a/src/EvtGenBase/EvtHighSpinParticle.cpp +++ b/src/EvtGenBase/EvtHighSpinParticle.cpp @@ -21,7 +21,6 @@ #include "EvtGenBase/EvtHighSpinParticle.hh" #include "EvtGenBase/EvtPDL.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtSpinDensity.hh" #include "EvtGenBase/EvtVector4R.hh" #include "EvtGenBase/EvtdFunction.hh" diff --git a/src/EvtGenBase/EvtId.cpp b/src/EvtGenBase/EvtId.cpp --- a/src/EvtGenBase/EvtId.cpp +++ b/src/EvtGenBase/EvtId.cpp @@ -21,7 +21,6 @@ #include "EvtGenBase/EvtId.hh" #include "EvtGenBase/EvtPDL.hh" -#include "EvtGenBase/EvtPatches.hh" #include <iostream> using std::ostream; diff --git a/src/EvtGenBase/EvtIdSet.cpp b/src/EvtGenBase/EvtIdSet.cpp --- a/src/EvtGenBase/EvtIdSet.cpp +++ b/src/EvtGenBase/EvtIdSet.cpp @@ -21,7 +21,6 @@ #include "EvtGenBase/EvtIdSet.hh" #include "EvtGenBase/EvtPDL.hh" -#include "EvtGenBase/EvtPatches.hh" #include <initializer_list> #include <set> diff --git a/src/EvtGenBase/EvtIntervalFlatPdf.cpp b/src/EvtGenBase/EvtIntervalFlatPdf.cpp --- a/src/EvtGenBase/EvtIntervalFlatPdf.cpp +++ b/src/EvtGenBase/EvtIntervalFlatPdf.cpp @@ -20,7 +20,6 @@ #include "EvtGenBase/EvtIntervalFlatPdf.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtRandom.hh" #include <assert.h> diff --git a/src/EvtGenBase/EvtKine.cpp b/src/EvtGenBase/EvtKine.cpp --- a/src/EvtGenBase/EvtKine.cpp +++ b/src/EvtGenBase/EvtKine.cpp @@ -21,7 +21,6 @@ #include "EvtGenBase/EvtKine.hh" #include "EvtGenBase/EvtConst.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include "EvtGenBase/EvtTensor4C.hh" #include "EvtGenBase/EvtVector4C.hh" diff --git a/src/EvtGenBase/EvtMTRandomEngine.cpp b/src/EvtGenBase/EvtMTRandomEngine.cpp --- a/src/EvtGenBase/EvtMTRandomEngine.cpp +++ b/src/EvtGenBase/EvtMTRandomEngine.cpp @@ -20,7 +20,6 @@ #include "EvtGenBase/EvtMTRandomEngine.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include <iostream> diff --git a/src/EvtGenBase/EvtManyDeltaFuncLineShape.cpp b/src/EvtGenBase/EvtManyDeltaFuncLineShape.cpp --- a/src/EvtGenBase/EvtManyDeltaFuncLineShape.cpp +++ b/src/EvtGenBase/EvtManyDeltaFuncLineShape.cpp @@ -22,7 +22,6 @@ #include "EvtGenBase/EvtBlattWeisskopf.hh" #include "EvtGenBase/EvtPDL.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtPropBreitWigner.hh" #include "EvtGenBase/EvtPropBreitWignerRel.hh" #include "EvtGenBase/EvtRandom.hh" diff --git a/src/EvtGenBase/EvtMassAmp.cpp b/src/EvtGenBase/EvtMassAmp.cpp --- a/src/EvtGenBase/EvtMassAmp.cpp +++ b/src/EvtGenBase/EvtMassAmp.cpp @@ -20,8 +20,6 @@ #include "EvtGenBase/EvtMassAmp.hh" -#include "EvtGenBase/EvtPatches.hh" - EvtMassAmp::EvtMassAmp( const EvtPropBreitWignerRel& prop, const EvtTwoBodyVertex& vd ) : EvtAmplitude<EvtPoint1D>(), diff --git a/src/EvtGenBase/EvtModel.cpp b/src/EvtGenBase/EvtModel.cpp --- a/src/EvtGenBase/EvtModel.cpp +++ b/src/EvtGenBase/EvtModel.cpp @@ -25,7 +25,6 @@ #include "EvtGenBase/EvtParser.hh" #include "EvtGenBase/EvtParticle.hh" #include "EvtGenBase/EvtParticleDecayList.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtRandom.hh" #include "EvtGenBase/EvtReport.hh" diff --git a/src/EvtGenBase/EvtModelAlias.cpp b/src/EvtGenBase/EvtModelAlias.cpp --- a/src/EvtGenBase/EvtModelAlias.cpp +++ b/src/EvtGenBase/EvtModelAlias.cpp @@ -20,8 +20,6 @@ #include "EvtGenBase/EvtModelAlias.hh" -#include "EvtGenBase/EvtPatches.hh" - EvtModelAlias::EvtModelAlias( std::string alias, std::string model, std::vector<std::string> args ) : diff --git a/src/EvtGenBase/EvtMultiChannelParser.cpp b/src/EvtGenBase/EvtMultiChannelParser.cpp --- a/src/EvtGenBase/EvtMultiChannelParser.cpp +++ b/src/EvtGenBase/EvtMultiChannelParser.cpp @@ -23,7 +23,6 @@ #include "EvtGenBase/EvtDecayMode.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParser.hh" -#include "EvtGenBase/EvtPatches.hh" #include <assert.h> #include <math.h> @@ -146,7 +145,7 @@ assert( isKeyword( v[2] ) ); while ( i < v.size() ) { - size_t i0 = i; + [[maybe_unused]] size_t i0 = i; // Switch to conjugate amplitudes after keyword if ( v[i] == std::string( "CONJUGATE" ) ) { @@ -187,7 +186,6 @@ } assert( i > i0 ); - UNUSED( i0 ); } printf( "PARSING SUCCESSFUL\n" ); diff --git a/src/EvtGenBase/EvtNeutrinoParticle.cpp b/src/EvtGenBase/EvtNeutrinoParticle.cpp --- a/src/EvtGenBase/EvtNeutrinoParticle.cpp +++ b/src/EvtGenBase/EvtNeutrinoParticle.cpp @@ -22,7 +22,6 @@ #include "EvtGenBase/EvtComplex.hh" #include "EvtGenBase/EvtPDL.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include "EvtGenBase/EvtVector4R.hh" diff --git a/src/EvtGenBase/EvtNonresonantAmp.cpp b/src/EvtGenBase/EvtNonresonantAmp.cpp --- a/src/EvtGenBase/EvtNonresonantAmp.cpp +++ b/src/EvtGenBase/EvtNonresonantAmp.cpp @@ -23,7 +23,6 @@ #include "EvtGenBase/EvtComplex.hh" #include "EvtGenBase/EvtCyclic3.hh" #include "EvtGenBase/EvtDalitzCoord.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtdFunction.hh" #include <assert.h> diff --git a/src/EvtGenBase/EvtOrthogVector.cpp b/src/EvtGenBase/EvtOrthogVector.cpp --- a/src/EvtGenBase/EvtOrthogVector.cpp +++ b/src/EvtGenBase/EvtOrthogVector.cpp @@ -20,8 +20,6 @@ #include "EvtGenBase/EvtOrthogVector.hh" -#include "EvtGenBase/EvtPatches.hh" - #include <ctype.h> #include <fstream> #include <iostream> diff --git a/src/EvtGenBase/EvtPDL.cpp b/src/EvtGenBase/EvtPDL.cpp --- a/src/EvtGenBase/EvtPDL.cpp +++ b/src/EvtGenBase/EvtPDL.cpp @@ -23,7 +23,6 @@ #include "EvtGenBase/EvtId.hh" #include "EvtGenBase/EvtPartProp.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include <cstring> diff --git a/src/EvtGenBase/EvtParser.cpp b/src/EvtGenBase/EvtParser.cpp --- a/src/EvtGenBase/EvtParser.cpp +++ b/src/EvtGenBase/EvtParser.cpp @@ -20,7 +20,6 @@ #include "EvtGenBase/EvtParser.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include <fstream> diff --git a/src/EvtGenBase/EvtParserXml.cpp b/src/EvtGenBase/EvtParserXml.cpp --- a/src/EvtGenBase/EvtParserXml.cpp +++ b/src/EvtGenBase/EvtParserXml.cpp @@ -20,7 +20,6 @@ #include "EvtGenBase/EvtParserXml.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include <fstream> diff --git a/src/EvtGenBase/EvtPartProp.cpp b/src/EvtGenBase/EvtPartProp.cpp --- a/src/EvtGenBase/EvtPartProp.cpp +++ b/src/EvtGenBase/EvtPartProp.cpp @@ -23,7 +23,6 @@ #include "EvtGenBase/EvtAbsLineShape.hh" #include "EvtGenBase/EvtFlatLineShape.hh" #include "EvtGenBase/EvtManyDeltaFuncLineShape.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtRelBreitWignerBarrierFact.hh" #include <ctype.h> diff --git a/src/EvtGenBase/EvtParticle.cpp b/src/EvtGenBase/EvtParticle.cpp --- a/src/EvtGenBase/EvtParticle.cpp +++ b/src/EvtGenBase/EvtParticle.cpp @@ -29,7 +29,6 @@ #include "EvtGenBase/EvtNeutrinoParticle.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticleFactory.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtPhotonParticle.hh" #include "EvtGenBase/EvtRadCorr.hh" #include "EvtGenBase/EvtRandom.hh" diff --git a/src/EvtGenBase/EvtParticleDecay.cpp b/src/EvtGenBase/EvtParticleDecay.cpp --- a/src/EvtGenBase/EvtParticleDecay.cpp +++ b/src/EvtGenBase/EvtParticleDecay.cpp @@ -23,7 +23,6 @@ #include "EvtGenBase/EvtId.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtRandom.hh" #include "EvtGenBase/EvtReport.hh" diff --git a/src/EvtGenBase/EvtParticleDecayList.cpp b/src/EvtGenBase/EvtParticleDecayList.cpp --- a/src/EvtGenBase/EvtParticleDecayList.cpp +++ b/src/EvtGenBase/EvtParticleDecayList.cpp @@ -22,7 +22,6 @@ #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtRandom.hh" #include "EvtGenBase/EvtReport.hh" #include "EvtGenBase/EvtStatus.hh" diff --git a/src/EvtGenBase/EvtParticleFactory.cpp b/src/EvtGenBase/EvtParticleFactory.cpp --- a/src/EvtGenBase/EvtParticleFactory.cpp +++ b/src/EvtGenBase/EvtParticleFactory.cpp @@ -26,7 +26,6 @@ #include "EvtGenBase/EvtNeutrinoParticle.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtPhotonParticle.hh" #include "EvtGenBase/EvtRaritaSchwingerParticle.hh" #include "EvtGenBase/EvtReport.hh" diff --git a/src/EvtGenBase/EvtPhotonParticle.cpp b/src/EvtGenBase/EvtPhotonParticle.cpp --- a/src/EvtGenBase/EvtPhotonParticle.cpp +++ b/src/EvtGenBase/EvtPhotonParticle.cpp @@ -21,7 +21,6 @@ #include "EvtGenBase/EvtPhotonParticle.hh" #include "EvtGenBase/EvtComplex.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include "EvtGenBase/EvtVector4C.hh" diff --git a/src/EvtGenBase/EvtPoint1D.cpp b/src/EvtGenBase/EvtPoint1D.cpp --- a/src/EvtGenBase/EvtPoint1D.cpp +++ b/src/EvtGenBase/EvtPoint1D.cpp @@ -20,8 +20,6 @@ #include "EvtGenBase/EvtPoint1D.hh" -#include "EvtGenBase/EvtPatches.hh" - #include <stdio.h> EvtPoint1D::EvtPoint1D() : diff --git a/src/EvtGenBase/EvtPropBreitWigner.cpp b/src/EvtGenBase/EvtPropBreitWigner.cpp --- a/src/EvtGenBase/EvtPropBreitWigner.cpp +++ b/src/EvtGenBase/EvtPropBreitWigner.cpp @@ -21,7 +21,6 @@ #include "EvtGenBase/EvtPropBreitWigner.hh" #include "EvtGenBase/EvtConst.hh" -#include "EvtGenBase/EvtPatches.hh" #include <math.h> diff --git a/src/EvtGenBase/EvtPropBreitWignerRel.cpp b/src/EvtGenBase/EvtPropBreitWignerRel.cpp --- a/src/EvtGenBase/EvtPropBreitWignerRel.cpp +++ b/src/EvtGenBase/EvtPropBreitWignerRel.cpp @@ -20,8 +20,6 @@ #include "EvtGenBase/EvtPropBreitWignerRel.hh" -#include "EvtGenBase/EvtPatches.hh" - #include <math.h> EvtPropBreitWignerRel::EvtPropBreitWignerRel( double m0, double g0 ) : diff --git a/src/EvtGenBase/EvtPropFlatte.cpp b/src/EvtGenBase/EvtPropFlatte.cpp --- a/src/EvtGenBase/EvtPropFlatte.cpp +++ b/src/EvtGenBase/EvtPropFlatte.cpp @@ -20,8 +20,6 @@ #include "EvtGenBase/EvtPropFlatte.hh" -#include "EvtGenBase/EvtPatches.hh" - #include <iostream> #include <math.h> using std::cout; diff --git a/src/EvtGenBase/EvtPropGounarisSakurai.cpp b/src/EvtGenBase/EvtPropGounarisSakurai.cpp --- a/src/EvtGenBase/EvtPropGounarisSakurai.cpp +++ b/src/EvtGenBase/EvtPropGounarisSakurai.cpp @@ -20,8 +20,6 @@ #include "EvtGenBase/EvtPropGounarisSakurai.hh" -#include "EvtGenBase/EvtPatches.hh" - #include <math.h> EvtPropGounarisSakurai::EvtPropGounarisSakurai( EvtDalitzPlot* dp, diff --git a/src/EvtGenBase/EvtPto3PAmp.cpp b/src/EvtGenBase/EvtPto3PAmp.cpp --- a/src/EvtGenBase/EvtPto3PAmp.cpp +++ b/src/EvtGenBase/EvtPto3PAmp.cpp @@ -23,7 +23,6 @@ #include "EvtGenBase/EvtComplex.hh" #include "EvtGenBase/EvtCyclic3.hh" #include "EvtGenBase/EvtDalitzCoord.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include "EvtGenBase/EvtdFunction.hh" diff --git a/src/EvtGenBase/EvtPto3PAmpFactory.cpp b/src/EvtGenBase/EvtPto3PAmpFactory.cpp --- a/src/EvtGenBase/EvtPto3PAmpFactory.cpp +++ b/src/EvtGenBase/EvtPto3PAmpFactory.cpp @@ -30,7 +30,6 @@ #include "EvtGenBase/EvtLASSAmp.hh" #include "EvtGenBase/EvtNonresonantAmp.hh" #include "EvtGenBase/EvtPDL.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtPropBreitWigner.hh" #include "EvtGenBase/EvtPropBreitWignerRel.hh" #include "EvtGenBase/EvtPropFlatte.hh" diff --git a/src/EvtGenBase/EvtRadCorr.cpp b/src/EvtGenBase/EvtRadCorr.cpp --- a/src/EvtGenBase/EvtRadCorr.cpp +++ b/src/EvtGenBase/EvtRadCorr.cpp @@ -21,7 +21,6 @@ #include "EvtGenBase/EvtRadCorr.hh" #include "EvtGenBase/EvtAbsRadCorr.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include <iostream> diff --git a/src/EvtGenBase/EvtRandom.cpp b/src/EvtGenBase/EvtRandom.cpp --- a/src/EvtGenBase/EvtRandom.cpp +++ b/src/EvtGenBase/EvtRandom.cpp @@ -21,7 +21,6 @@ #include "EvtGenBase/EvtRandom.hh" #include "EvtGenBase/EvtConst.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtRandomEngine.hh" #include "EvtGenBase/EvtReport.hh" diff --git a/src/EvtGenBase/EvtRaritaSchwinger.cpp b/src/EvtGenBase/EvtRaritaSchwinger.cpp --- a/src/EvtGenBase/EvtRaritaSchwinger.cpp +++ b/src/EvtGenBase/EvtRaritaSchwinger.cpp @@ -20,7 +20,6 @@ #include "EvtGenBase/EvtRaritaSchwinger.hh" -#include "EvtGenBase/EvtPatches.hh" using std::endl; using std::ostream; diff --git a/src/EvtGenBase/EvtRaritaSchwingerParticle.cpp b/src/EvtGenBase/EvtRaritaSchwingerParticle.cpp --- a/src/EvtGenBase/EvtRaritaSchwingerParticle.cpp +++ b/src/EvtGenBase/EvtRaritaSchwingerParticle.cpp @@ -23,7 +23,6 @@ #include "EvtGenBase/EvtComplex.hh" #include "EvtGenBase/EvtDiracSpinor.hh" #include "EvtGenBase/EvtPDL.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include "EvtGenBase/EvtVector4R.hh" diff --git a/src/EvtGenBase/EvtRelBreitWignerBarrierFact.cpp b/src/EvtGenBase/EvtRelBreitWignerBarrierFact.cpp --- a/src/EvtGenBase/EvtRelBreitWignerBarrierFact.cpp +++ b/src/EvtGenBase/EvtRelBreitWignerBarrierFact.cpp @@ -24,7 +24,6 @@ #include "EvtGenBase/EvtIntervalFlatPdf.hh" #include "EvtGenBase/EvtMassAmp.hh" #include "EvtGenBase/EvtPDL.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtPredGen.hh" #include "EvtGenBase/EvtPropBreitWignerRel.hh" #include "EvtGenBase/EvtSpinType.hh" diff --git a/src/EvtGenBase/EvtReport.cpp b/src/EvtGenBase/EvtReport.cpp --- a/src/EvtGenBase/EvtReport.cpp +++ b/src/EvtGenBase/EvtReport.cpp @@ -20,7 +20,6 @@ #include "EvtGenBase/EvtReport.hh" -#include "EvtGenBase/EvtPatches.hh" using std::cerr; using std::cout; using std::endl; diff --git a/src/EvtGenBase/EvtResonance.cpp b/src/EvtGenBase/EvtResonance.cpp --- a/src/EvtGenBase/EvtResonance.cpp +++ b/src/EvtGenBase/EvtResonance.cpp @@ -23,7 +23,6 @@ #include "EvtGenBase/EvtComplex.hh" #include "EvtGenBase/EvtConst.hh" #include "EvtGenBase/EvtKine.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include "EvtGenBase/EvtVector4R.hh" diff --git a/src/EvtGenBase/EvtResonance2.cpp b/src/EvtGenBase/EvtResonance2.cpp --- a/src/EvtGenBase/EvtResonance2.cpp +++ b/src/EvtGenBase/EvtResonance2.cpp @@ -22,7 +22,6 @@ #include "EvtGenBase/EvtComplex.hh" #include "EvtGenBase/EvtConst.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include <cmath> diff --git a/src/EvtGenBase/EvtScalarParticle.cpp b/src/EvtGenBase/EvtScalarParticle.cpp --- a/src/EvtGenBase/EvtScalarParticle.cpp +++ b/src/EvtGenBase/EvtScalarParticle.cpp @@ -20,7 +20,6 @@ #include "EvtGenBase/EvtScalarParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtVector4R.hh" #include <iostream> diff --git a/src/EvtGenBase/EvtSecondary.cpp b/src/EvtGenBase/EvtSecondary.cpp --- a/src/EvtGenBase/EvtSecondary.cpp +++ b/src/EvtGenBase/EvtSecondary.cpp @@ -22,7 +22,6 @@ #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include <iostream> diff --git a/src/EvtGenBase/EvtSemiLeptonicAmp.cpp b/src/EvtGenBase/EvtSemiLeptonicAmp.cpp --- a/src/EvtGenBase/EvtSemiLeptonicAmp.cpp +++ b/src/EvtGenBase/EvtSemiLeptonicAmp.cpp @@ -26,7 +26,6 @@ #include "EvtGenBase/EvtId.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include "EvtGenBase/EvtScalarParticle.hh" #include "EvtGenBase/EvtTensor4C.hh" diff --git a/src/EvtGenBase/EvtSemiLeptonicBaryonAmp.cpp b/src/EvtGenBase/EvtSemiLeptonicBaryonAmp.cpp --- a/src/EvtGenBase/EvtSemiLeptonicBaryonAmp.cpp +++ b/src/EvtGenBase/EvtSemiLeptonicBaryonAmp.cpp @@ -28,7 +28,6 @@ #include "EvtGenBase/EvtId.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtRaritaSchwinger.hh" #include "EvtGenBase/EvtReport.hh" #include "EvtGenBase/EvtSemiLeptonicFF.hh" diff --git a/src/EvtGenBase/EvtSemiLeptonicScalarAmp.cpp b/src/EvtGenBase/EvtSemiLeptonicScalarAmp.cpp --- a/src/EvtGenBase/EvtSemiLeptonicScalarAmp.cpp +++ b/src/EvtGenBase/EvtSemiLeptonicScalarAmp.cpp @@ -26,7 +26,6 @@ #include "EvtGenBase/EvtId.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include "EvtGenBase/EvtSemiLeptonicFF.hh" #include "EvtGenBase/EvtTensor4C.hh" diff --git a/src/EvtGenBase/EvtSemiLeptonicTensorAmp.cpp b/src/EvtGenBase/EvtSemiLeptonicTensorAmp.cpp --- a/src/EvtGenBase/EvtSemiLeptonicTensorAmp.cpp +++ b/src/EvtGenBase/EvtSemiLeptonicTensorAmp.cpp @@ -26,7 +26,6 @@ #include "EvtGenBase/EvtId.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include "EvtGenBase/EvtSemiLeptonicFF.hh" #include "EvtGenBase/EvtTensor4C.hh" diff --git a/src/EvtGenBase/EvtSemiLeptonicVectorAmp.cpp b/src/EvtGenBase/EvtSemiLeptonicVectorAmp.cpp --- a/src/EvtGenBase/EvtSemiLeptonicVectorAmp.cpp +++ b/src/EvtGenBase/EvtSemiLeptonicVectorAmp.cpp @@ -26,7 +26,6 @@ #include "EvtGenBase/EvtId.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include "EvtGenBase/EvtSemiLeptonicFF.hh" #include "EvtGenBase/EvtTensor4C.hh" diff --git a/src/EvtGenBase/EvtSimpleRandomEngine.cpp b/src/EvtGenBase/EvtSimpleRandomEngine.cpp --- a/src/EvtGenBase/EvtSimpleRandomEngine.cpp +++ b/src/EvtGenBase/EvtSimpleRandomEngine.cpp @@ -20,8 +20,6 @@ #include "EvtGenBase/EvtSimpleRandomEngine.hh" -#include "EvtGenBase/EvtPatches.hh" - #include <iostream> #include <math.h> #include <stdio.h> diff --git a/src/EvtGenBase/EvtSpinDensity.cpp b/src/EvtGenBase/EvtSpinDensity.cpp --- a/src/EvtGenBase/EvtSpinDensity.cpp +++ b/src/EvtGenBase/EvtSpinDensity.cpp @@ -21,7 +21,6 @@ #include "EvtGenBase/EvtSpinDensity.hh" #include "EvtGenBase/EvtComplex.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include <assert.h> diff --git a/src/EvtGenBase/EvtSpinType.cpp b/src/EvtGenBase/EvtSpinType.cpp --- a/src/EvtGenBase/EvtSpinType.cpp +++ b/src/EvtGenBase/EvtSpinType.cpp @@ -20,7 +20,6 @@ #include "EvtGenBase/EvtSpinType.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" int EvtSpinType::getSpin2( spintype stype ) diff --git a/src/EvtGenBase/EvtStdHep.cpp b/src/EvtGenBase/EvtStdHep.cpp --- a/src/EvtGenBase/EvtStdHep.cpp +++ b/src/EvtGenBase/EvtStdHep.cpp @@ -20,7 +20,6 @@ #include "EvtGenBase/EvtStdHep.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtVector4R.hh" #include <iomanip> diff --git a/src/EvtGenBase/EvtStringParticle.cpp b/src/EvtGenBase/EvtStringParticle.cpp --- a/src/EvtGenBase/EvtStringParticle.cpp +++ b/src/EvtGenBase/EvtStringParticle.cpp @@ -20,7 +20,6 @@ #include "EvtGenBase/EvtStringParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include "EvtGenBase/EvtVector4R.hh" diff --git a/src/EvtGenBase/EvtSymTable.cpp b/src/EvtGenBase/EvtSymTable.cpp --- a/src/EvtGenBase/EvtSymTable.cpp +++ b/src/EvtGenBase/EvtSymTable.cpp @@ -20,7 +20,6 @@ #include "EvtGenBase/EvtSymTable.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include <ctype.h> diff --git a/src/EvtGenBase/EvtTensor3C.cpp b/src/EvtGenBase/EvtTensor3C.cpp --- a/src/EvtGenBase/EvtTensor3C.cpp +++ b/src/EvtGenBase/EvtTensor3C.cpp @@ -21,7 +21,6 @@ #include "EvtGenBase/EvtTensor3C.hh" #include "EvtGenBase/EvtComplex.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include "EvtGenBase/EvtVector3C.hh" diff --git a/src/EvtGenBase/EvtTensor4C.cpp b/src/EvtGenBase/EvtTensor4C.cpp --- a/src/EvtGenBase/EvtTensor4C.cpp +++ b/src/EvtGenBase/EvtTensor4C.cpp @@ -21,7 +21,6 @@ #include "EvtGenBase/EvtTensor4C.hh" #include "EvtGenBase/EvtComplex.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtVector4C.hh" #include <assert.h> diff --git a/src/EvtGenBase/EvtTensorParticle.cpp b/src/EvtGenBase/EvtTensorParticle.cpp --- a/src/EvtGenBase/EvtTensorParticle.cpp +++ b/src/EvtGenBase/EvtTensorParticle.cpp @@ -21,7 +21,6 @@ #include "EvtGenBase/EvtTensorParticle.hh" #include "EvtGenBase/EvtComplex.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include "EvtGenBase/EvtTensor4C.hh" #include "EvtGenBase/EvtVector4C.hh" diff --git a/src/EvtGenBase/EvtTwoBodyKine.cpp b/src/EvtGenBase/EvtTwoBodyKine.cpp --- a/src/EvtGenBase/EvtTwoBodyKine.cpp +++ b/src/EvtGenBase/EvtTwoBodyKine.cpp @@ -20,7 +20,6 @@ #include "EvtGenBase/EvtTwoBodyKine.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include <assert.h> diff --git a/src/EvtGenBase/EvtTwoBodyVertex.cpp b/src/EvtGenBase/EvtTwoBodyVertex.cpp --- a/src/EvtGenBase/EvtTwoBodyVertex.cpp +++ b/src/EvtGenBase/EvtTwoBodyVertex.cpp @@ -21,7 +21,6 @@ #include "EvtGenBase/EvtTwoBodyVertex.hh" #include "EvtGenBase/EvtMacros.hh" -#include "EvtGenBase/EvtPatches.hh" #include <assert.h> #include <cmath> diff --git a/src/EvtGenBase/EvtValError.cpp b/src/EvtGenBase/EvtValError.cpp --- a/src/EvtGenBase/EvtValError.cpp +++ b/src/EvtGenBase/EvtValError.cpp @@ -20,8 +20,6 @@ #include "EvtGenBase/EvtValError.hh" -#include "EvtGenBase/EvtPatches.hh" - #include <assert.h> #include <iostream> #include <math.h> diff --git a/src/EvtGenBase/EvtVector3C.cpp b/src/EvtGenBase/EvtVector3C.cpp --- a/src/EvtGenBase/EvtVector3C.cpp +++ b/src/EvtGenBase/EvtVector3C.cpp @@ -21,7 +21,6 @@ #include "EvtGenBase/EvtVector3C.hh" #include "EvtGenBase/EvtComplex.hh" -#include "EvtGenBase/EvtPatches.hh" #include <iostream> #include <math.h> diff --git a/src/EvtGenBase/EvtVector3R.cpp b/src/EvtGenBase/EvtVector3R.cpp --- a/src/EvtGenBase/EvtVector3R.cpp +++ b/src/EvtGenBase/EvtVector3R.cpp @@ -20,8 +20,6 @@ #include "EvtGenBase/EvtVector3R.hh" -#include "EvtGenBase/EvtPatches.hh" - #include <iostream> #include <math.h> using std::ostream; diff --git a/src/EvtGenBase/EvtVector4C.cpp b/src/EvtGenBase/EvtVector4C.cpp --- a/src/EvtGenBase/EvtVector4C.cpp +++ b/src/EvtGenBase/EvtVector4C.cpp @@ -21,7 +21,6 @@ #include "EvtGenBase/EvtVector4C.hh" #include "EvtGenBase/EvtComplex.hh" -#include "EvtGenBase/EvtPatches.hh" #include <assert.h> #include <iostream> diff --git a/src/EvtGenBase/EvtVector4R.cpp b/src/EvtGenBase/EvtVector4R.cpp --- a/src/EvtGenBase/EvtVector4R.cpp +++ b/src/EvtGenBase/EvtVector4R.cpp @@ -20,7 +20,6 @@ #include "EvtGenBase/EvtVector4R.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtTensor4C.hh" #include "EvtGenBase/EvtVector3R.hh" #include "EvtGenBase/EvtVector4C.hh" diff --git a/src/EvtGenBase/EvtVectorParticle.cpp b/src/EvtGenBase/EvtVectorParticle.cpp --- a/src/EvtGenBase/EvtVectorParticle.cpp +++ b/src/EvtGenBase/EvtVectorParticle.cpp @@ -22,7 +22,6 @@ #include "EvtGenBase/EvtComplex.hh" #include "EvtGenBase/EvtPDL.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include "EvtGenBase/EvtVector4C.hh" diff --git a/src/EvtGenBase/EvtdFunction.cpp b/src/EvtGenBase/EvtdFunction.cpp --- a/src/EvtGenBase/EvtdFunction.cpp +++ b/src/EvtGenBase/EvtdFunction.cpp @@ -20,7 +20,6 @@ #include "EvtGenBase/EvtdFunction.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtdFunctionSingle.hh" #include <assert.h> diff --git a/src/EvtGenBase/EvtdFunctionSingle.cpp b/src/EvtGenBase/EvtdFunctionSingle.cpp --- a/src/EvtGenBase/EvtdFunctionSingle.cpp +++ b/src/EvtGenBase/EvtdFunctionSingle.cpp @@ -20,8 +20,6 @@ #include "EvtGenBase/EvtdFunctionSingle.hh" -#include "EvtGenBase/EvtPatches.hh" - #include <assert.h> #include <iostream> #include <math.h> @@ -74,10 +72,10 @@ } } -double EvtdFunctionSingle::d( int j, int m1, int m2, double theta ) +double EvtdFunctionSingle::d( [[maybe_unused]] int j, int m1, int m2, + double theta ) { assert( j == m_j ); - UNUSED( j ); assert( m1 == m_m1 ); assert( m2 == m_m2 ); diff --git a/src/EvtGenExternal/EvtExternalGenFactory.cpp b/src/EvtGenExternal/EvtExternalGenFactory.cpp --- a/src/EvtGenExternal/EvtExternalGenFactory.cpp +++ b/src/EvtGenExternal/EvtExternalGenFactory.cpp @@ -20,7 +20,6 @@ #include "EvtGenExternal/EvtExternalGenFactory.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #ifdef EVTGEN_PYTHIA diff --git a/src/EvtGenExternal/EvtPythia.cpp b/src/EvtGenExternal/EvtPythia.cpp --- a/src/EvtGenExternal/EvtPythia.cpp +++ b/src/EvtGenExternal/EvtPythia.cpp @@ -24,7 +24,6 @@ #include "EvtGenBase/EvtId.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtSpinDensity.hh" #include "EvtGenModels/EvtAbsExternalGen.hh" diff --git a/src/EvtGenExternal/EvtTauola.cpp b/src/EvtGenExternal/EvtTauola.cpp --- a/src/EvtGenExternal/EvtTauola.cpp +++ b/src/EvtGenExternal/EvtTauola.cpp @@ -22,7 +22,6 @@ #include "EvtGenBase/EvtDecayBase.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenModels/EvtAbsExternalGen.hh" diff --git a/src/EvtGenModels/EvtBBScalar.cpp b/src/EvtGenModels/EvtBBScalar.cpp --- a/src/EvtGenModels/EvtBBScalar.cpp +++ b/src/EvtGenModels/EvtBBScalar.cpp @@ -22,7 +22,6 @@ #include "EvtGenBase/EvtDiracSpinor.hh" #include "EvtGenBase/EvtGammaMatrix.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtSpinType.hh" #include "EvtGenBase/EvtTensor4C.hh" diff --git a/src/EvtGenModels/EvtBCLFF.cpp b/src/EvtGenModels/EvtBCLFF.cpp --- a/src/EvtGenModels/EvtBCLFF.cpp +++ b/src/EvtGenModels/EvtBCLFF.cpp @@ -22,7 +22,6 @@ #include "EvtGenBase/EvtId.hh" #include "EvtGenBase/EvtPDL.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include <cmath> diff --git a/src/EvtGenModels/EvtBCSFF.cpp b/src/EvtGenModels/EvtBCSFF.cpp --- a/src/EvtGenModels/EvtBCSFF.cpp +++ b/src/EvtGenModels/EvtBCSFF.cpp @@ -22,7 +22,6 @@ #include "EvtGenBase/EvtId.hh" #include "EvtGenBase/EvtPDL.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include <iostream> diff --git a/src/EvtGenModels/EvtBCTFF.cpp b/src/EvtGenModels/EvtBCTFF.cpp --- a/src/EvtGenModels/EvtBCTFF.cpp +++ b/src/EvtGenModels/EvtBCTFF.cpp @@ -22,7 +22,6 @@ #include "EvtGenBase/EvtId.hh" #include "EvtGenBase/EvtPDL.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include <iostream> diff --git a/src/EvtGenModels/EvtBCVFF.cpp b/src/EvtGenModels/EvtBCVFF.cpp --- a/src/EvtGenModels/EvtBCVFF.cpp +++ b/src/EvtGenModels/EvtBCVFF.cpp @@ -22,7 +22,6 @@ #include "EvtGenBase/EvtId.hh" #include "EvtGenBase/EvtPDL.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include <iostream> diff --git a/src/EvtGenModels/EvtBLLNuLAmp.cpp b/src/EvtGenModels/EvtBLLNuLAmp.cpp --- a/src/EvtGenModels/EvtBLLNuLAmp.cpp +++ b/src/EvtGenModels/EvtBLLNuLAmp.cpp @@ -25,7 +25,6 @@ #include "EvtGenBase/EvtIdSet.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtVector4C.hh" #include <cmath> diff --git a/src/EvtGenModels/EvtBTo3hCP.cpp b/src/EvtGenModels/EvtBTo3hCP.cpp --- a/src/EvtGenModels/EvtBTo3hCP.cpp +++ b/src/EvtGenModels/EvtBTo3hCP.cpp @@ -26,7 +26,6 @@ #include "EvtGenBase/EvtId.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtRandom.hh" #include "EvtGenBase/EvtReport.hh" #include "EvtGenBase/EvtVector4R.hh" diff --git a/src/EvtGenModels/EvtBTo3piCP.cpp b/src/EvtGenModels/EvtBTo3piCP.cpp --- a/src/EvtGenModels/EvtBTo3piCP.cpp +++ b/src/EvtGenModels/EvtBTo3piCP.cpp @@ -25,7 +25,6 @@ #include "EvtGenBase/EvtId.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include <stdlib.h> diff --git a/src/EvtGenModels/EvtBTo4piCP.cpp b/src/EvtGenModels/EvtBTo4piCP.cpp --- a/src/EvtGenModels/EvtBTo4piCP.cpp +++ b/src/EvtGenModels/EvtBTo4piCP.cpp @@ -26,7 +26,6 @@ #include "EvtGenBase/EvtId.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include "EvtGenBase/EvtVector4R.hh" diff --git a/src/EvtGenModels/EvtBToDiBaryonlnupQCD.cpp b/src/EvtGenModels/EvtBToDiBaryonlnupQCD.cpp --- a/src/EvtGenModels/EvtBToDiBaryonlnupQCD.cpp +++ b/src/EvtGenModels/EvtBToDiBaryonlnupQCD.cpp @@ -24,7 +24,6 @@ #include "EvtGenBase/EvtIdSet.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include "EvtGenBase/EvtScalarParticle.hh" #include "EvtGenBase/EvtSpinType.hh" diff --git a/src/EvtGenModels/EvtBToDiBaryonlnupQCDFF.cpp b/src/EvtGenModels/EvtBToDiBaryonlnupQCDFF.cpp --- a/src/EvtGenModels/EvtBToDiBaryonlnupQCDFF.cpp +++ b/src/EvtGenModels/EvtBToDiBaryonlnupQCDFF.cpp @@ -21,7 +21,6 @@ #include "EvtGenModels/EvtBToDiBaryonlnupQCDFF.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" EvtBToDiBaryonlnupQCDFF::EvtBToDiBaryonlnupQCDFF() : m_DPars(), m_nDPars( 0 ) { diff --git a/src/EvtGenModels/EvtBToKpipiCP.cpp b/src/EvtGenModels/EvtBToKpipiCP.cpp --- a/src/EvtGenModels/EvtBToKpipiCP.cpp +++ b/src/EvtGenModels/EvtBToKpipiCP.cpp @@ -25,7 +25,6 @@ #include "EvtGenBase/EvtId.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include "EvtGenBase/EvtVector4R.hh" diff --git a/src/EvtGenModels/EvtBToPlnuBK.cpp b/src/EvtGenModels/EvtBToPlnuBK.cpp --- a/src/EvtGenModels/EvtBToPlnuBK.cpp +++ b/src/EvtGenModels/EvtBToPlnuBK.cpp @@ -23,7 +23,6 @@ #include "EvtGenBase/EvtGenKine.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include "EvtGenBase/EvtSemiLeptonicScalarAmp.hh" diff --git a/src/EvtGenModels/EvtBToPlnuBKFF.cpp b/src/EvtGenModels/EvtBToPlnuBKFF.cpp --- a/src/EvtGenModels/EvtBToPlnuBKFF.cpp +++ b/src/EvtGenModels/EvtBToPlnuBKFF.cpp @@ -22,7 +22,6 @@ #include "EvtGenBase/EvtId.hh" #include "EvtGenBase/EvtPDL.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include <math.h> diff --git a/src/EvtGenModels/EvtBToVlnuBall.cpp b/src/EvtGenModels/EvtBToVlnuBall.cpp --- a/src/EvtGenModels/EvtBToVlnuBall.cpp +++ b/src/EvtGenModels/EvtBToVlnuBall.cpp @@ -23,7 +23,6 @@ #include "EvtGenBase/EvtGenKine.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include "EvtGenBase/EvtSemiLeptonicScalarAmp.hh" #include "EvtGenBase/EvtSemiLeptonicVectorAmp.hh" diff --git a/src/EvtGenModels/EvtBToVlnuBallFF.cpp b/src/EvtGenModels/EvtBToVlnuBallFF.cpp --- a/src/EvtGenModels/EvtBToVlnuBallFF.cpp +++ b/src/EvtGenModels/EvtBToVlnuBallFF.cpp @@ -22,7 +22,6 @@ #include "EvtGenBase/EvtId.hh" #include "EvtGenBase/EvtPDL.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include <math.h> diff --git a/src/EvtGenModels/EvtBaryonPCR.cpp b/src/EvtGenModels/EvtBaryonPCR.cpp --- a/src/EvtGenModels/EvtBaryonPCR.cpp +++ b/src/EvtGenModels/EvtBaryonPCR.cpp @@ -25,7 +25,6 @@ #include "EvtGenBase/EvtIdSet.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include "EvtGenModels/EvtBaryonPCRFF.hh" diff --git a/src/EvtGenModels/EvtBaryonPCRFF.cpp b/src/EvtGenModels/EvtBaryonPCRFF.cpp --- a/src/EvtGenModels/EvtBaryonPCRFF.cpp +++ b/src/EvtGenModels/EvtBaryonPCRFF.cpp @@ -24,7 +24,6 @@ #include "EvtGenBase/EvtId.hh" #include "EvtGenBase/EvtIdSet.hh" #include "EvtGenBase/EvtPDL.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include <math.h> diff --git a/src/EvtGenModels/EvtBcBsNPi.cpp b/src/EvtGenModels/EvtBcBsNPi.cpp --- a/src/EvtGenModels/EvtBcBsNPi.cpp +++ b/src/EvtGenModels/EvtBcBsNPi.cpp @@ -20,7 +20,6 @@ #include "EvtGenModels/EvtBcBsNPi.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtSpinType.hh" EvtBcBsNPi::EvtBcBsNPi() diff --git a/src/EvtGenModels/EvtBcBsStarNPi.cpp b/src/EvtGenModels/EvtBcBsStarNPi.cpp --- a/src/EvtGenModels/EvtBcBsStarNPi.cpp +++ b/src/EvtGenModels/EvtBcBsStarNPi.cpp @@ -20,7 +20,6 @@ #include "EvtGenModels/EvtBcBsStarNPi.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtSpinType.hh" EvtBcBsStarNPi::EvtBcBsStarNPi() diff --git a/src/EvtGenModels/EvtBcPsiNPi.cpp b/src/EvtGenModels/EvtBcPsiNPi.cpp --- a/src/EvtGenModels/EvtBcPsiNPi.cpp +++ b/src/EvtGenModels/EvtBcPsiNPi.cpp @@ -20,7 +20,6 @@ #include "EvtGenModels/EvtBcPsiNPi.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtSpinType.hh" EvtBcPsiNPi::EvtBcPsiNPi() diff --git a/src/EvtGenModels/EvtBcSMuNu.cpp b/src/EvtGenModels/EvtBcSMuNu.cpp --- a/src/EvtGenModels/EvtBcSMuNu.cpp +++ b/src/EvtGenModels/EvtBcSMuNu.cpp @@ -23,7 +23,6 @@ #include "EvtGenBase/EvtGenKine.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include "EvtGenBase/EvtSemiLeptonicScalarAmp.hh" diff --git a/src/EvtGenModels/EvtBcTMuNu.cpp b/src/EvtGenModels/EvtBcTMuNu.cpp --- a/src/EvtGenModels/EvtBcTMuNu.cpp +++ b/src/EvtGenModels/EvtBcTMuNu.cpp @@ -23,7 +23,6 @@ #include "EvtGenBase/EvtGenKine.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include "EvtGenBase/EvtSemiLeptonicTensorAmp.hh" diff --git a/src/EvtGenModels/EvtBcToNPi.cpp b/src/EvtGenModels/EvtBcToNPi.cpp --- a/src/EvtGenModels/EvtBcToNPi.cpp +++ b/src/EvtGenModels/EvtBcToNPi.cpp @@ -22,7 +22,6 @@ #include "EvtGenBase/EvtIdSet.hh" #include "EvtGenBase/EvtPDL.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include "EvtGenBase/EvtScalarParticle.hh" #include "EvtGenBase/EvtSpinType.hh" diff --git a/src/EvtGenModels/EvtBcVMuNu.cpp b/src/EvtGenModels/EvtBcVMuNu.cpp --- a/src/EvtGenModels/EvtBcVMuNu.cpp +++ b/src/EvtGenModels/EvtBcVMuNu.cpp @@ -23,7 +23,6 @@ #include "EvtGenBase/EvtGenKine.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include "EvtGenBase/EvtSemiLeptonicVectorAmp.hh" diff --git a/src/EvtGenModels/EvtBcVNpi.cpp b/src/EvtGenModels/EvtBcVNpi.cpp --- a/src/EvtGenModels/EvtBcVNpi.cpp +++ b/src/EvtGenModels/EvtBcVNpi.cpp @@ -26,7 +26,6 @@ #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParser.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include "EvtGenBase/EvtTensor4C.hh" #include "EvtGenBase/EvtVector4C.hh" diff --git a/src/EvtGenModels/EvtBsMuMuKK.cpp b/src/EvtGenModels/EvtBsMuMuKK.cpp --- a/src/EvtGenModels/EvtBsMuMuKK.cpp +++ b/src/EvtGenModels/EvtBsMuMuKK.cpp @@ -26,7 +26,6 @@ #include "EvtGenBase/EvtKine.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtRandom.hh" #include "EvtGenBase/EvtReport.hh" #include "EvtGenBase/EvtVector3R.hh" diff --git a/src/EvtGenModels/EvtBsquark.cpp b/src/EvtGenModels/EvtBsquark.cpp --- a/src/EvtGenModels/EvtBsquark.cpp +++ b/src/EvtGenModels/EvtBsquark.cpp @@ -27,7 +27,6 @@ #include "EvtGenBase/EvtIdSet.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include <iostream> diff --git a/src/EvtGenModels/EvtBto2piCPiso.cpp b/src/EvtGenModels/EvtBto2piCPiso.cpp --- a/src/EvtGenModels/EvtBto2piCPiso.cpp +++ b/src/EvtGenModels/EvtBto2piCPiso.cpp @@ -26,7 +26,6 @@ #include "EvtGenBase/EvtId.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtRandom.hh" #include "EvtGenBase/EvtReport.hh" diff --git a/src/EvtGenModels/EvtBtoKD3P.cpp b/src/EvtGenModels/EvtBtoKD3P.cpp --- a/src/EvtGenModels/EvtBtoKD3P.cpp +++ b/src/EvtGenModels/EvtBtoKD3P.cpp @@ -25,7 +25,6 @@ #include "EvtGenBase/EvtDecayTable.hh" #include "EvtGenBase/EvtId.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtRandom.hh" #include "EvtGenBase/EvtReport.hh" diff --git a/src/EvtGenModels/EvtBtoKpiCPiso.cpp b/src/EvtGenModels/EvtBtoKpiCPiso.cpp --- a/src/EvtGenModels/EvtBtoKpiCPiso.cpp +++ b/src/EvtGenModels/EvtBtoKpiCPiso.cpp @@ -23,7 +23,6 @@ #include "EvtGenBase/EvtGenKine.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include <stdlib.h> diff --git a/src/EvtGenModels/EvtBtoXsEtap.cpp b/src/EvtGenModels/EvtBtoXsEtap.cpp --- a/src/EvtGenModels/EvtBtoXsEtap.cpp +++ b/src/EvtGenModels/EvtBtoXsEtap.cpp @@ -24,7 +24,6 @@ #include "EvtGenBase/EvtGenKine.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtRandom.hh" #include "EvtGenBase/EvtReport.hh" diff --git a/src/EvtGenModels/EvtBtoXsgamma.cpp b/src/EvtGenModels/EvtBtoXsgamma.cpp --- a/src/EvtGenModels/EvtBtoXsgamma.cpp +++ b/src/EvtGenModels/EvtBtoXsgamma.cpp @@ -24,7 +24,6 @@ #include "EvtGenBase/EvtGenKine.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include "EvtGenModels/EvtBtoXsgammaAliGreub.hh" diff --git a/src/EvtGenModels/EvtBtoXsgammaAbsModel.cpp b/src/EvtGenModels/EvtBtoXsgammaAbsModel.cpp --- a/src/EvtGenModels/EvtBtoXsgammaAbsModel.cpp +++ b/src/EvtGenModels/EvtBtoXsgammaAbsModel.cpp @@ -20,8 +20,6 @@ #include "EvtGenModels/EvtBtoXsgammaAbsModel.hh" -#include "EvtGenBase/EvtPatches.hh" - #include <stdlib.h> void EvtBtoXsgammaAbsModel::init( int, double* ) diff --git a/src/EvtGenModels/EvtBtoXsgammaAliGreub.cpp b/src/EvtGenModels/EvtBtoXsgammaAliGreub.cpp --- a/src/EvtGenModels/EvtBtoXsgammaAliGreub.cpp +++ b/src/EvtGenModels/EvtBtoXsgammaAliGreub.cpp @@ -24,7 +24,6 @@ #include "EvtGenBase/EvtGenKine.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtRandom.hh" #include "EvtGenBase/EvtReport.hh" diff --git a/src/EvtGenModels/EvtBtoXsgammaFermiUtil.cpp b/src/EvtGenModels/EvtBtoXsgammaFermiUtil.cpp --- a/src/EvtGenModels/EvtBtoXsgammaFermiUtil.cpp +++ b/src/EvtGenModels/EvtBtoXsgammaFermiUtil.cpp @@ -21,7 +21,6 @@ #include "EvtGenModels/EvtBtoXsgammaFermiUtil.hh" #include "EvtGenBase/EvtConst.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include "EvtGenModels/EvtBtoXsgammaRootFinder.hh" diff --git a/src/EvtGenModels/EvtBtoXsgammaFixedMass.cpp b/src/EvtGenModels/EvtBtoXsgammaFixedMass.cpp --- a/src/EvtGenModels/EvtBtoXsgammaFixedMass.cpp +++ b/src/EvtGenModels/EvtBtoXsgammaFixedMass.cpp @@ -20,7 +20,6 @@ #include "EvtGenModels/EvtBtoXsgammaFixedMass.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include "EvtGenModels/EvtBtoXsgamma.hh" diff --git a/src/EvtGenModels/EvtBtoXsgammaFlatEnergy.cpp b/src/EvtGenModels/EvtBtoXsgammaFlatEnergy.cpp --- a/src/EvtGenModels/EvtBtoXsgammaFlatEnergy.cpp +++ b/src/EvtGenModels/EvtBtoXsgammaFlatEnergy.cpp @@ -20,7 +20,6 @@ #include "EvtGenModels/EvtBtoXsgammaFlatEnergy.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtRandom.hh" #include "EvtGenBase/EvtReport.hh" diff --git a/src/EvtGenModels/EvtBtoXsgammaKagan.cpp b/src/EvtGenModels/EvtBtoXsgammaKagan.cpp --- a/src/EvtGenModels/EvtBtoXsgammaKagan.cpp +++ b/src/EvtGenModels/EvtBtoXsgammaKagan.cpp @@ -24,7 +24,6 @@ #include "EvtGenBase/EvtGenKine.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtRandom.hh" #include "EvtGenBase/EvtReport.hh" diff --git a/src/EvtGenModels/EvtBtoXsgammaRootFinder.cpp b/src/EvtGenModels/EvtBtoXsgammaRootFinder.cpp --- a/src/EvtGenModels/EvtBtoXsgammaRootFinder.cpp +++ b/src/EvtGenModels/EvtBtoXsgammaRootFinder.cpp @@ -20,7 +20,6 @@ #include "EvtGenModels/EvtBtoXsgammaRootFinder.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include "EvtGenModels/EvtItgSimpsonIntegrator.hh" diff --git a/src/EvtGenModels/EvtBtoXsll.cpp b/src/EvtGenModels/EvtBtoXsll.cpp --- a/src/EvtGenModels/EvtBtoXsll.cpp +++ b/src/EvtGenModels/EvtBtoXsll.cpp @@ -25,7 +25,6 @@ #include "EvtGenBase/EvtId.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtRandom.hh" #include "EvtGenBase/EvtReport.hh" diff --git a/src/EvtGenModels/EvtBtoXsllUtil.cpp b/src/EvtGenModels/EvtBtoXsllUtil.cpp --- a/src/EvtGenModels/EvtBtoXsllUtil.cpp +++ b/src/EvtGenModels/EvtBtoXsllUtil.cpp @@ -26,7 +26,6 @@ #include "EvtGenBase/EvtGenKine.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtRandom.hh" #include "EvtGenBase/EvtReport.hh" diff --git a/src/EvtGenModels/EvtCBTo3piMPP.cpp b/src/EvtGenModels/EvtCBTo3piMPP.cpp --- a/src/EvtGenModels/EvtCBTo3piMPP.cpp +++ b/src/EvtGenModels/EvtCBTo3piMPP.cpp @@ -24,7 +24,6 @@ #include "EvtGenBase/EvtId.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include <stdlib.h> diff --git a/src/EvtGenModels/EvtCBTo3piP00.cpp b/src/EvtGenModels/EvtCBTo3piP00.cpp --- a/src/EvtGenModels/EvtCBTo3piP00.cpp +++ b/src/EvtGenModels/EvtCBTo3piP00.cpp @@ -23,7 +23,6 @@ #include "EvtGenBase/EvtGenKine.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include <stdlib.h> diff --git a/src/EvtGenModels/EvtD0gammaDalitz.cpp b/src/EvtGenModels/EvtD0gammaDalitz.cpp --- a/src/EvtGenModels/EvtD0gammaDalitz.cpp +++ b/src/EvtGenModels/EvtD0gammaDalitz.cpp @@ -26,7 +26,6 @@ #include "EvtGenBase/EvtGenKine.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include "EvtGenBase/EvtResonance.hh" #include "EvtGenBase/EvtResonance2.hh" diff --git a/src/EvtGenModels/EvtD0mixDalitz.cpp b/src/EvtGenModels/EvtD0mixDalitz.cpp --- a/src/EvtGenModels/EvtD0mixDalitz.cpp +++ b/src/EvtGenModels/EvtD0mixDalitz.cpp @@ -24,7 +24,6 @@ #include "EvtGenBase/EvtDalitzReso.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtRandom.hh" #include "EvtGenBase/EvtResonance.hh" diff --git a/src/EvtGenModels/EvtDDalitz.cpp b/src/EvtGenModels/EvtDDalitz.cpp --- a/src/EvtGenModels/EvtDDalitz.cpp +++ b/src/EvtGenModels/EvtDDalitz.cpp @@ -26,7 +26,6 @@ #include "EvtGenBase/EvtGenKine.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include "EvtGenBase/EvtResonance.hh" #include "EvtGenBase/EvtResonance2.hh" diff --git a/src/EvtGenModels/EvtDMix.cpp b/src/EvtGenModels/EvtDMix.cpp --- a/src/EvtGenModels/EvtDMix.cpp +++ b/src/EvtGenModels/EvtDMix.cpp @@ -23,7 +23,6 @@ #include "EvtGenBase/EvtGenKine.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtRandom.hh" #include "EvtGenBase/EvtReport.hh" diff --git a/src/EvtGenModels/EvtDToKpienu.cpp b/src/EvtGenModels/EvtDToKpienu.cpp --- a/src/EvtGenModels/EvtDToKpienu.cpp +++ b/src/EvtGenModels/EvtDToKpienu.cpp @@ -25,7 +25,6 @@ #include "EvtGenBase/EvtGenKine.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" std::string EvtDToKpienu::getName() diff --git a/src/EvtGenModels/EvtEtaDalitz.cpp b/src/EvtGenModels/EvtEtaDalitz.cpp --- a/src/EvtGenModels/EvtEtaDalitz.cpp +++ b/src/EvtGenModels/EvtEtaDalitz.cpp @@ -23,7 +23,6 @@ #include "EvtGenBase/EvtGenKine.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include <stdlib.h> diff --git a/src/EvtGenModels/EvtFlatQ2.cpp b/src/EvtGenModels/EvtFlatQ2.cpp --- a/src/EvtGenModels/EvtFlatQ2.cpp +++ b/src/EvtGenModels/EvtFlatQ2.cpp @@ -22,7 +22,6 @@ #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include <fstream> diff --git a/src/EvtGenModels/EvtFlatSqDalitz.cpp b/src/EvtGenModels/EvtFlatSqDalitz.cpp --- a/src/EvtGenModels/EvtFlatSqDalitz.cpp +++ b/src/EvtGenModels/EvtFlatSqDalitz.cpp @@ -24,7 +24,6 @@ #include "EvtGenBase/EvtGenKine.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtRandom.hh" #include "EvtGenBase/EvtReport.hh" diff --git a/src/EvtGenModels/EvtGoityRoberts.cpp b/src/EvtGenModels/EvtGoityRoberts.cpp --- a/src/EvtGenModels/EvtGoityRoberts.cpp +++ b/src/EvtGenModels/EvtGoityRoberts.cpp @@ -24,7 +24,6 @@ #include "EvtGenBase/EvtGenKine.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include "EvtGenBase/EvtTensor4C.hh" #include "EvtGenBase/EvtVector4C.hh" diff --git a/src/EvtGenModels/EvtHQET.cpp b/src/EvtGenModels/EvtHQET.cpp --- a/src/EvtGenModels/EvtHQET.cpp +++ b/src/EvtGenModels/EvtHQET.cpp @@ -23,7 +23,6 @@ #include "EvtGenBase/EvtGenKine.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include "EvtGenBase/EvtSemiLeptonicScalarAmp.hh" #include "EvtGenBase/EvtSemiLeptonicVectorAmp.hh" diff --git a/src/EvtGenModels/EvtHQET2.cpp b/src/EvtGenModels/EvtHQET2.cpp --- a/src/EvtGenModels/EvtHQET2.cpp +++ b/src/EvtGenModels/EvtHQET2.cpp @@ -23,7 +23,6 @@ #include "EvtGenBase/EvtGenKine.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include "EvtGenBase/EvtSemiLeptonicScalarAmp.hh" #include "EvtGenBase/EvtSemiLeptonicVectorAmp.hh" diff --git a/src/EvtGenModels/EvtHQET2FF.cpp b/src/EvtGenModels/EvtHQET2FF.cpp --- a/src/EvtGenModels/EvtHQET2FF.cpp +++ b/src/EvtGenModels/EvtHQET2FF.cpp @@ -22,7 +22,6 @@ #include "EvtGenBase/EvtId.hh" #include "EvtGenBase/EvtPDL.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include <math.h> diff --git a/src/EvtGenModels/EvtHQETFF.cpp b/src/EvtGenModels/EvtHQETFF.cpp --- a/src/EvtGenModels/EvtHQETFF.cpp +++ b/src/EvtGenModels/EvtHQETFF.cpp @@ -22,7 +22,6 @@ #include "EvtGenBase/EvtId.hh" #include "EvtGenBase/EvtPDL.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include <math.h> diff --git a/src/EvtGenModels/EvtHelAmp.cpp b/src/EvtGenModels/EvtHelAmp.cpp --- a/src/EvtGenModels/EvtHelAmp.cpp +++ b/src/EvtGenModels/EvtHelAmp.cpp @@ -26,7 +26,6 @@ #include "EvtGenBase/EvtId.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include <string> diff --git a/src/EvtGenModels/EvtISGW.cpp b/src/EvtGenModels/EvtISGW.cpp --- a/src/EvtGenModels/EvtISGW.cpp +++ b/src/EvtGenModels/EvtISGW.cpp @@ -23,7 +23,6 @@ #include "EvtGenBase/EvtGenKine.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include "EvtGenBase/EvtSemiLeptonicScalarAmp.hh" #include "EvtGenBase/EvtSemiLeptonicTensorAmp.hh" diff --git a/src/EvtGenModels/EvtISGW2.cpp b/src/EvtGenModels/EvtISGW2.cpp --- a/src/EvtGenModels/EvtISGW2.cpp +++ b/src/EvtGenModels/EvtISGW2.cpp @@ -25,7 +25,6 @@ #include "EvtGenBase/EvtIdSet.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include "EvtGenBase/EvtSemiLeptonicScalarAmp.hh" #include "EvtGenBase/EvtSemiLeptonicTensorAmp.hh" diff --git a/src/EvtGenModels/EvtISGW2FF.cpp b/src/EvtGenModels/EvtISGW2FF.cpp --- a/src/EvtGenModels/EvtISGW2FF.cpp +++ b/src/EvtGenModels/EvtISGW2FF.cpp @@ -24,7 +24,6 @@ #include "EvtGenBase/EvtId.hh" #include "EvtGenBase/EvtIdSet.hh" #include "EvtGenBase/EvtPDL.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include <math.h> diff --git a/src/EvtGenModels/EvtISGWFF.cpp b/src/EvtGenModels/EvtISGWFF.cpp --- a/src/EvtGenModels/EvtISGWFF.cpp +++ b/src/EvtGenModels/EvtISGWFF.cpp @@ -22,7 +22,6 @@ #include "EvtGenBase/EvtId.hh" #include "EvtGenBase/EvtPDL.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include <math.h> diff --git a/src/EvtGenModels/EvtItgAbsFunction.cpp b/src/EvtGenModels/EvtItgAbsFunction.cpp --- a/src/EvtGenModels/EvtItgAbsFunction.cpp +++ b/src/EvtGenModels/EvtItgAbsFunction.cpp @@ -20,8 +20,6 @@ #include "EvtGenModels/EvtItgAbsFunction.hh" -#include "EvtGenBase/EvtPatches.hh" - //------------- // C Headers -- //------------- diff --git a/src/EvtGenModels/EvtItgAbsIntegrator.cpp b/src/EvtGenModels/EvtItgAbsIntegrator.cpp --- a/src/EvtGenModels/EvtItgAbsIntegrator.cpp +++ b/src/EvtGenModels/EvtItgAbsIntegrator.cpp @@ -20,8 +20,6 @@ #include "EvtGenModels/EvtItgAbsIntegrator.hh" -#include "EvtGenBase/EvtPatches.hh" - //------------- // C Headers -- //------------- diff --git a/src/EvtGenModels/EvtItgFourCoeffFcn.cpp b/src/EvtGenModels/EvtItgFourCoeffFcn.cpp --- a/src/EvtGenModels/EvtItgFourCoeffFcn.cpp +++ b/src/EvtGenModels/EvtItgFourCoeffFcn.cpp @@ -20,8 +20,6 @@ #include "EvtGenModels/EvtItgFourCoeffFcn.hh" -#include "EvtGenBase/EvtPatches.hh" - //------------- // C Headers -- //------------- diff --git a/src/EvtGenModels/EvtItgFunction.cpp b/src/EvtGenModels/EvtItgFunction.cpp --- a/src/EvtGenModels/EvtItgFunction.cpp +++ b/src/EvtGenModels/EvtItgFunction.cpp @@ -20,8 +20,6 @@ #include "EvtGenModels/EvtItgFunction.hh" -#include "EvtGenBase/EvtPatches.hh" - //------------- // C Headers -- //------------- diff --git a/src/EvtGenModels/EvtItgPtrFunction.cpp b/src/EvtGenModels/EvtItgPtrFunction.cpp --- a/src/EvtGenModels/EvtItgPtrFunction.cpp +++ b/src/EvtGenModels/EvtItgPtrFunction.cpp @@ -20,8 +20,6 @@ #include "EvtGenModels/EvtItgPtrFunction.hh" -#include "EvtGenBase/EvtPatches.hh" - //------------- // C Headers -- //------------- diff --git a/src/EvtGenModels/EvtItgSimpsonIntegrator.cpp b/src/EvtGenModels/EvtItgSimpsonIntegrator.cpp --- a/src/EvtGenModels/EvtItgSimpsonIntegrator.cpp +++ b/src/EvtGenModels/EvtItgSimpsonIntegrator.cpp @@ -20,8 +20,6 @@ #include "EvtGenModels/EvtItgSimpsonIntegrator.hh" -#include "EvtGenBase/EvtPatches.hh" - //------------- // C Headers -- //------------- diff --git a/src/EvtGenModels/EvtItgThreeCoeffFcn.cpp b/src/EvtGenModels/EvtItgThreeCoeffFcn.cpp --- a/src/EvtGenModels/EvtItgThreeCoeffFcn.cpp +++ b/src/EvtGenModels/EvtItgThreeCoeffFcn.cpp @@ -20,8 +20,6 @@ #include "EvtGenModels/EvtItgThreeCoeffFcn.hh" -#include "EvtGenBase/EvtPatches.hh" - //------------- // C Headers -- //------------- diff --git a/src/EvtGenModels/EvtItgTwoCoeffFcn.cpp b/src/EvtGenModels/EvtItgTwoCoeffFcn.cpp --- a/src/EvtGenModels/EvtItgTwoCoeffFcn.cpp +++ b/src/EvtGenModels/EvtItgTwoCoeffFcn.cpp @@ -20,8 +20,6 @@ #include "EvtGenModels/EvtItgTwoCoeffFcn.hh" -#include "EvtGenBase/EvtPatches.hh" - //------------- // C Headers -- //------------- diff --git a/src/EvtGenModels/EvtKKLambdaC.cpp b/src/EvtGenModels/EvtKKLambdaC.cpp --- a/src/EvtGenModels/EvtKKLambdaC.cpp +++ b/src/EvtGenModels/EvtKKLambdaC.cpp @@ -23,7 +23,6 @@ #include "EvtGenBase/EvtGenKine.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include "EvtGenBase/EvtSemiLeptonicBaryonAmp.hh" diff --git a/src/EvtGenModels/EvtKKLambdaCFF.cpp b/src/EvtGenModels/EvtKKLambdaCFF.cpp --- a/src/EvtGenModels/EvtKKLambdaCFF.cpp +++ b/src/EvtGenModels/EvtKKLambdaCFF.cpp @@ -21,7 +21,6 @@ #include "EvtGenModels/EvtKKLambdaCFF.hh" #include "EvtGenBase/EvtPDL.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include <math.h> diff --git a/src/EvtGenModels/EvtKStopizmumu.cpp b/src/EvtGenModels/EvtKStopizmumu.cpp --- a/src/EvtGenModels/EvtKStopizmumu.cpp +++ b/src/EvtGenModels/EvtKStopizmumu.cpp @@ -25,7 +25,6 @@ #include "EvtGenBase/EvtGenKine.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include "EvtGenBase/EvtVector3R.hh" #include "EvtGenBase/EvtVector4C.hh" diff --git a/src/EvtGenModels/EvtKstarnunu.cpp b/src/EvtGenModels/EvtKstarnunu.cpp --- a/src/EvtGenModels/EvtKstarnunu.cpp +++ b/src/EvtGenModels/EvtKstarnunu.cpp @@ -24,7 +24,6 @@ #include "EvtGenBase/EvtGenKine.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include "EvtGenBase/EvtTensor4C.hh" #include "EvtGenBase/EvtVector4C.hh" diff --git a/src/EvtGenModels/EvtLNuGamma.cpp b/src/EvtGenModels/EvtLNuGamma.cpp --- a/src/EvtGenModels/EvtLNuGamma.cpp +++ b/src/EvtGenModels/EvtLNuGamma.cpp @@ -25,7 +25,6 @@ #include "EvtGenBase/EvtGenKine.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include "EvtGenBase/EvtTensor4C.hh" #include "EvtGenBase/EvtVector4C.hh" diff --git a/src/EvtGenModels/EvtLambdaP_BarGamma.cpp b/src/EvtGenModels/EvtLambdaP_BarGamma.cpp --- a/src/EvtGenModels/EvtLambdaP_BarGamma.cpp +++ b/src/EvtGenModels/EvtLambdaP_BarGamma.cpp @@ -23,7 +23,6 @@ #include "EvtGenBase/EvtDiracParticle.hh" #include "EvtGenBase/EvtDiracSpinor.hh" #include "EvtGenBase/EvtGammaMatrix.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtPhotonParticle.hh" #include "EvtGenBase/EvtSpinType.hh" diff --git a/src/EvtGenModels/EvtLambdacPHH.cpp b/src/EvtGenModels/EvtLambdacPHH.cpp --- a/src/EvtGenModels/EvtLambdacPHH.cpp +++ b/src/EvtGenModels/EvtLambdacPHH.cpp @@ -24,7 +24,6 @@ #include "EvtGenBase/EvtGenKine.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtRandom.hh" #include "EvtGenBase/EvtReport.hh" #include "EvtGenBase/EvtSpinType.hh" diff --git a/src/EvtGenModels/EvtLb2Baryonlnu.cpp b/src/EvtGenModels/EvtLb2Baryonlnu.cpp --- a/src/EvtGenModels/EvtLb2Baryonlnu.cpp +++ b/src/EvtGenModels/EvtLb2Baryonlnu.cpp @@ -25,7 +25,6 @@ #include "EvtGenBase/EvtIdSet.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include "EvtGenModels/EvtLb2BaryonlnuFF.hh" diff --git a/src/EvtGenModels/EvtLb2BaryonlnuFF.cpp b/src/EvtGenModels/EvtLb2BaryonlnuFF.cpp --- a/src/EvtGenModels/EvtLb2BaryonlnuFF.cpp +++ b/src/EvtGenModels/EvtLb2BaryonlnuFF.cpp @@ -24,7 +24,6 @@ #include "EvtGenBase/EvtId.hh" #include "EvtGenBase/EvtIdSet.hh" #include "EvtGenBase/EvtPDL.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include <math.h> diff --git a/src/EvtGenModels/EvtLb2plnuLCSR.cpp b/src/EvtGenModels/EvtLb2plnuLCSR.cpp --- a/src/EvtGenModels/EvtLb2plnuLCSR.cpp +++ b/src/EvtGenModels/EvtLb2plnuLCSR.cpp @@ -25,7 +25,6 @@ #include "EvtGenBase/EvtIdSet.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include "EvtGenModels/EvtLb2plnuLCSRFF.hh" diff --git a/src/EvtGenModels/EvtLb2plnuLCSRFF.cpp b/src/EvtGenModels/EvtLb2plnuLCSRFF.cpp --- a/src/EvtGenModels/EvtLb2plnuLCSRFF.cpp +++ b/src/EvtGenModels/EvtLb2plnuLCSRFF.cpp @@ -24,7 +24,6 @@ #include "EvtGenBase/EvtId.hh" #include "EvtGenBase/EvtIdSet.hh" #include "EvtGenBase/EvtPDL.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include <math.h> diff --git a/src/EvtGenModels/EvtLb2plnuLQCD.cpp b/src/EvtGenModels/EvtLb2plnuLQCD.cpp --- a/src/EvtGenModels/EvtLb2plnuLQCD.cpp +++ b/src/EvtGenModels/EvtLb2plnuLQCD.cpp @@ -25,7 +25,6 @@ #include "EvtGenBase/EvtIdSet.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include "EvtGenModels/EvtLb2plnuLQCDFF.hh" diff --git a/src/EvtGenModels/EvtLb2plnuLQCDFF.cpp b/src/EvtGenModels/EvtLb2plnuLQCDFF.cpp --- a/src/EvtGenModels/EvtLb2plnuLQCDFF.cpp +++ b/src/EvtGenModels/EvtLb2plnuLQCDFF.cpp @@ -24,7 +24,6 @@ #include "EvtGenBase/EvtId.hh" #include "EvtGenBase/EvtIdSet.hh" #include "EvtGenBase/EvtPDL.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include <math.h> diff --git a/src/EvtGenModels/EvtMelikhov.cpp b/src/EvtGenModels/EvtMelikhov.cpp --- a/src/EvtGenModels/EvtMelikhov.cpp +++ b/src/EvtGenModels/EvtMelikhov.cpp @@ -23,7 +23,6 @@ #include "EvtGenBase/EvtGenKine.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include "EvtGenBase/EvtSemiLeptonicVectorAmp.hh" diff --git a/src/EvtGenModels/EvtMelikhovFF.cpp b/src/EvtGenModels/EvtMelikhovFF.cpp --- a/src/EvtGenModels/EvtMelikhovFF.cpp +++ b/src/EvtGenModels/EvtMelikhovFF.cpp @@ -22,7 +22,6 @@ #include "EvtGenBase/EvtId.hh" #include "EvtGenBase/EvtPDL.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include <cmath> diff --git a/src/EvtGenModels/EvtModelReg.cpp b/src/EvtGenModels/EvtModelReg.cpp --- a/src/EvtGenModels/EvtModelReg.cpp +++ b/src/EvtGenModels/EvtModelReg.cpp @@ -23,7 +23,6 @@ #include "EvtGenBase/EvtModel.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenModels/EvtBBScalar.hh" #include "EvtGenModels/EvtBLLNuL.hh" diff --git a/src/EvtGenModels/EvtOmegaDalitz.cpp b/src/EvtGenModels/EvtOmegaDalitz.cpp --- a/src/EvtGenModels/EvtOmegaDalitz.cpp +++ b/src/EvtGenModels/EvtOmegaDalitz.cpp @@ -23,7 +23,6 @@ #include "EvtGenBase/EvtGenKine.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include "EvtGenBase/EvtTensor4C.hh" #include "EvtGenBase/EvtVector3R.hh" diff --git a/src/EvtGenModels/EvtPFermi.cpp b/src/EvtGenModels/EvtPFermi.cpp --- a/src/EvtGenModels/EvtPFermi.cpp +++ b/src/EvtGenModels/EvtPFermi.cpp @@ -20,7 +20,6 @@ #include "EvtGenModels/EvtPFermi.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include <math.h> diff --git a/src/EvtGenModels/EvtPartWave.cpp b/src/EvtGenModels/EvtPartWave.cpp --- a/src/EvtGenModels/EvtPartWave.cpp +++ b/src/EvtGenModels/EvtPartWave.cpp @@ -27,7 +27,6 @@ #include "EvtGenBase/EvtKine.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include "EvtGenBase/EvtTensor4C.hh" #include "EvtGenBase/EvtVector4C.hh" diff --git a/src/EvtGenModels/EvtPhiDalitz.cpp b/src/EvtGenModels/EvtPhiDalitz.cpp --- a/src/EvtGenModels/EvtPhiDalitz.cpp +++ b/src/EvtGenModels/EvtPhiDalitz.cpp @@ -23,7 +23,6 @@ #include "EvtGenBase/EvtGenKine.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include "EvtGenBase/EvtVector3C.hh" #include "EvtGenBase/EvtVector3R.hh" diff --git a/src/EvtGenModels/EvtPhsp.cpp b/src/EvtGenModels/EvtPhsp.cpp --- a/src/EvtGenModels/EvtPhsp.cpp +++ b/src/EvtGenModels/EvtPhsp.cpp @@ -23,7 +23,6 @@ #include "EvtGenBase/EvtGenKine.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include <stdlib.h> diff --git a/src/EvtGenModels/EvtPhspDecaytimeCut.cpp b/src/EvtGenModels/EvtPhspDecaytimeCut.cpp --- a/src/EvtGenModels/EvtPhspDecaytimeCut.cpp +++ b/src/EvtGenModels/EvtPhspDecaytimeCut.cpp @@ -23,7 +23,6 @@ #include "EvtGenBase/EvtGenKine.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include <iostream> diff --git a/src/EvtGenModels/EvtPhspFlatLifetime.cpp b/src/EvtGenModels/EvtPhspFlatLifetime.cpp --- a/src/EvtGenModels/EvtPhspFlatLifetime.cpp +++ b/src/EvtGenModels/EvtPhspFlatLifetime.cpp @@ -23,7 +23,6 @@ #include "EvtGenBase/EvtGenKine.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtRandom.hh" #include "EvtGenBase/EvtReport.hh" diff --git a/src/EvtGenModels/EvtPi0Dalitz.cpp b/src/EvtGenModels/EvtPi0Dalitz.cpp --- a/src/EvtGenModels/EvtPi0Dalitz.cpp +++ b/src/EvtGenModels/EvtPi0Dalitz.cpp @@ -24,7 +24,6 @@ #include "EvtGenBase/EvtGenKine.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include "EvtGenBase/EvtTensor4C.hh" #include "EvtGenBase/EvtVector4C.hh" diff --git a/src/EvtGenModels/EvtPto3P.cpp b/src/EvtGenModels/EvtPto3P.cpp --- a/src/EvtGenModels/EvtPto3P.cpp +++ b/src/EvtGenModels/EvtPto3P.cpp @@ -21,7 +21,6 @@ #include "EvtGenModels/EvtPto3P.hh" #include "EvtGenBase/EvtPDL.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtPto3PAmpFactory.hh" using namespace EvtCyclic3; diff --git a/src/EvtGenModels/EvtSLBKPoleFF.cpp b/src/EvtGenModels/EvtSLBKPoleFF.cpp --- a/src/EvtGenModels/EvtSLBKPoleFF.cpp +++ b/src/EvtGenModels/EvtSLBKPoleFF.cpp @@ -21,7 +21,6 @@ #include "EvtGenModels/EvtSLBKPoleFF.hh" //modified #include "EvtGenBase/EvtPDL.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include <math.h> diff --git a/src/EvtGenModels/EvtSLBaryonAmp.cpp b/src/EvtGenModels/EvtSLBaryonAmp.cpp --- a/src/EvtGenModels/EvtSLBaryonAmp.cpp +++ b/src/EvtGenModels/EvtSLBaryonAmp.cpp @@ -28,7 +28,6 @@ #include "EvtGenBase/EvtId.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtRaritaSchwinger.hh" #include "EvtGenBase/EvtReport.hh" #include "EvtGenBase/EvtSemiLeptonicFF.hh" diff --git a/src/EvtGenModels/EvtSLDiBaryonAmp.cpp b/src/EvtGenModels/EvtSLDiBaryonAmp.cpp --- a/src/EvtGenModels/EvtSLDiBaryonAmp.cpp +++ b/src/EvtGenModels/EvtSLDiBaryonAmp.cpp @@ -24,7 +24,6 @@ #include "EvtGenBase/EvtIdSet.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtRaritaSchwinger.hh" #include "EvtGenBase/EvtReport.hh" #include "EvtGenBase/EvtTensor4C.hh" diff --git a/src/EvtGenModels/EvtSLN.cpp b/src/EvtGenModels/EvtSLN.cpp --- a/src/EvtGenModels/EvtSLN.cpp +++ b/src/EvtGenModels/EvtSLN.cpp @@ -24,7 +24,6 @@ #include "EvtGenBase/EvtGenKine.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include "EvtGenBase/EvtVector4C.hh" diff --git a/src/EvtGenModels/EvtSLPole.cpp b/src/EvtGenModels/EvtSLPole.cpp --- a/src/EvtGenModels/EvtSLPole.cpp +++ b/src/EvtGenModels/EvtSLPole.cpp @@ -23,7 +23,6 @@ #include "EvtGenBase/EvtGenKine.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include "EvtGenBase/EvtSemiLeptonicScalarAmp.hh" #include "EvtGenBase/EvtSemiLeptonicTensorAmp.hh" diff --git a/src/EvtGenModels/EvtSLPoleFF.cpp b/src/EvtGenModels/EvtSLPoleFF.cpp --- a/src/EvtGenModels/EvtSLPoleFF.cpp +++ b/src/EvtGenModels/EvtSLPoleFF.cpp @@ -21,7 +21,6 @@ #include "EvtGenModels/EvtSLPoleFF.hh" #include "EvtGenBase/EvtPDL.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include <math.h> diff --git a/src/EvtGenModels/EvtSSDCP.cpp b/src/EvtGenModels/EvtSSDCP.cpp --- a/src/EvtGenModels/EvtSSDCP.cpp +++ b/src/EvtGenModels/EvtSSDCP.cpp @@ -26,7 +26,6 @@ #include "EvtGenBase/EvtIncoherentMixing.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtRandom.hh" #include "EvtGenBase/EvtReport.hh" #include "EvtGenBase/EvtTensor4C.hh" diff --git a/src/EvtGenModels/EvtSSSCP.cpp b/src/EvtGenModels/EvtSSSCP.cpp --- a/src/EvtGenModels/EvtSSSCP.cpp +++ b/src/EvtGenModels/EvtSSSCP.cpp @@ -25,7 +25,6 @@ #include "EvtGenBase/EvtGenKine.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include <stdlib.h> diff --git a/src/EvtGenModels/EvtSSSCPT.cpp b/src/EvtGenModels/EvtSSSCPT.cpp --- a/src/EvtGenModels/EvtSSSCPT.cpp +++ b/src/EvtGenModels/EvtSSSCPT.cpp @@ -26,7 +26,6 @@ #include "EvtGenBase/EvtId.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include <stdlib.h> diff --git a/src/EvtGenModels/EvtSSSCPpng.cpp b/src/EvtGenModels/EvtSSSCPpng.cpp --- a/src/EvtGenModels/EvtSSSCPpng.cpp +++ b/src/EvtGenModels/EvtSSSCPpng.cpp @@ -26,7 +26,6 @@ #include "EvtGenBase/EvtId.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtRandom.hh" #include "EvtGenBase/EvtReport.hh" diff --git a/src/EvtGenModels/EvtSTS.cpp b/src/EvtGenModels/EvtSTS.cpp --- a/src/EvtGenModels/EvtSTS.cpp +++ b/src/EvtGenModels/EvtSTS.cpp @@ -24,7 +24,6 @@ #include "EvtGenBase/EvtId.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include "EvtGenBase/EvtTensor4C.hh" #include "EvtGenBase/EvtVector4C.hh" diff --git a/src/EvtGenModels/EvtSTSCP.cpp b/src/EvtGenModels/EvtSTSCP.cpp --- a/src/EvtGenModels/EvtSTSCP.cpp +++ b/src/EvtGenModels/EvtSTSCP.cpp @@ -26,7 +26,6 @@ #include "EvtGenBase/EvtId.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include "EvtGenBase/EvtTensor4C.hh" #include "EvtGenBase/EvtVector4C.hh" diff --git a/src/EvtGenModels/EvtSVP.cpp b/src/EvtGenModels/EvtSVP.cpp --- a/src/EvtGenModels/EvtSVP.cpp +++ b/src/EvtGenModels/EvtSVP.cpp @@ -23,7 +23,6 @@ #include "EvtGenBase/EvtDiracSpinor.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtSpinType.hh" #include "EvtGenBase/EvtVector4C.hh" #include "EvtGenBase/EvtVector4R.hh" diff --git a/src/EvtGenModels/EvtSVPCP.cpp b/src/EvtGenModels/EvtSVPCP.cpp --- a/src/EvtGenModels/EvtSVPCP.cpp +++ b/src/EvtGenModels/EvtSVPCP.cpp @@ -27,7 +27,6 @@ #include "EvtGenBase/EvtId.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include "EvtGenBase/EvtTensor3C.hh" #include "EvtGenBase/EvtTensor4C.hh" diff --git a/src/EvtGenModels/EvtSVPHelAmp.cpp b/src/EvtGenModels/EvtSVPHelAmp.cpp --- a/src/EvtGenModels/EvtSVPHelAmp.cpp +++ b/src/EvtGenModels/EvtSVPHelAmp.cpp @@ -24,7 +24,6 @@ #include "EvtGenBase/EvtId.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include "EvtGenBase/EvtTensor3C.hh" #include "EvtGenBase/EvtTensor4C.hh" diff --git a/src/EvtGenModels/EvtSVS.cpp b/src/EvtGenModels/EvtSVS.cpp --- a/src/EvtGenModels/EvtSVS.cpp +++ b/src/EvtGenModels/EvtSVS.cpp @@ -23,7 +23,6 @@ #include "EvtGenBase/EvtGenKine.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include "EvtGenBase/EvtVector4C.hh" diff --git a/src/EvtGenModels/EvtSVSCP.cpp b/src/EvtGenModels/EvtSVSCP.cpp --- a/src/EvtGenModels/EvtSVSCP.cpp +++ b/src/EvtGenModels/EvtSVSCP.cpp @@ -25,7 +25,6 @@ #include "EvtGenBase/EvtGenKine.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include "EvtGenBase/EvtVector4C.hh" diff --git a/src/EvtGenModels/EvtSVSCPLH.cpp b/src/EvtGenModels/EvtSVSCPLH.cpp --- a/src/EvtGenModels/EvtSVSCPLH.cpp +++ b/src/EvtGenModels/EvtSVSCPLH.cpp @@ -26,7 +26,6 @@ #include "EvtGenBase/EvtId.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include "EvtGenBase/EvtVector4C.hh" diff --git a/src/EvtGenModels/EvtSVSCPiso.cpp b/src/EvtGenModels/EvtSVSCPiso.cpp --- a/src/EvtGenModels/EvtSVSCPiso.cpp +++ b/src/EvtGenModels/EvtSVSCPiso.cpp @@ -26,7 +26,6 @@ #include "EvtGenBase/EvtId.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtRandom.hh" #include "EvtGenBase/EvtReport.hh" #include "EvtGenBase/EvtVector4C.hh" diff --git a/src/EvtGenModels/EvtSVSNONCPEIGEN.cpp b/src/EvtGenModels/EvtSVSNONCPEIGEN.cpp --- a/src/EvtGenModels/EvtSVSNONCPEIGEN.cpp +++ b/src/EvtGenModels/EvtSVSNONCPEIGEN.cpp @@ -25,7 +25,6 @@ #include "EvtGenBase/EvtGenKine.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtRandom.hh" #include "EvtGenBase/EvtReport.hh" #include "EvtGenBase/EvtVector4C.hh" diff --git a/src/EvtGenModels/EvtSVVCP.cpp b/src/EvtGenModels/EvtSVVCP.cpp --- a/src/EvtGenModels/EvtSVVCP.cpp +++ b/src/EvtGenModels/EvtSVVCP.cpp @@ -26,7 +26,6 @@ #include "EvtGenBase/EvtId.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include "EvtGenModels/EvtSVVHelAmp.hh" diff --git a/src/EvtGenModels/EvtSVVCPLH.cpp b/src/EvtGenModels/EvtSVVCPLH.cpp --- a/src/EvtGenModels/EvtSVVCPLH.cpp +++ b/src/EvtGenModels/EvtSVVCPLH.cpp @@ -26,7 +26,6 @@ #include "EvtGenBase/EvtId.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include "EvtGenModels/EvtSVVHelAmp.hh" diff --git a/src/EvtGenModels/EvtSVVHelAmp.cpp b/src/EvtGenModels/EvtSVVHelAmp.cpp --- a/src/EvtGenModels/EvtSVVHelAmp.cpp +++ b/src/EvtGenModels/EvtSVVHelAmp.cpp @@ -24,7 +24,6 @@ #include "EvtGenBase/EvtId.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include "EvtGenBase/EvtTensor3C.hh" #include "EvtGenBase/EvtTensor4C.hh" diff --git a/src/EvtGenModels/EvtSVVNONCPEIGEN.cpp b/src/EvtGenModels/EvtSVVNONCPEIGEN.cpp --- a/src/EvtGenModels/EvtSVVNONCPEIGEN.cpp +++ b/src/EvtGenModels/EvtSVVNONCPEIGEN.cpp @@ -25,7 +25,6 @@ #include "EvtGenBase/EvtGenKine.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtRandom.hh" #include "EvtGenBase/EvtReport.hh" #include "EvtGenBase/EvtVector4C.hh" diff --git a/src/EvtGenModels/EvtSingleParticle.cpp b/src/EvtGenModels/EvtSingleParticle.cpp --- a/src/EvtGenModels/EvtSingleParticle.cpp +++ b/src/EvtGenModels/EvtSingleParticle.cpp @@ -23,7 +23,6 @@ #include "EvtGenBase/EvtConst.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtRandom.hh" #include "EvtGenBase/EvtReport.hh" diff --git a/src/EvtGenModels/EvtSll.cpp b/src/EvtGenModels/EvtSll.cpp --- a/src/EvtGenModels/EvtSll.cpp +++ b/src/EvtGenModels/EvtSll.cpp @@ -24,7 +24,6 @@ #include "EvtGenBase/EvtGenKine.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include "EvtGenBase/EvtVector4C.hh" diff --git a/src/EvtGenModels/EvtTSS.cpp b/src/EvtGenModels/EvtTSS.cpp --- a/src/EvtGenModels/EvtTSS.cpp +++ b/src/EvtGenModels/EvtTSS.cpp @@ -23,7 +23,6 @@ #include "EvtGenBase/EvtGenKine.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include "EvtGenBase/EvtTensor4C.hh" #include "EvtGenBase/EvtVector4C.hh" diff --git a/src/EvtGenModels/EvtTVP.cpp b/src/EvtGenModels/EvtTVP.cpp --- a/src/EvtGenModels/EvtTVP.cpp +++ b/src/EvtGenModels/EvtTVP.cpp @@ -23,7 +23,6 @@ #include "EvtGenBase/EvtDiracSpinor.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtSpinType.hh" #include "EvtGenBase/EvtTensor4C.hh" #include "EvtGenBase/EvtVector4C.hh" diff --git a/src/EvtGenModels/EvtTVSPwave.cpp b/src/EvtGenModels/EvtTVSPwave.cpp --- a/src/EvtGenModels/EvtTVSPwave.cpp +++ b/src/EvtGenModels/EvtTVSPwave.cpp @@ -23,7 +23,6 @@ #include "EvtGenBase/EvtGenKine.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include "EvtGenBase/EvtTensor4C.hh" #include "EvtGenBase/EvtVector4C.hh" diff --git a/src/EvtGenModels/EvtTauScalarnu.cpp b/src/EvtGenModels/EvtTauScalarnu.cpp --- a/src/EvtGenModels/EvtTauScalarnu.cpp +++ b/src/EvtGenModels/EvtTauScalarnu.cpp @@ -24,7 +24,6 @@ #include "EvtGenBase/EvtGenKine.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include "EvtGenBase/EvtVector4C.hh" diff --git a/src/EvtGenModels/EvtTauVectornu.cpp b/src/EvtGenModels/EvtTauVectornu.cpp --- a/src/EvtGenModels/EvtTauVectornu.cpp +++ b/src/EvtGenModels/EvtTauVectornu.cpp @@ -24,7 +24,6 @@ #include "EvtGenBase/EvtGenKine.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include "EvtGenBase/EvtVector4C.hh" diff --git a/src/EvtGenModels/EvtTaulnunu.cpp b/src/EvtGenModels/EvtTaulnunu.cpp --- a/src/EvtGenModels/EvtTaulnunu.cpp +++ b/src/EvtGenModels/EvtTaulnunu.cpp @@ -24,7 +24,6 @@ #include "EvtGenBase/EvtGenKine.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include "EvtGenBase/EvtVector4C.hh" diff --git a/src/EvtGenModels/EvtVSPPwave.cpp b/src/EvtGenModels/EvtVSPPwave.cpp --- a/src/EvtGenModels/EvtVSPPwave.cpp +++ b/src/EvtGenModels/EvtVSPPwave.cpp @@ -23,7 +23,6 @@ #include "EvtGenBase/EvtGenKine.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include "EvtGenBase/EvtTensor4C.hh" #include "EvtGenBase/EvtVector4C.hh" diff --git a/src/EvtGenModels/EvtVSS.cpp b/src/EvtGenModels/EvtVSS.cpp --- a/src/EvtGenModels/EvtVSS.cpp +++ b/src/EvtGenModels/EvtVSS.cpp @@ -23,7 +23,6 @@ #include "EvtGenBase/EvtGenKine.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include "EvtGenBase/EvtVector4C.hh" #include "EvtGenBase/EvtVector4R.hh" diff --git a/src/EvtGenModels/EvtVSSBMixCPT.cpp b/src/EvtGenModels/EvtVSSBMixCPT.cpp --- a/src/EvtGenModels/EvtVSSBMixCPT.cpp +++ b/src/EvtGenModels/EvtVSSBMixCPT.cpp @@ -25,7 +25,6 @@ #include "EvtGenBase/EvtId.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtRandom.hh" #include "EvtGenBase/EvtReport.hh" #include "EvtGenBase/EvtVector4C.hh" diff --git a/src/EvtGenModels/EvtVSSMix.cpp b/src/EvtGenModels/EvtVSSMix.cpp --- a/src/EvtGenModels/EvtVSSMix.cpp +++ b/src/EvtGenModels/EvtVSSMix.cpp @@ -25,7 +25,6 @@ #include "EvtGenBase/EvtId.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include "EvtGenBase/EvtVector4C.hh" diff --git a/src/EvtGenModels/EvtVVP.cpp b/src/EvtGenModels/EvtVVP.cpp --- a/src/EvtGenModels/EvtVVP.cpp +++ b/src/EvtGenModels/EvtVVP.cpp @@ -23,7 +23,6 @@ #include "EvtGenBase/EvtDiracSpinor.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtSpinType.hh" #include "EvtGenBase/EvtTensor4C.hh" #include "EvtGenBase/EvtVector4C.hh" diff --git a/src/EvtGenModels/EvtVVPIPI_WEIGHTED.cpp b/src/EvtGenModels/EvtVVPIPI_WEIGHTED.cpp --- a/src/EvtGenModels/EvtVVPIPI_WEIGHTED.cpp +++ b/src/EvtGenModels/EvtVVPIPI_WEIGHTED.cpp @@ -23,7 +23,6 @@ #include "EvtGenBase/EvtGenKine.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include "EvtGenBase/EvtTensor4C.hh" #include "EvtGenBase/EvtVector4C.hh" diff --git a/src/EvtGenModels/EvtVVSPwave.cpp b/src/EvtGenModels/EvtVVSPwave.cpp --- a/src/EvtGenModels/EvtVVSPwave.cpp +++ b/src/EvtGenModels/EvtVVSPwave.cpp @@ -23,7 +23,6 @@ #include "EvtGenBase/EvtGenKine.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include "EvtGenBase/EvtTensor4C.hh" #include "EvtGenBase/EvtVector4C.hh" diff --git a/src/EvtGenModels/EvtVVpipi.cpp b/src/EvtGenModels/EvtVVpipi.cpp --- a/src/EvtGenModels/EvtVVpipi.cpp +++ b/src/EvtGenModels/EvtVVpipi.cpp @@ -23,7 +23,6 @@ #include "EvtGenBase/EvtGenKine.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include "EvtGenBase/EvtTensor4C.hh" #include "EvtGenBase/EvtVector4C.hh" diff --git a/src/EvtGenModels/EvtVectorIsr.cpp b/src/EvtGenModels/EvtVectorIsr.cpp --- a/src/EvtGenModels/EvtVectorIsr.cpp +++ b/src/EvtGenModels/EvtVectorIsr.cpp @@ -24,7 +24,6 @@ #include "EvtGenBase/EvtConst.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtPhotonParticle.hh" #include "EvtGenBase/EvtRandom.hh" #include "EvtGenBase/EvtReport.hh" diff --git a/src/EvtGenModels/EvtVll.cpp b/src/EvtGenModels/EvtVll.cpp --- a/src/EvtGenModels/EvtVll.cpp +++ b/src/EvtGenModels/EvtVll.cpp @@ -24,7 +24,6 @@ #include "EvtGenBase/EvtGenKine.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include "EvtGenBase/EvtVector4C.hh" diff --git a/src/EvtGenModels/EvtVtoSll.cpp b/src/EvtGenModels/EvtVtoSll.cpp --- a/src/EvtGenModels/EvtVtoSll.cpp +++ b/src/EvtGenModels/EvtVtoSll.cpp @@ -25,7 +25,6 @@ #include "EvtGenBase/EvtIdSet.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include "EvtGenBase/EvtTensor4C.hh" #include "EvtGenBase/EvtVector4C.hh" diff --git a/src/EvtGenModels/EvtVub.cpp b/src/EvtGenModels/EvtVub.cpp --- a/src/EvtGenModels/EvtVub.cpp +++ b/src/EvtGenModels/EvtVub.cpp @@ -23,7 +23,6 @@ #include "EvtGenBase/EvtGenKine.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtRandom.hh" #include "EvtGenBase/EvtReport.hh" #include "EvtGenBase/EvtVector4R.hh" diff --git a/src/EvtGenModels/EvtVubBLNP.cpp b/src/EvtGenModels/EvtVubBLNP.cpp --- a/src/EvtGenModels/EvtVubBLNP.cpp +++ b/src/EvtGenModels/EvtVubBLNP.cpp @@ -23,7 +23,6 @@ #include "EvtGenBase/EvtGenKine.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtRandom.hh" #include "EvtGenBase/EvtReport.hh" #include "EvtGenBase/EvtVector4R.hh" diff --git a/src/EvtGenModels/EvtVubBLNPHybrid.cpp b/src/EvtGenModels/EvtVubBLNPHybrid.cpp --- a/src/EvtGenModels/EvtVubBLNPHybrid.cpp +++ b/src/EvtGenModels/EvtVubBLNPHybrid.cpp @@ -23,7 +23,6 @@ #include "EvtGenBase/EvtGenKine.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtRandom.hh" #include "EvtGenBase/EvtReport.hh" #include "EvtGenBase/EvtVector4R.hh" diff --git a/src/EvtGenModels/EvtVubHybrid.cpp b/src/EvtGenModels/EvtVubHybrid.cpp --- a/src/EvtGenModels/EvtVubHybrid.cpp +++ b/src/EvtGenModels/EvtVubHybrid.cpp @@ -23,7 +23,6 @@ #include "EvtGenBase/EvtGenKine.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtRandom.hh" #include "EvtGenBase/EvtReport.hh" #include "EvtGenBase/EvtVector4R.hh" diff --git a/src/EvtGenModels/EvtVubNLO.cpp b/src/EvtGenModels/EvtVubNLO.cpp --- a/src/EvtGenModels/EvtVubNLO.cpp +++ b/src/EvtGenModels/EvtVubNLO.cpp @@ -24,7 +24,6 @@ #include "EvtGenBase/EvtGenKine.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtRandom.hh" #include "EvtGenBase/EvtReport.hh" #include "EvtGenBase/EvtVector4R.hh" diff --git a/src/EvtGenModels/EvtVubdGamma.cpp b/src/EvtGenModels/EvtVubdGamma.cpp --- a/src/EvtGenModels/EvtVubdGamma.cpp +++ b/src/EvtGenModels/EvtVubdGamma.cpp @@ -22,7 +22,6 @@ #include "EvtGenBase/EvtConst.hh" #include "EvtGenBase/EvtDiLog.hh" -#include "EvtGenBase/EvtPatches.hh" #include <math.h> diff --git a/src/EvtGenModels/EvtWilsonCoefficients.cpp b/src/EvtGenModels/EvtWilsonCoefficients.cpp --- a/src/EvtGenModels/EvtWilsonCoefficients.cpp +++ b/src/EvtGenModels/EvtWilsonCoefficients.cpp @@ -21,7 +21,6 @@ #include "EvtGenModels/EvtWilsonCoefficients.hh" #include "EvtGenBase/EvtConst.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include <cstdlib> diff --git a/src/EvtGenModels/EvtWnPi.cpp b/src/EvtGenModels/EvtWnPi.cpp --- a/src/EvtGenModels/EvtWnPi.cpp +++ b/src/EvtGenModels/EvtWnPi.cpp @@ -26,7 +26,6 @@ #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParser.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include "EvtGenBase/EvtTensor4C.hh" #include "EvtGenBase/EvtVector4C.hh" diff --git a/src/EvtGenModels/EvtXPsiGamma.cpp b/src/EvtGenModels/EvtXPsiGamma.cpp --- a/src/EvtGenModels/EvtXPsiGamma.cpp +++ b/src/EvtGenModels/EvtXPsiGamma.cpp @@ -23,7 +23,6 @@ #include "EvtGenBase/EvtGenKine.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include "EvtGenBase/EvtTensor4C.hh" #include "EvtGenBase/EvtTensorParticle.hh" diff --git a/src/EvtGenModels/EvtY3SToY1SpipiMoxhay.cpp b/src/EvtGenModels/EvtY3SToY1SpipiMoxhay.cpp --- a/src/EvtGenModels/EvtY3SToY1SpipiMoxhay.cpp +++ b/src/EvtGenModels/EvtY3SToY1SpipiMoxhay.cpp @@ -23,7 +23,6 @@ #include "EvtGenBase/EvtGenKine.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include "EvtGenBase/EvtTensor4C.hh" #include "EvtGenBase/EvtVector4C.hh" diff --git a/src/EvtGenModels/EvtYmSToYnSpipiCLEO.cpp b/src/EvtGenModels/EvtYmSToYnSpipiCLEO.cpp --- a/src/EvtGenModels/EvtYmSToYnSpipiCLEO.cpp +++ b/src/EvtGenModels/EvtYmSToYnSpipiCLEO.cpp @@ -23,7 +23,6 @@ #include "EvtGenBase/EvtGenKine.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtRandom.hh" #include "EvtGenBase/EvtReport.hh" #include "EvtGenBase/EvtTensor4C.hh" diff --git a/src/EvtGenModels/EvtbTosllAli.cpp b/src/EvtGenModels/EvtbTosllAli.cpp --- a/src/EvtGenModels/EvtbTosllAli.cpp +++ b/src/EvtGenModels/EvtbTosllAli.cpp @@ -23,7 +23,6 @@ #include "EvtGenBase/EvtGenKine.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include "EvtGenModels/EvtbTosllAliFF.hh" diff --git a/src/EvtGenModels/EvtbTosllAliFF.cpp b/src/EvtGenModels/EvtbTosllAliFF.cpp --- a/src/EvtGenModels/EvtbTosllAliFF.cpp +++ b/src/EvtGenModels/EvtbTosllAliFF.cpp @@ -21,7 +21,6 @@ #include "EvtGenModels/EvtbTosllAliFF.hh" #include "EvtGenBase/EvtPDL.hh" -#include "EvtGenBase/EvtPatches.hh" #include <math.h> diff --git a/src/EvtGenModels/EvtbTosllAmp.cpp b/src/EvtGenModels/EvtbTosllAmp.cpp --- a/src/EvtGenModels/EvtbTosllAmp.cpp +++ b/src/EvtGenModels/EvtbTosllAmp.cpp @@ -27,7 +27,6 @@ #include "EvtGenBase/EvtId.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include "EvtGenBase/EvtScalarParticle.hh" #include "EvtGenBase/EvtTensor4C.hh" diff --git a/src/EvtGenModels/EvtbTosllBall.cpp b/src/EvtGenModels/EvtbTosllBall.cpp --- a/src/EvtGenModels/EvtbTosllBall.cpp +++ b/src/EvtGenModels/EvtbTosllBall.cpp @@ -23,7 +23,6 @@ #include "EvtGenBase/EvtGenKine.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include "EvtGenModels/EvtbTosllAmp.hh" diff --git a/src/EvtGenModels/EvtbTosllBallFF.cpp b/src/EvtGenModels/EvtbTosllBallFF.cpp --- a/src/EvtGenModels/EvtbTosllBallFF.cpp +++ b/src/EvtGenModels/EvtbTosllBallFF.cpp @@ -21,7 +21,6 @@ #include "EvtGenModels/EvtbTosllBallFF.hh" #include "EvtGenBase/EvtPDL.hh" -#include "EvtGenBase/EvtPatches.hh" #include <cmath> diff --git a/src/EvtGenModels/EvtbTosllMSFF.cpp b/src/EvtGenModels/EvtbTosllMSFF.cpp --- a/src/EvtGenModels/EvtbTosllMSFF.cpp +++ b/src/EvtGenModels/EvtbTosllMSFF.cpp @@ -22,7 +22,6 @@ #include "EvtGenBase/EvtComplex.hh" #include "EvtGenBase/EvtPDL.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include <cmath> diff --git a/src/EvtGenModels/EvtbTosllScalarAmp.cpp b/src/EvtGenModels/EvtbTosllScalarAmp.cpp --- a/src/EvtGenModels/EvtbTosllScalarAmp.cpp +++ b/src/EvtGenModels/EvtbTosllScalarAmp.cpp @@ -28,7 +28,6 @@ #include "EvtGenBase/EvtIdSet.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include "EvtGenBase/EvtTensor4C.hh" #include "EvtGenBase/EvtVector4C.hh" diff --git a/src/EvtGenModels/EvtbTosllScalarAmpNew.cpp b/src/EvtGenModels/EvtbTosllScalarAmpNew.cpp --- a/src/EvtGenModels/EvtbTosllScalarAmpNew.cpp +++ b/src/EvtGenModels/EvtbTosllScalarAmpNew.cpp @@ -28,7 +28,6 @@ #include "EvtGenBase/EvtIdSet.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include "EvtGenBase/EvtScalarParticle.hh" #include "EvtGenBase/EvtTensor4C.hh" diff --git a/src/EvtGenModels/EvtbTosllScalarAmpNewExt.cpp b/src/EvtGenModels/EvtbTosllScalarAmpNewExt.cpp --- a/src/EvtGenModels/EvtbTosllScalarAmpNewExt.cpp +++ b/src/EvtGenModels/EvtbTosllScalarAmpNewExt.cpp @@ -28,7 +28,6 @@ #include "EvtGenBase/EvtIdSet.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include "EvtGenBase/EvtScalarParticle.hh" #include "EvtGenBase/EvtTensor4C.hh" diff --git a/src/EvtGenModels/EvtbTosllVectorAmp.cpp b/src/EvtGenModels/EvtbTosllVectorAmp.cpp --- a/src/EvtGenModels/EvtbTosllVectorAmp.cpp +++ b/src/EvtGenModels/EvtbTosllVectorAmp.cpp @@ -27,7 +27,6 @@ #include "EvtGenBase/EvtIdSet.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include "EvtGenBase/EvtTensor4C.hh" #include "EvtGenBase/EvtVector4C.hh" diff --git a/src/EvtGenModels/EvtbTosllVectorAmpNew.cpp b/src/EvtGenModels/EvtbTosllVectorAmpNew.cpp --- a/src/EvtGenModels/EvtbTosllVectorAmpNew.cpp +++ b/src/EvtGenModels/EvtbTosllVectorAmpNew.cpp @@ -28,7 +28,6 @@ #include "EvtGenBase/EvtIdSet.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include "EvtGenBase/EvtScalarParticle.hh" #include "EvtGenBase/EvtTensor4C.hh" diff --git a/src/EvtGenModels/EvtbTosllVectorAmpNewExt.cpp b/src/EvtGenModels/EvtbTosllVectorAmpNewExt.cpp --- a/src/EvtGenModels/EvtbTosllVectorAmpNewExt.cpp +++ b/src/EvtGenModels/EvtbTosllVectorAmpNewExt.cpp @@ -28,7 +28,6 @@ #include "EvtGenBase/EvtIdSet.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include "EvtGenBase/EvtScalarParticle.hh" #include "EvtGenBase/EvtTensor4C.hh" diff --git a/src/EvtGenModels/Evtbs2llGammaAmp.cpp b/src/EvtGenModels/Evtbs2llGammaAmp.cpp --- a/src/EvtGenModels/Evtbs2llGammaAmp.cpp +++ b/src/EvtGenModels/Evtbs2llGammaAmp.cpp @@ -28,7 +28,6 @@ #include "EvtGenBase/EvtIdSet.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include "EvtGenBase/EvtScalarParticle.hh" #include "EvtGenBase/EvtTensor4C.hh" diff --git a/src/EvtGenModels/Evtbs2llGammaFFMNT.cpp b/src/EvtGenModels/Evtbs2llGammaFFMNT.cpp --- a/src/EvtGenModels/Evtbs2llGammaFFMNT.cpp +++ b/src/EvtGenModels/Evtbs2llGammaFFMNT.cpp @@ -24,7 +24,6 @@ #include "EvtGenBase/EvtId.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include "EvtGenBase/EvtVector4C.hh" diff --git a/src/EvtGenModels/Evtbs2llGammaISRFSRAmp.cpp b/src/EvtGenModels/Evtbs2llGammaISRFSRAmp.cpp --- a/src/EvtGenModels/Evtbs2llGammaISRFSRAmp.cpp +++ b/src/EvtGenModels/Evtbs2llGammaISRFSRAmp.cpp @@ -28,7 +28,6 @@ #include "EvtGenBase/EvtIdSet.hh" #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include "EvtGenBase/EvtScalarParticle.hh" #include "EvtGenBase/EvtTensor4C.hh" diff --git a/test/example1.cc b/test/example1.cc --- a/test/example1.cc +++ b/test/example1.cc @@ -31,7 +31,6 @@ #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" #include "EvtGenBase/EvtParticleFactory.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtRandom.hh" #include "EvtGenBase/EvtReport.hh" #include "EvtGenBase/EvtSimpleRandomEngine.hh" diff --git a/test/exampleWriteHepMC.cc b/test/exampleWriteHepMC.cc --- a/test/exampleWriteHepMC.cc +++ b/test/exampleWriteHepMC.cc @@ -31,7 +31,6 @@ #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" #include "EvtGenBase/EvtParticleFactory.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtRandom.hh" #include "EvtGenBase/EvtReport.hh" #include "EvtGenBase/EvtSimpleRandomEngine.hh" diff --git a/validation/genExampleRootFiles.cc b/validation/genExampleRootFiles.cc --- a/validation/genExampleRootFiles.cc +++ b/validation/genExampleRootFiles.cc @@ -30,7 +30,6 @@ #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" #include "EvtGenBase/EvtParticleFactory.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtRandom.hh" #include "EvtGenBase/EvtSimpleRandomEngine.hh" diff --git a/validation/genRootDecayChain.cc b/validation/genRootDecayChain.cc --- a/validation/genRootDecayChain.cc +++ b/validation/genRootDecayChain.cc @@ -73,7 +73,6 @@ #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" #include "EvtGenBase/EvtParticleFactory.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtRandomEngine.hh" #include "EvtGenBase/EvtSimpleRandomEngine.hh" diff --git a/validation/testCPVDecays.cc b/validation/testCPVDecays.cc --- a/validation/testCPVDecays.cc +++ b/validation/testCPVDecays.cc @@ -34,7 +34,6 @@ #include "EvtGenBase/EvtPDL.hh" #include "EvtGenBase/EvtParticle.hh" #include "EvtGenBase/EvtParticleFactory.hh" -#include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtRandom.hh" #include "EvtGenBase/EvtSimpleRandomEngine.hh" #include "EvtGenBase/EvtSpinDensity.hh"