From 840da4139ae00176d5c062ff6a6e527f9e8bcbff Mon Sep 17 00:00:00 2001 From: shahoian Date: Fri, 20 Jul 2012 10:35:15 +0000 Subject: [PATCH] Techincal fix --- ITS/UPGRADE/AliITSInitGeometryUpg.cxx | 2 +- ITS/UPGRADE/AliITSvUpgrade.cxx | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/ITS/UPGRADE/AliITSInitGeometryUpg.cxx b/ITS/UPGRADE/AliITSInitGeometryUpg.cxx index 0ef71843d2a..0b97a52b25b 100644 --- a/ITS/UPGRADE/AliITSInitGeometryUpg.cxx +++ b/ITS/UPGRADE/AliITSInitGeometryUpg.cxx @@ -871,7 +871,7 @@ void AliITSInitGeometryUpg::DecodeDetectorvUpgrade(Int_t &mod,Int_t layer, // none. // MS 23jun11 Int_t lad=-1,det=-1; - + layer--; // starts from 1! lad = cpn0; det = cpn1; mod = 0; diff --git a/ITS/UPGRADE/AliITSvUpgrade.cxx b/ITS/UPGRADE/AliITSvUpgrade.cxx index 93428f97319..f8375e3168b 100644 --- a/ITS/UPGRADE/AliITSvUpgrade.cxx +++ b/ITS/UPGRADE/AliITSvUpgrade.cxx @@ -744,8 +744,6 @@ void AliITSvUpgrade::StepManager(){ // none. // Return: // none. - static TLorentzVector positionRS; - gMC->TrackPosition(positionRS); if(!(this->IsActive())) return; if(!(gMC->TrackCharge())) return; -- 2.39.3