Skip to content

Commit

Permalink
Merge pull request #21325 from fwyzard/move_plugins_100x
Browse files Browse the repository at this point in the history
Move all EDM plugins to the plugins/ directory
  • Loading branch information
cmsbuild committed Nov 21, 2017
2 parents 32307fd + 00f2efa commit eeb8263
Show file tree
Hide file tree
Showing 314 changed files with 1,680 additions and 1,653 deletions.
24 changes: 0 additions & 24 deletions HLTrigger/Egamma/BuildFile.xml

This file was deleted.

24 changes: 24 additions & 0 deletions HLTrigger/Egamma/plugins/BuildFile.xml
@@ -0,0 +1,24 @@
<use name="CondFormats/DataRecord"/>
<use name="CondFormats/L1TObjects"/>
<use name="DataFormats/Candidate"/>
<use name="DataFormats/Common"/>
<use name="DataFormats/EgammaCandidates"/>
<use name="DataFormats/EgammaReco"/>
<use name="DataFormats/HLTReco"/>
<use name="DataFormats/JetReco"/>
<use name="DataFormats/L1Trigger"/>
<use name="DataFormats/Math"/>
<use name="DataFormats/RecoCandidate"/>
<use name="DataFormats/Scouting"/>
<use name="DataFormats/TrackReco"/>
<use name="DataFormats/TrajectorySeed"/>
<use name="FWCore/Framework"/>
<use name="FWCore/MessageLogger"/>
<use name="FWCore/PluginManager"/>
<use name="HLTrigger/HLTcore"/>
<use name="MagneticField/Engine"/>
<use name="MagneticField/Records"/>
<use name="RecoEcal/EgammaCoreTools"/>
<use name="RecoEgamma/EgammaElectronAlgos"/>
<use name="RecoEgamma/EgammaTools"/>
<flags EDM_PLUGIN="1"/>
Expand Up @@ -5,7 +5,7 @@
*
*/

#include "HLTrigger/Egamma/interface/HLTDisplacedEgammaFilter.h"
#include "HLTDisplacedEgammaFilter.h"

#include "DataFormats/Common/interface/Handle.h"

Expand Down Expand Up @@ -153,3 +153,7 @@ HLTDisplacedEgammaFilter::hltFilter(edm::Event& iEvent, const edm::EventSetup& i

return accept;
}

// declare this class as a framework plugin
#include "FWCore/Framework/interface/MakerMacros.h"
DEFINE_FWK_MODULE(HLTDisplacedEgammaFilter);
Expand Up @@ -6,7 +6,7 @@
*
*/

#include "HLTrigger/Egamma/interface/HLTEgammaAllCombMassFilter.h"
#include "HLTEgammaAllCombMassFilter.h"

#include "DataFormats/Common/interface/Handle.h"

Expand Down Expand Up @@ -112,3 +112,7 @@ void HLTEgammaAllCombMassFilter::getP4OfLegCands(const edm::Event& iEvent, cons
}
}
}

// declare this class as a framework plugin
#include "FWCore/Framework/interface/MakerMacros.h"
DEFINE_FWK_MODULE(HLTEgammaAllCombMassFilter);
Expand Up @@ -5,7 +5,7 @@
*
*/

#include "HLTrigger/Egamma/interface/HLTEgammaCaloIsolFilterPairs.h"
#include "HLTEgammaCaloIsolFilterPairs.h"

#include "DataFormats/Common/interface/Handle.h"

Expand Down Expand Up @@ -163,3 +163,7 @@ bool HLTEgammaCaloIsolFilterPairs::PassCaloIsolation(edm::Ref<reco::RecoEcalCand
if ( vali < isolcut || IsoOE < FracCut || IsoOE2 < IsoloEt2 ) { return true;}
return false;
}

// declare this class as a framework plugin
#include "FWCore/Framework/interface/MakerMacros.h"
DEFINE_FWK_MODULE(HLTEgammaCaloIsolFilterPairs);
Expand Up @@ -6,7 +6,7 @@
*
*/

#include "HLTrigger/Egamma/interface/HLTEgammaCombMassFilter.h"
#include "HLTEgammaCombMassFilter.h"

#include "DataFormats/Common/interface/Handle.h"

Expand Down Expand Up @@ -96,3 +96,7 @@ void HLTEgammaCombMassFilter::getP4OfLegCands(const edm::Event& iEvent, const e
}
}
}

// declare this class as a framework plugin
#include "FWCore/Framework/interface/MakerMacros.h"
DEFINE_FWK_MODULE(HLTEgammaCombMassFilter);
Expand Up @@ -6,7 +6,7 @@
*
*/

#include "HLTrigger/Egamma/interface/HLTEgammaDoubleEtDeltaPhiFilter.h"
#include "HLTEgammaDoubleEtDeltaPhiFilter.h"

#include "DataFormats/Common/interface/Handle.h"

Expand Down Expand Up @@ -92,3 +92,7 @@ HLTEgammaDoubleEtDeltaPhiFilter::hltFilter(edm::Event& iEvent, const edm::EventS
// #include "FWCore/Framework/interface/MakerMacros.h"
// DEFINE_FWK_MODULE(HLTEgammaDoubleEtDeltaPhiFilter);


// declare this class as a framework plugin
#include "FWCore/Framework/interface/MakerMacros.h"
DEFINE_FWK_MODULE(HLTEgammaDoubleEtDeltaPhiFilter);
Expand Up @@ -5,7 +5,7 @@
*
*/

#include "HLTrigger/Egamma/interface/HLTEgammaDoubleEtFilter.h"
#include "HLTEgammaDoubleEtFilter.h"

#include "DataFormats/Common/interface/Handle.h"

Expand Down Expand Up @@ -98,3 +98,7 @@ HLTEgammaDoubleEtFilter::hltFilter(edm::Event& iEvent, const edm::EventSetup& iS




// declare this class as a framework plugin
#include "FWCore/Framework/interface/MakerMacros.h"
DEFINE_FWK_MODULE(HLTEgammaDoubleEtFilter);
Expand Up @@ -5,7 +5,7 @@
*
*/

#include "HLTrigger/Egamma/interface/HLTEgammaDoubleEtPhiFilter.h"
#include "HLTEgammaDoubleEtPhiFilter.h"

#include "DataFormats/Common/interface/Handle.h"

Expand Down Expand Up @@ -114,3 +114,7 @@ HLTEgammaDoubleEtPhiFilter::hltFilter(edm::Event& iEvent, const edm::EventSetup&




// declare this class as a framework plugin
#include "FWCore/Framework/interface/MakerMacros.h"
DEFINE_FWK_MODULE(HLTEgammaDoubleEtPhiFilter);
File renamed without changes.
Expand Up @@ -6,7 +6,7 @@
*
*/

#include "HLTrigger/Egamma/interface/HLTEgammaDoubleLegCombFilter.h"
#include "HLTEgammaDoubleLegCombFilter.h"

#include "DataFormats/Common/interface/Handle.h"

Expand Down Expand Up @@ -154,3 +154,7 @@ void HLTEgammaDoubleLegCombFilter::getP3OfLegCands(const edm::Event& iEvent,con
}
}
}

// declare this class as a framework plugin
#include "FWCore/Framework/interface/MakerMacros.h"
DEFINE_FWK_MODULE(HLTEgammaDoubleLegCombFilter);
Expand Up @@ -5,7 +5,7 @@
*
*/

#include "HLTrigger/Egamma/interface/HLTEgammaEtFilter.h"
#include "HLTEgammaEtFilter.h"

#include "DataFormats/Common/interface/Handle.h"

Expand Down Expand Up @@ -86,3 +86,7 @@ HLTEgammaEtFilter::hltFilter(edm::Event& iEvent, const edm::EventSetup& iSetup,

return accept;
}

// declare this class as a framework plugin
#include "FWCore/Framework/interface/MakerMacros.h"
DEFINE_FWK_MODULE(HLTEgammaEtFilter);
Expand Up @@ -5,7 +5,7 @@
*
*/

#include "HLTrigger/Egamma/interface/HLTEgammaEtFilterPairs.h"
#include "HLTEgammaEtFilterPairs.h"

#include "DataFormats/Common/interface/Handle.h"

Expand Down Expand Up @@ -91,3 +91,7 @@ HLTEgammaEtFilterPairs::hltFilter(edm::Event& iEvent, const edm::EventSetup& iSe

return accept;
}

// declare this class as a framework plugin
#include "FWCore/Framework/interface/MakerMacros.h"
DEFINE_FWK_MODULE(HLTEgammaEtFilterPairs);
Expand Up @@ -5,7 +5,7 @@
* modified by Chris Tully (Princeton)
*/

#include "HLTrigger/Egamma/interface/HLTEgammaGenericQuadraticEtaFilter.h"
#include "HLTEgammaGenericQuadraticEtaFilter.h"

#include "DataFormats/Common/interface/Handle.h"

Expand Down Expand Up @@ -267,3 +267,7 @@ HLTEgammaGenericQuadraticEtaFilter::hltFilter(edm::Event& iEvent, const edm::Eve
return accept;
}


// declare this class as a framework plugin
#include "FWCore/Framework/interface/MakerMacros.h"
DEFINE_FWK_MODULE(HLTEgammaGenericQuadraticEtaFilter);
Expand Up @@ -5,7 +5,7 @@
* modified by Chris Tully (Princeton)
*/

#include "HLTrigger/Egamma/interface/HLTEgammaGenericQuadraticFilter.h"
#include "HLTEgammaGenericQuadraticFilter.h"

#include "DataFormats/Common/interface/Handle.h"

Expand Down Expand Up @@ -202,3 +202,7 @@ HLTEgammaGenericQuadraticFilter::hltFilter(edm::Event& iEvent, const edm::EventS

return accept;
}

// declare this class as a framework plugin
#include "FWCore/Framework/interface/MakerMacros.h"
DEFINE_FWK_MODULE(HLTEgammaGenericQuadraticFilter);
Expand Up @@ -5,7 +5,7 @@
*
*/

#include "HLTrigger/Egamma/interface/HLTEgammaL1MatchFilterPairs.h"
#include "HLTEgammaL1MatchFilterPairs.h"

//#include "DataFormats/L1GlobalTrigger/interface/L1GlobalTriggerReadoutSetupFwd.h"

Expand Down Expand Up @@ -212,3 +212,7 @@ bool HLTEgammaL1MatchFilterPairs::CheckL1Matching(edm::Ref<reco::RecoEcalCandida

return false;
}

// declare this class as a framework plugin
#include "FWCore/Framework/interface/MakerMacros.h"
DEFINE_FWK_MODULE(HLTEgammaL1MatchFilterPairs);
Expand Up @@ -5,7 +5,7 @@
*
*/

#include "HLTrigger/Egamma/interface/HLTEgammaL1MatchFilterRegional.h"
#include "HLTEgammaL1MatchFilterRegional.h"

//#include "DataFormats/L1GlobalTrigger/interface/L1GlobalTriggerReadoutSetupFwd.h"

Expand Down Expand Up @@ -238,3 +238,7 @@ HLTEgammaL1MatchFilterRegional::matchedToL1Cand(const std::vector<l1extra::L1Jet
}
return false;
}

// declare this class as a framework plugin
#include "FWCore/Framework/interface/MakerMacros.h"
DEFINE_FWK_MODULE(HLTEgammaL1MatchFilterRegional);
Expand Up @@ -5,7 +5,7 @@
*
*/

#include "HLTrigger/Egamma/interface/HLTEgammaL1TMatchFilterRegional.h"
#include "HLTEgammaL1TMatchFilterRegional.h"

//#include "DataFormats/L1GlobalTrigger/interface/L1GlobalTriggerReadoutSetupFwd.h"

Expand Down Expand Up @@ -261,3 +261,7 @@ HLTEgammaL1TMatchFilterRegional::matchedToL1Cand(const std::vector<l1t::TauRef>&
}
return false;
}

// declare this class as a framework plugin
#include "FWCore/Framework/interface/MakerMacros.h"
DEFINE_FWK_MODULE(HLTEgammaL1TMatchFilterRegional);
Expand Up @@ -5,7 +5,7 @@
*
*/

#include "HLTrigger/Egamma/interface/HLTEgammaTriggerFilterObjectWrapper.h"
#include "HLTEgammaTriggerFilterObjectWrapper.h"

#include "DataFormats/Common/interface/Handle.h"

Expand Down Expand Up @@ -73,3 +73,7 @@ bool HLTEgammaTriggerFilterObjectWrapper::hltFilter(edm::Event& iEvent, const ed

return true;
}

// declare this class as a framework plugin
#include "FWCore/Framework/interface/MakerMacros.h"
DEFINE_FWK_MODULE(HLTEgammaTriggerFilterObjectWrapper);
Expand Up @@ -5,7 +5,7 @@
*
*/

#include "HLTrigger/Egamma/interface/HLTElectronEoverpFilterRegional.h"
#include "HLTElectronEoverpFilterRegional.h"

#include "DataFormats/Common/interface/Handle.h"

Expand Down Expand Up @@ -153,3 +153,7 @@ HLTElectronEoverpFilterRegional::hltFilter(edm::Event& iEvent, const edm::EventS

return accept;
}

// declare this class as a framework plugin
#include "FWCore/Framework/interface/MakerMacros.h"
DEFINE_FWK_MODULE(HLTElectronEoverpFilterRegional);
Expand Up @@ -5,7 +5,7 @@
*
*/

#include "HLTrigger/Egamma/interface/HLTElectronEtFilter.h"
#include "HLTElectronEtFilter.h"

#include "DataFormats/Common/interface/Handle.h"

Expand Down Expand Up @@ -90,3 +90,7 @@ bool HLTElectronEtFilter::hltFilter(edm::Event& iEvent, const edm::EventSetup& i

return accept;
}

// declare this class as a framework plugin
#include "FWCore/Framework/interface/MakerMacros.h"
DEFINE_FWK_MODULE(HLTElectronEtFilter);
Expand Up @@ -5,7 +5,7 @@
*
*/

#include "HLTrigger/Egamma/interface/HLTElectronGenericFilter.h"
#include "HLTElectronGenericFilter.h"

#include "DataFormats/Common/interface/Handle.h"

Expand Down Expand Up @@ -140,3 +140,7 @@ HLTElectronGenericFilter::hltFilter(edm::Event& iEvent, const edm::EventSetup& i
return accept;
}


// declare this class as a framework plugin
#include "FWCore/Framework/interface/MakerMacros.h"
DEFINE_FWK_MODULE(HLTElectronGenericFilter);
Expand Up @@ -4,7 +4,7 @@
*
*/

#include "HLTrigger/Egamma/interface/HLTElectronMissingHitsFilter.h"
#include "HLTElectronMissingHitsFilter.h"
#include "DataFormats/Common/interface/Handle.h"
#include "FWCore/ParameterSet/interface/ConfigurationDescriptions.h"
#include "FWCore/ParameterSet/interface/ParameterSetDescription.h"
Expand Down Expand Up @@ -99,3 +99,7 @@ bool HLTElectronMissingHitsFilter::hltFilter(edm::Event& iEvent, const edm::Even

return accept;
}

// declare this class as a framework plugin
#include "FWCore/Framework/interface/MakerMacros.h"
DEFINE_FWK_MODULE(HLTElectronMissingHitsFilter);

0 comments on commit eeb8263

Please sign in to comment.