Skip to content

Commit 6264a51

Browse files
Merge pull request #368 from brownd1978/geomserv
Add new dependency from GeometryService
2 parents 647b39d + 67ada8f commit 6264a51

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

src/SConscript

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff 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

7373
helper.make_dict_and_map( [

0 commit comments

Comments
 (0)