|
3 | 3 |
|
4 | 4 | process_name : iercAnalysis |
5 | 5 |
|
6 | | -source : { |
7 | | - module_type : RootInput |
8 | | - fileNames : @nil |
9 | | - maxEvents : -1 |
| 6 | + source : { |
| 7 | +module_type: |
| 8 | + RootInput fileNames : @nil maxEvents : -1 |
10 | 9 | } |
11 | 10 |
|
12 | 11 | services : { |
13 | | - |
14 | | - #@local::Services.Reco |
15 | | - GeometryService : {inputFile: "Offline/Mu2eG4/geom/geom_common.txt" bFieldFile: "Offline/Mu2eG4/geom/bfgeom_reco_v01.txt" simulatedDetector : {tool_type: "Mu2e"}} |
16 | | - ConditionsService : { conditionsfile : "Offline/ConditionsService/data/conditions_01.txt"} |
17 | | - GlobalConstantsService : {inputFile : "Offline/GlobalConstantsService/data/globalConstants_01.txt"} |
18 | | - DbService : @local::DbEmpty |
19 | | - ProditionsService : @local::Proditions |
20 | | - TimeTracker: {} |
| 12 | + #@ local::Services.Reco GeometryService : { |
| 13 | + inputFile: |
| 14 | + "Offline/Mu2eG4/geom/geom_common.txt" bFieldFile |
| 15 | + : "Offline/Mu2eG4/geom/bfgeom_reco_v01.txt" simulatedDetector : { |
| 16 | + tool_type: |
| 17 | + "Mu2e" |
| 18 | + } |
| 19 | + } |
| 20 | +ConditionsService: { |
| 21 | +conditionsfile: |
| 22 | + "Offline/ConditionsService/data/conditions_01.txt" |
| 23 | +} |
| 24 | +GlobalConstantsService: { |
| 25 | +inputFile: |
| 26 | + "Offline/GlobalConstantsService/data/globalConstants_01.txt" |
| 27 | +} |
| 28 | +DbService: |
| 29 | + @local::DbEmpty ProditionsService : @local::Proditions TimeTracker : { |
| 30 | + } |
21 | 31 | } |
22 | 32 |
|
23 | 33 | physics : { |
24 | 34 |
|
25 | | - producers : { |
26 | | - |
27 | | - genFrags : { |
28 | | - module_type : ArtFragmentsFromDTCEvents |
29 | | - diagLevel : 0 |
30 | | - makeCaloFrag : 1 |
31 | | - makeTrkFrag : 0 |
32 | | - makeCRVFrag : 0 |
33 | | - makeSTMFrag : 0 |
34 | | - } |
35 | | - |
36 | | - CaloDigiIERC : { |
37 | | - module_type : CaloDigiFromFragments |
38 | | - dataType : 1 |
39 | | - diagLevel : 0 |
40 | | - caloTag : "genFrags" |
41 | | - useOfflineID : false |
42 | | - useDTCROCID : true |
43 | | - } |
44 | | - } |
45 | | - |
46 | | - analyzers : { |
47 | | - pulseIERCAnalysis : { |
48 | | - module_type : CaloiercAnalyzer |
49 | | - caloDigiModuleLabel : "CaloDigiIERC" |
50 | | - caloDigiInstanceLabel : "" |
51 | | - verbosity : 0 |
52 | | - splineFilename : "/home/mu2edaq/dev_calo/pgirotti_testing/srcs/otsdaq-mu2e-calorimeter/test/ierc_splines_gr4_106291.root" |
53 | | - } |
54 | | - } |
55 | | - |
56 | | - t1 : [ genFrags , CaloDigiIERC ] |
57 | | - e1 : [ pulseIERCAnalysis ] |
58 | | - |
59 | | - trigger_paths : [t1] |
60 | | - end_paths : [e1] |
| 35 | + producers : { |
| 36 | + |
| 37 | + genFrags : { |
| 38 | + module_type : ArtFragmentsFromDTCEvents diagLevel : 0 makeCaloFrag : 1 |
| 39 | + makeTrkFrag : 0 makeCRVFrag : 0 makeSTMFrag : 0 |
| 40 | + } |
| 41 | + |
| 42 | + CaloDigiIERC : { |
| 43 | + module_type : CaloDigiFromFragments dataType : 1 diagLevel : 0 |
| 44 | + caloTag : "genFrags" useOfflineID : false useDTCROCID : true |
| 45 | + } |
| 46 | + } |
| 47 | + |
| 48 | + analyzers : { |
| 49 | + pulseIERCAnalysis : { |
| 50 | + module_type : CaloiercAnalyzer caloDigiModuleLabel : "CaloDigiIERC" |
| 51 | + caloDigiInstanceLabel : "" verbosity : 0 |
| 52 | + splineFilename : "/home/mu2eshift/gr4_process/srcs/otsdaq-mu2e-calorimeter/" |
| 53 | + "test/ierc_splines_gr4_106291.root" |
| 54 | + } |
| 55 | + } |
| 56 | + |
| 57 | + t1 : [ genFrags, CaloDigiIERC ] e1 : [pulseIERCAnalysis] |
| 58 | + |
| 59 | + trigger_paths : [t1] end_paths : [e1] |
61 | 60 | } |
62 | 61 |
|
63 | | -services.scheduler.wantSummary: true |
| 62 | + services.scheduler.wantSummary : true |
0 commit comments