inside template<class T> TCHIPS<T>::TCHIPS(G4int ver): T() // Ion Physics this->RegisterPhysics( new G4QIonPhysics(ver)); Err: no such ctor: G4QIonPhysics(int) in class G4QIonPhysics
The CHIPS physics list is deprecated in 9.6, and will not be available in any further release of Geant4. Note, we do not support deprecated lists. The bug you find is trivial, simply remove the argument in the ctor. Regards, Gunter