1 #ifndef IDEALSOLENOIDFIELD_H
2 #define IDEALSOLENOIDFIELD_H 1
41 virtual bool construct( EVENT::LCCollection * );
63 CLHEP::Hep3Vector _field_value;
68 #endif // IDEALSOLENOIDFIELD_H
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: IdealSolenoidField.cc:40
CLHEP::Hep3Vector get_field_value(const CLHEP::Hep3Vector &)
gets the field value at a specified point
Definition: IdealSolenoidField.cc:58
Field : A base interface to an electric or magnetic field.
Definition: Field.h:22
virtual ~IdealSolenoidField()
destructor
Definition: IdealSolenoidField.cc:30
IdealSolenoidField : An ideal cylindrical solenoid field.
Definition: IdealSolenoidField.h:24
IdealSolenoidField()
constructor
Definition: IdealSolenoidField.cc:23
virtual Field * new_field(void)
returns a new field...
Definition: IdealSolenoidField.cc:35