diff --git a/.muse b/.muse index 1a8cdfa035..ea3c82ffad 100644 --- a/.muse +++ b/.muse @@ -1,5 +1,5 @@ # prefer to build with this environment -ENVSET p043 +ENVSET p044 # add these to python path PYTHONPATH Trigger/python # add Offline/bin to path diff --git a/Analyses/src/SConscript b/Analyses/src/SConscript index e77df8776a..566a278604 100644 --- a/Analyses/src/SConscript +++ b/Analyses/src/SConscript @@ -72,7 +72,7 @@ helper.make_plugins( [ mainlib, 'pthread', #'hep_concurrency', 'DTCInterface', - 'Overlays' + 'artdaq-core-mu2e_Overlays' ] ) # this tells emacs to view this file in python mode. # Local Variables: diff --git a/CaloDiag/src/SConscript b/CaloDiag/src/SConscript index a8267b003d..a38897649f 100644 --- a/CaloDiag/src/SConscript +++ b/CaloDiag/src/SConscript @@ -70,7 +70,7 @@ helper.make_plugins( [ mainlib, 'pthread', 'hep_concurrency', 'DTCInterface', - 'Overlays' + 'artdaq-core-mu2e_Overlays' ] ) # this tells emacs to view this file in python mode. diff --git a/DAQ/src/SConscript b/DAQ/src/SConscript index 670034ca3f..4ec449c109 100644 --- a/DAQ/src/SConscript +++ b/DAQ/src/SConscript @@ -88,9 +88,9 @@ helper.make_plugins( [ mainlib, 'Minuit', # Needed for BetaTauPitch_module.cc and ReadStrawCluster_module.cc # See the Fixme at the top of the file. 'DTCInterface', - 'Overlays', + 'artdaq-core-mu2e_Overlays', 'artdaq-core_Data', - 'Data', + 'artdaq-core-mu2e_Data', 'artdaq-core-mu2e_Data_dict' ] )