StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Plots.h
1 #ifndef __PLOTS_CLASS_HEADER__
2 #define __PLOTS_CLASS_HEADER__
3 
13 #include "TauolaParticlePair.h"
14 
15 namespace Tauolapp
16 {
17 
18 class Plots
19 {
20 public:
26  Plots();
27 
30  void setSancVariables(int inc, double cos);
31 
33  void SANCtest1();
34 
36  void SANCtest2();
37 
39  void SANCtest3();
40 
42  void SANCtest4();
43 private:
44  /* Incoming particle PDG ID */
45  int m_incoming_pdg_id;
46  /* cos(theta) used for plots */
47  double m_cosTheta;
48  /* Number of points in plot */
49  int m_n_plot_points;
50  /* TauolaParticlePair class object */
51  TauolaParticlePair t_pair;
52 };
53 
54 } // namespace Tauolapp
55 #endif
void SANCtest3()
Definition: Plots.cxx:82
void SANCtest1()
Definition: Plots.cxx:17
void SANCtest2()
Definition: Plots.cxx:54
void SANCtest4()
Definition: Plots.cxx:119
void setSancVariables(int inc, double cos)
Definition: Plots.cxx:161