Fork me on GitHub

Opened 7 years ago

Last modified 7 years ago

#1304 closed Bug

Problems While Installing delphes — at Initial Version

Reported by: sayan.saha Owned by:
Priority: major Milestone:
Component: Delphes code Version: Delphes 3
Keywords: Cc:

Description

When I am running the make after running ./configure I am getting this kind of errors and warnings

Generating tmp/external/ExRootAnalysis/ExRootAnalysisDict.cc
Compiling classes/DelphesClasses.cc
Compiling classes/DelphesCylindricalFormula.cc
Compiling classes/DelphesFactory.cc

In file included from classes/DelphesClasses.cc:30:0:
./classes/DelphesClasses.h: In constructor ‘Candidate::Candidate()’:
./classes/DelphesClasses.h:629:12: warning: ‘Candidate::GenSumPT2’ will be initialized after [-Wreorder]

Double_t GenSumPT2;


./classes/DelphesClasses.h:555:10: warning: ‘UInt_t Candidate::Flavor’ [-Wreorder]

UInt_t Flavor;


classes/DelphesClasses.cc:120:1: warning: when initialized here [-Wreorder]

Candidate::Candidate() :

In file included from classes/DelphesClasses.cc:30:0:
./classes/DelphesClasses.h:572:55: warning: ‘Candidate::PositionError’ will be initialized after [-Wreorder]

TLorentzVector Momentum, Position, InitialPosition, PositionError, Area;


./classes/DelphesClasses.h:572:38: warning: ‘TLorentzVector Candidate::InitialPosition’ [-Wreorder]

TLorentzVector Momentum, Position, InitialPosition, PositionError, Area;


classes/DelphesClasses.cc:120:1: warning: when initialized here [-Wreorder]

Candidate::Candidate() :

Compiling classes/DelphesFormula.cc
Compiling classes/DelphesHepMCReader.cc
Compiling classes/DelphesLHEFReader.cc
Compiling classes/DelphesModule.cc
Compiling classes/DelphesPileUpReader.cc
Compiling classes/DelphesPileUpWriter.cc
Compiling classes/DelphesSTDHEPReader.cc
Compiling classes/DelphesStream.cc
Compiling classes/DelphesTF2.cc
Compiling external/ExRootAnalysis/ExRootConfReader.cc
Compiling external/ExRootAnalysis/ExRootFilter.cc
Compiling external/ExRootAnalysis/ExRootProgressBar.cc
Compiling external/ExRootAnalysis/ExRootResult.cc
Compiling external/ExRootAnalysis/ExRootTask.cc
Compiling external/ExRootAnalysis/ExRootTreeBranch.cc
Compiling external/ExRootAnalysis/ExRootTreeReader.cc
Compiling external/ExRootAnalysis/ExRootTreeWriter.cc
Compiling external/ExRootAnalysis/ExRootUtilities.cc
Compiling external/Hector/H_AbstractBeamLine.cc
Compiling external/Hector/H_Aperture.cc
Compiling external/Hector/H_Beam.cc
Compiling external/Hector/H_BeamLine.cc
Compiling external/Hector/H_BeamLineParser.cc
Compiling external/Hector/H_BeamParticle.cc
Compiling external/Hector/H_CircularAperture.cc

external/Hector/H_BeamParticle.cc: In member function ‘void H_BeamParticle::computePath(const H_AbstractBeamLine*, bool)’:
external/Hector/H_BeamParticle.cc:483:25: warning: variable ‘temp_s’ set but not used [-Wunused-but-set-variable]

double temp_x, temp_y, temp_s, temp_tx, temp_ty;


external/Hector/H_BeamParticle.cc: In member function ‘void H_BeamParticle::computePath(const H_AbstractBeamLine&, bool)’:
external/Hector/H_BeamParticle.cc:533:25: warning: variable ‘temp_s’ set but not used [-Wunused-but-set-variable]

double temp_x, temp_y, temp_s, temp_tx, temp_ty;


Compiling external/Hector/H_Dipole.cc
Compiling external/Hector/H_Drift.cc
Compiling external/Hector/H_EllipticAperture.cc
Compiling external/Hector/H_HorizontalKicker.cc
Compiling external/Hector/H_HorizontalQuadrupole.cc
Compiling external/Hector/H_Kicker.cc
Compiling external/Hector/H_Marker.cc
Compiling external/Hector/H_OpticalElement.cc
Compiling external/Hector/H_Parameters.cc
Compiling external/Hector/H_Quadrupole.cc
Compiling external/Hector/H_RecRPObject.cc
Compiling external/Hector/H_RectEllipticAperture.cc
Compiling external/Hector/H_RectangularAperture.cc
Compiling external/Hector/H_RectangularCollimator.cc
Compiling external/Hector/H_RectangularDipole.cc
Compiling external/Hector/H_RomanPot.cc
Compiling external/Hector/H_SectorDipole.cc
Compiling external/Hector/H_TransportMatrices.cc
Compiling external/Hector/H_VerticalKicker.cc
Compiling external/Hector/H_VerticalQuadrupole.cc
Compiling external/tcl/panic.c
Compiling external/tcl/tclAlloc.c
Compiling external/tcl/tclAsync.c
Compiling external/tcl/tclBasic.c
Compiling external/tcl/tclCkalloc.c
Compiling external/tcl/tclCmdAH.c
Compiling external/tcl/tclCmdIL.c

external/tcl/tclCkalloc.c: In function ‘Tcl_Free’:
external/tcl/tclCkalloc.c:765:9: warning: implicit declaration of function ‘TclpFree’ [-Wimplicit-function-declaration]

TclpFree(ptr);

Compiling external/tcl/tclCmdMZ.c
Compiling external/tcl/tclCompExpr.c
Compiling external/tcl/tclCompile.c
Compiling external/tcl/tclExecute.c

external/tcl/tclCompile.c: In function ‘TclPrintByteCodeObj’:
external/tcl/tclCompile.c:492:6: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]

(unsigned int) codePtr, codePtr->refCount,

external/tcl/tclCompile.c:493:29: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]

codePtr->compileEpoch, (unsigned int) codePtr->iPtr,


external/tcl/tclCompile.c:503:21: warning: format ‘%u’ expects argument of type ‘unsigned int’, but argument 4 has type ‘long unsigned int’ [-Wformat=]

fprintf(stdout, " Code %zu = %u(header)+%d(inst)+%d(objs)+%u(exc)+%u(aux)+%d(cmd map)\n",


external/tcl/tclCompile.c:503:21: warning: format ‘%u’ expects argument of type ‘unsigned int’, but argument 7 has type ‘long unsigned int’ [-Wformat=]
external/tcl/tclCompile.c:503:21: warning: format ‘%u’ expects argument of type ‘unsigned int’, but argument 8 has type ‘long unsigned int’ [-Wformat=]
external/tcl/tclCompile.c:520:3: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]

(unsigned int) procPtr, procPtr->refCount, procPtr->numArgs,

In file included from external/tcl/tclExecute.c:15:0:
external/tcl/tclExecute.c: In function ‘TclExecuteByteCode’:
external/tcl/tclInt.h:1804:21: warning: the address of ‘length’ will always evaluate as ‘true’ [-Waddress]

((lengthPtr)? \


external/tcl/tclExecute.c:750:15: note: in expansion of macro ‘TclGetStringFromObj

bytes = TclGetStringFromObj(valuePtr, &length);


external/tcl/tclInt.h:1804:21: warning: the address of ‘length’ will always evaluate as ‘true’ [-Waddress]

((lengthPtr)? \


external/tcl/tclExecute.c:768:12: note: in expansion of macro ‘TclGetStringFromObj

bytes = TclGetStringFromObj(valuePtr, &length);


external/tcl/tclInt.h:1804:21: warning: the address of ‘length’ will always evaluate as ‘true’ [-Waddress]

((lengthPtr)? \


external/tcl/tclExecute.c:934:12: note: in expansion of macro ‘TclGetStringFromObj

bytes = TclGetStringFromObj(objv[i], &length);


external/tcl/tclCompile.c: In function ‘TclObjIndexForString’:
external/tcl/tclCompile.c:7016:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]

objIndex = (int) Tcl_GetHashValue(hPtr);


In file included from external/tcl/tclInt.h:33:0,

from external/tcl/tclCompile.c:17:

external/tcl/tcl.h:865:55: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]

#define Tcl_SetHashValue(h, value) ((h)->clientData = (ClientData) (value))


external/tcl/tclCompile.c:7057:2: note: in expansion of macro ‘Tcl_SetHashValue’

Tcl_SetHashValue(hPtr, objIndex);

external/tcl/tclInt.h:1804:21: warning: the address of ‘length’ will always evaluate as ‘true’ [-Waddress]

((lengthPtr)? \


external/tcl/tclExecute.c:1916:12: note: in expansion of macro ‘TclGetStringFromObj

s1 = TclGetStringFromObj(valuePtr, &length);


external/tcl/tclInt.h:1804:21: warning: the address of ‘length’ will always evaluate as ‘true’ [-Waddress]

((lengthPtr)? \


external/tcl/tclExecute.c:1917:12: note: in expansion of macro ‘TclGetStringFromObj

s2 = TclGetStringFromObj(value2Ptr, &length);


external/tcl/tclExecute.c: In function ‘PrintByteCodeInfo’:
external/tcl/tclExecute.c:3009:6: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]

(unsigned int) codePtr, codePtr->refCount,

external/tcl/tclExecute.c:3010:29: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]

codePtr->compileEpoch, (unsigned int) codePtr->iPtr,


external/tcl/tclExecute.c:3022:21: warning: format ‘%u’ expects argument of type ‘unsigned int’, but argument 4 has type ‘long unsigned int’ [-Wformat=]

fprintf(stdout, " Code %zu = %u(header)+%d(inst)+%d(objs)+%u(exc)+%u(aux)+%d(cmd map)\n",


external/tcl/tclExecute.c:3022:21: warning: format ‘%u’ expects argument of type ‘unsigned int’, but argument 7 has type ‘long unsigned int’ [-Wformat=]
external/tcl/tclExecute.c:3022:21: warning: format ‘%u’ expects argument of type ‘unsigned int’, but argument 8 has type ‘long unsigned int’ [-Wformat=]
external/tcl/tclExecute.c:3031:3: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]

(unsigned int) procPtr, procPtr->refCount,

Compiling external/tcl/tclGet.c
Compiling external/tcl/tclHash.c
Compiling external/tcl/tclIndexObj.c

external/tcl/tclIndexObj.c: In function ‘Tcl_GetIndexFromObj’:
external/tcl/tclIndexObj.c:89:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]

*indexPtr = (int) objPtr->internalRep.twoPtrValue.ptr2;


external/tcl/tclIndexObj.c:131:44: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]

objPtr->internalRep.twoPtrValue.ptr2 = (VOID *) index;


external/tcl/tclIndexObj.c: In function ‘Tcl_WrongNumArgs’:
external/tcl/tclIndexObj.c:293:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]

tablePtr[(int) objv[i]->internalRep.twoPtrValue.ptr2],


Compiling external/tcl/tclLink.c
Compiling external/tcl/tclListObj.c

In file included from external/tcl/tclListObj.c:16:0:
external/tcl/tclListObj.c: In function ‘SetListFromAny’:
external/tcl/tclInt.h:1804:21: warning: the address of ‘length’ will always evaluate as ‘true’ [-Waddress]

((lengthPtr)? \


external/tcl/tclListObj.c:892:14: note: in expansion of macro ‘TclGetStringFromObj

string = TclGetStringFromObj(objPtr, &length);


Compiling external/tcl/tclNamesp.c
Compiling external/tcl/tclObj.c

external/tcl/tclObj.c: In function ‘TclAllocateFreeObjects’:
external/tcl/tclObj.c:561:3: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]

((int)(&(tmp[1])) - (int)(&(tmp[0])));


external/tcl/tclObj.c:561:22: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]

((int)(&(tmp[1])) - (int)(&(tmp[0])));


In file included from external/tcl/tclObj.c:15:0:
external/tcl/tclObj.c: In function ‘SetBooleanFromAny’:
external/tcl/tclInt.h:1804:21: warning: the address of ‘length’ will always evaluate as ‘true’ [-Waddress]

((lengthPtr)? \


external/tcl/tclObj.c:1023:14: note: in expansion of macro ‘TclGetStringFromObj

string = TclGetStringFromObj(objPtr, &length);


external/tcl/tclObj.c: In function ‘SetDoubleFromAny’:
external/tcl/tclInt.h:1804:21: warning: the address of ‘length’ will always evaluate as ‘true’ [-Waddress]

((lengthPtr)? \


external/tcl/tclObj.c:1401:14: note: in expansion of macro ‘TclGetStringFromObj

string = TclGetStringFromObj(objPtr, &length);


external/tcl/tclObj.c: In function ‘SetIntFromAny’:
external/tcl/tclInt.h:1804:21: warning: the address of ‘length’ will always evaluate as ‘true’ [-Waddress]

((lengthPtr)? \


external/tcl/tclObj.c:1709:14: note: in expansion of macro ‘TclGetStringFromObj

string = TclGetStringFromObj(objPtr, &length);


Compiling external/tcl/tclParse.c
Compiling external/tcl/tclPreserve.c
Compiling external/tcl/tclProc.c

external/tcl/tclProc.c: In function ‘TclCreateProc’:
external/tcl/tclProc.c:347:32: warning: ‘localPtr’ may be used uninitialized in this function [-Wmaybe-uninitialized]

(strcmp(localPtr->name, fieldValues[0]))


Compiling external/tcl/tclResolve.c
Compiling external/tcl/tclStringObj.c

In file included from external/tcl/tclInt.h:33:0,

from external/tcl/tclStringObj.c:20:

external/tcl/tclStringObj.c: In function ‘Tcl_AppendStringsToObj’:
external/tcl/tcl.h:156:69: warning: right-hand operand of comma expression has no effect [-Wunused-value]

# define TCL_VARARGS_START(type, name, list) (va_start(list, name), name)


external/tcl/tclStringObj.c:433:5: note: in expansion of macro ‘TCL_VARARGS_START’

TCL_VARARGS_START(Tcl_Obj *,arg1,argList);

Compiling external/tcl/tclUtil.c
Compiling external/tcl/tclVar.c

In file included from external/tcl/tclUtil.c:16:0:
external/tcl/tclUtil.c: In function ‘Tcl_ConcatObj’:
external/tcl/tclInt.h:1804:21: warning: the address of ‘length’ will always evaluate as ‘true’ [-Waddress]

((lengthPtr)? \


external/tcl/tclUtil.c:980:12: note: in expansion of macro ‘TclGetStringFromObj

element = TclGetStringFromObj(objPtr, &length);


external/tcl/tclInt.h:1804:21: warning: the address of ‘elemLength’ will always evaluate as ‘true’ [-Waddress]

((lengthPtr)? \


external/tcl/tclUtil.c:1010:16: note: in expansion of macro ‘TclGetStringFromObj

element = TclGetStringFromObj(objPtr, &elemLength);


In file included from external/tcl/tclInt.h:33:0,

from external/tcl/tclUtil.c:16:

external/tcl/tclUtil.c: In function ‘Tcl_AppendResult’:
external/tcl/tcl.h:156:69: warning: right-hand operand of comma expression has no effect [-Wunused-value]

# define TCL_VARARGS_START(type, name, list) (va_start(list, name), name)


external/tcl/tclUtil.c:1483:5: note: in expansion of macro ‘TCL_VARARGS_START’

TCL_VARARGS_START(Tcl_Interp *,arg1,argList);

In file included from external/tcl/tclUtil.c:16:0:
external/tcl/tclUtil.c: In function ‘TclGetIntForIndex’:
external/tcl/tclInt.h:1804:21: warning: the address of ‘length’ will always evaluate as ‘true’ [-Waddress]

((lengthPtr)? \


external/tcl/tclUtil.c:2578:13: note: in expansion of macro ‘TclGetStringFromObj

bytes = TclGetStringFromObj(objPtr, &length);


In file included from external/tcl/tclVar.c:20:0:
external/tcl/tclVar.c: In function ‘Tcl_LappendObjCmd’:
external/tcl/tclInt.h:1804:21: warning: the address of ‘nameBytes’ will always evaluate as ‘true’ [-Waddress]

((lengthPtr)? \


external/tcl/tclVar.c:2748:13: note: in expansion of macro ‘TclGetStringFromObj

name = TclGetStringFromObj(objv[1], &nameBytes);


Compiling external/PUPPI/PuppiAlgo.cc
Compiling external/fastjet/BasicRandom.cc

make: Circular external/fastjet/JetDefinition.hh <- external/fastjet/ClusterSequence.hh dependency dropped.

Compiling external/fastjet/ClosestPair2D.cc
Compiling external/fastjet/ClusterSequence_N2.cc
Compiling external/fastjet/CompositeJetStructure.cc

In file included from external/fastjet/internal/ClusterSequence_N2.icc:4:0,

from external/fastjet/ClusterSequence_N2.cc:36:

external/fastjet/ClusterSequence.hh:371:44: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]

inline void plugin_associate_extras(std::auto_ptr<Extras> extras_in){


In file included from /usr/include/c++/5/memory:81:0,

from external/fastjet/ClusterSequence.hh:38,
from external/fastjet/internal/ClusterSequence_N2.icc:4,
from external/fastjet/ClusterSequence_N2.cc:36:

/usr/include/c++/5/bits/unique_ptr.h:49:28: note: declared here

template<typename> class auto_ptr;


In file included from external/fastjet/JetDefinition.hh:657:0,

from external/fastjet/CompositeJetStructure.hh:39,
from external/fastjet/CompositeJetStructure.cc:31:

external/fastjet/ClusterSequence.hh:371:44: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]

inline void plugin_associate_extras(std::auto_ptr<Extras> extras_in){


In file included from /usr/include/c++/5/memory:81:0,

from external/fastjet/JetDefinition.hh:39,
from external/fastjet/CompositeJetStructure.hh:39,
from external/fastjet/CompositeJetStructure.cc:31:

/usr/include/c++/5/bits/unique_ptr.h:49:28: note: declared here

template<typename> class auto_ptr;


Compiling external/fastjet/FunctionOfPseudoJet.cc
Compiling external/fastjet/LimitedWarning.cc
Compiling external/fastjet/MinHeap.cc
Compiling external/fastjet/Voronoi.cc
Compiling external/fastjet/contribs/Nsubjettiness/AxesDefinition.cc
Compiling external/fastjet/contribs/Nsubjettiness/ExtraRecombiners.cc
Compiling external/fastjet/contribs/Nsubjettiness/MeasureDefinition.cc
Compiling external/fastjet/contribs/Nsubjettiness/Njettiness.cc

In file included from external/fastjet/contribs/Nsubjettiness/TauComponents.hh:29:0,

from external/fastjet/contribs/Nsubjettiness/MeasureDefinition.hh:34,
from external/fastjet/contribs/Nsubjettiness/AxesDefinition.hh:29,
from external/fastjet/contribs/Nsubjettiness/AxesDefinition.cc:25:

external/fastjet/ClusterSequence.hh:371:44: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]

inline void plugin_associate_extras(std::auto_ptr<Extras> extras_in){


In file included from /usr/include/c++/5/memory:81:0,

from external/fastjet/ClusterSequence.hh:38,
from external/fastjet/contribs/Nsubjettiness/TauComponents.hh:29,
from external/fastjet/contribs/Nsubjettiness/MeasureDefinition.hh:34,
from external/fastjet/contribs/Nsubjettiness/AxesDefinition.hh:29,
from external/fastjet/contribs/Nsubjettiness/AxesDefinition.cc:25:

/usr/include/c++/5/bits/unique_ptr.h:49:28: note: declared here

template<typename> class auto_ptr;


In file included from external/fastjet/JetDefinition.hh:657:0,

from external/fastjet/contribs/Nsubjettiness/ExtraRecombiners.hh:29,
from external/fastjet/contribs/Nsubjettiness/ExtraRecombiners.cc:25:

external/fastjet/ClusterSequence.hh:371:44: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]

inline void plugin_associate_extras(std::auto_ptr<Extras> extras_in){


In file included from /usr/include/c++/5/memory:81:0,

from external/fastjet/JetDefinition.hh:39,
from external/fastjet/contribs/Nsubjettiness/ExtraRecombiners.hh:29,
from external/fastjet/contribs/Nsubjettiness/ExtraRecombiners.cc:25:

/usr/include/c++/5/bits/unique_ptr.h:49:28: note: declared here

template<typename> class auto_ptr;


In file included from external/fastjet/contribs/Nsubjettiness/TauComponents.hh:29:0,

from external/fastjet/contribs/Nsubjettiness/MeasureDefinition.hh:34,
from external/fastjet/contribs/Nsubjettiness/MeasureDefinition.cc:27:

external/fastjet/ClusterSequence.hh:371:44: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]

inline void plugin_associate_extras(std::auto_ptr<Extras> extras_in){


In file included from /usr/include/c++/5/memory:81:0,

from external/fastjet/ClusterSequence.hh:38,
from external/fastjet/contribs/Nsubjettiness/TauComponents.hh:29,
from external/fastjet/contribs/Nsubjettiness/MeasureDefinition.hh:34,
from external/fastjet/contribs/Nsubjettiness/MeasureDefinition.cc:27:

/usr/include/c++/5/bits/unique_ptr.h:49:28: note: declared here

template<typename> class auto_ptr;


Compiling external/fastjet/contribs/Nsubjettiness/NjettinessPlugin.cc

In file included from external/fastjet/contribs/Nsubjettiness/TauComponents.hh:29:0,

from external/fastjet/contribs/Nsubjettiness/MeasureDefinition.hh:34,
from external/fastjet/contribs/Nsubjettiness/Njettiness.hh:29,
from external/fastjet/contribs/Nsubjettiness/Njettiness.cc:25:

external/fastjet/ClusterSequence.hh:371:44: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]

inline void plugin_associate_extras(std::auto_ptr<Extras> extras_in){


In file included from /usr/include/c++/5/memory:81:0,

from external/fastjet/ClusterSequence.hh:38,
from external/fastjet/contribs/Nsubjettiness/TauComponents.hh:29,
from external/fastjet/contribs/Nsubjettiness/MeasureDefinition.hh:34,
from external/fastjet/contribs/Nsubjettiness/Njettiness.hh:29,
from external/fastjet/contribs/Nsubjettiness/Njettiness.cc:25:

/usr/include/c++/5/bits/unique_ptr.h:49:28: note: declared here

template<typename> class auto_ptr;


Compiling external/fastjet/contribs/Nsubjettiness/Nsubjettiness.cc

In file included from external/fastjet/contribs/Nsubjettiness/TauComponents.hh:29:0,

from external/fastjet/contribs/Nsubjettiness/MeasureDefinition.hh:34,
from external/fastjet/contribs/Nsubjettiness/Njettiness.hh:29,
from external/fastjet/contribs/Nsubjettiness/NjettinessPlugin.hh:30,
from external/fastjet/contribs/Nsubjettiness/NjettinessPlugin.cc:25:

external/fastjet/ClusterSequence.hh:371:44: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]

inline void plugin_associate_extras(std::auto_ptr<Extras> extras_in){


In file included from /usr/include/c++/5/memory:81:0,

from external/fastjet/ClusterSequence.hh:38,
from external/fastjet/contribs/Nsubjettiness/TauComponents.hh:29,
from external/fastjet/contribs/Nsubjettiness/MeasureDefinition.hh:34,
from external/fastjet/contribs/Nsubjettiness/Njettiness.hh:29,
from external/fastjet/contribs/Nsubjettiness/NjettinessPlugin.hh:30,
from external/fastjet/contribs/Nsubjettiness/NjettinessPlugin.cc:25:

/usr/include/c++/5/bits/unique_ptr.h:49:28: note: declared here

template<typename> class auto_ptr;


In file included from external/fastjet/contribs/Nsubjettiness/TauComponents.hh:29:0,

from external/fastjet/contribs/Nsubjettiness/MeasureDefinition.hh:34,
from external/fastjet/contribs/Nsubjettiness/Njettiness.hh:29,
from external/fastjet/contribs/Nsubjettiness/Nsubjettiness.hh:30,
from external/fastjet/contribs/Nsubjettiness/Nsubjettiness.cc:25:

external/fastjet/ClusterSequence.hh:371:44: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]

inline void plugin_associate_extras(std::auto_ptr<Extras> extras_in){


In file included from /usr/include/c++/5/memory:81:0,

from external/fastjet/ClusterSequence.hh:38,
from external/fastjet/contribs/Nsubjettiness/TauComponents.hh:29,
from external/fastjet/contribs/Nsubjettiness/MeasureDefinition.hh:34,
from external/fastjet/contribs/Nsubjettiness/Njettiness.hh:29,
from external/fastjet/contribs/Nsubjettiness/Nsubjettiness.hh:30,
from external/fastjet/contribs/Nsubjettiness/Nsubjettiness.cc:25:

/usr/include/c++/5/bits/unique_ptr.h:49:28: note: declared here

template<typename> class auto_ptr;


Compiling external/fastjet/contribs/Nsubjettiness/TauComponents.cc
Compiling external/fastjet/contribs/Nsubjettiness/XConePlugin.cc
Compiling external/fastjet/contribs/RecursiveTools/Recluster.cc

In file included from external/fastjet/contribs/Nsubjettiness/TauComponents.hh:29:0,

from external/fastjet/contribs/Nsubjettiness/TauComponents.cc:25:

external/fastjet/ClusterSequence.hh:371:44: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]

inline void plugin_associate_extras(std::auto_ptr<Extras> extras_in){


In file included from /usr/include/c++/5/memory:81:0,

from external/fastjet/ClusterSequence.hh:38,
from external/fastjet/contribs/Nsubjettiness/TauComponents.hh:29,
from external/fastjet/contribs/Nsubjettiness/TauComponents.cc:25:

/usr/include/c++/5/bits/unique_ptr.h:49:28: note: declared here

template<typename> class auto_ptr;


Compiling external/fastjet/contribs/RecursiveTools/SoftDrop.cc

In file included from external/fastjet/contribs/Nsubjettiness/TauComponents.hh:29:0,

from external/fastjet/contribs/Nsubjettiness/MeasureDefinition.hh:34,
from external/fastjet/contribs/Nsubjettiness/Njettiness.hh:29,
from external/fastjet/contribs/Nsubjettiness/NjettinessPlugin.hh:30,
from external/fastjet/contribs/Nsubjettiness/XConePlugin.hh:30,
from external/fastjet/contribs/Nsubjettiness/XConePlugin.cc:25:

external/fastjet/ClusterSequence.hh:371:44: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]

inline void plugin_associate_extras(std::auto_ptr<Extras> extras_in){


In file included from /usr/include/c++/5/memory:81:0,

from external/fastjet/ClusterSequence.hh:38,
from external/fastjet/contribs/Nsubjettiness/TauComponents.hh:29,
from external/fastjet/contribs/Nsubjettiness/MeasureDefinition.hh:34,
from external/fastjet/contribs/Nsubjettiness/Njettiness.hh:29,
from external/fastjet/contribs/Nsubjettiness/NjettinessPlugin.hh:30,
from external/fastjet/contribs/Nsubjettiness/XConePlugin.hh:30,
from external/fastjet/contribs/Nsubjettiness/XConePlugin.cc:25:

/usr/include/c++/5/bits/unique_ptr.h:49:28: note: declared here

template<typename> class auto_ptr;


In file included from external/fastjet/JetDefinition.hh:657:0,

from external/fastjet/contribs/RecursiveTools/Recluster.hh:25,
from external/fastjet/contribs/RecursiveTools/Recluster.cc:22:

external/fastjet/ClusterSequence.hh:371:44: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]

inline void plugin_associate_extras(std::auto_ptr<Extras> extras_in){


In file included from /usr/include/c++/5/memory:81:0,

from external/fastjet/JetDefinition.hh:39,
from external/fastjet/contribs/RecursiveTools/Recluster.hh:25,
from external/fastjet/contribs/RecursiveTools/Recluster.cc:22:

/usr/include/c++/5/bits/unique_ptr.h:49:28: note: declared here

template<typename> class auto_ptr;


Compiling external/fastjet/contribs/SoftKiller/SoftKiller.cc

In file included from external/fastjet/JetDefinition.hh:657:0,

from external/fastjet/contribs/RecursiveTools/Recluster.hh:25,
from external/fastjet/contribs/RecursiveTools/RecursiveSymmetryCutBase.hh:30,
from external/fastjet/contribs/RecursiveTools/SoftDrop.hh:27,
from external/fastjet/contribs/RecursiveTools/SoftDrop.cc:24:

external/fastjet/ClusterSequence.hh:371:44: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]

inline void plugin_associate_extras(std::auto_ptr<Extras> extras_in){


In file included from /usr/include/c++/5/memory:81:0,

from external/fastjet/JetDefinition.hh:39,
from external/fastjet/contribs/RecursiveTools/Recluster.hh:25,
from external/fastjet/contribs/RecursiveTools/RecursiveSymmetryCutBase.hh:30,
from external/fastjet/contribs/RecursiveTools/SoftDrop.hh:27,
from external/fastjet/contribs/RecursiveTools/SoftDrop.cc:24:

/usr/include/c++/5/bits/unique_ptr.h:49:28: note: declared here

template<typename> class auto_ptr;


Compiling external/fastjet/contribs/ValenciaPlugin/ValenciaPlugin.cc
Compiling external/fastjet/plugins/ATLASCone/Jet.cc
Compiling external/fastjet/plugins/ATLASCone/JetConeFinderTool.cc

In file included from external/fastjet/JetDefinition.hh:657:0,

from external/fastjet/contribs/ValenciaPlugin/ValenciaPlugin.hh:26,
from external/fastjet/contribs/ValenciaPlugin/ValenciaPlugin.cc:22:

external/fastjet/ClusterSequence.hh:371:44: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]

inline void plugin_associate_extras(std::auto_ptr<Extras> extras_in){


In file included from /usr/include/c++/5/memory:81:0,

from external/fastjet/JetDefinition.hh:39,
from external/fastjet/contribs/ValenciaPlugin/ValenciaPlugin.hh:26,
from external/fastjet/contribs/ValenciaPlugin/ValenciaPlugin.cc:22:

/usr/include/c++/5/bits/unique_ptr.h:49:28: note: declared here

template<typename> class auto_ptr;


Compiling external/fastjet/plugins/ATLASCone/JetSplitMergeTool.cc
Compiling external/fastjet/plugins/CDFCones/JetCluAlgorithm.cc
Compiling external/fastjet/plugins/CDFCones/MidPointAlgorithm.cc
Compiling external/fastjet/plugins/SISCone/area.cc

In file included from external/fastjet/plugins/SISCone/siscone.h:32:0,

from external/fastjet/plugins/SISCone/area.h:32,
from external/fastjet/plugins/SISCone/area.cc:28:

external/fastjet/plugins/SISCone/split_merge.h:451:8: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]

std::auto_ptr<std::multiset<Cjet,Csplit_merge_ptcomparison> > candidates;


In file included from /usr/include/c++/5/memory:81:0,

from external/fastjet/plugins/SISCone/split_merge.h:38,
from external/fastjet/plugins/SISCone/siscone.h:32,
from external/fastjet/plugins/SISCone/area.h:32,
from external/fastjet/plugins/SISCone/area.cc:28:

/usr/include/c++/5/bits/unique_ptr.h:49:28: note: declared here

template<typename> class auto_ptr;


Compiling external/fastjet/plugins/SISCone/geom_2d.cc
Compiling external/fastjet/plugins/SISCone/hash.cc
Compiling external/fastjet/plugins/SISCone/momentum.cc
Compiling external/fastjet/plugins/SISCone/protocones.cc
Compiling external/fastjet/plugins/SISCone/quadtree.cc
Compiling external/fastjet/plugins/SISCone/ranlux.cc
Compiling external/fastjet/plugins/SISCone/reference.cc
Compiling external/fastjet/plugins/SISCone/siscone.cc
Compiling external/fastjet/plugins/SISCone/siscone_error.cc
Compiling external/fastjet/plugins/SISCone/split_merge.cc
Compiling external/fastjet/plugins/SISCone/vicinity.cc

In file included from external/fastjet/plugins/SISCone/siscone.h:32:0,

from external/fastjet/plugins/SISCone/siscone.cc:31:

external/fastjet/plugins/SISCone/split_merge.h:451:8: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]

std::auto_ptr<std::multiset<Cjet,Csplit_merge_ptcomparison> > candidates;


In file included from /usr/include/c++/5/memory:81:0,

from external/fastjet/plugins/SISCone/split_merge.h:38,
from external/fastjet/plugins/SISCone/siscone.h:32,
from external/fastjet/plugins/SISCone/siscone.cc:31:

/usr/include/c++/5/bits/unique_ptr.h:49:28: note: declared here

template<typename> class auto_ptr;


In file included from external/fastjet/plugins/SISCone/split_merge.cc:27:0:
external/fastjet/plugins/SISCone/split_merge.h:451:8: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]

std::auto_ptr<std::multiset<Cjet,Csplit_merge_ptcomparison> > candidates;


In file included from /usr/include/c++/5/memory:81:0,

from external/fastjet/plugins/SISCone/split_merge.h:38,
from external/fastjet/plugins/SISCone/split_merge.cc:27:

/usr/include/c++/5/bits/unique_ptr.h:49:28: note: declared here

template<typename> class auto_ptr;


Compiling external/fastjet/tools/BackgroundEstimatorBase.cc
Compiling external/fastjet/tools/CASubJetTagger.cc
Compiling external/fastjet/tools/Filter.cc

In file included from external/fastjet/ClusterSequenceAreaBase.hh:34:0,

from external/fastjet/tools/BackgroundEstimatorBase.hh:34,
from external/fastjet/tools/BackgroundEstimatorBase.cc:32:

external/fastjet/ClusterSequence.hh:371:44: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]

inline void plugin_associate_extras(std::auto_ptr<Extras> extras_in){


In file included from /usr/include/c++/5/memory:81:0,

from external/fastjet/ClusterSequence.hh:38,
from external/fastjet/ClusterSequenceAreaBase.hh:34,
from external/fastjet/tools/BackgroundEstimatorBase.hh:34,
from external/fastjet/tools/BackgroundEstimatorBase.cc:32:

/usr/include/c++/5/bits/unique_ptr.h:49:28: note: declared here

template<typename> class auto_ptr;


In file included from external/fastjet/tools/CASubJetTagger.cc:32:0:
external/fastjet/ClusterSequence.hh:371:44: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]

inline void plugin_associate_extras(std::auto_ptr<Extras> extras_in){


In file included from /usr/include/c++/5/memory:81:0,

from external/fastjet/ClusterSequence.hh:38,
from external/fastjet/tools/CASubJetTagger.cc:32:

/usr/include/c++/5/bits/unique_ptr.h:49:28: note: declared here

template<typename> class auto_ptr;


Compiling external/fastjet/tools/JHTopTagger.cc

In file included from external/fastjet/tools/Filter.hh:34:0,

from external/fastjet/tools/Filter.cc:31:

external/fastjet/ClusterSequence.hh:371:44: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]

inline void plugin_associate_extras(std::auto_ptr<Extras> extras_in){


In file included from /usr/include/c++/5/memory:81:0,

from external/fastjet/ClusterSequence.hh:38,
from external/fastjet/tools/Filter.hh:34,
from external/fastjet/tools/Filter.cc:31:

/usr/include/c++/5/bits/unique_ptr.h:49:28: note: declared here

template<typename> class auto_ptr;


Compiling external/fastjet/tools/JetMedianBackgroundEstimator.cc
Compiling external/fastjet/tools/MassDropTagger.cc

In file included from external/fastjet/JetDefinition.hh:657:0,

from external/fastjet/CompositeJetStructure.hh:39,
from external/fastjet/tools/JHTopTagger.hh:36,
from external/fastjet/tools/JHTopTagger.cc:31:

external/fastjet/ClusterSequence.hh:371:44: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]

inline void plugin_associate_extras(std::auto_ptr<Extras> extras_in){


In file included from /usr/include/c++/5/memory:81:0,

from external/fastjet/JetDefinition.hh:39,
from external/fastjet/CompositeJetStructure.hh:39,
from external/fastjet/tools/JHTopTagger.hh:36,
from external/fastjet/tools/JHTopTagger.cc:31:

/usr/include/c++/5/bits/unique_ptr.h:49:28: note: declared here

template<typename> class auto_ptr;


In file included from external/fastjet/ClusterSequenceAreaBase.hh:34:0,

from external/fastjet/tools/JetMedianBackgroundEstimator.hh:34,
from external/fastjet/tools/JetMedianBackgroundEstimator.cc:31:

external/fastjet/ClusterSequence.hh:371:44: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]

inline void plugin_associate_extras(std::auto_ptr<Extras> extras_in){


In file included from /usr/include/c++/5/memory:81:0,

from external/fastjet/ClusterSequence.hh:38,
from external/fastjet/ClusterSequenceAreaBase.hh:34,
from external/fastjet/tools/JetMedianBackgroundEstimator.hh:34,
from external/fastjet/tools/JetMedianBackgroundEstimator.cc:31:

/usr/include/c++/5/bits/unique_ptr.h:49:28: note: declared here

template<typename> class auto_ptr;


Compiling external/fastjet/tools/Recluster.cc

In file included from external/fastjet/tools/MassDropTagger.cc:32:0:
external/fastjet/ClusterSequence.hh:371:44: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]

inline void plugin_associate_extras(std::auto_ptr<Extras> extras_in){


In file included from /usr/include/c++/5/memory:81:0,

from external/fastjet/ClusterSequence.hh:38,
from external/fastjet/tools/MassDropTagger.cc:32:

/usr/include/c++/5/bits/unique_ptr.h:49:28: note: declared here

template<typename> class auto_ptr;


Compiling external/fastjet/tools/RestFrameNSubjettinessTagger.cc
Compiling external/fastjet/tools/Subtractor.cc

In file included from external/fastjet/JetDefinition.hh:657:0,

from external/fastjet/tools/Recluster.hh:25,
from external/fastjet/tools/Recluster.cc:22:

external/fastjet/ClusterSequence.hh:371:44: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]

inline void plugin_associate_extras(std::auto_ptr<Extras> extras_in){


In file included from /usr/include/c++/5/memory:81:0,

from external/fastjet/JetDefinition.hh:39,
from external/fastjet/tools/Recluster.hh:25,
from external/fastjet/tools/Recluster.cc:22:

/usr/include/c++/5/bits/unique_ptr.h:49:28: note: declared here

template<typename> class auto_ptr;


In file included from external/fastjet/JetDefinition.hh:657:0,

from external/fastjet/tools/RestFrameNSubjettinessTagger.hh:35,
from external/fastjet/tools/RestFrameNSubjettinessTagger.cc:31:

external/fastjet/ClusterSequence.hh:371:44: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]

inline void plugin_associate_extras(std::auto_ptr<Extras> extras_in){


In file included from /usr/include/c++/5/memory:81:0,

from external/fastjet/JetDefinition.hh:39,
from external/fastjet/tools/RestFrameNSubjettinessTagger.hh:35,
from external/fastjet/tools/RestFrameNSubjettinessTagger.cc:31:

/usr/include/c++/5/bits/unique_ptr.h:49:28: note: declared here

template<typename> class auto_ptr;


In file included from external/fastjet/ClusterSequenceAreaBase.hh:34:0,

from external/fastjet/tools/BackgroundEstimatorBase.hh:34,
from external/fastjet/tools/Subtractor.hh:36,
from external/fastjet/tools/Subtractor.cc:31:

external/fastjet/ClusterSequence.hh:371:44: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]

inline void plugin_associate_extras(std::auto_ptr<Extras> extras_in){


In file included from /usr/include/c++/5/memory:81:0,

from external/fastjet/ClusterSequence.hh:38,
from external/fastjet/ClusterSequenceAreaBase.hh:34,
from external/fastjet/tools/BackgroundEstimatorBase.hh:34,
from external/fastjet/tools/Subtractor.hh:36,
from external/fastjet/tools/Subtractor.cc:31:

/usr/include/c++/5/bits/unique_ptr.h:49:28: note: declared here

template<typename> class auto_ptr;


Compiling external/fastjet/tools/TopTaggerBase.cc
Copying ExRootAnalysisDict_rdict.pcm
Compiling converters/hepmc2pileup.cpp
Compiling converters/pileup2root.cpp
Compiling converters/root2lhco.cpp
Compiling converters/root2pileup.cpp
Compiling converters/stdhep2pileup.cpp
Compiling examples/CaloGrid.cpp

converters/root2lhco.cpp: In member function ‘void LHCOWriter::AnalyseTauJets()’:
converters/root2lhco.cpp:340:10: warning: unused variable ‘track’ [-Wunused-variable]

Track *track;


Compiling examples/Example1.cpp
Compiling validation/DelphesValidation.cpp
Generating tmp/classes/ClassesDict.cc
Compiling tmp/external/ExRootAnalysis/ExRootAnalysisDict.cc
Compiling modules/AngularSmearing.cc

validation/DelphesValidation.cpp: In function ‘void DelphesValidation(const char*, const char*, const char*, const char*, const char*, const char*, const char*, const char*, const char*, const char*, const char*)’:
validation/DelphesValidation.cpp:1529:17: warning: unused variable ‘branchParticleBJet’ [-Wunused-variable]

TClonesArray *branchParticleBJet = treeReaderBJet->UseBranch("Particle");


validation/DelphesValidation.cpp:1532:17: warning: unused variable ‘branchParticleCJet’ [-Wunused-variable]

TClonesArray *branchParticleCJet = treeReaderCJet->UseBranch("Particle");


Compiling modules/BTagging.cc
Compiling modules/BeamSpotFilter.cc
Compiling modules/Calorimeter.cc
Compiling modules/Cloner.cc
Compiling modules/ConstituentFilter.cc
Compiling modules/Delphes.cc
Compiling modules/DenseTrackFilter.cc
Compiling modules/Efficiency.cc
Compiling modules/EnergyScale.cc
Compiling modules/EnergySmearing.cc
Compiling modules/ExampleModule.cc
Compiling modules/Hector.cc
Compiling modules/IdentificationMap.cc
Compiling modules/ImpactParameterSmearing.cc
Compiling modules/Isolation.cc
Compiling modules/JetFakeParticle.cc
Compiling modules/JetFlavorAssociation.cc
Compiling modules/JetPileUpSubtractor.cc
Compiling modules/LeptonDressing.cc
Compiling modules/Merger.cc
Compiling modules/MomentumSmearing.cc
Compiling modules/OldCalorimeter.cc
Compiling modules/ParticlePropagator.cc
Compiling modules/PdgCodeFilter.cc
Compiling modules/PhotonConversions.cc

modules/OldCalorimeter.cc: In member function ‘virtual void OldCalorimeter::Init()’:
modules/OldCalorimeter.cc:91:51: warning: variable ‘sizeFractions’ set but not used [-Wunused-but-set-variable]

Long_t i, j, k, size, sizeEtaBins, sizePhiBins, sizeFractions;


Compiling modules/PileUpJetID.cc

modules/ParticlePropagator.cc: In member function ‘virtual void ParticlePropagator::Process()’:
modules/ParticlePropagator.cc:138:22: warning: variable ‘bsz’ set but not used [-Wunused-but-set-variable]

Double_t bsx, bsy, bsz;


Compiling modules/PileUpMerger.cc
Compiling modules/RecoPuFilter.cc
Compiling modules/SimpleCalorimeter.cc

modules/PileUpJetID.cc: In member function ‘virtual void PileUpJetID::Process()’:
modules/PileUpJetID.cc:166:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]

for (int i = 0 ; i < constituent->ECalEnergyTimePairs.size() ; i++) {


Compiling modules/StatusPidFilter.cc

modules/RecoPuFilter.cc: In member function ‘virtual void RecoPuFilter::Init()’:
modules/RecoPuFilter.cc:72:10: warning: unused variable ‘i’ [-Wunused-variable]

Size_t i, size;


modules/RecoPuFilter.cc:72:13: warning: unused variable ‘size’ [-Wunused-variable]

Size_t i, size;


modules/RecoPuFilter.cc: In member function ‘virtual void RecoPuFilter::Process()’:
modules/RecoPuFilter.cc:94:9: warning: unused variable ‘pdgCode’ [-Wunused-variable]

Int_t pdgCode;


modules/RecoPuFilter.cc:95:10: warning: unused variable ‘pass’ [-Wunused-variable]

Bool_t pass;


modules/RecoPuFilter.cc:96:12: warning: unused variable ‘pt’ [-Wunused-variable]

Double_t pt;


Compiling modules/TaggingParticlesSkimmer.cc
Compiling modules/TauTagging.cc
Compiling modules/TimeSmearing.cc
Compiling modules/TrackCountingBTagging.cc

In file included from modules/TaggingParticlesSkimmer.cc:30:0:
./modules/TaggingParticlesSkimmer.h: In constructor ‘TaggingParticlesSkimmer::TaggingParticlesSkimmer()’:
./modules/TaggingParticlesSkimmer.h:61:14: warning: ‘TaggingParticlesSkimmer::fItPartonInputArray’ will be initialized after [-Wreorder]

TIterator *fItPartonInputArray; !


./modules/TaggingParticlesSkimmer.h:59:17: warning: ‘ExRootFilter* TaggingParticlesSkimmer::fFilter’ [-Wreorder]

ExRootFilter *fFilter;


modules/TaggingParticlesSkimmer.cc:59:1: warning: when initialized here [-Wreorder]

TaggingParticlesSkimmer::TaggingParticlesSkimmer() :

In file included from modules/TaggingParticlesSkimmer.cc:30:0:
./modules/TaggingParticlesSkimmer.h:59:17: warning: ‘TaggingParticlesSkimmer::fFilter’ will be initialized after [-Wreorder]

ExRootFilter *fFilter;


./modules/TaggingParticlesSkimmer.h:57:31: warning: ‘TauTaggingPartonClassifier* TaggingParticlesSkimmer::fClassifier’ [-Wreorder]

TauTaggingPartonClassifier *fClassifier; !


modules/TaggingParticlesSkimmer.cc:59:1: warning: when initialized here [-Wreorder]

TaggingParticlesSkimmer::TaggingParticlesSkimmer() :

Compiling modules/TrackCountingTauTagging.cc
Compiling modules/TrackPileUpSubtractor.cc
Compiling modules/TrackSmearing.cc

modules/TrackCountingTauTagging.cc: In member function ‘virtual void TrackCountingTauTagging::Process()’:
modules/TrackCountingTauTagging.cc:211:9: warning: variable ‘pdgCode’ set but not used [-Wunused-but-set-variable]

Int_t pdgCode, charge, i, identifier;


Compiling modules/TreeWriter.cc
Compiling modules/UniqueObjectFinder.cc
Compiling modules/VertexFinder.cc

modules/TreeWriter.cc: In member function ‘void TreeWriter::ProcessTracks(ExRootTreeBranch*, TObjArray*)’:
modules/TreeWriter.cc:319:38: warning: variable ‘rapidity’ set but not used [-Wunused-but-set-variable]

Double_t pt, signz, cosTheta, eta, rapidity, p, ctgTheta, phi;


modules/TreeWriter.cc: In member function ‘void TreeWriter::ProcessTowers(ExRootTreeBranch*, TObjArray*)’:
modules/TreeWriter.cc:406:39: warning: variable ‘rapidity’ set but not used [-Wunused-but-set-variable]

Double_t pt, signPz, cosTheta, eta, rapidity;


modules/TreeWriter.cc: In member function ‘void TreeWriter::ProcessPhotons(ExRootTreeBranch*, TObjArray*)’:
modules/TreeWriter.cc:452:39: warning: variable ‘rapidity’ set but not used [-Wunused-but-set-variable]

Double_t pt, signPz, cosTheta, eta, rapidity;


modules/TreeWriter.cc: In member function ‘void TreeWriter::ProcessElectrons(ExRootTreeBranch*, TObjArray*)’:
modules/TreeWriter.cc:503:39: warning: variable ‘rapidity’ set but not used [-Wunused-but-set-variable]

Double_t pt, signPz, cosTheta, eta, rapidity;


modules/TreeWriter.cc: In member function ‘void TreeWriter::ProcessMuons(ExRootTreeBranch*, TObjArray*)’:
modules/TreeWriter.cc:554:39: warning: variable ‘rapidity’ set but not used [-Wunused-but-set-variable]

Double_t pt, signPz, cosTheta, eta, rapidity;


modules/TreeWriter.cc: In member function ‘void TreeWriter::ProcessJets(ExRootTreeBranch*, TObjArray*)’:
modules/TreeWriter.cc:606:39: warning: variable ‘rapidity’ set but not used [-Wunused-but-set-variable]

Double_t pt, signPz, cosTheta, eta, rapidity;


Compiling modules/VertexFinderDA4D.cc
Compiling modules/VertexSorter.cc
Compiling modules/Weighter.cc

modules/VertexFinderDA4D.cc: In member function ‘std::vector<Candidate*> VertexFinderDA4D::vertices()’:
modules/VertexFinderDA4D.cc:349:22: warning: variable ‘l’ set but not used [-Wunused-but-set-variable]

Double_t z, dz, t, l, dt, d0, d0error;


modules/VertexFinderDA4D.cc: In function ‘void dump(double, const std::vector<vertex_t>&, const std::vector<track_t>&)’:
modules/VertexFinderDA4D.cc:623:12: warning: unused variable ‘tz’ [-Wunused-variable]

double tz= tks[i].z;


modules/VertexFinderDA4D.cc:624:12: warning: unused variable ‘tt’ [-Wunused-variable]

double tt= tks[i].t;


Generating tmp/modules/FastJetDict.cc
Copying ClassesDict_rdict.pcm
Compiling converters/lhco2root.cpp

modules/VertexFinder.cc:86:15: warning: ‘Bool_t secondAscending(std::pair<unsigned int, double>, std::pair<unsigned int, double>)’ defined but not used [-Wunused-function]

static Bool_t secondAscending (pair<UInt_t, Double_t> pair0, pair<UInt_t, Double_t> pair1)


Compiling readers/DelphesHepMC.cpp
Compiling readers/DelphesLHEF.cpp
Compiling readers/DelphesROOT.cpp
Compiling readers/DelphesSTDHEP.cpp
Compiling tmp/classes/ClassesDict.cc
Generating tmp/modules/ModulesDict.cc

readers/DelphesROOT.cpp: In function ‘int main(int, char)’:
readers/DelphesROOT.cpp:129:5: warning: ‘maxEvents’ may be used uninitialized in this function [-Wmaybe-uninitialized]

if(maxEvents < 0)

Compiling tmp/modules/FastJetDict.cc
Compiling external/fastjet/Error.cc
Copying FastJetDict_rdict.pcm
Compiling external/fastjet/JetDefinition.cc
Compiling external/fastjet/RangeDefinition.cc

In file included from external/fastjet/JetDefinition.hh:657:0,

from external/fastjet/JetDefinition.cc:31:

external/fastjet/ClusterSequence.hh:371:44: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]

inline void plugin_associate_extras(std::auto_ptr<Extras> extras_in){


In file included from /usr/include/c++/5/memory:81:0,

from external/fastjet/JetDefinition.hh:39,
from external/fastjet/JetDefinition.cc:31:

/usr/include/c++/5/bits/unique_ptr.h:49:28: note: declared here

template<typename> class auto_ptr;


Compiling modules/RunPUPPI.cc
Copying ModulesDict_rdict.pcm
Compiling tmp/modules/ModulesDict.cc
Compiling external/fastjet/ClusterSequence_DumbN3.cc
Compiling external/fastjet/Dnn2piCylinder.cc
Compiling external/fastjet/Dnn3piCylinder.cc
Compiling external/fastjet/Dnn4piCylinder.cc
Compiling external/fastjet/DnnPlane.cc
Compiling external/fastjet/TilingExtent.cc

In file included from external/fastjet/ClusterSequence_DumbN3.cc:33:0:
external/fastjet/ClusterSequence.hh:371:44: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]

inline void plugin_associate_extras(std::auto_ptr<Extras> extras_in){


In file included from /usr/include/c++/5/memory:81:0,

from external/fastjet/ClusterSequence.hh:38,
from external/fastjet/ClusterSequence_DumbN3.cc:33:

/usr/include/c++/5/bits/unique_ptr.h:49:28: note: declared here

template<typename> class auto_ptr;


Compiling external/fastjet/plugins/ATLASCone/ATLASConePlugin.cc

In file included from external/fastjet/internal/TilingExtent.hh:4:0,

from external/fastjet/TilingExtent.cc:34:

external/fastjet/ClusterSequence.hh:371:44: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]

inline void plugin_associate_extras(std::auto_ptr<Extras> extras_in){


In file included from /usr/include/c++/5/bits/locale_conv.h:41:0,

from /usr/include/c++/5/locale:43,
from /usr/include/c++/5/iomanip:43,
from external/fastjet/TilingExtent.cc:31:

/usr/include/c++/5/bits/unique_ptr.h:49:28: note: declared here

template<typename> class auto_ptr;


Compiling external/fastjet/plugins/CDFCones/CDFJetCluPlugin.cc
Compiling external/fastjet/plugins/CDFCones/CDFMidPointPlugin.cc

In file included from external/fastjet/plugins/ATLASCone/ATLASConePlugin.cc:32:0:
external/fastjet/ClusterSequence.hh:371:44: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]

inline void plugin_associate_extras(std::auto_ptr<Extras> extras_in){


In file included from /usr/include/c++/5/memory:81:0,

from external/fastjet/ClusterSequence.hh:38,
from external/fastjet/plugins/ATLASCone/ATLASConePlugin.cc:32:

/usr/include/c++/5/bits/unique_ptr.h:49:28: note: declared here

template<typename> class auto_ptr;


In file included from external/fastjet/JetDefinition.hh:657:0,

from external/fastjet/plugins/CDFCones/fastjet/CDFJetCluPlugin.hh:34,
from external/fastjet/plugins/CDFCones/CDFJetCluPlugin.cc:31:

external/fastjet/ClusterSequence.hh:371:44: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]

inline void plugin_associate_extras(std::auto_ptr<Extras> extras_in){


In file included from /usr/include/c++/5/memory:81:0,

from external/fastjet/JetDefinition.hh:39,
from external/fastjet/plugins/CDFCones/fastjet/CDFJetCluPlugin.hh:34,
from external/fastjet/plugins/CDFCones/CDFJetCluPlugin.cc:31:

/usr/include/c++/5/bits/unique_ptr.h:49:28: note: declared here

template<typename> class auto_ptr;


In file included from external/fastjet/JetDefinition.hh:657:0,

from external/fastjet/plugins/CDFCones/fastjet/CDFMidPointPlugin.hh:34,
from external/fastjet/plugins/CDFCones/CDFMidPointPlugin.cc:31:

external/fastjet/ClusterSequence.hh:371:44: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]

inline void plugin_associate_extras(std::auto_ptr<Extras> extras_in){


In file included from /usr/include/c++/5/memory:81:0,

from external/fastjet/JetDefinition.hh:39,
from external/fastjet/plugins/CDFCones/fastjet/CDFMidPointPlugin.hh:34,
from external/fastjet/plugins/CDFCones/CDFMidPointPlugin.cc:31:

/usr/include/c++/5/bits/unique_ptr.h:49:28: note: declared here

template<typename> class auto_ptr;


Compiling external/fastjet/plugins/CMSIterativeCone/CMSIterativeConePlugin.cc

In file included from external/fastjet/plugins/CDFCones/PhysicsTower.hh:36:0,

from external/fastjet/plugins/CDFCones/JetCluAlgorithm.hh:24,
from external/fastjet/plugins/CDFCones/CDFJetCluPlugin.cc:37:

external/fastjet/plugins/CDFCones/CalTower.hh: In member function ‘virtual void fastjet::CDFJetCluPlugin::run_clustering(fastjet::ClusterSequence&) const’:
external/fastjet/plugins/CDFCones/CalTower.hh:72:36: warning: ‘*((void*)(& tower)+32).fastjet::cdf::CalTower::iEta’ may be used uninitialized in this function [-Wmaybe-uninitialized]

if ((iEta >= 8 && iEta < 14)
(iEta >= 38 && iEta < 44))


external/fastjet/plugins/CDFCones/CDFJetCluPlugin.cc:79:18: note: ‘*((void*)(& tower)+32).fastjet::cdf::CalTower::iEta’ was declared here

PhysicsTower tower(fourvect);


Compiling external/fastjet/plugins/D0RunICone/D0RunIBaseConePlugin.cc

In file included from external/fastjet/plugins/CDFCones/PhysicsTower.hh:36:0,

from external/fastjet/plugins/CDFCones/MidPointAlgorithm.hh:38,
from external/fastjet/plugins/CDFCones/CDFMidPointPlugin.cc:37:

external/fastjet/plugins/CDFCones/CalTower.hh: In member function ‘virtual void fastjet::CDFMidPointPlugin::run_clustering(fastjet::ClusterSequence&) const’:
external/fastjet/plugins/CDFCones/CalTower.hh:72:36: warning: ‘*((void*)(& tower)+32).fastjet::cdf::CalTower::iEta’ may be used uninitialized in this function [-Wmaybe-uninitialized]

if ((iEta >= 8 && iEta < 14)
(iEta >= 38 && iEta < 44))


external/fastjet/plugins/CDFCones/CDFMidPointPlugin.cc:101:18: note: ‘*((void*)(& tower)+32).fastjet::cdf::CalTower::iEta’ was declared here

PhysicsTower tower(fourvect);


Compiling external/fastjet/plugins/D0RunIICone/D0RunIIConePlugin.cc

In file included from external/fastjet/plugins/CMSIterativeCone/CMSIterativeConePlugin.cc:52:0:
external/fastjet/ClusterSequence.hh:371:44: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]

inline void plugin_associate_extras(std::auto_ptr<Extras> extras_in){


In file included from /usr/include/c++/5/memory:81:0,

from external/fastjet/ClusterSequence.hh:38,
from external/fastjet/plugins/CMSIterativeCone/CMSIterativeConePlugin.cc:52:

/usr/include/c++/5/bits/unique_ptr.h:49:28: note: declared here

template<typename> class auto_ptr;


In file included from external/fastjet/JetDefinition.hh:657:0,

from external/fastjet/plugins/D0RunICone/fastjet/D0RunIBaseConePlugin.hh:34,
from external/fastjet/plugins/D0RunICone/D0RunIBaseConePlugin.cc:38:

external/fastjet/ClusterSequence.hh:371:44: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]

inline void plugin_associate_extras(std::auto_ptr<Extras> extras_in){


In file included from /usr/include/c++/5/memory:81:0,

from external/fastjet/JetDefinition.hh:39,
from external/fastjet/plugins/D0RunICone/fastjet/D0RunIBaseConePlugin.hh:34,
from external/fastjet/plugins/D0RunICone/D0RunIBaseConePlugin.cc:38:

/usr/include/c++/5/bits/unique_ptr.h:49:28: note: declared here

template<typename> class auto_ptr;


In file included from external/fastjet/JetDefinition.hh:657:0,

from external/fastjet/plugins/D0RunIICone/fastjet/D0RunIIConePlugin.hh:34,
from external/fastjet/plugins/D0RunIICone/D0RunIIConePlugin.cc:31:

external/fastjet/ClusterSequence.hh:371:44: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]

inline void plugin_associate_extras(std::auto_ptr<Extras> extras_in){


In file included from /usr/include/c++/5/memory:81:0,

from external/fastjet/JetDefinition.hh:39,
from external/fastjet/plugins/D0RunIICone/fastjet/D0RunIIConePlugin.hh:34,
from external/fastjet/plugins/D0RunIICone/D0RunIIConePlugin.cc:31:

/usr/include/c++/5/bits/unique_ptr.h:49:28: note: declared here

template<typename> class auto_ptr;


Compiling external/fastjet/plugins/EECambridge/EECambridgePlugin.cc

In file included from external/fastjet/plugins/EECambridge/EECambridgePlugin.cc:32:0:
external/fastjet/ClusterSequence.hh:371:44: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]

inline void plugin_associate_extras(std::auto_ptr<Extras> extras_in){


In file included from /usr/include/c++/5/memory:81:0,

from external/fastjet/ClusterSequence.hh:38,
from external/fastjet/plugins/EECambridge/EECambridgePlugin.cc:32:

/usr/include/c++/5/bits/unique_ptr.h:49:28: note: declared here

template<typename> class auto_ptr;


Compiling external/fastjet/plugins/GridJet/GridJetPlugin.cc
Compiling external/fastjet/plugins/Jade/JadePlugin.cc
Compiling external/fastjet/plugins/NestedDefs/NestedDefsPlugin.cc

In file included from external/fastjet/plugins/GridJet/GridJetPlugin.cc:32:0:
external/fastjet/ClusterSequence.hh:371:44: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]

inline void plugin_associate_extras(std::auto_ptr<Extras> extras_in){


In file included from /usr/include/c++/5/memory:81:0,

from external/fastjet/ClusterSequence.hh:38,
from external/fastjet/plugins/GridJet/GridJetPlugin.cc:32:

/usr/include/c++/5/bits/unique_ptr.h:49:28: note: declared here

template<typename> class auto_ptr;


In file included from external/fastjet/plugins/Jade/JadePlugin.cc:32:0:
external/fastjet/ClusterSequence.hh:371:44: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]

inline void plugin_associate_extras(std::auto_ptr<Extras> extras_in){


In file included from /usr/include/c++/5/memory:81:0,

from external/fastjet/ClusterSequence.hh:38,
from external/fastjet/plugins/Jade/JadePlugin.cc:32:

/usr/include/c++/5/bits/unique_ptr.h:49:28: note: declared here

Change History (0)

Note: See TracTickets for help on using tickets.