I followed these two thread.
A: https://hackernoon.com/how-i-hacked-google-daydream-controller-
c4619ef318e4#.uaaf84o6p
and
B: Use Daydream Controller on HoloLens or outside Daydream? hololens-or-outside-daydream
A says it has mag, B says it is fusion(orientation), I think it is fusion, because I check develop website
https://developers.google.com/vr/unity/reference/class/gvr-controller
It says, there are no properties about accessing magnetometer, and the Orientation
Quaternion Returns the controller's current orientation in space, as a quaternion.
Looks like a Rotation Vector, because it is quaternion. This is my reason, If I wrong, please correct me. Thank you.