From 956a522c46e6914c24e19127edb3442ec3cc2c11 Mon Sep 17 00:00:00 2001 From: mhorner Date: Tue, 23 Sep 2003 13:31:41 +0000 Subject: [PATCH] Changed coordinate system --- EMCAL/AliEMCALJetFinderAlgoOmni.cxx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/EMCAL/AliEMCALJetFinderAlgoOmni.cxx b/EMCAL/AliEMCALJetFinderAlgoOmni.cxx index 5f6680e4268..763d5759ea0 100644 --- a/EMCAL/AliEMCALJetFinderAlgoOmni.cxx +++ b/EMCAL/AliEMCALJetFinderAlgoOmni.cxx @@ -20,6 +20,9 @@ /* $Log$ +Revision 1.4 2003/09/19 13:16:20 mhorner +Added additional jet energy info + Revision 1.3 2003/09/04 12:49:56 mhorner Changed hadron correction and added saving EMCAL and track contributions @@ -206,7 +209,7 @@ if (fDebug>0) Info("AliEMCALJetFinderAlgoOmni","Beginning Default Constructor"); phi += deltaPhi; //Get new tower id for cell that track would curve into Int_t towerID2; - if(phi<(1.0/3.0)*TMath::Pi() || phi>TMath::Pi()) + if(phi>(TMath::Pi()/180.0)*geom->GetArm1PhiMax() || phi<(TMath::Pi()/180.0)*geom->GetArm1PhiMin()) { towerID2 = -1; } -- 2.43.0