/[PAMELA software]/calo/flight/CaloPreSampler/src/CaloPreSampler.cpp
ViewVC logotype

Diff of /calo/flight/CaloPreSampler/src/CaloPreSampler.cpp

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

revision 1.2 by mocchiut, Fri Jul 20 09:13:38 2007 UTC revision 1.3 by mocchiut, Fri Aug 10 09:55:42 2007 UTC
# Line 248  void CaloPreSampler::Process(){ Line 248  void CaloPreSampler::Process(){
248    //    //
249    event->clevel1->good2 = 1;    event->clevel1->good2 = 1;
250    //    //
251      // copy variables calculated during calibration process which is skipped here...
252      //
253      event->clevel2->good = L2->GetCaloLevel2()->good;
254      memcpy(event->clevel2->perr,L2->GetCaloLevel2()->perr,sizeof(L2->GetCaloLevel2()->perr));
255      memcpy(event->clevel2->swerr,L2->GetCaloLevel2()->swerr,sizeof(L2->GetCaloLevel2()->swerr));
256      memcpy(event->clevel2->crc,L2->GetCaloLevel2()->crc,sizeof(L2->GetCaloLevel2()->crc));
257      event->clevel2->selftrigger = L2->GetCaloLevel2()->selftrigger;
258      //
259    // Calculate variables common to all tracks (qtot, nstrip, etc.)    // Calculate variables common to all tracks (qtot, nstrip, etc.)
260    //    //
261    if ( debug ) printf("1 Call GetCommonVar() \n");    if ( debug ) printf("1 Call GetCommonVar() \n");

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

  ViewVC Help
Powered by ViewVC 1.1.23