Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ITS: remove unused variables to fix warnings #8584

Merged
merged 1 commit into from
Apr 14, 2022
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