/[PAMELA software]/PamelaDigitizer/DigitizeTOF.cxx
ViewVC logotype

Diff of /PamelaDigitizer/DigitizeTOF.cxx

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

revision 1.1 by pamelats, Wed May 21 09:50:42 2008 UTC revision 1.2 by pamelats, Fri Jun 6 15:16:01 2008 UTC
# Line 114  void Digitizer::DigitizeTOF(int np,float Line 114  void Digitizer::DigitizeTOF(int np,float
114      c2_S[j] = c2_S[j]*tdcres[j];      c2_S[j] = c2_S[j]*tdcres[j];
115    }    }
116    /* **********************************  start loop over hits */    /* **********************************  start loop over hits */
117    if(Nthtof>ntof)cout<<"NTHTOF > "<<ntof<<" , event rejected ! "<<Nthtof<<endl;    if(Nthtof>*ntf)cout<<"NTHTOF > "<<*ntf<<" , event rejected ! "<<Nthtof<<endl;
118    else{    else{
119      for(Int_t nh=0; nh<Nthtof; nh++){      for(Int_t nh=0; nh<Nthtof; nh++){
120  ////      if(Ipartof[nh]!=Ipa)continue;  ////      if(Ipartof[nh]!=Ipa)continue;

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

  ViewVC Help
Powered by ViewVC 1.1.23