Back to home page

sPhenix code displayed by LXR

 
 

    


File indexing completed on 2025-08-05 08:15:12

0001 #ifndef __FIELDMAPSLAPLACE_H__
0002 #define __FIELDMAPSLAPLACE_H__
0003 
0004 //===========================================================
0005 /// \file FieldMapsLaplace.h
0006 /// \brief Implementation of E distortions from Laplace solutions
0007 /// \author Carlos Perez Lara
0008 //===========================================================
0009 
0010 #include "FieldMaps.h"
0011 
0012 class FieldMapsLaplace:public FieldMaps {
0013  public:
0014   virtual void ComputeE();
0015 };
0016 
0017 #endif /* __FIELDMAPSLAPLACE_H__ */