]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Comments
authormhorner <mhorner@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 16 Apr 2004 18:04:40 +0000 (18:04 +0000)
committermhorner <mhorner@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 16 Apr 2004 18:04:40 +0000 (18:04 +0000)
EMCAL/AliEMCALLoader.cxx

index 22b93830f246ad0b4ea4fbd47797c4881b8ecf93..e51568ffe10e2bd88b92228ba99bdab1286e84ae 100644 (file)
@@ -312,6 +312,7 @@ Int_t AliEMCALLoader::LoadRecParticles(Option_t* opt)
 //____________________________________________________________________________ 
 Int_t AliEMCALLoader::PostHits()
 {
+  // Post Hits
   Int_t reval = AliLoader::PostHits();
   if (reval)
     {
@@ -714,7 +715,8 @@ AliEMCALLoader* AliEMCALLoader::GetEMCALLoader(const  char* eventfoldername)
 
 //____________________________________________________________________________ 
 Bool_t AliEMCALLoader::BranchExists(const TString& recName)
-{
+{ 
+  // Check is branch exists
   if (fBranchTitle.IsNull()) return kFALSE;
   TString dataname, zername ;
   TTree* tree;
@@ -783,6 +785,7 @@ void AliEMCALLoader::SetBranchTitle(const TString& btitle)
 //____________________________________________________________________________ 
 void AliEMCALLoader::CleanHits()
 {
+  // Clean hits        
   AliLoader::CleanHits();
   //Clear an array 
   TClonesArray* hits = Hits();
@@ -901,6 +904,7 @@ void AliEMCALLoader::MakeDigitsArray()
 //____________________________________________________________________________ 
 void AliEMCALLoader::MakeRecPointsArray()
 {
+  // Make recpoints array
   if ( ECARecPoints() == 0x0) {
     if (GetDebug()>9) 
       printf("MakeRecPointsArray: Making array for ECA");