CLHEP VERSION Reference Documentation
   
CLHEP Home Page     CLHEP Documentation     CLHEP Bug Reports

Classes | Namespaces | Typedefs | Functions
XF.h File Reference
#include "CLHEP/GenericFunctions/AbsFunction.hh"
#include "CLHEP/GenericFunctions/Argument.hh"
#include "CLHEP/Geometry/Transform3D.h"

Go to the source code of this file.

Classes

class  XF::Function
class  XF::Pow
class  XF::Product
class  XF::PreMult
class  XF::PostMult

Namespaces

namespace  XF

Typedefs

typedef const Function & XF::TRANSFUNCTION

Functions

Product XF::operator* (const Function &op1, const Function &op2)
PreMult XF::operator* (const HepGeom::Transform3D &xf, const Function &op2)
PostMult XF::operator* (const Function &op2, const HepGeom::Transform3D &xf)