The result of Getmass() is not match to caculate by math

Hi everyone,
I defiend a full solid sphere which r=10cm and materials is G4_Air(which density is 0.0012048 g/cm3).
i used Getmass() and get the relsult is 3.14985e+22, not match to the result 5.047 g by math calculation.i don’t konw what is wrong in this.

logical volume define:
G4Sphere* absorberdet = new G4Sphere(“absorberdet”,0cm,10cm,0,360degree,0,180degree);
absorberdetLV = new G4LogicalVolume(absorberdet,Air,“absorberdetLV”);
G4double mass= absorberdetLV->GetMass();
G4cout << "detConstruction mass in deconstruct is " << mass << G4endl;

result :
detConstruction mass in deconstruct is 3.14985e+22.

https://geant4-userdoc.web.cern.ch/UsersGuides/ForApplicationDeveloper/html/Fundamentals/unitSystem.html

Thank you for your answer.I don’t consider E=mC^2,now i understand the descrips.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.