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

Classes | Functions | Variables
XF Namespace Reference

Classes

class  Function
 
class  PostMult
 
class  Pow
 
class  PreMult
 
class  Product
 

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)
 

Variables

const typedef FunctionTRANSFUNCTION
 

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.

Variable Documentation

◆ TRANSFUNCTION

const typedef Function& XF::TRANSFUNCTION

Definition at line 230 of file XF.h.