-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #616 from michaelmackenzie/Mu2eII_MergeMain
Mu2eII_SM21: Merge in main at tag v10_07_00
- Loading branch information
Showing
129 changed files
with
8,394 additions
and
7,116 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
# | ||
# Graph the DS field on its axis | ||
# | ||
#include "Offline/fcl/standardServices.fcl" | ||
|
||
process_name : DSField | ||
|
||
#services : @local::Services.Reco | ||
services : { | ||
message : @local::default_message | ||
GlobalConstantsService : { inputFile : "Offline/GlobalConstantsService/data/globalConstants_01.txt" } | ||
GeometryService : { | ||
inputFile : "Offline/Mu2eG4/geom/geom_common.txt" | ||
simulatedDetector : { tool_type: "Mu2e" } | ||
} | ||
TFileService: { | ||
fileName : "DSField.root" | ||
} | ||
} | ||
source : { | ||
module_type : EmptyEvent | ||
} | ||
|
||
physics : { | ||
analyzers: { | ||
BFieldPlotter : { | ||
module_type : BFieldPlotter | ||
plane : "x" | ||
planeValue : -3904.0 | ||
axisOneMin : 0.0 | ||
axisOneMax : 0.0 | ||
axisTwoMin : 4100 | ||
axisTwoMax : 13500 | ||
mapBinSize : 10.0 | ||
dump : true | ||
dumpName : "Test" | ||
detector : true | ||
} | ||
} | ||
e1 : [BFieldPlotter] | ||
end_paths : [e1] | ||
} | ||
services.GeometryService.inputFile : "Offline/Mu2eG4/geom/geom_common_reco.txt" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# | ||
# Graph the DS field on its axis | ||
# | ||
#include "Offline/fcl/standardServices.fcl" | ||
|
||
process_name : DSField | ||
|
||
services : @local::Services.Reco | ||
source : { | ||
module_type : EmptyEvent | ||
} | ||
|
||
physics : { | ||
analyzers: { | ||
BFieldPlotter : { | ||
module_type : BFieldPlotter | ||
plane : "x" | ||
planeValue : -3904.0 | ||
axisOneMin : 0.0 | ||
axisOneMax : 0.0 | ||
axisTwoMin : 4100 | ||
axisTwoMax : 13500 | ||
mapBinSize : 10.0 | ||
dumpFile : true | ||
detector : true | ||
} | ||
} | ||
e1 : [BFieldPlotter] | ||
end_paths : [e1] | ||
} | ||
services.GeometryService.inputFile : "Offline/Mu2eG4/geom/geom_common_no_tsu_ps.txt" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.