Skip to content

Commit

Permalink
move the filters from EventFilter/Cosmics to HLTrigger/special
Browse files Browse the repository at this point in the history
  • Loading branch information
fwyzard committed Oct 31, 2013
1 parent d2b4027 commit 04e9bd7
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 22 deletions.
21 changes: 0 additions & 21 deletions EventFilter/Cosmics/BuildFile.xml

This file was deleted.

7 changes: 7 additions & 0 deletions HLTrigger/special/BuildFile.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<use name="root"/>
<use name="CalibCalorimetry/EcalLaserCorrection"/>
<use name="CondFormats/DataRecord"/>
<use name="CondFormats/L1TObjects"/>
<use name="CondFormats/EcalObjects"/>
Expand All @@ -10,6 +11,7 @@
<use name="DataFormats/DetId"/>
<use name="DataFormats/EcalDetId"/>
<use name="DataFormats/EcalRecHit"/>
<use name="DataFormats/EcalDigi"/>
<use name="DataFormats/EgammaReco"/>
<use name="DataFormats/FEDRawData"/>
<use name="DataFormats/HLTReco"/>
Expand All @@ -23,6 +25,7 @@
<use name="DataFormats/RecoCandidate"/>
<use name="DataFormats/TrackReco"/>
<use name="DataFormats/VertexReco"/>
<use name="DataFormats/MuonReco"/>
<use name="EventFilter/HcalRawToDigi"/>
<use name="FWCore/Framework"/>
<use name="FWCore/MessageLogger"/>
Expand All @@ -41,5 +44,9 @@
<use name="CommonTools/UtilAlgos"/>
<use name="RecoEcal/EgammaClusterAlgos"/>
<use name="RecoEcal/EgammaCoreTools"/>
<use name="RecoMuon/TrackingTools"/>
<use name="Geometry/EcalAlgo"/>
<use name="SimGeneral/HepPDTRecord"/>
<use name="TrackingTools/TransientTrack"/>

<flags EDM_PLUGIN="1"/>
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*/

/* This Class Header */
#include "EventFilter/Cosmics/interface/HLTMuonPointingFilter.h"
#include "HLTrigger/special/interface/HLTMuonPointingFilter.h"

/* Collaborating Class Header */
#include "FWCore/Framework/interface/Frameworkfwd.h"
Expand Down

0 comments on commit 04e9bd7

Please sign in to comment.