]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/QA/tasks/AliAnalysisTaskHLTEMCAL.cxx
end-of-line normalization
[u/mrichter/AliRoot.git] / HLT / QA / tasks / AliAnalysisTaskHLTEMCAL.cxx
index 55a4aa0173358712064be42ff652f1bb37a37487..15c79f047133ec113855cae6f957710e4c1353f4 100644 (file)
@@ -1,87 +1,87 @@
-// $Id: AliAnalysisTaskHLTEMCAL.cxx 40285 2010-04-09 14:04:51Z kkanaki $\r
-\r
-//**************************************************************************\r
-//* This file is property of and copyright by the ALICE HLT Project        *\r
-//* ALICE Experiment at CERN, All rights reserved.                         *\r
-//*                                                                        *\r
-//* Primary Authors: Zhongbao Yin <zbyin@mail.ccnu.edu.cn>,                *\r
-//*                  Kalliopi Kanaki <Kalliopi.Kanaki@ift.uib.no>          *\r
-//*                  Svein Lindal <svein.lindal@gmail.com>                 *\r
-//*                  for The ALICE HLT Project.                            *\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
-/** @file   AliAnalysisTaskHLTEMCAL.cxx\r
-    @author Zhongbao Yin, Kalliopi Kanaki, Svein Lindal\r
-    @date\r
-    @brief\r
-*/\r
-\r
-#include <iostream>\r
-\r
-#include "TChain.h"\r
-#include "TTree.h"\r
-#include "TH1F.h"\r
-#include "TH2F.h"\r
-#include "TCanvas.h"\r
-#include "TVector3.h"\r
-#include "TString.h"\r
-#include "TObjArray.h"\r
-#include "TFile.h"\r
-\r
-#include "AliESDEvent.h"\r
-#include "AliESDRun.h"\r
-#include "AliESDInputHandler.h"\r
-#include "AliESDCaloCluster.h"\r
-\r
-#include "AliAnalysisTask.h"\r
-#include "AliAnalysisManager.h"\r
-#include "AliAnalysisTaskHLTEMCAL.h"\r
-\r
-\r
-ClassImp(AliAnalysisTaskHLTEMCAL)\r
-\r
-\r
-//===========================================================================================\r
-\r
-AliAnalysisTaskHLTEMCAL::AliAnalysisTaskHLTEMCAL() : AliAnalysisTaskHLTCalo()\r
-{\r
-  // Constructor\r
-}\r
-AliAnalysisTaskHLTEMCAL::AliAnalysisTaskHLTEMCAL(const char *name) : AliAnalysisTaskHLTCalo(name)\r
-{\r
-  // Constructor\r
-}\r
-\r
-void AliAnalysisTaskHLTEMCAL::CreateSpecificStuff(const TList * fOutputList){\r
-  //Create stuff specific to EMCAL class.\r
-  if(fOutputList)\r
-    return;\r
-  else\r
-       fOutputList = new TList();\r
-    return;\r
-}\r
-\r
-\r
-void AliAnalysisTaskHLTEMCAL::DoSpecificStuff(const AliESDEvent * evESD, const AliESDEvent * evHLTESD) const {\r
-  //Do EMCAL specific tests\r
-  if(evESD || evHLTESD) \r
-    return;\r
-  else\r
-    return;\r
-}\r
-\r
-Int_t AliAnalysisTaskHLTEMCAL::GetClusters(AliESDEvent * event, TRefArray * clusters) {\r
-  return event->GetEMCALClusters(clusters);\r
-}\r
-\r
-Bool_t AliAnalysisTaskHLTEMCAL::IsThisDetector(AliESDCaloCluster * cluster) {\r
-  return cluster->IsEMCAL();\r
-}\r
+// $Id: AliAnalysisTaskHLTEMCAL.cxx 40285 2010-04-09 14:04:51Z kkanaki $
+
+//**************************************************************************
+//* This file is property of and copyright by the ALICE HLT Project        *
+//* ALICE Experiment at CERN, All rights reserved.                         *
+//*                                                                        *
+//* Primary Authors: Zhongbao Yin <zbyin@mail.ccnu.edu.cn>,                *
+//*                  Kalliopi Kanaki <Kalliopi.Kanaki@ift.uib.no>          *
+//*                  Svein Lindal <svein.lindal@gmail.com>                 *
+//*                  for The ALICE HLT Project.                            *
+//*                                                                        *
+//* 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.                  *
+//**************************************************************************
+
+/** @file   AliAnalysisTaskHLTEMCAL.cxx
+    @author Zhongbao Yin, Kalliopi Kanaki, Svein Lindal
+    @date
+    @brief
+*/
+
+#include <iostream>
+
+#include "TChain.h"
+#include "TTree.h"
+#include "TH1F.h"
+#include "TH2F.h"
+#include "TCanvas.h"
+#include "TVector3.h"
+#include "TString.h"
+#include "TObjArray.h"
+#include "TFile.h"
+
+#include "AliESDEvent.h"
+#include "AliESDRun.h"
+#include "AliESDInputHandler.h"
+#include "AliESDCaloCluster.h"
+
+#include "AliAnalysisTask.h"
+#include "AliAnalysisManager.h"
+#include "AliAnalysisTaskHLTEMCAL.h"
+
+
+ClassImp(AliAnalysisTaskHLTEMCAL)
+
+
+//===========================================================================================
+
+AliAnalysisTaskHLTEMCAL::AliAnalysisTaskHLTEMCAL() : AliAnalysisTaskHLTCalo()
+{
+  // Constructor
+}
+AliAnalysisTaskHLTEMCAL::AliAnalysisTaskHLTEMCAL(const char *name) : AliAnalysisTaskHLTCalo(name)
+{
+  // Constructor
+}
+
+void AliAnalysisTaskHLTEMCAL::CreateSpecificStuff(const TList * fOutputList){
+  //Create stuff specific to EMCAL class.
+  if(fOutputList)
+    return;
+  else
+       fOutputList = new TList();
+    return;
+}
+
+
+void AliAnalysisTaskHLTEMCAL::DoSpecificStuff(const AliESDEvent * evESD, const AliESDEvent * evHLTESD) const {
+  //Do EMCAL specific tests
+  if(evESD || evHLTESD) 
+    return;
+  else
+    return;
+}
+
+Int_t AliAnalysisTaskHLTEMCAL::GetClusters(AliESDEvent * event, TRefArray * clusters) {
+  return event->GetEMCALClusters(clusters);
+}
+
+Bool_t AliAnalysisTaskHLTEMCAL::IsThisDetector(AliESDCaloCluster * cluster) {
+  return cluster->IsEMCAL();
+}