File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ mainlib = helper.make_mainlib ( [
2222 'art_Utilities' ,
2323 'mu2e_GlobalConstantsService' ,
2424 'mu2e_GeometryService' ,
25- 'mu2e_KinKalGeom' ,
2625 'mu2e_Mu2eUtilities' ,
2726 'mu2e_GeneralUtilities' ,
2827 'mu2e_BFieldGeom' ,
@@ -36,7 +35,8 @@ mainlib = helper.make_mainlib ( [
3635 'mu2e_CRVReco' ,
3736 'KinKal_Geometry' ,
3837 'KinKal_Trajectory' ,
39- 'KinKal_General'
38+ 'KinKal_General' ,
39+ 'cetlib'
4040 ] )
4141
4242# Fixme: split into link lists for each module.
@@ -49,13 +49,6 @@ helper.make_plugins( [
4949 'art_Persistency_Provenance' ,
5050 'art_root_io_TFileService' ,
5151 'art_root_io_tfile_support' ,
52- 'cetlib' ,
53- 'cetlib_except' ,
54- 'fhiclcpp' ,
55- 'fhiclcpp_types' ,
56- 'tbb' ,
57- 'canvas' ,
58- rootlibs ,
5952 'boost_filesystem' ,
6053 'mu2e_DataProducts' ,
6154 'mu2e_MCDataProducts' ,
@@ -67,7 +60,14 @@ helper.make_plugins( [
6760 'mu2e_KinKalGeom' ,
6861 'KinKal_Geometry' ,
6962 'KinKal_Trajectory' ,
70- 'KinKal_General'
63+ 'KinKal_General' ,
64+ 'cetlib' ,
65+ 'cetlib_except' ,
66+ 'fhiclcpp' ,
67+ 'fhiclcpp_types' ,
68+ 'tbb' ,
69+ 'canvas' ,
70+ rootlibs
7171 ] )
7272
7373helper .make_dict_and_map ( [
You can’t perform that action at this time.
0 commit comments