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

Classes | Typedefs | Functions
XF Namespace Reference

Classes

class  Function
 
class  PostMult
 
class  Pow
 
class  PreMult
 
class  Product
 

Typedefs

typedef const FunctionTRANSFUNCTION
 

Functions

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

Typedef Documentation

typedef const Function& XF::TRANSFUNCTION

Definition at line 230 of file XF.h.

Function Documentation

Product XF::operator* ( const Function op1,
const Function op2 
)

Definition at line 23 of file XF.cc.

PreMult XF::operator* ( const HepGeom::Transform3D xf,
const Function op2 
)

Definition at line 28 of file XF.cc.

PostMult XF::operator* ( const Function op2,
const HepGeom::Transform3D xf 
)

Definition at line 33 of file XF.cc.