I have imported the model from the ansys to the Garfield++, and the most important part of my model is some gas area including the electric field, now I want to get the signal from the electrode, what should I do to add the plane or strip to be the electrode and convolute the induced current pulse with the transfer function? I just found some method in the ComponentAnalyticField class. the code is like below
cmp.AddWire(0., 0., 2 * rWire, vWire, "s");
sensor.AddElectrode(&cmp, "s");