]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Obsolete parameter
authorcvetan <cvetan@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 15 Jun 2009 12:27:02 +0000 (12:27 +0000)
committercvetan <cvetan@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 15 Jun 2009 12:27:02 +0000 (12:27 +0000)
STEER/AliReconstruction.cxx
STEER/AliReconstruction.h

index ec0d7b69c160c6447d858f5e5f25411b0e48b580..c0c09c0cc9e8b302559734af2d5db7a670151bc0 100644 (file)
@@ -194,7 +194,6 @@ const char* AliReconstruction::fgkDetectorName[AliReconstruction::kNDetectors] =
 //_____________________________________________________________________________
 AliReconstruction::AliReconstruction(const char* gAliceFilename) :
   TSelector(),
-  fUniformField(kFALSE),
   fRunVertexFinder(kTRUE),
   fRunVertexFinderTracks(kTRUE),
   fRunHLTTracking(kFALSE),
@@ -290,7 +289,6 @@ AliReconstruction::AliReconstruction(const char* gAliceFilename) :
 //_____________________________________________________________________________
 AliReconstruction::AliReconstruction(const AliReconstruction& rec) :
   TSelector(),
-  fUniformField(rec.fUniformField),
   fRunVertexFinder(rec.fRunVertexFinder),
   fRunVertexFinderTracks(rec.fRunVertexFinderTracks),
   fRunHLTTracking(rec.fRunHLTTracking),
@@ -400,7 +398,6 @@ AliReconstruction& AliReconstruction::operator = (const AliReconstruction& rec)
 // TSelector members should not be touched
   if(&rec == this) return *this;
 
-  fUniformField          = rec.fUniformField;
   fRunVertexFinder       = rec.fRunVertexFinder;
   fRunVertexFinderTracks = rec.fRunVertexFinderTracks;
   fRunHLTTracking        = rec.fRunHLTTracking;
@@ -928,7 +925,6 @@ Bool_t AliReconstruction::SetFieldMap(Float_t l3Cur, Float_t diCur, Float_t l3Po
     fcL3 = 0;
     map  = AliMagF::k5kGUniform;
     s   += "0.0 T;  ";
-    fUniformField=kTRUE;        // track with the uniform (zero) B field
   } else {
     AliError(Form("Wrong L3 current (%f A)!",l3Cur));
     return kFALSE;
index 9317a578cfb280f3a98f1fe38b6384039ed1b62b..96850dd4963ae7fc9d58efef341882f1d2f50c91 100644 (file)
@@ -79,7 +79,6 @@ public:
     {fLoadAlignData = detectors;};
 
   //*** Magnetic field setters
-  void SetUniformFieldTracking(Bool_t flag=kTRUE){fUniformField=flag;} 
   Bool_t SetFieldMap(Float_t l3Current=30000., Float_t diCurrent=6000., 
                     Float_t l3Pol=1., Float_t dipPol=1., Float_t benergy=7000., 
                     const Char_t* btype="pp",  
@@ -205,9 +204,6 @@ private:
 
   const char    *MatchDetectorList(const char *detectorList, UInt_t detectorMask);
 
-  //*** Magnetic field map settings *******************
-  Bool_t         fUniformField;       // uniform field tracking flag
-
   //*** Global reconstruction flags *******************
   Bool_t         fRunVertexFinder;    // run the vertex finder
   Bool_t         fRunVertexFinderTracks;    // run the vertex finder with tracks