Hi,
I have just discovered my old post and I have to say that I have solved the problem with the normal to surface using Giovanni's hint:
So, here is my input if someone need it (Plumed2). It's made for cisplatin (
https://en.wikipedia.org/wiki/Cisplatin)...
****************
gh: GHOST ATOMS=1,2,3 COORDINATES=0,0.5,0 # atoms 1,2,3 define plane, in my case atoms Pt, N1 and N2 in cisplatin molecule, one GHOST atom is product
dist: DISTANCE ATOMS=1,4 NOPBC # defines vector between Pt and Cl1 in cisplatin
ang: ANGLE ATOMS=4,1,gh # defines angle between normal to the plane and Pt-Cl1 vector
DUMPATOMS STRIDE=1 FILE=file.gro ATOMS=1,2,3,4,5,gh # just to see in VMD how it works
****************
Thanks for PLUMED guys.
OK