Class Reference for E1039 Core & Analysis Software
SQTrackletReco.h
Go to the documentation of this file.
1 #ifndef _SQ_TRACKLET_RECO_H
2 #define _SQ_TRACKLET_RECO_H
3 #include "SQReco.h"
4 
5 class SQTrackletReco: public SQReco
6 {
7  public:
9 
10  SQTrackletReco(const std::string& name = "SQTrackletReco");
11  virtual ~SQTrackletReco();
12 
13  virtual int process_event(PHCompositeNode* topNode);
14 
15  virtual void drop_empty_event(const bool val) { _drop_empty_event = val; }
16 
17  private:
18  virtual int InitFastTracking();
19  virtual int MakeNodes(PHCompositeNode* topNode);
20 };
21 
22 #endif // _SQ_TRACKLET_RECO_H
Definition: SQReco.h:43
bool _drop_empty_event
Definition: SQTrackletReco.h:8
virtual ~SQTrackletReco()
SQTrackletReco(const std::string &name="SQTrackletReco")
virtual int process_event(PHCompositeNode *topNode)
virtual void drop_empty_event(const bool val)