]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
id keywords. Messy macro should be cleaned
authorloizides <loizides@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 1 May 2012 08:34:58 +0000 (08:34 +0000)
committerloizides <loizides@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 1 May 2012 08:34:58 +0000 (08:34 +0000)
PWGGA/EMCALTasks/macros/ConfigEMCALClusterize.C

index 57f9e6d7bb2734549ecdbe355f33f7c8a104d442..4802a0509a176bcb0ef629ad5c18fa0c88bf8dc6 100644 (file)
@@ -1,3 +1,5 @@
+// $Id$
+
 AliAnalysisTaskEMCALClusterize* ConfigEMCALClusterize()
 {
     
@@ -16,7 +18,6 @@ AliAnalysisTaskEMCALClusterize* ConfigEMCALClusterize()
   params->SetTimeMin(-1); //Open this cut for AODs
   params->SetTimeMax(1e6);//Open this cut for AODs    
   
-  
   //Allignment matrices  
   clusterize->SwitchOnLoadOwnGeometryMatrices();
   TGeoHMatrix *matrix[4];
@@ -76,4 +77,4 @@ AliAnalysisTaskEMCALClusterize* ConfigEMCALClusterize()
     
   return clusterize;
   
-}
\ No newline at end of file
+}