NSL
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends
InnerTrackerChargeInRange.cpp
Go to the documentation of this file.
2 
4  NAIA::TrTrack::ChargeRecoType recoType) {
5  m_matcher = std::make_shared<boolMatcher>([=](Event &event) {
6  auto charge = event.trTrackBase->InnerCharge[recoType];
7  return (charge > min && charge < max);
8  });
9 }
NAIA::Event Event
Definition: matchers.h:11
ChargeInRange(float min, float max, NAIA::TrTrack::ChargeRecoType recoType)
RefCMatcher m_matcher
Definition: Selection.h:73