CMS 3D CMS Logo

funct::GammaPropagator Struct Reference

#include <PhysicsTools/Utilities/interface/GammaPropagator.h>

List of all members.

Public Member Functions

 GammaPropagator ()
double operator() (double mass) const


Detailed Description

Definition at line 6 of file GammaPropagator.h.


Constructor & Destructor Documentation

funct::GammaPropagator::GammaPropagator (  )  [inline]

Definition at line 7 of file GammaPropagator.h.

00007 {}


Member Function Documentation

double funct::GammaPropagator::operator() ( double  mass  )  const [inline]

Definition at line 8 of file GammaPropagator.h.

00008                                          { 
00009       if(mass <= 0) return 0;
00010       return 1./(mass*mass);
00011     }


The documentation for this struct was generated from the following file:
Generated on Tue Jun 9 18:47:01 2009 for CMSSW by  doxygen 1.5.4