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

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

◆ TRANSFUNCTION

typedef const Function& XF::TRANSFUNCTION

Definition at line 230 of file XF.h.

Function Documentation

◆ operator*() [1/3]

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

Definition at line 23 of file XF.cc.

References a, and b.

◆ operator*() [2/3]

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

Definition at line 33 of file XF.cc.

References a.

◆ operator*() [3/3]

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

Definition at line 28 of file XF.cc.

References b.