1 #ifndef GEARMAGNETICFIELD_H
2 #define GEARMAGNETICFIELD_H 1
41 virtual bool construct( EVENT::LCCollection * );
59 #endif // GEARMAGNETICFIELD_H
GEARMagneticField : A magnetic field which is basically just a wrapper to accessing the global GEAR f...
Definition: GEARMagneticField.h:24
std::string get_typename()
returns the typename of the field
Field : A base interface to an electric or magnetic field.
Definition: Field.h:22
CLHEP::Hep3Vector get_field_value(const CLHEP::Hep3Vector &)
gets the field value at a specified point
Definition: GEARMagneticField.cc:56
virtual bool construct(EVENT::LCCollection *)
constructs the field from an LCCollection of data objects (could be anything...
Definition: GEARMagneticField.cc:48
virtual Field * new_field(void)
returns a new field...
Definition: GEARMagneticField.cc:43
virtual ~GEARMagneticField()
destructor
Definition: GEARMagneticField.cc:38
GEARMagneticField()
constructor
Definition: GEARMagneticField.cc:31