NSL
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends
TrackHitCut.cpp
Go to the documentation of this file.
2 
3 // NAIA headers
4 #include <Containers/Utils.hpp>
5 
7 
8  m_matcher = std::make_shared<boolMatcher>([=](Event &event) {
9  auto jlayer = layer - 1;
10 
11  return NAIA::ContainsKeys(event.trTrackBase->LayerChargeStatus, jlayer);
12  });
13 }
NAIA::Event Event
Definition: matchers.h:11
HitCut(unsigned int layer)
Definition: TrackHitCut.cpp:6
RefCMatcher m_matcher
Definition: Selection.h:73