1 #ifndef DIDZMAPMAGNETICFIELD_H
2 #define DIDZMAPMAGNETICFIELD_H 1
41 virtual bool construct( EVENT::LCCollection * );
72 std::vector<FieldMapEntry> _field_map;
77 #endif // SOLENOIDZMAPMAGNETICFIELD_H
CLHEP::Hep3Vector get_field_value(const CLHEP::Hep3Vector &)
gets the field value at a specified point
Definition: DIDZMapMagneticField.cc:68
Field : A base interface to an electric or magnetic field.
Definition: Field.h:22
DIDZMapMagneticField : A magnetic field from a DID map (mapped in z)
Definition: DIDZMapMagneticField.h:24
virtual ~DIDZMapMagneticField()
destructor
Definition: DIDZMapMagneticField.cc:30
virtual Field * new_field(void)
returns a new field...
Definition: DIDZMapMagneticField.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: DIDZMapMagneticField.cc:40
Definition: DIDZMapMagneticField.h:51
DIDZMapMagneticField()
constructor
Definition: DIDZMapMagneticField.cc:23