Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
CEPCSW
Manage
Activity
Members
Labels
Plan
Issues
7
Issue boards
Milestones
Wiki
Code
Merge requests
14
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cepc
CEPCSW
Merge requests
!7
beam bkg
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
beam bkg
lizhan/CEPCSW:master
into
master
Overview
0
Commits
24
Pipelines
17
Changes
6
Merged
Zhan Li
requested to merge
lizhan/CEPCSW:master
into
master
1 year ago
Overview
0
Commits
24
Pipelines
17
Changes
6
Expand
beam bkg
Edited
1 year ago
by
Zhan Li
0
0
Merge request reports
Compare
master
version 16
9af77da2
1 year ago
version 15
797fdd24
1 year ago
version 14
1ef6835d
1 year ago
version 13
1879a265
1 year ago
version 12
a1177b25
1 year ago
version 11
719e535b
1 year ago
version 10
c5cc301a
1 year ago
version 9
88ef7b13
1 year ago
version 8
ace47390
1 year ago
version 7
9397308d
1 year ago
version 6
0ddc3f5b
1 year ago
version 5
a0896bb0
1 year ago
version 4
d54d6232
1 year ago
version 3
09b89360
1 year ago
version 2
53bc44d2
1 year ago
version 1
8ec36ffa
1 year ago
master (base)
and
latest version
latest version
7abb817f
24 commits,
1 year ago
version 16
9af77da2
23 commits,
1 year ago
version 15
797fdd24
22 commits,
1 year ago
version 14
1ef6835d
21 commits,
1 year ago
version 13
1879a265
20 commits,
1 year ago
version 12
a1177b25
19 commits,
1 year ago
version 11
719e535b
18 commits,
1 year ago
version 10
c5cc301a
17 commits,
1 year ago
version 9
88ef7b13
16 commits,
1 year ago
version 8
ace47390
15 commits,
1 year ago
version 7
9397308d
14 commits,
1 year ago
version 6
0ddc3f5b
13 commits,
1 year ago
version 5
a0896bb0
12 commits,
1 year ago
version 4
d54d6232
11 commits,
1 year ago
version 3
09b89360
9 commits,
1 year ago
version 2
53bc44d2
8 commits,
1 year ago
version 1
8ec36ffa
7 commits,
1 year ago
6 files
+
64
−
125
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
Search (e.g. *.vue) (Ctrl+P)
Detector/DetCRD/compact/TDR_o1_v01/TDR_o1_v01-onlyBeamPipe.xml
0 → 100644
+
51
−
0
Options
<?xml version="1.0" encoding="UTF-8"?>
<lccdd
xmlns:compact=
"http://www.lcsim.org/schemas/compact/1.0"
xmlns:xs=
"http://www.w3.org/2001/XMLSchema"
xs:noNamespaceSchemaLocation=
"http://www.lcsim.org/schemas/compact/1.0/compact.xsd"
>
<info
name=
"TDR_o1_v01"
title=
"CepC reference detctor for TDR"
author=
"Zhan Li"
url=
"http://cepc.ihep.ac.cn"
status=
"developing"
version=
"v01"
>
<comment>
CepC reference detector simulation models used for TDR
</comment>
</info>
<includes>
<gdmlFile
ref=
"${DD4hepINSTALL}/DDDetectors/compact/elements.xml"
/>
<gdmlFile
ref=
"../CRD_common_v02/materials.xml"
/>
</includes>
<define>
<constant
name=
"world_size"
value=
"10*m"
/>
<constant
name=
"world_x"
value=
"world_size"
/>
<constant
name=
"world_y"
value=
"world_size"
/>
<constant
name=
"world_z"
value=
"world_size"
/>
<include
ref=
"${DD4hepINSTALL}/DDDetectors/compact/detector_types.xml"
/>
</define>
<include
ref=
"./TDR_Dimensions_v01_01.xml"
/>
<!--old version, should be check/-->
<include
ref=
"../CRD_common_v01/Beampipe_v01_02.xml"
/>
<fields>
<field
name=
"InnerSolenoid"
type=
"solenoid"
inner_field=
"Field_nominal_value"
outer_field=
"0"
zmax=
"SolenoidCoil_half_length"
inner_radius=
"SolenoidCoil_center_radius"
outer_radius=
"Solenoid_outer_radius"
>
</field>
<field
name=
"OuterSolenoid"
type=
"solenoid"
inner_field=
"0"
outer_field=
"Field_outer_nominal_value"
zmax=
"SolenoidCoil_half_length"
inner_radius=
"Solenoid_outer_radius"
outer_radius=
"Yoke_barrel_inner_radius"
>
</field>
</fields>
</lccdd>
Loading