]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - JETAN/AliAnalysisTaskJetsCDF.h
Reducing the search window used to find the max in the ADC samples. Needed because...
[u/mrichter/AliRoot.git] / JETAN / AliAnalysisTaskJetsCDF.h
index c7e82de780f5d7b45fdbd50d96ab6b85c6d90f8a..b1a1023f9eb0033e45ce3b4608f5c418c74478dd 100644 (file)
@@ -1,9 +1,12 @@
 #ifndef ALIANALYSISTASKJETSCDF_H
 #define ALIANALYSISTASKJETSCDF_H
-/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
- * See cxx source for full Copyright notice                               */
+
+/*
+ * Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved.
+ * See cxx source for full Copyright notice
+ *
+*/
+
 #include "AliAnalysisTaskSE.h"
 
 class AliCdfJetFinder;
@@ -23,13 +26,12 @@ class AliAnalysisTaskJetsCDF : public AliAnalysisTaskSE
  private:
   AliAnalysisTaskJetsCDF(const AliAnalysisTaskJetsCDF &det);
   AliAnalysisTaskJetsCDF &operator=(const AliAnalysisTaskJetsCDF &det);
-    
+
  private:
-    AliCdfJetFinder* fJetFinder;    //  Pointer to the jet finder 
+    AliCdfJetFinder* fJetFinder;    //  Pointer to the jet finder
     TList*           fListOfHistos; //  Output list of histograms
 
     ClassDef(AliAnalysisTaskJetsCDF, 1); // Analysis task for CDF jet analysis
 };
-#endif
 
+#endif