/[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.8 by mocchiut, Wed Nov 22 08:31:11 2006 UTC revision 1.9 by pam-fi, Thu Jan 11 09:32:54 2007 UTC
# Line 726  void CaloProcessing::FillTrkVar(CaloLeve Line 726  void CaloProcessing::FillTrkVar(CaloLeve
726      memcpy(ca->npcfit,clevel2->npcfit,sizeof(clevel2->npcfit));      memcpy(ca->npcfit,clevel2->npcfit,sizeof(clevel2->npcfit));
727    };    };
728    //    //
729      if(!(ca->CaloTrk))ca->CaloTrk = new TClonesArray("CaloTrkVar",1); //ELENA
730    TClonesArray &t = *ca->CaloTrk;    TClonesArray &t = *ca->CaloTrk;
731    new(t[nutrk]) CaloTrkVar(*t_ca);    new(t[nutrk]) CaloTrkVar(*t_ca);
732    //    //

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

  ViewVC Help
Powered by ViewVC 1.1.23