Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /cvmfs/sft.cern.ch/lcg/releases/gcc/11.3.0-ad0f5/x86_64-centos8/bin/g++ -o "RivetSPSAnalyses.so" -shared -fPIC -I../include -I/build/jenkins/workspace/lcg_nightly_pipeline/install/dev4/hepmc3/3.2.7/x86_64-el8-gcc11-opt/include -DENABLE_HEPMC_3=true -I/usr/include -I/usr/include -I/build/jenkins/workspace/lcg_nightly_pipeline/install/dev4/MCGenerators/yoda/1.9.10/x86_64-el8-gcc11-opt/include -I/build/jenkins/workspace/lcg_nightly_pipeline/install/dev4/fastjet/3.4.1/x86_64-el8-gcc11-opt/include -I/build/jenkins/workspace/lcg_nightly_pipeline/install/dev4/fjcontrib/1.052/x86_64-el8-gcc11-opt/include -pedantic -Wall -Wno-long-long -Wno-format -Werror=uninitialized -Werror=delete-non-virtual-dtor -fopenmp -O2 -Wl,--no-as-needed -L../src/.libs -L/build/jenkins/workspace/lcg_nightly_pipeline/install/dev4/hepmc3/3.2.7/x86_64-el8-gcc11-opt/lib64 -L/build/jenkins/workspace/lcg_nightly_pipeline/install/dev4/MCGenerators/yoda/1.9.10/x86_64-el8-gcc11-opt/lib -L/cvmfs/sft-nightlies.cern.ch/lcg/latest/fastjet/3.4.1-5af57/x86_64-el8-gcc11-opt/lib -lfastjettools -lfastjet -lm -lfastjetplugins -lsiscone_spherical -lsiscone -L/cvmfs/sft.cern.ch/lcg/releases/gcc/11.3.0-ad0f5/x86_64-centos8/bin/../lib/gcc/x86_64-pc-linux-gnu/11.3.0 -L/cvmfs/sft.cern.ch/lcg/releases/gcc/11.3.0-ad0f5/x86_64-centos8/bin/../lib/gcc -L/cvmfs/sft.cern.ch/lcg/releases/gcc/11.3.0-ad0f5/x86_64-centos8/bin/../lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/cvmfs/sft.cern.ch/lcg/releases/gcc/11.3.0-ad0f5/x86_64-centos8/bin/../lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../.. -lgfortran -lm -lquadmath -L/build/jenkins/workspace/lcg_nightly_pipeline/install/dev4/fjcontrib/1.052/x86_64-el8-gcc11-opt/lib -lfastjetcontribfragile -lfastjettools -lRivet pluginSPS/NA49_2009_I818217.cc pluginSPS/UA1_1990_S2044935.cc pluginSPS/UA5_1987_S1640666.cc pluginSPS/NA60_2016_I1452485.cc pluginSPS/UA5_1989_S1926373.cc pluginSPS/NA22_1986_I18431.cc pluginSPS/UA5_1988_S1867512.cc pluginSPS/NA49_2006_I694016.cc pluginSPS/UA5_1986_S1583476.cc pluginSPS/UA5_1982_S875503.cc -I../include
- pluginATLAS/ATLAS_2023_I2663725.cc: In member function 'virtual void Rivet::ATLAS_2023_I2663725::init()':
- pluginATLAS/ATLAS_2023_I2663725.cc:43:7: error: 'VetoedFinalState' was not declared in this scope
- 43 | VetoedFinalState vfs;
- | ^~~~~~~~~~~~~~~~
- pluginATLAS/ATLAS_2023_I2663725.cc:44:7: error: 'vfs' was not declared in this scope; did you mean 'ffs'?
- 44 | vfs.addVetoOnThisFinalState(photon_fs);
- | ^~~
- | ffs
- pluginATLAS/ATLAS_2023_I2663725.cc:49:24: error: expected ';' before 'hadrons'
- 49 | VetoedFinalState hadrons(FinalState(Cuts::abseta < 4.4));
- | ^~~~~~~
- pluginATLAS/ATLAS_2023_I2663725.cc:50:7: error: 'hadrons' was not declared in this scope
- 50 | hadrons.addVetoOnThisFinalState(dressedelectron_fs);
- | ^~~~~~~
- pluginATLAS/ATLAS_2023_I2663725.cc: In member function 'virtual void Rivet::ATLAS_2023_I2663725::analyze(const Rivet::Event&)':
- pluginATLAS/ATLAS_2023_I2663725.cc:98:28: error: 'VetoedFinalState' was not declared in this scope
- 98 | Particles fs = apply<VetoedFinalState>(event, "isolatedFS").particles();
- | ^~~~~~~~~~~~~~~~
- pluginATLAS/ATLAS_2023_I2663725.cc:98:45: error: no matching function for call to 'Rivet::ATLAS_2023_I2663725::apply<<expression error> >(const Rivet::Event&, const char [11])'
- 98 | Particles fs = apply<VetoedFinalState>(event, "isolatedFS").particles();
- | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
- In file included from ../include/Rivet/Projection.hh:6,
- from ../include/Rivet/Event.hh:7,
- from ../include/Rivet/Analysis.hh:7,
- from pluginATLAS/ATLAS_2023_I2663725.cc:2:
- ../include/Rivet/ProjectionApplier.hh:96:5: note: candidate: 'template<class PROJ> std::enable_if_t<std::is_base_of<Rivet::Projection, PROJ>::value, const PROJ&> Rivet::ProjectionApplier::apply(const Rivet::Event&, const Rivet::Projection&) const'
- 96 | apply(const Event& evt, const Projection& proj) const { return applyProjection<PROJ>(evt, proj); }
- | ^~~~~
- ../include/Rivet/ProjectionApplier.hh:96:5: note: template argument deduction/substitution failed:
- pluginATLAS/ATLAS_2023_I2663725.cc:98:45: error: template argument 1 is invalid
- 98 | Particles fs = apply<VetoedFinalState>(event, "isolatedFS").particles();
- | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
- In file included from ../include/Rivet/Projection.hh:6,
- from ../include/Rivet/Event.hh:7,
- from ../include/Rivet/Analysis.hh:7,
- from pluginATLAS/ATLAS_2023_I2663725.cc:2:
- ../include/Rivet/ProjectionApplier.hh:111:5: note: candidate: 'template<class PROJ> std::enable_if_t<std::is_base_of<Rivet::Projection, PROJ>::value, const PROJ&> Rivet::ProjectionApplier::apply(const Rivet::Event&, const PROJ&) const'
- 111 | apply(const Event& evt, const PROJ& proj) const { return applyProjection<PROJ>(evt, proj); }
- | ^~~~~
- ../include/Rivet/ProjectionApplier.hh:111:5: note: template argument deduction/substitution failed:
- pluginATLAS/ATLAS_2023_I2663725.cc:98:45: error: template argument 1 is invalid
- 98 | Particles fs = apply<VetoedFinalState>(event, "isolatedFS").particles();
- | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
- In file included from ../include/Rivet/Projection.hh:6,
- from ../include/Rivet/Event.hh:7,
- from ../include/Rivet/Analysis.hh:7,
- from pluginATLAS/ATLAS_2023_I2663725.cc:2:
- ../include/Rivet/ProjectionApplier.hh:126:5: note: candidate: 'template<class PROJ> std::enable_if_t<std::is_base_of<Rivet::Projection, PROJ>::value, const PROJ&> Rivet::ProjectionApplier::apply(const Rivet::Event&, const string&) const'
- 126 | apply(const Event& evt, const std::string& name) const { return applyProjection<PROJ>(evt, name); }
- | ^~~~~
- ../include/Rivet/ProjectionApplier.hh:126:5: note: template argument deduction/substitution failed:
- pluginATLAS/ATLAS_2023_I2663725.cc:98:45: error: template argument 1 is invalid
- 98 | Particles fs = apply<VetoedFinalState>(event, "isolatedFS").particles();
- | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
- In file included from ../include/Rivet/Projection.hh:6,
- from ../include/Rivet/Event.hh:7,
- from ../include/Rivet/Analysis.hh:7,
- from pluginATLAS/ATLAS_2023_I2663725.cc:2:
- ../include/Rivet/ProjectionApplier.hh:131:5: note: candidate: 'template<class PROJ> std::enable_if_t<std::is_base_of<Rivet::Projection, PROJ>::value, const PROJ&> Rivet::ProjectionApplier::apply(const string&, const Rivet::Event&) const'
- 131 | apply(const std::string& name, const Event& evt) const { return applyProjection<PROJ>(evt, name); }
- | ^~~~~
- ../include/Rivet/ProjectionApplier.hh:131:5: note: template argument deduction/substitution failed:
- pluginATLAS/ATLAS_2023_I2663725.cc:98:45: error: template argument 1 is invalid
- 98 | Particles fs = apply<VetoedFinalState>(event, "isolatedFS").particles();
- | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
- make[5]: *** [Makefile.tmp.hgfcdA70TC:17: tmp.QXBvGM8Q.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment