ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
FermimotionAfterburner.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file FermimotionAfterburner.h
1 // Tell emacs that this is a C++ source
2 // -*- C++ -*-.
3 #ifndef FERMIMOTIONAFTERBURNER_H
4 #define FERMIMOTIONAFTERBURNER_H
5 
6 #include <fun4all/SubsysReco.h>
7 
8 #include <gsl/gsl_rng.h>
9 
10 #include <string>
11 
12 class PHCompositeNode;
13 
15 {
16  public:
17  FermimotionAfterburner(const std::string &name = "FermimotionAfterburner");
18 
19  virtual ~FermimotionAfterburner();
20 
26  int Init(PHCompositeNode *topNode) override;
27 
31  int process_event(PHCompositeNode *topNode) override;
32 
33  private:
34  void AddpF(PHCompositeNode *);
35 
36  gsl_rng *RandomGenerator;
37 };
38 
39 #endif // FERMIMOTIONAFTERBURNER_H