Class Reference for E1039 Core & Analysis Software
FilterSimEvent.cc
Go to the documentation of this file.
2 #include <phool/getClass.h>
3 #include <ktracker/SRecEvent.h>
4 #include "FilterSimEvent.h"
5 using namespace std;
6 
8 {
10 }
11 
13 {
14  srec = findNode::getClass<SRecEvent>(topNode, "SRecEvent");
15  if (!srec) return Fun4AllReturnCodes::ABORTEVENT;
17 }
18 
20 {
21  if (srec->getNDimuons() == 0) return Fun4AllReturnCodes::ABORTEVENT;
23 }
24 
26 {
28 }
int InitRun(PHCompositeNode *topNode)
int End(PHCompositeNode *topNode)
Called at the end of all processing.
int process_event(PHCompositeNode *topNode)
int Init(PHCompositeNode *topNode)