MarlinTPC  1.2.0
Public Member Functions | List of all members
marlintpc::CGAElectricField Class Reference

GEARElectricField : An electric field which gets it's values from Mokka through CGA (Common Geometry Access). More...

#include <CGAElectricField.h>

Inheritance diagram for marlintpc::CGAElectricField:
marlintpc::Field

Public Member Functions

 CGAElectricField (lcio::LCRunHeader *run_header)
 constructor
 
virtual ~CGAElectricField ()
 destructor
 
virtual Fieldnew_field (void)
 returns a new field... More...
 
virtual bool construct (lcio::LCCollection *)
 constructs the field from an LCCollection of data objects (could be anything... More...
 
CLHEP::Hep3Vector get_field_value (const CLHEP::Hep3Vector &)
 gets the field value at a specified point
 
std::string get_typename ()
 returns the typename of the field
 
- Public Member Functions inherited from marlintpc::Field
 Field (std::string field_typename)
 constructor
 
virtual ~Field ()
 destructor
 
virtual bool construct (EVENT::LCCollection *)=0
 constructs the field from an LCCollection of data objects (could be anything... More...
 
CLHEP::HepVector get_field_value (const CLHEP::HepVector &)
 gets the field value at a specified point (in carthesian coordinates) More...
 
virtual CLHEP::Hep3Vector get_field_error ()
 gets the field error. More...
 
std::string get_typename ()
 returns the typename of the field
 

Additional Inherited Members

- Protected Attributes inherited from marlintpc::Field
CLHEP::Hep3Vector _field_error
 

Detailed Description

GEARElectricField : An electric field which gets it's values from Mokka through CGA (Common Geometry Access).

Author
J. Abernathy (UVic)

Member Function Documentation

virtual bool marlintpc::CGAElectricField::construct ( lcio::LCCollection *  )
virtual

constructs the field from an LCCollection of data objects (could be anything...

field bin values or just parameters)

virtual Field* marlintpc::CGAElectricField::new_field ( void  )
virtual

returns a new field...

similar to how the Marlin processor registration works

Implements marlintpc::Field.


The documentation for this class was generated from the following file: