]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EMCAL/AliEMCALJetFinder.cxx
Removed files for new Flugg structure
[u/mrichter/AliRoot.git] / EMCAL / AliEMCALJetFinder.cxx
index 84bb9007f68767335ebcc30c6bda52fa92615259..e39c00d8b626af29dbf7d61683eaea0e25361b54 100644 (file)
 
 /*
 $Log$
+Revision 1.20.4.3  2002/10/10 15:07:49  hristov
+Updating VirtualMC to v3-09-02
+
+Revision 1.25  2002/09/13 10:24:57  morsch
+idem
+
+Revision 1.24  2002/09/13 10:21:13  morsch
+No cast to AliMagFCM.
+
 Revision 1.23  2002/06/27 09:24:26  morsch
 Uncomment the TH1::AddDirectory statement.
 
@@ -1473,7 +1482,7 @@ Float_t AliEMCALJetFinder::PropagatePhi(Float_t pt, Float_t charge, Bool_t& curl
   static Float_t b = 0.0, rEMCAL = -1.0;
   if(rEMCAL<0) {
 // Get field in kGS
-    b =  gAlice->Field())->SolenoidField();
+    b =  gAlice->Field()->SolenoidField();
 // Get EMCAL radius in cm 
     rEMCAL = AliEMCALGeometry::GetInstance()->GetIPDistance();
     printf("\nMagnetic field %f rEMCAL %f ", b, rEMCAL);