]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSV0Finder.h
Changes for task Optimization of V0 finder (2079) + plus fix for the bug number 47412...
[u/mrichter/AliRoot.git] / ITS / AliITSV0Finder.h
index ff6ac450baf90503addccbeed0d7c9a679a659ef..294c1ddf03cad987d383112d4fcc73d13a033cdb 100644 (file)
@@ -1,46 +1,46 @@
-#ifndef ALIITSV0FINDER_H\r
-#define ALIITSV0FINDER_H\r
-/* Copyright(c) 2007-2009, ALICE Experiment at CERN, All rights reserved. *\r
- * See cxx source for full Copyright notice                               */\r
-\r
-\r
-//-------------------------------------------------------------------------\r
-//                V0 finder on-the-fly during ITS tracking\r
-//           Origin: Marian Ivanov, CERN, Marian.Ivanov@cern.ch\r
-//           Extraction to a separate class: Andrea Dainese\r
-//           Current support and development: \r
-//-------------------------------------------------------------------------\r
-\r
-/* $Id$ */\r
-\r
-class TTree;\r
-class TTreeSRedirector;\r
-class AliESDEvent;\r
-class AliITStrackerMI;\r
-\r
-//-------------------------------------------------------------------------\r
-class AliITSV0Finder : public TObject {\r
-public:\r
-  AliITSV0Finder(); \r
-  virtual ~AliITSV0Finder();\r
-\r
-  //try to find V0\r
-  static void FindV02(AliESDEvent *event,AliITStrackerMI *tracker);  \r
-  //try to refit  V0's\r
-  static void RefitV02(const AliESDEvent *event,AliITStrackerMI *tracker);\r
-  //try to update, or reject TPC  V0s\r
-  static void UpdateTPCV0(const AliESDEvent *event,AliITStrackerMI *tracker);  \r
-\r
-  TTreeSRedirector *GetDebugStreamer() {return fDebugStreamer;}\r
-\r
-  TTreeSRedirector *fDebugStreamer;      //!debug streamer\r
\r
-\r
-private:\r
-\r
-  AliITSV0Finder(const AliITSV0Finder & itsV0finder);\r
-  AliITSV0Finder & operator=(const AliITSV0Finder & itsV0finder);\r
-  \r
-  ClassDef(AliITSV0Finder,0)   // on-the-fly V0 finder for AliITStrackerMI\r
-};\r
-#endif\r
+#ifndef ALIITSV0FINDER_H
+#define ALIITSV0FINDER_H
+/* Copyright(c) 2007-2009, ALICE Experiment at CERN, All rights reserved. *
+ * See cxx source for full Copyright notice                               */
+
+
+//-------------------------------------------------------------------------
+//                V0 finder on-the-fly during ITS tracking
+//           Origin: Marian Ivanov, CERN, Marian.Ivanov@cern.ch
+//           Extraction to a separate class: Andrea Dainese
+//           Current support and development: 
+//-------------------------------------------------------------------------
+
+/* $Id$ */
+
+class TTree;
+class TTreeSRedirector;
+class AliESDEvent;
+class AliITStrackerMI;
+
+//-------------------------------------------------------------------------
+class AliITSV0Finder : public TObject {
+public:
+  AliITSV0Finder();
+  //AliITSV0Finder(const AliITSV0Finder &/*v0Finder*/) {;}
+  //AliITSV0Finder & operator=(const AliITSV0Finder &/*v0Finder*/) {;}
+  virtual ~AliITSV0Finder();
+
+  //try to find V0
+  static void FindV02(AliESDEvent *event,AliITStrackerMI *tracker);  
+  //try to refit  V0's
+  static void RefitV02(const AliESDEvent *event,AliITStrackerMI *tracker);
+  //try to update, or reject TPC  V0s
+  static void UpdateTPCV0(const AliESDEvent *event,AliITStrackerMI *tracker);  
+
+  TTreeSRedirector *GetDebugStreamer() {return fDebugStreamer;}
+
+  TTreeSRedirector *fDebugStreamer;      //!debug streamer
+
+private:
+  ClassDef(AliITSV0Finder,0)   // on-the-fly V0 finder for AliITStrackerMI
+};
+#endif