Fork me on GitHub

Opened 11 years ago

Closed 11 years ago

#217 closed Bug (fixed)

bug compiling delphes_3.0.10

Reported by: ahmed hammad Owned by:
Priority: major Milestone:
Component: Delphes code Version: Delphes 3
Keywords: Cc:

Description

Dear delphes team
when i tried to compile delphes 3.0.10 ,after i type make , i found bug

modules/JetSubStructure.cc:110:62: error: ‘filtered_jet_CA3’ was not declared in this scope
modules/JetSubStructure.cc:110:105: error: ‘sorted_by_pt’ was not declared in this scope
modules/JetSubStructure.cc:110:105: note: suggested alternative:
In file included from external/fastjet/JetDefinition.hh:34:0,

from modules/JetSubStructure.cc:36:

external/fastjet/PseudoJet.hh:834:24: note: ‘fastjet::sorted_by_pt’
make: * [tmp/modules/JetSubStructure.o] Error 1
Cheers
Ahmed

Change History (2)

comment:1 by Pavel Demin, 11 years ago

Dear Ahmed,

I don't see any module called JetSubStructure in Delphes 3.0.10.

From where do you get this version?

Could you, please check whether modules/JetSubStructure.cc contains all necessary includes:

#include "fastjet/PseudoJet.hh"
#include "fastjet/JetDefinition.hh"
#include "fastjet/ClusterSequence.hh"
#include "fastjet/Selector.hh"
#include "fastjet/ClusterSequenceArea.hh"
#include "fastjet/tools/JetMedianBackgroundEstimator.hh"

#include "fastjet/plugins/SISCone/fastjet/SISConePlugin.hh"
#include "fastjet/plugins/CDFCones/fastjet/CDFMidPointPlugin.hh"
#include "fastjet/plugins/CDFCones/fastjet/CDFJetCluPlugin.hh"

Regards,

Pavel

comment:2 by Pavel Demin, 11 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.