]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWGLF/SPECTRA/PiKaPr/HMPID/AliHMPIDAnalysisTask.h
end-of-line normalization
[u/mrichter/AliRoot.git] / PWGLF / SPECTRA / PiKaPr / HMPID / AliHMPIDAnalysisTask.h
index 032ae93f2392881ea25549d0d96e2c6cd40f2937..66f95785c7e306a91d9ff9e6c5bc4541974222f1 100644 (file)
@@ -1,82 +1,82 @@
-/**************************************************************************\r
- * Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *\r
- *                                                                        *\r
- * Author: The ALICE Off-line Project.                                    *\r
- * Contributors are mentioned in the code where appropriate.              *\r
- *                                                                        *\r
- * Permission to use, copy, modify and distribute this software and its   *\r
- * documentation strictly for non-commercial purposes is hereby granted   *\r
- * without fee, provided that the above copyright notice appears in all   *\r
- * copies and that both the copyright notice and this permission notice   *\r
- * appear in the supporting documentation. The authors make no claims     *\r
- * about the suitability of this software for any purpose. It is          *\r
- * provided "as is" without express or implied warranty.                  *\r
- **************************************************************************/\r
-\r
-//==============================================================================\r
-// AliHMPIDAnalysysTask - Class representing a basic analysis tool of HMPID data at  \r
-// level of ESD.\r
-// A set of histograms is created.\r
-//==============================================================================\r
-\r
-#ifndef ALIHMPIDANALYSISTASK_H\r
-#define ALIHMPIDANALYSISTASK_H\r
-\r
-#include "AliAnalysisTaskSE.h"\r
-#include "AliStack.h"\r
-\r
-class TH1;\r
-class TParticle;\r
-class TFile;\r
-class AliESDtrack;\r
-class AliESDtrackCuts;\r
-class AliAnalysisFilter;\r
-class AliESDEvent;\r
-class AliVEvent;\r
-class AliPIDResposne;\r
-\r
-class AliHMPIDAnalysisTask : public AliAnalysisTaskSE {\r
-  public:\r
-\r
-  enum {kChamber = 7};\r
-\r
-  AliHMPIDAnalysisTask();\r
-  AliHMPIDAnalysisTask(const Char_t* name);\r
-  AliHMPIDAnalysisTask& operator= (const AliHMPIDAnalysisTask& c);\r
-  AliHMPIDAnalysisTask(const AliHMPIDAnalysisTask& c);\r
-  virtual ~AliHMPIDAnalysisTask();\r
-  \r
-  virtual void   ConnectInputData(Option_t *);\r
- // virtual void AliHMPIDAnalysisTask::UserCreateObject(Option_t *)\r
-  virtual void   UserCreateOutputObjects();\r
-  virtual void   UserExec(Option_t *option);\r
-  virtual void   Terminate(Option_t *);\r
-\r
-          void   SetUseMC(Bool_t useMC) { fUseMC = useMC; }\r
-          Bool_t Equal(Double_t x, Double_t y, Double_t tolerance);\r
-\r
- protected:\r
-     \r
- private:     \r
\r
-  AliESDEvent        *fESD;             //! ESD object\r
-  AliMCEvent         *fMC;              //! MC event\r
-\r
-  Bool_t             fUseMC;            // decide whether use or not the MC information\r
-\r
-  TList              *fHmpHistList ;    // list of histograms\r
-\r
-  TH1F               *fHmpNevents;\r
-  TH1F               *fZvertex;\r
-\r
-  AliPIDResponse     *fPIDResponse;\r
-  AliESDtrackCuts    *fTrackCuts;\r
-  AliAnalysisFilter  *fTrackFilter;\r
-  \r
-  TTree              *fTree;            // tree with useful data for subsequent analysis\r
-  Float_t            fVar[69];          // array of data to fill the tree\r
-\r
-  ClassDef(AliHMPIDAnalysisTask,4);\r
-};\r
-\r
-#endif\r
+/**************************************************************************
+ * Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
+ *                                                                        *
+ * Author: The ALICE Off-line Project.                                    *
+ * Contributors are mentioned in the code where appropriate.              *
+ *                                                                        *
+ * Permission to use, copy, modify and distribute this software and its   *
+ * documentation strictly for non-commercial purposes is hereby granted   *
+ * without fee, provided that the above copyright notice appears in all   *
+ * copies and that both the copyright notice and this permission notice   *
+ * appear in the supporting documentation. The authors make no claims     *
+ * about the suitability of this software for any purpose. It is          *
+ * provided "as is" without express or implied warranty.                  *
+ **************************************************************************/
+
+//==============================================================================
+// AliHMPIDAnalysysTask - Class representing a basic analysis tool of HMPID data at  
+// level of ESD.
+// A set of histograms is created.
+//==============================================================================
+
+#ifndef ALIHMPIDANALYSISTASK_H
+#define ALIHMPIDANALYSISTASK_H
+
+#include "AliAnalysisTaskSE.h"
+#include "AliStack.h"
+
+class TH1;
+class TParticle;
+class TFile;
+class AliESDtrack;
+class AliESDtrackCuts;
+class AliAnalysisFilter;
+class AliESDEvent;
+class AliVEvent;
+class AliPIDResposne;
+
+class AliHMPIDAnalysisTask : public AliAnalysisTaskSE {
+  public:
+
+  enum {kChamber = 7};
+
+  AliHMPIDAnalysisTask();
+  AliHMPIDAnalysisTask(const Char_t* name);
+  AliHMPIDAnalysisTask& operator= (const AliHMPIDAnalysisTask& c);
+  AliHMPIDAnalysisTask(const AliHMPIDAnalysisTask& c);
+  virtual ~AliHMPIDAnalysisTask();
+  
+  virtual void   ConnectInputData(Option_t *);
+ // virtual void AliHMPIDAnalysisTask::UserCreateObject(Option_t *)
+  virtual void   UserCreateOutputObjects();
+  virtual void   UserExec(Option_t *option);
+  virtual void   Terminate(Option_t *);
+
+          void   SetUseMC(Bool_t useMC) { fUseMC = useMC; }
+          Bool_t Equal(Double_t x, Double_t y, Double_t tolerance);
+
+ protected:
+     
+ private:     
+  AliESDEvent        *fESD;             //! ESD object
+  AliMCEvent         *fMC;              //! MC event
+
+  Bool_t             fUseMC;            // decide whether use or not the MC information
+
+  TList              *fHmpHistList ;    // list of histograms
+
+  TH1F               *fHmpNevents;
+  TH1F               *fZvertex;
+
+  AliPIDResponse     *fPIDResponse;
+  AliESDtrackCuts    *fTrackCuts;
+  AliAnalysisFilter  *fTrackFilter;
+  
+  TTree              *fTree;            // tree with useful data for subsequent analysis
+  Float_t            fVar[69];          // array of data to fill the tree
+
+  ClassDef(AliHMPIDAnalysisTask,4);
+};
+
+#endif