File: Oriented.h
Description:
The Oriented class mainly implements a static
member theSide that describes, in the fragmentation procedure,
from which side of the string a step is taken. The method to pick at random
a side is protected and only the LundFragHandler
can change it. All other classes can access to the current side in a
fragmentation step by the static Dir() method.
namespace Pythia7{
CLASS
Oriented
Public members:
enum Side {left=-1, right=1};
inline static int Dir();
inline static int OppDir();
Protected members:
inline static void pickSide(double rnd);
Private members:
DEFINED MACROS
INCLUDED FILES