Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions Detectors/ITSMFT/ITS/simulation/src/V3Layer.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -476,10 +476,6 @@ TGeoVolume* V3Layer::createStave(const TGeoManager* /*mgr*/)
char volumeName[nameLen];

Double_t xpos, ypos, ymod;
Double_t alpha;

// First create all needed shapes
alpha = (360. / (2 * mNumberOfStaves)) * DegToRad();

// The stave
snprintf(volumeName, nameLen, "%s%d", GeometryTGeo::getITSStavePattern(), mLayerNumber);
Expand Down
4 changes: 1 addition & 3 deletions Detectors/ITSMFT/ITS/simulation/src/V3Services.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -307,9 +307,7 @@ void V3Services::createOBCYSSCylinder(TGeoVolume* mother, const TGeoManager* mgr
// Return:
//
// Created: 02 Mar 2020 Mario Sitta
//

TGeoVolumeAssembly* cyss = new TGeoVolumeAssembly("CYSS");
// Last change: 14 Apr 2022 Matteo Concas

obCYSS11(mother, mgr);
}
Expand Down