Skip to content
Snippets Groups Projects
Commit 07d3f6a3 authored by Scott Snyder's avatar Scott Snyder Committed by Graeme Stewart
Browse files

Update for fixes in MuonD3PDMaker. (D3PDMakerTest-00-10-07)

	* Tagging D3PDMakerTest-00-10-07.
	* Update for fixes in MuonD3PDMaker.
parent 4f4767e2
No related branches found
No related tags found
No related merge requests found
...@@ -100,7 +100,7 @@ StatusCode HitsFillerAlg::fillTrackRecordCollection() ...@@ -100,7 +100,7 @@ StatusCode HitsFillerAlg::fillTrackRecordCollection()
CLHEP::Hep3Vector p(j+11,j+12,j+13); CLHEP::Hep3Vector p(j+11,j+12,j+13);
CLHEP::Hep3Vector x(j+14,j+15,j+16); CLHEP::Hep3Vector x(j+14,j+15,j+16);
c->Emplace(j, // PDG c->Emplace(j, // PDG
j+10, // energy (j+10)*1000, // energy
p, //position p, //position
x, //momentum x, //momentum
j+17, // time j+17, // time
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment