EIC Software
 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  {
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  }