]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Changes to obey coding conventions and to remove compilation warnings
authormasera <masera@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 10 Jul 2009 07:47:29 +0000 (07:47 +0000)
committermasera <masera@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 10 Jul 2009 07:47:29 +0000 (07:47 +0000)
ITS/AliITSV0Finder.cxx
ITS/AliITSV0Finder.h

index 71a290a3a4e1d8e39d89240408c766fee286cacd..39e21d376520985e70e8ec4371e17e815a877535 100644 (file)
@@ -190,7 +190,7 @@ void AliITSV0Finder::FindV02(AliESDEvent *event,
   const Float_t kLikelihood01Cut = AliITSReconstructor::GetRecoParam()->GetESDV0Params()->GetLikelihood01Cut();\r
   const Float_t kLikelihood1Cut = AliITSReconstructor::GetRecoParam()->GetESDV0Params()->GetLikelihood1Cut();\r
   const Float_t kCombinedCut = AliITSReconstructor::GetRecoParam()->GetESDV0Params()->GetCombinedCut();\r
-  const Float_t kMinClFullTrk= AliITSReconstructor::GetRecoParam()->GetESDV0Params()->GetMinClFullTrk();\r
+  //  const Float_t kMinClFullTrk= AliITSReconstructor::GetRecoParam()->GetESDV0Params()->GetMinClFullTrk();\r
   const Float_t kMinTgl0= AliITSReconstructor::GetRecoParam()->GetESDV0Params()->GetMinTgl0();\r
   const Float_t kMinTPCdensity= AliITSReconstructor::GetRecoParam()->GetESDV0Params()->GetMinTPCdensity();\r
   const Float_t kMinTgl1= AliITSReconstructor::GetRecoParam()->GetESDV0Params()->GetMinTgl1();\r
index 294c1ddf03cad987d383112d4fcc73d13a033cdb..ff6ac450baf90503addccbeed0d7c9a679a659ef 100644 (file)
@@ -1,46 +1,46 @@
-#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
+#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