]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
ids plus comments, authors
authorloizides <loizides@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 2 May 2012 09:02:45 +0000 (09:02 +0000)
committerloizides <loizides@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 2 May 2012 09:02:45 +0000 (09:02 +0000)
25 files changed:
PWGGA/EMCALTasks/AliAnalysisTaskEMCALClusterize.cxx
PWGGA/EMCALTasks/AliAnalysisTaskEMCALClusterizeFast.cxx
PWGGA/EMCALTasks/AliAnalysisTaskEMCALPhoton.h
PWGGA/EMCALTasks/AliAnalysisTaskEMCALPi0CalibSelection.cxx
PWGGA/EMCALTasks/AliAnalysisTaskEMCALPi0CalibSelection.h
PWGGA/EMCALTasks/AliAnalysisTaskEMCALPi0PbPb.cxx
PWGGA/EMCALTasks/AliAnalysisTaskEMCALTriggerQA.cxx
PWGGA/EMCALTasks/AliAnalysisTaskEMCALTriggerQA.h
PWGGA/EMCALTasks/AliAnalysisTaskESDfilterEMCALEventSelect.cxx
PWGGA/EMCALTasks/AliAnalysisTaskESDfilterEMCALEventSelect.h
PWGGA/EMCALTasks/AliAnalysisTaskTrgContam.h
PWGGA/EMCALTasks/AliEmcalClusTrackMatcherTask.cxx
PWGGA/EMCALTasks/AliEmcalCompatTask.cxx
PWGGA/EMCALTasks/AliEmcalEsdTpcTrackTask.cxx
PWGGA/EMCALTasks/AliEmcalJet.cxx
PWGGA/EMCALTasks/AliEmcalPhysicsSelection.cxx
PWGGA/EMCALTasks/AliEmcalPhysicsSelectionTask.cxx
PWGGA/EMCALTasks/AliEmcalPicoTrackMaker.cxx
PWGGA/EMCALTasks/AliEmcalSetupTask.cxx
PWGGA/EMCALTasks/AliEmcalTenderTask.cxx
PWGGA/EMCALTasks/AliEmcalTrackPropagatorTask.cxx
PWGGA/EMCALTasks/AliEsdSkimTask.cxx
PWGGA/EMCALTasks/AliEsdTrackExt.cxx
PWGGA/EMCALTasks/AliPicoTrack.cxx
PWGGA/EMCALTasks/AliStaObjects.cxx

index ffb2d55cd03e6a2c77ac5a70bdb9c4ff7eee8f77..9051c4136f7206c485ad94da2b0ae35c063a05a9 100644 (file)
@@ -19,7 +19,7 @@
 // Author: Gustavo Conesa Balbastre,
 //         Adapted from analysis class from Deepa Thomas
 //
-//
+// $Id$
 //_________________________________________________________________________
 
 // --- Root ---
index c2def5b04782861162cbd2ec79ded85a1da25da2..411320c6ed5d22d4cb40bb3587648f4d810b00f1 100644 (file)
  * provided "as is" without express or implied warranty.                  *
  **************************************************************************/
 
-/* $Id$ */
+//_________________________________________________________________________
+// This analysis provides a new list of clusters to be used in other analysis
+//
+// Author: Constantin Loizides, Salvatore Aiola
+//         Adapted from analysis class from Deepa Thomas
+//
+// $Id$
+//_________________________________________________________________________
 
 // --- Root ---
 #include <TClonesArray.h>
index cad941de1768f88f4764b19478dd38bc4142c597..6a9acc8a157b367d3cfa9ad4abc94f70623c6b54 100644 (file)
@@ -1,6 +1,8 @@
 #ifndef AliAnalysisTaskEMCALPhoton_cxx\r
 #define AliAnalysisTaskEMCALPhoton_cxx\r
 \r
+// $Id$\r
+\r
 class TH1;\r
 class TH2;\r
 class TObjArray;\r
index f7a1622006d4507725038cd50807a77186402afb..242ba4375d113de73c637583041ea4495b0303ef 100644 (file)
@@ -1,9 +1,6 @@
 /**************************************************************************
  * Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
- *                                                                        *
- * Author: Boris Polishchuk                                               *
- * Adapted to AOD reading by Gustavo Conesa                               *
- *                                                                        *
+
  * 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   *
 // Histogram for a given cell is filled if the most energy of one cluster    //
 // is deposited in this cell and the other cluster could be anywherein EMCAL.//
 //                                                                           //
+//                                                                           //
+// Author: Boris Polishchuk                                                  //
+// Adapted to AOD reading by Gustavo Conesa                                  //
+//                                                                           //
+// $Id$                                                                    //
+//                                                                           //
 //---------------------------------------------------------------------------//
 
 //#include <cstdlib>
index 61de935591a8cb78913a734b73a50a108f7bb830..1c3c0bcf13d3ebb3b453c51ab46de7ad83da03a7 100644 (file)
@@ -1,13 +1,7 @@
 #ifndef ALIANALYSISTASKEMCALPI0CALIBSELECTION_H
 #define ALIANALYSISTASKEMCALPI0CALIBSELECTION_H
 
-/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
- * See cxx source for full Copyright notice                               */
-
-//---------------------------------------------------------------------------// 
-// Fill histograms with two-cluster invariant mass                           //
-// using calibration coefficients of the previous iteration.                 //
-//---------------------------------------------------------------------------//
+// $Id$
 
 // Root includes
 class TH1F;
index 40cc85de1ff1a9789b3254080bf929197ec3488d..3c2df04e8bfc50052fa79904c90bb923316040ff 100644 (file)
@@ -2,7 +2,7 @@
 //
 // Analysis task for neutral pions (into two gammas).
 //
-//
+// Author: C.Loizides, E.Braidot
 
 #include "AliAnalysisTaskEMCALPi0PbPb.h"
 #include <TAxis.h>
index e5c8c831fdba237843992ffa1f72eecff424939d..793a813159bd6d3c1f8bef7dde3294e0292ede06 100644 (file)
@@ -18,9 +18,9 @@
 //  Author: Nicolas Arbor (LPSC-Grenoble), Rachid Guernane (LPSC-Grenoble)//
 //          Gustavo Conesa Balbastre  (LPSC-Grenoble)                     //
 //                                                                        //
+//  $Id$                                                                //
 //------------------------------------------------------------------------//
 
-
 #include <TList.h>
 #include <TH2F.h>
 #include <TF1.h>
index 1cfab609fcfdc87700e72ff7e30d5521f23328ee..af6b110744cd34224863b29880ad877bd051ea4f 100644 (file)
@@ -1,15 +1,7 @@
 #ifndef ALIANALYSISTASKEMCALTRIGGERQA_H
 #define ALIANALYSISTASKEMCALTRIGGERQA_H
 
-/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
- * See cxx source for full Copyright notice                               */
-
-//-------------------------------------------------------------------------// 
-//  Fill histograms with basic QA information for EMCAL offline trigger    //
-//  Author: Nicolas Arbor (LPSC-Grenoble), Rachid Guernane (LPSC-Grenoble) //
-//          Gustavo Conesa Balbastre  (LPSC-Grenoble)                      //
-//                                                                         //
-//-------------------------------------------------------------------------//
+// $Id$
 
 //--- Root ---
 class TList;
index dab07cb6447db135b2ebb02fc508dcac1601a85e..f923837ed19e790b8fbcd3ae4267d298167b198a 100644 (file)
@@ -20,6 +20,9 @@
 // cluster of high energy
 //
 // Author: Gustavo Conesa Balbastre (LPSC - Grenoble)
+//
+// $Id$
+//
 //////////////////////////////////////////////////////////
 
 #include "AliESDCaloCluster.h"
index 813bf3f67f68763e5863b2693ae8a23b3164efd3..662d19f5d0c77c39f8272fda3bb4f1e5274f4760 100644 (file)
@@ -1,69 +1,41 @@
 #ifndef ALIANALYSISTASKESDFILTEREMCALEVENTSELECT_H
 #define ALIANALYSISTASKESDFILTEREMCALEVENTSELECT_H
 
-/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
- * See cxx source for full Copyright notice                               */
-
-//////////////////////////////////////////////////////////
-// Calls derived from AliAnalysisTaskESDfilter
-// Filter the ESD Events to AODs, only those events with
-// some signal in EMCAL, righ now at least a 
-// cluster of high energy
-//
-// Author: Gustavo Conesa Balbastre (LPSC - Grenoble)
-//////////////////////////////////////////////////////////
+// $Id$
 
 #include "AliEMCALGeometry.h"
 #include "AliEMCALRecoUtils.h"
-
 #include "AliAnalysisTaskESDfilter.h"
 
 class AliAnalysisTaskESDfilterEMCALEventSelect : public AliAnalysisTaskESDfilter 
 {
 public:
-  
   AliAnalysisTaskESDfilterEMCALEventSelect();                   // default constructor
-  
   AliAnalysisTaskESDfilterEMCALEventSelect(const char *name);   // named constructor
-  
   virtual ~AliAnalysisTaskESDfilterEMCALEventSelect() { ; }     // destructor
   
   void    UserExec(Option_t *option);               
-  
   Bool_t  AcceptEventEMCAL() ;
-  
   void    AccessBadMap();
-  
   void    SetGeometryName(TString name)  { fGeoName = name   ; } 
   TString GetGeometryName()        const { return fGeoName   ; } 
-
   void    SetEnergyCut(Float_t cut)      { fEnergyCut = cut  ; }
   Float_t GetEnergyCut()           const { return fEnergyCut ; }
-  
   void    SetNcellsCut(Int_t cut)        { fNcellsCut = cut  ; }
   Int_t   GetNcellsCut()           const { return fNcellsCut ; }
-
   
   AliEMCALRecoUtils* GetRecoUtils()      { return fRecoUtils ; }
   
 private:
-  
   Float_t             fEnergyCut;       //  At least a cluster with this energy in the event
-  
   Int_t               fNcellsCut;       //  At least a cluster with fNCellsCut cells over fEnergyCut
-  
   AliEMCALRecoUtils * fRecoUtils;       //  RecoUtils
-
   AliEMCALGeometry  * fGeometry;        //  Access to EMCAL geometry utils
-  
   TString             fGeoName;         //  Name of geometry used
     
   AliAnalysisTaskESDfilterEMCALEventSelect(           const AliAnalysisTaskESDfilterEMCALEventSelect&); // not implemented
-  
   AliAnalysisTaskESDfilterEMCALEventSelect& operator=(const AliAnalysisTaskESDfilterEMCALEventSelect&); // not implemented
   
   ClassDef(AliAnalysisTaskESDfilterEMCALEventSelect, 1);  
-  
 };
-
 #endif 
index 0630315537d7b1f20b62352273e3d9dc6144e1d7..26fe965728a56ce68cc5f413b020933d8d3afe8a 100644 (file)
@@ -1,6 +1,8 @@
 #ifndef AliAnalysisTaskTrgContam_cxx\r
 #define AliAnalysisTaskTrgContam_cxx\r
 \r
+// $Id$\r
+\r
 class TH1;\r
 class TH2;\r
 class TObjArray;\r
index 9dd468d0e826c0653cd4e68c66d8e578eb2a86de..214503c41172cfc0c79226d5c1c0ebbb14251a7a 100644 (file)
@@ -1,8 +1,8 @@
 // $Id$
 //
-// Track/cluster matcher.
-//
-//
+// Track/cluster matcher
+// 
+// Author: C.Loizides
 
 #include <TClonesArray.h>
 #include <TString.h>
index c038731b7df4d5f3fbfeeed0a3372feb507611e5..18faba01a69d48756bfb49ebb74553f5ea9c8001 100644 (file)
@@ -2,7 +2,7 @@
 //
 // Task to setup emcal related global objects.
 //
-//
+// Author: C.Loizides
 
 #include "AliEmcalCompatTask.h"
 #include <TClonesArray.h>
index 7f0a010370334745d60b212ac0a00703e5cb2a3b..7e09f2cb8813c98604dfc4cffcefa2ec9c3f5d32 100644 (file)
@@ -2,7 +2,7 @@
 //
 // Task to constrain TPC tracks to SPD vertex.
 //
-//
+// Author: C.Loizides
 
 #include <TClonesArray.h>
 #include <TGeoGlobalMagField.h>
index b93209f699ee564e297d1b0d273874273515bbf8..67a5090a8a5f0402ec1a405f853a73eea9e4854d 100644 (file)
@@ -2,7 +2,7 @@
 //
 // Emcal jet class.
 //
-//
+// Author: C.Loizides
 
 #include "AliEmcalJet.h"
 
index 3eac1c370d24a1e1c7bd5f6c64ab8b23400ab289..fef1a7cffb864d09e236e8b045bcb317507828f5 100644 (file)
@@ -2,7 +2,7 @@
 //
 // Emcal physics selection class.
 //
-//
+// Author: C.Loizides
 
 #include "AliEmcalPhysicsSelection.h"
 #include "AliAODEvent.h"
index c91dc17fb2d7a84878a221d087b7a0575121494c..c0cd9b5a3e83d1c26d90da834d42aae400860ee5 100644 (file)
@@ -2,7 +2,7 @@
 //
 // Emcal physics selection task.
 //
-//
+// Author: C.Loizides
 
 #include <TFile.h>
 #include <TH1F.h>
index e8c01170f706302459126968382158ba7d6b2f61..aef999bb167587f2515a8a9406d897fcba6cacd7 100644 (file)
@@ -2,7 +2,7 @@
 //
 // Class to make PicoTracks in AOD/ESD events.
 //
-//
+// Author: S.Aiola, C.Loizides
 
 #include <TClonesArray.h>
 #include "AliAODEvent.h"
index d16f3292e40f63d15306ebab63d535735ea2ddf0..895d909ff8714b6684a3315c295fcb5238de070b 100644 (file)
@@ -2,7 +2,7 @@
 //
 // Task to setup emcal related global objects.
 //
-//
+// Author: C.Loizides
 
 #include <TClonesArray.h>
 #include <TGeoGlobalMagField.h>
index 5dd6c5477b1a2cd8c9a2cdc6b0634e314c67c303..1908b3b8b5e0c955bf250bb9703eb30dbb5b083a 100644 (file)
@@ -1,19 +1,8 @@
-/**************************************************************************
- * 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.                  *
- **************************************************************************/
-
-/* $Id$ */
+// $Id$
+//
+// Task to hold TenderSupply in case of running on AOD.
+// 
+// Author: S.Aiola, C.Loizides
 
 #include <TChain.h>
 #include <TFile.h>
index 1adad0399731ac7ec45d776a4c3d6372e5d7aaec..5753ed12861362817daddfa12bfb52dc26076e0e 100644 (file)
@@ -2,7 +2,7 @@
 //
 // Task to propagate tracks to EMCAL surface.
 //
-//
+// Author: C.Loizides
 
 #include <TClonesArray.h>
 #include "AliAnalysisManager.h"
index 1a4c723f6fd5be41d0dff112347dca45e48af65d..7a02feb074a316f1a6984874c1dbf91a7122694b 100644 (file)
@@ -2,7 +2,7 @@
 //
 // Task to skim ESD files.
 //
-//
+// Author: C.Loizides
 
 #include "AliEsdSkimTask.h"
 #include <TClonesArray.h>
index 191f7c893cafa9187c6a3e2ae9fa13610a6e8239..9f2ff7be2d53c7c24dbd2b8a62d037ba5c9440d6 100644 (file)
@@ -2,7 +2,7 @@
 //
 // Modified track class to be able to store cached quantities.
 //
-//
+// Author: C.Loizides
 
 #include "AliEsdTrackExt.h"
 #include <TVector3.h>
index 041f77026a2b910821ca5b1c955ecab0139c3f56..95b5c2a35bcf0e34dc9cbcd66cf5ae35eed49b09 100644 (file)
@@ -3,6 +3,7 @@
 // Track class with minimal number of information 
 // (targets at selection of primary tracks).
 //
+// Author: C.Loizides
 
 #include "AliPicoTrack.h"
 #include "AliExternalTrackParam.h"
index f3fb92b6cd493a6a91117c0a7354a86d3d1a48aa..ec584d41df654a93ffc5e4267a4b9317a77a0738 100644 (file)
@@ -2,6 +2,6 @@
 //
 // Some standalone classes.
 //
-//
+// Author: C.Loizides
 
 #include "AliStaObjects.h"