Opened 7 years ago
Closed 7 years ago
#1199 closed Bug (fixed)
Compilation Error on 3.4.2pre11
Reported by: | Valentin Volkl | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Delphes code | Version: | Delphes 3 |
Keywords: | Cc: |
Description
Hello!
I was compiling delphes using the LCG release 92 for the x86_64-ubuntu-gcc54 platform, which worked fine for 3.4.2pre5, but when I tried the newer version compilation failed with
/home/vali/FCC/delphes/modules/FastJetFinder.cc: In member function ‘virtual void FastJetFinder::Process()’:
/home/vali/FCC/delphes/modules/FastJetFinder.cc:522:18: error: ‘class Candidate’ has no member named ‘SoftDroppedJet’
candidate->SoftDroppedJet = candidate->SoftDroppedP4[0];
Best, Valentin
Note:
See TracTickets
for help on using tickets.
It seems this isn't a problem in Delphes, but just a complication of using the LCG views, which already have delphes 3.4.0 installed, and old headers get picked up during compilation, so I will close this!