Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Commit

Permalink
Merge pull request cms-sw#15 from appeltel/forest_CMSSW_7_5_0_pre5_Cl…
Browse files Browse the repository at this point in the history
…usterCompatibility

Enable ClusterCompatibility Filter for AOD
  • Loading branch information
R. Alex Barbieri committed Jul 21, 2015
2 parents 7954ec4 + d137030 commit 24dc074
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
from HLTrigger.special.hltPixelClusterShapeFilter_cfi import *
hltPixelClusterShapeFilter.inputTag = "siPixelRecHits"

# Cluster-shape filter re-run offline from ClusterCompatibility object
from HeavyIonsAnalysis.EventAnalysis.HIClusterCompatibilityFilter_cfi import *


# Reject BSC beam halo L1 technical bits
from L1TriggerConfig.L1GtConfigProducers.L1GtTriggerMaskTechTrigConfig_cff import *
from HLTrigger.HLTfilters.hltLevel1GTSeed_cfi import hltLevel1GTSeed
Expand All @@ -28,3 +32,8 @@
primaryVertexFilter *
siPixelRecHits *
hltPixelClusterShapeFilter)

collisionEventSelectionAOD = cms.Sequence(noBSChalo *
hfCoincFilter3 *
primaryVertexFilter *
clusterCompatibilityFilter)
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
//
//

// Don't compile until CMSSW_7_5_0_pre5 or later
#ifdef CMSSW_7_5_0_pre5_OR_LATER

#include <iostream>

Expand Down Expand Up @@ -55,4 +53,3 @@ class HIClusterCompatibilityFilter : public edm::EDFilter {
};

#endif
#endif
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
//
//

// Don't compile until CMSSW_7_5_0_pre5 or later
#ifdef CMSSW_7_5_0_pre5_OR_LATER

#include "HeavyIonsAnalysis/EventAnalysis/interface/HIClusterCompatibilityFilter.h"

HIClusterCompatibilityFilter::HIClusterCompatibilityFilter(const edm::ParameterSet& iConfig):
Expand Down Expand Up @@ -136,4 +133,3 @@ HIClusterCompatibilityFilter::fillDescriptions(edm::ConfigurationDescriptions& d
}

DEFINE_FWK_MODULE(HIClusterCompatibilityFilter);
#endif

0 comments on commit 24dc074

Please sign in to comment.