/[PAMELA software]/DarthVader/CalorimeterLevel2/src/CaloProcessing.cpp
ViewVC logotype

Diff of /DarthVader/CalorimeterLevel2/src/CaloProcessing.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.1.1 by mocchiut, Fri May 19 13:15:49 2006 UTC revision 1.2 by mocchiut, Fri Jun 30 09:21:54 2006 UTC
# Line 217  void CaloProcessing::ProcessingInit(TSQL Line 217  void CaloProcessing::ProcessingInit(TSQL
217      if ( sgnl ) break;      if ( sgnl ) break;
218    };        };    
219    //    //
220      delete glcalo;
221      delete glroot;
222      //
223    return;    return;
224    //    //
225  }  }
# Line 308  Int_t CaloProcessing::ChkParam(TSQLServe Line 311  Int_t CaloProcessing::ChkParam(TSQLServe
311      fclose(f);      fclose(f);
312    };    };
313    //    //
314      delete glparam;
315      //  delete f;
316      //
317    return(0);    return(0);
318  }  }
319    
# Line 676  void CaloProcessing::FillTrkVar(CaloLeve Line 682  void CaloProcessing::FillTrkVar(CaloLeve
682    TClonesArray &t = *ca->CaloTrk;    TClonesArray &t = *ca->CaloTrk;
683    new(t[nutrk]) CaloTrkVar(*t_ca);    new(t[nutrk]) CaloTrkVar(*t_ca);
684    //    //
685      delete t_ca;
686      //
687    ClearTrkVar();    ClearTrkVar();
688  }  }
689    
# Line 902  Int_t CaloProcessing::Update(TSQLServer Line 910  Int_t CaloProcessing::Update(TSQLServer
910    sgnl = LoadCalib(s);    sgnl = LoadCalib(s);
911    //    //
912    if ( sgnl != 0 ) return(sgnl);    if ( sgnl != 0 ) return(sgnl);
913      delete glcalo;
914      delete glroot;
915    //    //
916    return(0);    return(0);
917    //    //

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.23