Skip to content
Snippets Groups Projects
Commit 3497400b authored by Frank Gaede's avatar Frank Gaede Committed by Frank Gaede
Browse files

add one line description for class CartesianField

parent e8dd8dbd
No related branches found
No related tags found
No related merge requests found
...@@ -30,7 +30,7 @@ namespace DD4hep { ...@@ -30,7 +30,7 @@ namespace DD4hep {
// Forward declarations // Forward declarations
typedef Position Direction; typedef Position Direction;
/// Base class describing any field with 3D cartesian vectors for the field strength.
/** Abstract base class describing any field (electric or magnetic) with 3D cartesian vectors /** Abstract base class describing any field (electric or magnetic) with 3D cartesian vectors
* for the field strength and positions. * for the field strength and positions.
* Implementation classes need to overwrite void fieldComponents(const double* pos, double* field). * Implementation classes need to overwrite void fieldComponents(const double* pos, double* field).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment