Replacing the LH2 target with an NH3 target

From New IAC Wiki
Revision as of 23:17, 28 March 2016 by Vanwdani (talk | contribs) (Created page with "Replacing the LH2 target with an NH3 target in the '''ExN02DectectorConstruction.cc''' file <pre> //Ammonia G4Element* N = new G4Element("Nitrogen", "N", z=7., a=14.01*g/mole); …")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Replacing the LH2 target with an NH3 target in the ExN02DectectorConstruction.cc file

//Ammonia
G4Element* N = new G4Element("Nitrogen", "N", z=7., a=14.01*g/mole);
G4Element* H = new G4Element("Hydrogen","H",z=1.,a=1.01*g/mole);
G4Material* NH3 = new G4Material("Ammonia", density=0.86*g/cm3, ncomponents=2,kStateGas, temperature, pressure);
NH3->AddElement(N,natoms=1);
NH3->AddElement(H,natoms=3);

Links

[DV_RunGroupC_Moller|Back]]