在Examples/AliceTPC中,the periodicity (wire spacing) (both in sense wires and cathode wires)is same(0.25cm).As the following code shows
constexpr double period = 0.25;
cmpe.SetPeriodicityX(period);
cmpi.SetPeriodicityX(period);
If I want to set the wire spacing between the sense wire is 0.2cm ( PeriodicityX ), the wire spacing between the cathode wires is 0.3cm ( PeriodicityX ), how should I modify the code?