SEvent/EventTrigger.cc
Go to the documentation of this file.
1 #include <sevt/EventTrigger.h>
2 #include <utl/LameShadowPtr_imp.h>
3 
4 
6 
7 using namespace sevt;
8 
9 
10 bool
12  const
13 {
14  return
15  !fAlgorithm.find("FD") ||
16  !fAlgorithm.find("Stereo") ||
17  !fAlgorithm.find("Trio") ||
18  !fAlgorithm.find("Hybrid");
19 }
#define LAMESHADOWPTR_INST(_T_...)
Interface class to access the Event Trigger (T3)

, generated on Tue Sep 26 2023.