1 #ifndef SOLENOIDZMAPMAGNETICFIELD_H
2 #define SOLENOIDZMAPMAGNETICFIELD_H 1
41 virtual bool construct( EVENT::LCCollection * );
72 std::vector<FieldMapEntry> _field_map;
77 #endif // SOLENOIDZMAPMAGNETICFIELD_H
SolenoidZMapMagneticField : A magnetic field from a solenoid map (mapped in z)
Definition: SolenoidZMapMagneticField.h:24
CLHEP::Hep3Vector get_field_value(const CLHEP::Hep3Vector &)
gets the field value at a specified point
Definition: SolenoidZMapMagneticField.cc:68
Field : A base interface to an electric or magnetic field.
Definition: Field.h:22
Definition: SolenoidZMapMagneticField.h:51
virtual Field * new_field(void)
returns a new field...
Definition: SolenoidZMapMagneticField.cc:35
std::string get_typename()
returns the typename of the field
virtual bool construct(EVENT::LCCollection *)
constructs the field from an LCCollection of data objects (could be anything...
Definition: SolenoidZMapMagneticField.cc:40
SolenoidZMapMagneticField()
constructor
Definition: SolenoidZMapMagneticField.cc:23
virtual ~SolenoidZMapMagneticField()
destructor
Definition: SolenoidZMapMagneticField.cc:30