Skip to content
Snippets Groups Projects
Commit 3c284d1f authored by Scott Snyder's avatar Scott Snyder Committed by scott snyder
Browse files

D3PDMakerTest: Adjust references to moved components.

Adjust references to components moved from CaloD3PDMaker
to CaloSysD3PDMaker.



Former-commit-id: dee5b3cd
parent ae311502
No related branches found
No related tags found
No related merge requests found
...@@ -34,7 +34,7 @@ alg = TrackD3PD (tupleFileOutput, ...@@ -34,7 +34,7 @@ alg = TrackD3PD (tupleFileOutput,
PrimaryVertex_storeDiagonalCovarianceAsErrors = True) PrimaryVertex_storeDiagonalCovarianceAsErrors = True)
# And a calorimeter tree! # And a calorimeter tree!
from CaloD3PDMaker.CaloD3PD import CaloD3PD from CaloSysD3PDMaker.CaloD3PD import CaloD3PD
alg = CaloD3PD (file = tupleFileOutput) alg = CaloD3PD (file = tupleFileOutput)
# Make supercells into a separate file, if available. # Make supercells into a separate file, if available.
......
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