EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
Home page
Related Pages
Modules
Namespaces
Classes
Files
External Links
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
tmp.cc
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file tmp.cc
1
2
{
3
VstGeoParData
vst
;
4
vst.
SetGeometryType
(
EicGeoParData::SimpleStructure
);
5
6
auto
ibcell
=
new
MapsMimosaAssembly
();
7
8
//vst.AddBarrelLayer(ibcell, 6*12, 14, 6*23.4 * etm::mm, 14.0, 0.0);
9
vst.
AddBarrelLayer
(
ibcell
, 4*20, 14, 4*39.3 *
etm::mm
, 14.0, 0.0);
10
11
auto
mid
=
eic
->mid()->get(
"TRACKER"
)->GetG4Volume();
12
vst.
PlaceG4Volume
(
mid
,
true
, 0,
new
G4ThreeVector(0, 0, 0));
13
}
EicToyModel
blob
master
examples
tmp.cc
Built by
Jin Huang
. updated:
Mon Jan 22 2024 12:43:37
using
1.8.2 with
EIC GitHub integration