]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSVertexerTracks.h
Moved coordinates
[u/mrichter/AliRoot.git] / ITS / AliITSVertexerTracks.h
index 54a11924fde4f6ecd89f2a6aaa10b3636c8c2c69..28ebc056c13f25a9ad2d05fb10b5a9cce6afb7c3 100644 (file)
@@ -28,9 +28,9 @@
 #include "AliKalmanTrack.h"
 #include "AliITSVertexer.h"
 
+#include <TObjArray.h>
+
 class TTree; 
-class TFile; 
-class TObjArray; 
 class AliITSVertex; 
 
 class AliITSVertexerTracks : public AliITSVertexer {
@@ -39,15 +39,15 @@ class AliITSVertexerTracks : public AliITSVertexer {
   // default constructor
   AliITSVertexerTracks();  
   // standard constructor     
-  AliITSVertexerTracks(TFile *inFile,TFile *outFile,Double_t field,
-                      Double_t xStart=0,Double_t yStart=0,Int_t useThFr=0); 
+  AliITSVertexerTracks(Double_t field, TString fn,
+                      Double_t xStart=0,Double_t yStart=0,Int_t useThFr=0); 
   // destructor
   virtual ~AliITSVertexerTracks() {}
   // return vertex from the set of tracks in the tree
   AliITSVertex *VertexOnTheFly(TTree &trkTree);
   // computes the vertex for the current event
   virtual AliITSVertex*    FindVertexForCurrentEvent(Int_t evnumb);
-  // computes the vertex for each event and stores it on fOutFile
+  // computes the vertex for each event and stores it on file
   virtual void  FindVertices();
   virtual void  PrintStatus() const;
   // computes the vertex for the current event