Bayeux  3.4.1
Core Foundation library for SuperNEMO
gdrot.h
Go to the documentation of this file.
1 #ifndef GENBB_DECAY0_GDROT_H_
2 #define GENBB_DECAY0_GDROT_H_ 1
3 
4 namespace mygsl {
5  class rng;
6 }
7 
8 namespace genbb {
9  namespace decay0 {
10 
12  // Theta and phi are anti-clockwise Eulerian angles between the
13  // two systems.
14  // M.Hansroul, G.Patrick (GEANT).
15  void decay0_gdrot(double * p,
16  double costh,double sinth,double cosph,double sinph);
17 
18  } // end of namespace decay0
19 } // end of namespace genbb
20 
21 #endif // GENBB_DECAY0_GDROT_H_
22 //
23 // Local Variables: --
24 // mode: c++ --
25 // End: --
Top-level namespace of the Bayeux/genbb_help module library.
Definition: alpha_decay.h:51
Top-level namespace of the Bayeux/mygsl module library.
Definition: base_decay_driver.h:47
void decay0_gdrot(double *p, double costh, double sinth, double cosph, double sinph)
Rotates vector from one reference system into another.