|
[Rivet] problem with ATLAS_2014_I1306294Deepak Kar deepak.kar at cern.chThu Apr 9 15:50:33 BST 2015
Hi Hannes, Many of the latest analyses are indeed compatible with v2.2.0 onward. Cheers, Deepak On Thu, Apr 9, 2015 at 3:47 PM, Hannes Jung <hannes.jung at desy.de> wrote: > Hi Holger > > just tried to install rivet 1.9.0 on naf on sl5 and got the follwoing errors: > make[1]: Entering directory `/nfs/dust/cms/user/jung/cvs/rivet-1.9/Rivet-1.9.0/src' > Making all in Core > make[2]: Entering directory `/nfs/dust/cms/user/jung/cvs/rivet-1.9/Rivet-1.9.0/src/Core' > CXX libRivetCore_la-Event.lo > CXX libRivetCore_la-Jet.lo > CXX libRivetCore_la-Particle.lo > In file included from ../../include/Rivet/Rivet.hh:42:0, > from ../../include/Rivet/Particle.hh:5, > from Particle.cc:1: > ../../include/Rivet/Math/MathUtils.hh: In function 'std::vector<double> Rivet::logspace(size_t, double, double)': > ../../include/Rivet/Math/MathUtils.hh:244:14: error: expected primary-expression before 'double' > ../../include/Rivet/Math/MathUtils.hh:244:36: error: 'BOOST_FOREACH' was not declared in this scope > ../../include/Rivet/Math/MathUtils.hh:244:38: error: expected ';' before '{' token > ../../include/Rivet/Math/MathUtils.hh: In function 'std::vector<double> Rivet::BWspace(size_t, double, double, double, double)': > ../../include/Rivet/Math/MathUtils.hh:282:14: error: expected primary-expression before 'double' > ../../include/Rivet/Math/MathUtils.hh:282:32: error: 'BOOST_FOREACH' was not declared in this scope > ../../include/Rivet/Math/MathUtils.hh:282:34: error: expected ';' before '{' token > In file included from ../../include/Rivet/Rivet.hh:42:0, > from ../../include/Rivet/Event.hh:5, > from Event.cc:1: > ../../include/Rivet/Math/MathUtils.hh: In function 'std::vector<double> Rivet::logspace(size_t, double, double)': > ../../include/Rivet/Math/MathUtils.hh:244:14: error: expected primary-expression before 'double' > ../../include/Rivet/Math/MathUtils.hh:244:36: error: 'BOOST_FOREACH' was not declared in this scope > ../../include/Rivet/Math/MathUtils.hh:244:38: error: expected ';' before '{' token > ../../include/Rivet/Math/MathUtils.hh: In function 'std::vector<double> Rivet::BWspace(size_t, double, double, double, double)': > ../../include/Rivet/Math/MathUtils.hh:282:14: error: expected primary-expression before 'double' > ../../include/Rivet/Math/MathUtils.hh:282:32: error: 'BOOST_FOREACH' was not declared in this scope > ../../include/Rivet/Math/MathUtils.hh:282:34: error: expected ';' before '{' token > In file included from ../../include/Rivet/Rivet.hh:42:0, > from ../../include/Rivet/Jet.hh:5, > from Jet.cc:1: > ../../include/Rivet/Math/MathUtils.hh: In function 'std::vector<double> Rivet::logspace(size_t, double, double)': > ../../include/Rivet/Math/MathUtils.hh:244:14: error: expected primary-expression before 'double' > ../../include/Rivet/Math/MathUtils.hh:244:36: error: 'BOOST_FOREACH' was not declared in this scope > ../../include/Rivet/Math/MathUtils.hh:244:38: error: expected ';' before '{' token > ../../include/Rivet/Math/MathUtils.hh: In function 'std::vector<double> Rivet::BWspace(size_t, double, double, double, double)': > ../../include/Rivet/Math/MathUtils.hh:282:14: error: expected primary-expression before 'double' > ../../include/Rivet/Math/MathUtils.hh:282:32: error: 'BOOST_FOREACH' was not declared in this scope > ../../include/Rivet/Math/MathUtils.hh:282:34: error: expected ';' before '{' token > Particle.cc: In member function 'bool Rivet::Particle::hasAncestor(Rivet::PdgId) const': > Particle.cc:12:14: error: expected primary-expression before 'const' > Particle.cc:12:79: error: 'BOOST_FOREACH' was not declared in this scope > Particle.cc:12:81: error: expected ';' before '{' token > Particle.cc: In member function 'bool Rivet::Particle::fromDecay() const': > Particle.cc:23:14: error: expected primary-expression before 'const' > Particle.cc:23:79: error: 'BOOST_FOREACH' was not declared in this scope > Particle.cc:23:81: error: expected ';' before '{' token > Jet.cc: In member function 'bool Rivet::Jet::containsParticle(const Rivet::Particle&) const': > Jet.cc:60:14: error: expected primary-expression before 'const' > Jet.cc:60:44: error: 'BOOST_FOREACH' was not declared in this scope > Jet.cc:60:46: error: expected ';' before '{' token > Jet.cc:59:15: warning: unused variable 'barcode' [-Wunused-variable] > Jet.cc: In member function 'bool Rivet::Jet::containsParticleId(Rivet::PdgId) const': > Jet.cc:68:14: error: expected primary-expression before 'const' > Jet.cc:68:44: error: 'BOOST_FOREACH' was not declared in this scope > Jet.cc:68:46: error: expected ';' before '{' token > Jet.cc: In member function 'bool Rivet::Jet::containsParticleId(const std::vector<int>&) const': > Jet.cc:76:14: error: expected primary-expression before 'const' > Jet.cc:76:44: error: 'BOOST_FOREACH' was not declared in this scope > Jet.cc:76:46: error: expected ';' before '{' token > Jet.cc:154:1: error: expected '}' at end of input > Jet.cc:154:1: warning: no return statement in function returning non-void [-Wreturn-type] > Jet.cc: At global scope: > Jet.cc:154:1: error: expected '}' at end of input > ../../include/Rivet/Math/MathHeader.hh: At global scope: > ../../include/Rivet/Math/MathHeader.hh:45:16: warning: 'Rivet::MAXINT' defined but not used [-Wunused-variable] > make[2]: *** [libRivetCore_la-Particle.lo] Error 1 > make[2]: *** Waiting for unfinished jobs.... > ../../include/Rivet/Math/MathHeader.hh: At global scope: > ../../include/Rivet/Math/MathHeader.hh:45:16: warning: 'Rivet::MAXINT' defined but not used [-Wunused-variable] > make[2]: *** [libRivetCore_la-Event.lo] Error 1 > ../../include/Rivet/Math/MathHeader.hh:45:16: warning: 'Rivet::MAXINT' defined but not used [-Wunused-variable] > make[2]: *** [libRivetCore_la-Jet.lo] Error 1 > make[2]: Leaving directory `/nfs/dust/cms/user/jung/cvs/rivet-1.9/Rivet-1.9.0/src/Core' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/nfs/dust/cms/user/jung/cvs/rivet-1.9/Rivet-1.9.0/src' > make: *** [all-recursive] Error 1 > [nafhh-cms01] ~/scratch-dust/cvs/rivet-1.9 $ > > hm.... any idea what is wrong ? > Thanks a lot > Cheers > Hannes > > PS: > version 2.2 I could install without problems... > >> On 09.04.2015, at 16:23, Hannes Jung <hannes.Jung at desy.de> wrote: >> >> Hi Holger >> >> it was still 1.8.3. >> Is this too old ? >> >> Cheers >> hannes >> >> >>> On 09.04.2015, at 16:00, Holger Schulz <holger.schulz at durham.ac.uk> wrote: >>> >>> On 09/04/15 14:42, Hannes Jung wrote: >>> >>> >>> >>> Hi Hannes, >>> >>> which version of Rivet are you using? >>> >>> Cheers, >>> Holger >>>> Dear Rivet experts >>>> >>>> I downloaded ATLAS_2014_I1306294_rivet1.tar >>>> from the download page and got the following error when running it: >>>> >>>> Rivet.Analysis.Handler: WARN Analysis 'ATLAS_2014_I1306294' is unvalidated: be careful, it may be broken! >>>> Error in ATLAS_2014_I1306294::init method: No projection 'RFS' found for parent 0x11aafa0 >>>> >>>> Any idea, what could go wrong there ? >>>> >>>> Thanks a lot >>>> >>>> Cheers >>>> Hannes >>>> >>>> >>>> *********************************************************************** >>>> Hannes Jung >>>> Email: Hannes.Jung at desy.de >>>> mobile :+49 40 8998 93741 >>>> http://www.desy.de/~jung >>>> Tel: +49 (0) 40 8998 3741 >>>> Fax: +49 (0) 40 8994 3741 >>>> DESY, CMS 01B/02.213 >>>> Notkestr.85, 22603 Hamburg, FRG >>>> *********************************************************************** >>>> >>>> >>>> >>>> _______________________________________________ >>>> Rivet mailing list >>>> Rivet at projects.hepforge.org >>>> https://www.hepforge.org/lists/listinfo/rivet >>> >> >> *********************************************************************** >> Hannes Jung >> Email: Hannes.Jung at desy.de >> mobile :+49 40 8998 93741 >> http://www.desy.de/~jung >> Tel: +49 (0) 40 8998 3741 >> Fax: +49 (0) 40 8994 3741 >> DESY, CMS 01B/02.213 >> Notkestr.85, 22603 Hamburg, FRG >> *********************************************************************** >> >> >> > > *********************************************************************** > Hannes Jung > Email: Hannes.Jung at desy.de > mobile :+49 40 8998 93741 > http://www.desy.de/~jung > Tel: +49 (0) 40 8998 3741 > Fax: +49 (0) 40 8994 3741 > DESY, CMS 01B/02.213 > Notkestr.85, 22603 Hamburg, FRG > *********************************************************************** > > > > _______________________________________________ > Rivet mailing list > Rivet at projects.hepforge.org > https://www.hepforge.org/lists/listinfo/rivet -- Deepak Kar ATLAS Research Associate University of Glasgow, UK. Homepage: http://ppewww.physics.gla.ac.uk/~dkar/ Room 474, Kelvin Building. Phone: (0044) 141 330 2599 (office), 0789 156 4318 (mobile) While at CERN: Building 1, R-019 Phone: (0041) 22-76-75950 (office), 0767321349 (mobile) While at USA: Phone: (001) 330-998-1500
More information about the Rivet mailing list |