Skip to content
Snippets Groups Projects
Commit bc637586 authored by Vakhtang Tsulaia's avatar Vakhtang Tsulaia
Browse files

Merge branch 'calo.D3PDMakerTest-20181210' into 'master'

D3PDMakerTest: Adjust references to moved components.

See merge request atlas/athena!16619
parents dcf57a22 dee5b3cd
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