|
29 | 29 | "moduleName": "QcTPC", |
30 | 30 | "detectorName": "TPC", |
31 | 31 | "dataSourceURL": "ccdb-test.cern.ch:8080", |
32 | | - "timestamps_comment": [ |
33 | | - "Put the timestamp of the corresponding file you want to look for in the timestamps array.", |
34 | | - "You can either put a timestamp for every object or leave the array empty to take the latest file from the CCDB.", |
35 | | - "An empty array to get the the latest version will be the main use case.", |
36 | | - "The array is mapped to the output objects sequentially", |
37 | | - "If you want to pick the latest file in the CCDB manually, you can use -1." |
| 32 | + "timestamps_comment": [ "Put the timestamp of the corresponding file you want to look for in the timestamps array.", |
| 33 | + "You can either put a timestamp for every object or leave the array empty to take the latest file from the CCDB.", |
| 34 | + "An empty array to get the the latest version will be the main use case.", |
| 35 | + "The array is mapped to the output objects sequentially", |
| 36 | + "If you want to pick the latest file in the CCDB manually, you can use -1." |
38 | 37 | ], |
39 | | - "timestamps": [], |
40 | | - "lookupMetaData_comment": [ |
41 | | - "With this array you can filter your search via meta data.", |
42 | | - "The array is mapped sequentially to the output objects.", |
43 | | - "If you leave only one entry in the array this is used for all objects in outputCalPadMaps and outputCalPads.", |
44 | | - "If you want no meta data simply remove 'keys' and 'values' completely and leave only {}", |
45 | | - "Every entry above (outputCalPads.size() + outputCalPadMaps.size()) is ignored.", |
46 | | - "The keys and values that are set by default are only there to serve as an example." |
| 38 | + "timestamps": [ |
| 39 | + ], |
| 40 | + "lookupMetaData_comment": [ "With this array you can filter your search via meta data.", |
| 41 | + "The array is mapped sequentially to the output objects.", |
| 42 | + "If you leave only one entry in the array this is used for all objects in outputCalPadMaps and outputCalPads.", |
| 43 | + "If you want no meta data simply remove 'keys' and 'values' completely and leave only {}", |
| 44 | + "Every entry above (outputCalPads.size() + outputCalPadMaps.size()) is ignored.", |
| 45 | + "The keys and values that are set by default are only there to serve as an example." |
47 | 46 | ], |
48 | 47 | "lookupMetaData": [ |
49 | | - {} |
| 48 | + { |
| 49 | + } |
50 | 50 | ], |
51 | 51 | "storeMetaData_comment": "For how-to, see 'lookupMetaData_comment'.", |
52 | 52 | "storeMetaData": [ |
53 | | - {} |
54 | | - ], |
55 | | - "histogramRanges_comment": [ |
56 | | - "nBins", |
57 | | - "min", |
58 | | - "max" |
59 | | - ], |
60 | | - "histogramRanges": [ |
61 | | - { |
62 | | - "N_Clusters": [ |
63 | | - "100", |
64 | | - "0", |
65 | | - "100" |
66 | | - ] |
67 | | - }, |
68 | 53 | { |
69 | | - "Q_Max": [ |
70 | | - "200", |
71 | | - "0", |
72 | | - "200" |
73 | | - ] |
74 | | - }, |
75 | | - { |
76 | | - "Q_Tot": [ |
77 | | - "600", |
78 | | - "0", |
79 | | - "600" |
80 | | - ] |
81 | | - }, |
82 | | - { |
83 | | - "Sigma_Time": [ |
84 | | - "200", |
85 | | - "0", |
86 | | - "2" |
87 | | - ] |
88 | | - }, |
89 | | - { |
90 | | - "Sigma_Pad": [ |
91 | | - "200", |
92 | | - "0", |
93 | | - "2" |
94 | | - ] |
95 | | - }, |
96 | | - { |
97 | | - "Time_Bin": [ |
98 | | - "1000", |
99 | | - "0", |
100 | | - "100000" |
101 | | - ] |
102 | | - }, |
103 | | - { |
104 | | - "Occupancy": [ |
105 | | - "100", |
106 | | - "0", |
107 | | - "0.001" |
108 | | - ] |
109 | 54 | } |
110 | 55 | ], |
| 56 | + "histogramRanges_comment" : [ "nBins", "min", "max" ], |
| 57 | + "histogramRanges": [ |
| 58 | + { "N_Clusters" : [ "100", "0", "100" ] }, |
| 59 | + { "Q_Max" : [ "200", "0", "200" ] }, |
| 60 | + { "Q_Tot" : [ "600", "0", "600" ] }, |
| 61 | + { "Sigma_Time" : [ "200", "0", "2" ] }, |
| 62 | + { "Sigma_Pad" : [ "200", "0", "2" ] }, |
| 63 | + { "Time_Bin" : [ "1000", "0", "100000" ] }, |
| 64 | + { "Occupancy" : [ "100", "0", "0.001" ] } |
| 65 | + ], |
111 | 66 | "path_comment": "This is the path of the ClustersData object that shall be visualized.", |
112 | 67 | "path": "qc/TPC/MO/Clusters/ClusterData", |
113 | 68 | "dataType_comment": "This is the switch for 'RawDigits' or 'Clusters' task. Choose 'raw' or 'clusters'.", |
|
0 commit comments