CMS 3D CMS Logo

Public Member Functions | Private Attributes

SetPropagationDirection Class Reference

#include <Propagator.h>

List of all members.

Public Member Functions

 SetPropagationDirection (Propagator const &iprop, PropagationDirection dir)
 ~SetPropagationDirection ()

Private Attributes

PropagationDirection oldDir
Propagator const & prop

Detailed Description

Definition at line 168 of file Propagator.h.


Constructor & Destructor Documentation

SetPropagationDirection::SetPropagationDirection ( Propagator const &  iprop,
PropagationDirection  dir 
) [inline]

Definition at line 173 of file Propagator.h.

References prop, and Propagator::setPropagationDirection().

                                                                              : 
    prop(iprop),
    oldDir(iprop.propagationDirection()) {
    prop.setPropagationDirection(dir);
  }
SetPropagationDirection::~SetPropagationDirection ( ) [inline]

Member Data Documentation

Definition at line 171 of file Propagator.h.

Referenced by ~SetPropagationDirection().

Definition at line 170 of file Propagator.h.

Referenced by SetPropagationDirection(), and ~SetPropagationDirection().