StRoot
1
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Groups
Pages
StarGenerator
Tauola1_1_5
src
utilities
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
Tauolapp::Plots::SANCtest3
void SANCtest3()
Definition:
Plots.cxx:82
Tauolapp::Plots::SANCtest1
void SANCtest1()
Definition:
Plots.cxx:17
TauolaParticlePair
Contains two TauolaParticle that are related by the same mother. Spin correlations are handled here...
Tauolapp::Plots::SANCtest2
void SANCtest2()
Definition:
Plots.cxx:54
Tauolapp::Plots::Plots
Plots()
Definition:
Plots.cxx:10
Tauolapp::Plots::SANCtest4
void SANCtest4()
Definition:
Plots.cxx:119
Tauolapp::Plots::setSancVariables
void setSancVariables(int inc, double cos)
Definition:
Plots.cxx:161
Generated by
1.8.5