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

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

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

revision 1.8 by mocchiut, Fri Sep 28 10:05:00 2007 UTC revision 1.9 by mocchiut, Fri Sep 28 10:13:06 2007 UTC
# Line 171  void CaloNuclei::Process(Int_t ntr){ Line 171  void CaloNuclei::Process(Int_t ntr){
171      };      };
172    } else {    } else {
173      if ( ntr >= 0 ){      if ( ntr >= 0 ){
174        printf(" ERROR: you asked not to use a track but you are looking for track number %i !\n",ntr);        if ( debug ) printf(" ERROR: you asked not to use a track but you are looking for track number %i !\n",ntr);
175        printf(" ERROR: CaloNuclei variables not completely filled \n");        if ( debug ) printf(" ERROR: CaloNuclei variables not completely filled \n");
176        return;              return;      
177      };      };
178    };    };

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

  ViewVC Help
Powered by ViewVC 1.1.23