]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSRecoParam.h
New vertexer class for setting the interaction vertex in TED or TDI positions, to...
[u/mrichter/AliRoot.git] / ITS / AliITSRecoParam.h
index a6d5fcc7b67101a844e256d8a166458b4a6de985..7db02742364d67ae9e7da3e240b196c2b479ea26 100644 (file)
@@ -78,6 +78,8 @@ class AliITSRecoParam : public AliDetectorRecoParam
   void     SetVertexerCosmics() { SetVertexer(2); }
   void     SetVertexerIons() { SetVertexer(3); }
   void     SetVertexerSmearMC() { SetVertexer(4); }
+  void     SetVertexerFixedOnTDI() {SetVertexer(5);} // for injection tests
+  void     SetVertexerFixedOnTED() {SetVertexer(6);} // for injection tests
   Int_t    GetVertexer() const { return fVertexer; }
   void     SetClusterFinder(Int_t cf=0) { fClusterFinder=cf; }
   void     SetClusterFinderV2() { SetClusterFinder(0); }