Skip to content

Commit

Permalink
Merge pull request #33179 from davidlange6/dl210315fft
Browse files Browse the repository at this point in the history
Move FFTJet to JetMETCorrections/FFTJetObjects
  • Loading branch information
cmsbuild authored Mar 19, 2021
2 parents 6cc5d9b + 531310a commit add6ea7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions JetMETCorrections/FFTJetModules/plugins/FFTJetSealModule.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
#include "JetMETCorrections/FFTJetObjects/interface/FFTJetCorrectorSequenceRcdTypes.h"
#include "JetMETCorrections/FFTJetObjects/interface/FFTJetLookupTableRcdTypes.h"
#include "JetMETCorrections/FFTJetObjects/interface/FFTJetLookupTableSequence.h"

#include "CondFormats/JetMETObjects/interface/FFTJet.h"
#include "JetMETCorrections/FFTJetObjects/interface/FFTJet.h"

REGISTER_PLUGIN(FFTBasicJetCorrectorSequenceRcd, FFTBasicJetCorrectorSequence);
REGISTER_PLUGIN(FFTGenJetCorrectorSequenceRcd, FFTGenJetCorrectorSequence);
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef CondFormats_JetMETObjects_FFTJET_H
#define CondFormats_JetMETObjects_FFTJET_H
#ifndef JetMETCorrections_FFTJetObjects_FFTJET_H
#define JetMETCorrections_FFTJetObjects_FFTJET_H

#include <boost/serialization/base_object.hpp>
#include <boost/serialization/nvp.hpp>
Expand Down

0 comments on commit add6ea7

Please sign in to comment.