CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Static Public Member Functions | Private Attributes
HLTPixlMBFilt Class Reference

#include <HLTPixlMBFilt.h>

Inheritance diagram for HLTPixlMBFilt:
HLTFilter edm::global::EDFilter<> edm::global::EDFilterBase edm::ProducerBase edm::EDConsumerBase edm::ProductRegistryHelper

Public Member Functions

bool hltFilter (edm::Event &, const edm::EventSetup &, trigger::TriggerFilterObjectWithRefs &filterproduct) const override
 
 HLTPixlMBFilt (const edm::ParameterSet &)
 
 ~HLTPixlMBFilt () override
 
- Public Member Functions inherited from HLTFilter
 HLTFilter (const edm::ParameterSet &config)
 
int module (edm::Event const &) const
 
const std::string * moduleLabel () const
 
int path (edm::Event const &) const
 
const std::string * pathName (edm::Event const &) const
 
std::pair< int, int > pmid (edm::Event const &) const
 
bool saveTags () const
 
 ~HLTFilter () override
 
- Public Member Functions inherited from edm::global::EDFilter<>
 EDFilter ()=default
 
 EDFilter (const EDFilter &)=delete
 
bool hasAbilityToProduceInBeginLumis () const final
 
bool hasAbilityToProduceInBeginProcessBlocks () const final
 
bool hasAbilityToProduceInBeginRuns () const final
 
bool hasAbilityToProduceInEndLumis () const final
 
bool hasAbilityToProduceInEndProcessBlocks () const final
 
bool hasAbilityToProduceInEndRuns () const final
 
const EDFilteroperator= (const EDFilter &)=delete
 
bool wantsGlobalLuminosityBlocks () const final
 
bool wantsGlobalRuns () const final
 
bool wantsInputProcessBlocks () const final
 
bool wantsProcessBlocks () const final
 
bool wantsStreamLuminosityBlocks () const final
 
bool wantsStreamRuns () const final
 
- Public Member Functions inherited from edm::global::EDFilterBase
 EDFilterBase ()
 
ModuleDescription const & moduleDescription () const
 
 ~EDFilterBase () override
 
- Public Member Functions inherited from edm::ProducerBase
void callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func)
 
std::vector
< edm::ProductResolverIndex >
const & 
indiciesForPutProducts (BranchType iBranchType) const
 
 ProducerBase ()
 
std::vector
< edm::ProductResolverIndex >
const & 
putTokenIndexToProductResolverIndex () const
 
void registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &)
 
std::function< void(BranchDescription
const &)> 
registrationCallback () const
 used by the fwk to register list of products More...
 
void resolvePutIndicies (BranchType iBranchType, ModuleToResolverIndicies const &iIndicies, std::string const &moduleLabel)
 
 ~ProducerBase () noexcept(false) override
 
- Public Member Functions inherited from edm::EDConsumerBase
std::vector< ConsumesInfoconsumesInfo () const
 
void convertCurrentProcessAlias (std::string const &processName)
 Convert "@currentProcess" in InputTag process names to the actual current process name. More...
 
 EDConsumerBase ()
 
 EDConsumerBase (EDConsumerBase const &)=delete
 
 EDConsumerBase (EDConsumerBase &&)=default
 
ESProxyIndex const * esGetTokenIndices (edm::Transition iTrans) const
 
std::vector< ESProxyIndex > const & esGetTokenIndicesVector (edm::Transition iTrans) const
 
std::vector< ESRecordIndex >
const & 
esGetTokenRecordIndicesVector (edm::Transition iTrans) const
 
ProductResolverIndexAndSkipBit indexFrom (EDGetToken, BranchType, TypeID const &) const
 
void itemsMayGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const
 
void itemsToGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const
 
std::vector
< ProductResolverIndexAndSkipBit >
const & 
itemsToGetFrom (BranchType iType) const
 
void labelsForToken (EDGetToken iToken, Labels &oLabels) const
 
void modulesWhoseProductsAreConsumed (std::array< std::vector< ModuleDescription const * > *, NumBranchTypes > &modulesAll, std::vector< ModuleProcessName > &modulesInPreviousProcesses, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const
 
EDConsumerBase const & operator= (EDConsumerBase const &)=delete
 
EDConsumerBaseoperator= (EDConsumerBase &&)=default
 
bool registeredToConsume (ProductResolverIndex, bool, BranchType) const
 
bool registeredToConsumeMany (TypeID const &, BranchType) const
 
void selectInputProcessBlocks (ProductRegistry const &productRegistry, ProcessBlockHelperBase const &processBlockHelperBase)
 
ProductResolverIndexAndSkipBit uncheckedIndexFrom (EDGetToken) const
 
void updateLookup (BranchType iBranchType, ProductResolverIndexHelper const &, bool iPrefetchMayGet)
 
void updateLookup (eventsetup::ESRecordsToProxyIndices const &)
 
virtual ~EDConsumerBase () noexcept(false)
 

Static Public Member Functions

static void fillDescriptions (edm::ConfigurationDescriptions &descriptions)
 
- Static Public Member Functions inherited from HLTFilter
static void makeHLTFilterDescription (edm::ParameterSetDescription &desc)
 
- Static Public Member Functions inherited from edm::global::EDFilterBase
static const std::string & baseType ()
 
static void fillDescriptions (ConfigurationDescriptions &descriptions)
 
static void prevalidate (ConfigurationDescriptions &descriptions)
 

Private Attributes

double min_Pt_
 
float min_sep_
 
unsigned int min_trks_
 
edm::InputTag pixlTag_
 
edm::EDGetTokenT
< reco::RecoChargedCandidateCollection
pixlToken_
 

Additional Inherited Members

- Public Types inherited from edm::global::EDFilterBase
typedef EDFilterBase ModuleType
 
- Public Types inherited from edm::ProducerBase
using ModuleToResolverIndicies = std::unordered_multimap< std::string, std::tuple< edm::TypeID const *, const char *, edm::ProductResolverIndex >>
 
typedef
ProductRegistryHelper::TypeLabelList 
TypeLabelList
 
- Public Types inherited from edm::EDConsumerBase
typedef ProductLabels Labels
 
- Protected Member Functions inherited from edm::ProducerBase
ProducesCollector producesCollector ()
 
- Protected Member Functions inherited from edm::EDConsumerBase
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > consumes (edm::InputTag const &tag)
 
template<BranchType B = InEvent>
EDConsumerBaseAdaptor< Bconsumes (edm::InputTag tag) noexcept
 
EDGetToken consumes (const TypeToGet &id, edm::InputTag const &tag)
 
template<BranchType B>
EDGetToken consumes (TypeToGet const &id, edm::InputTag const &tag)
 
ConsumesCollector consumesCollector ()
 Use a ConsumesCollector to gather consumes information from helper functions. More...
 
template<typename ProductType , BranchType B = InEvent>
void consumesMany ()
 
void consumesMany (const TypeToGet &id)
 
template<BranchType B>
void consumesMany (const TypeToGet &id)
 
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event>
auto esConsumes ()
 
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event>
auto esConsumes (ESInputTag const &tag)
 
template<Transition Tr = Transition::Event>
constexpr auto esConsumes ()
 
template<Transition Tr = Transition::Event>
auto esConsumes (ESInputTag tag)
 
template<Transition Tr = Transition::Event>
ESGetTokenGeneric esConsumes (eventsetup::EventSetupRecordKey const &iRecord, eventsetup::DataKey const &iKey)
 Used with EventSetupRecord::doGet. More...
 
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > mayConsume (edm::InputTag const &tag)
 
EDGetToken mayConsume (const TypeToGet &id, edm::InputTag const &tag)
 
template<BranchType B>
EDGetToken mayConsume (const TypeToGet &id, edm::InputTag const &tag)
 
void resetItemsToGetFrom (BranchType iType)
 

Detailed Description

See header file for documentation

Author
Mika Huhtinen

Definition at line 28 of file HLTPixlMBFilt.h.

Constructor & Destructor Documentation

HLTPixlMBFilt::HLTPixlMBFilt ( const edm::ParameterSet iConfig)
explicit

Definition at line 31 of file HLTPixlMBFilt.cc.

References edm::InputTag::encode(), LogDebug, min_Pt_, min_sep_, min_trks_, pixlTag_, and pixlToken_.

32  : HLTFilter(iConfig),
33  pixlTag_(iConfig.getParameter<edm::InputTag>("pixlTag")),
34  min_Pt_(iConfig.getParameter<double>("MinPt")),
35  min_trks_(iConfig.getParameter<unsigned int>("MinTrks")),
36  min_sep_(iConfig.getParameter<double>("MinSep"))
37 
38 {
39  pixlToken_ = consumes<reco::RecoChargedCandidateCollection>(pixlTag_);
40  LogDebug("") << "MinPt cut " << min_Pt_ << "pixl: " << pixlTag_.encode();
41  LogDebug("") << "Requesting : " << min_trks_ << " tracks from same vertex ";
42  LogDebug("") << "Requesting tracks from same vertex eta-phi separation by " << min_sep_;
43 }
edm::InputTag pixlTag_
Definition: HLTPixlMBFilt.h:38
std::string encode() const
Definition: InputTag.cc:159
edm::EDGetTokenT< reco::RecoChargedCandidateCollection > pixlToken_
Definition: HLTPixlMBFilt.h:39
unsigned int min_trks_
Definition: HLTPixlMBFilt.h:42
HLTFilter(const edm::ParameterSet &config)
Definition: HLTFilter.cc:20
T getParameter(std::string const &) const
Definition: ParameterSet.h:303
#define LogDebug(id)
HLTPixlMBFilt::~HLTPixlMBFilt ( )
overridedefault

Member Function Documentation

void HLTPixlMBFilt::fillDescriptions ( edm::ConfigurationDescriptions descriptions)
static

Definition at line 47 of file HLTPixlMBFilt.cc.

References edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::add(), submitPVResolutionJobs::desc, HLT_FULL_cff::InputTag, and HLTFilter::makeHLTFilterDescription().

47  {
50  desc.add<edm::InputTag>("pixlTag", edm::InputTag("hltPixelCands"));
51  desc.add<double>("MinPt", 0.);
52  desc.add<unsigned int>("MinTrks", 2);
53  desc.add<double>("MinSep", 1.);
54  descriptions.add("hltPixlMBFilt", desc);
55 }
ParameterDescriptionBase * add(U const &iLabel, T const &value)
static void makeHLTFilterDescription(edm::ParameterSetDescription &desc)
Definition: HLTFilter.cc:25
void add(std::string const &label, ParameterSetDescription const &psetDescription)
bool HLTPixlMBFilt::hltFilter ( edm::Event iEvent,
const edm::EventSetup iSetup,
trigger::TriggerFilterObjectWithRefs filterproduct 
) const
overridevirtual

Implements HLTFilter.

Definition at line 62 of file HLTPixlMBFilt.cc.

References accept(), trigger::TriggerFilterObjectWithRefs::addCollectionTag(), trigger::TriggerRefsCollections::addObject(), edm::Event::getByToken(), isotrackApplyRegressor::k, LogDebug, min_Pt_, min_sep_, min_trks_, pixlTag_, pixlToken_, dt_dqm_sourceclient_common_cff::reco, HLTFilter::saveTags(), mathSSE::sqrt(), tracks, and trigger::TriggerTrack.

64  {
65  using namespace std;
66  using namespace edm;
67  using namespace reco;
68  using namespace trigger;
69 
70  // All HLT filters must create and fill an HLT filter object,
71  // recording any reconstructed physics objects satisfying (or not)
72  // this HLT filter, and place it in the Event.
73  if (saveTags()) {
74  filterproduct.addCollectionTag(pixlTag_);
75  }
76 
77  // Specific filter code
78 
79  // get hold of products from Event
80 
82  iEvent.getByToken(pixlToken_, tracks);
83 
84  // pixel tracks
85  int npixl_tot = 0;
86  vector<double> etastore;
87  vector<double> phistore;
88  vector<int> itstore;
89  bool accept;
90  auto apixl(tracks->begin());
91  auto epixl(tracks->end());
92  RecoChargedCandidateCollection::const_iterator ipixl, jpixl;
93  unsigned int nsame_vtx = 0;
94  int itrk = -1;
95  if (tracks->size() >= min_trks_) {
96  for (ipixl = apixl; ipixl != epixl; ipixl++) {
97  if (ipixl->pt() < min_Pt_)
98  continue;
99  itrk++;
100  const double& ztrk1 = ipixl->vz();
101  const double& etatrk1 = ipixl->momentum().eta();
102  const double& phitrk1 = ipixl->momentum().phi();
103  nsame_vtx = 1;
104  etastore.clear();
105  phistore.clear();
106  itstore.clear();
107  etastore.push_back(etatrk1);
108  phistore.push_back(phitrk1);
109  itstore.push_back(itrk);
110  if (fabs(ztrk1) < 15.0) {
111  // check this track against all others to see if others start from same point
112  int jtrk = -1;
113  for (jpixl = apixl; jpixl != epixl; jpixl++) {
114  if (jpixl->pt() < min_Pt_)
115  continue;
116  jtrk++;
117  if (jpixl == ipixl)
118  continue;
119  const double& ztrk2 = jpixl->vz();
120  const double& etatrk2 = jpixl->momentum().eta();
121  const double& phitrk2 = jpixl->momentum().phi();
122  double eta_dist = etatrk2 - etatrk1;
123  double phi_dist = phitrk2 - phitrk1;
124  double etaphi_dist = sqrt(eta_dist * eta_dist + phi_dist * phi_dist);
125  if (fabs(ztrk2 - ztrk1) < 1.0 && etaphi_dist > min_sep_) {
126  if (min_trks_ <= 2 || itstore.size() <= 1) {
127  etastore.push_back(etatrk2);
128  phistore.push_back(phitrk2);
129  itstore.push_back(jtrk);
130  nsame_vtx++;
131  } else {
132  // check also separation to already found 'second' tracks
133  LogDebug("") << "HLTPixlMBFilt: with mintrks=2 we should not be here...";
134  bool isok = true;
135  for (unsigned int k = 1; k < itstore.size(); k++) {
136  eta_dist = etatrk2 - etastore.at(k);
137  phi_dist = phitrk2 - phistore.at(k);
138  etaphi_dist = sqrt(eta_dist * eta_dist + phi_dist * phi_dist);
139  if (etaphi_dist < min_sep_) {
140  isok = false;
141  break;
142  }
143  }
144  if (isok) {
145  etastore.push_back(etatrk2);
146  phistore.push_back(phitrk2);
147  itstore.push_back(jtrk);
148  nsame_vtx++;
149  }
150  }
151  }
152  if (nsame_vtx >= min_trks_)
153  break;
154  }
155  }
156  npixl_tot++;
157 
158  if (nsame_vtx >= min_trks_)
159  break;
160  }
161 
162  // final filter decision:
163  // request at least min_trks_ tracks compatible with vertex-region
164  accept = (nsame_vtx >= min_trks_);
165 
166  } else {
167  accept = false;
168  }
169 
170  // At this point we have the indices of the accepted tracks stored in itstore
171  // we now move them to the filterproduct
172 
173  if (accept) {
174  for (int iaddr : itstore) {
175  filterproduct.addObject(TriggerTrack, RecoChargedCandidateRef(tracks, iaddr));
176  }
177  }
178 
179  LogDebug("") << "Number of pixel-track objects accepted:"
180  << " " << npixl_tot;
181 
182  // return with final filter decision
183  return accept;
184 }
edm::InputTag pixlTag_
Definition: HLTPixlMBFilt.h:38
bool getByToken(EDGetToken token, Handle< PROD > &result) const
Definition: Event.h:539
edm::Ref< RecoChargedCandidateCollection > RecoChargedCandidateRef
reference to an object in a collection of RecoChargedCandidate objects
auto const & tracks
cannot be loose
bool accept(const edm::Event &event, const edm::TriggerResults &triggerTable, const std::string &triggerPath)
Definition: TopDQMHelpers.h:31
void addObject(int id, const reco::RecoEcalCandidateRef &ref)
setters for L3 collections: (id=physics type, and Ref&lt;C&gt;)
T sqrt(T t)
Definition: SSEVec.h:19
edm::EDGetTokenT< reco::RecoChargedCandidateCollection > pixlToken_
Definition: HLTPixlMBFilt.h:39
unsigned int min_trks_
Definition: HLTPixlMBFilt.h:42
void addCollectionTag(const edm::InputTag &collectionTag)
collectionTags
bool saveTags() const
Definition: HLTFilter.h:46
#define LogDebug(id)

Member Data Documentation

double HLTPixlMBFilt::min_Pt_
private

Definition at line 41 of file HLTPixlMBFilt.h.

Referenced by hltFilter(), and HLTPixlMBFilt().

float HLTPixlMBFilt::min_sep_
private

Definition at line 43 of file HLTPixlMBFilt.h.

Referenced by hltFilter(), and HLTPixlMBFilt().

unsigned int HLTPixlMBFilt::min_trks_
private

Definition at line 42 of file HLTPixlMBFilt.h.

Referenced by hltFilter(), and HLTPixlMBFilt().

edm::InputTag HLTPixlMBFilt::pixlTag_
private

Definition at line 38 of file HLTPixlMBFilt.h.

Referenced by hltFilter(), and HLTPixlMBFilt().

edm::EDGetTokenT<reco::RecoChargedCandidateCollection> HLTPixlMBFilt::pixlToken_
private

Definition at line 39 of file HLTPixlMBFilt.h.

Referenced by hltFilter(), and HLTPixlMBFilt().