Skip to content

Commit 3d175cb

Browse files
zieglerc-dilks
authored andcommitted
QCDDAT hits bankdefs added
QCDDAT hits service yaml file
1 parent 20cbd58 commit 3d175cb

2 files changed

Lines changed: 54 additions & 0 deletions

File tree

‎etc/bankdefs/hipo4/cvtqcddat.json‎

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
[
2+
{
3+
"name": "CVT::QCDDATHit",
4+
"group": 20500,
5+
"item" : 71,
6+
"info": "reconstructed hits",
7+
"entries": [
8+
{"name":"id", "type":"S", "info":"id of the hit"},
9+
{"name":"mctid", "type":"S", "info":"MC track id associated with the hit"},
10+
{"name":"sector", "type":"B", "info":"sector"},
11+
{"name":"layer", "type":"B", "info":"layer (1...6)=SVT; (7...12)=BMT"},
12+
{"name":"strip", "type":"S", "info":"strip number"},
13+
{"name":"energy", "type":"F", "info":"energy"},
14+
{"name":"time", "type":"F", "info":"time"},
15+
{"name":"mctrue", "type":"B", "info":"order 0=MC hit-on-track; 1=noise hit"},
16+
{"name":"x1", "type":"F", "info":"geometric strip origin x-coordinate"},
17+
{"name":"y1", "type":"F", "info":"geometric strip origin y-coordinate"},
18+
{"name":"z1", "type":"F", "info":"geometric strip origin z-coordinate"},
19+
{"name":"x2", "type":"F", "info":"geometric strip mid-point x-coordinate"},
20+
{"name":"y2", "type":"F", "info":"geometric strip mid-point y-coordinate"},
21+
{"name":"z2", "type":"F", "info":"geometric strip mid-point z-coordinate"},
22+
{"name":"x3", "type":"F", "info":"geometric strip end-point x-coordinate"},
23+
{"name":"y3", "type":"F", "info":"geometric strip end-point y-coordinate"},
24+
{"name":"z3", "type":"F", "info":"geometric strip end-point z-coordinate"}
25+
]
26+
}
27+
]

‎etc/services/mc-qcddat.yaml‎

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
io-services:
2+
reader:
3+
class: org.jlab.io.clara.HipoToHipoReader
4+
name: HipoToHipoReader
5+
writer:
6+
class: org.jlab.io.clara.HipoToHipoWriter
7+
name: HipoToHipoWriter
8+
services:
9+
- class: org.jlab.clas.swimtools.MagFieldsEngine
10+
name: MAGFIELDS
11+
- class: org.jlab.rec.cvt.ml.qcddat.SampleMaker
12+
name: CVTFP
13+
configuration:
14+
global:
15+
variation: rga_fall2018_bg
16+
# dcMinistagger: "NOTONREFWIRE"
17+
# dcFeedthroughs: "OFF"
18+
# io-services:
19+
# writer:
20+
# schema_dir: "absolute-path-to-schema-folder"
21+
services:
22+
MAGFIELDS:
23+
magfieldSolenoidMap: Symm_solenoid_r601_phi1_z1201_13June2018.dat
24+
magfieldTorusMap: Symm_torus_r2501_phi16_z251_24Apr2018.dat
25+
26+
mime-types:
27+
- binary/data-hipo

0 commit comments

Comments
 (0)