NSL
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends
HasPhysicsTrigger.cpp
Go to the documentation of this file.
1 // our headers
3 
4 // c++ headers
5 #include <memory>
6 
8  m_matcher = std::make_shared<boolMatcher>([](Event &event) {
9  // TODO: find a way to cache this operation in NAIA
10  event.evSummary->RestorePhysBPatt(true);
11  return event.evSummary->IsPhysicsTrigger();
12  });
13 }
NAIA::Event Event
Definition: matchers.h:11
RefCMatcher m_matcher
Definition: Selection.h:73