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

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

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

revision 1.5 by mocchiut, Tue Aug 11 13:28:27 2009 UTC revision 1.6 by mocchiut, Tue Aug 11 13:32:04 2009 UTC
# Line 551  Bool_t CaloEnergy::IsInsideAcceptance(TS Line 551  Bool_t CaloEnergy::IsInsideAcceptance(TS
551          fMax_planeyo=wpl/2;          fMax_planeyo=wpl/2;
552          fMax_planexe=wpl/2;          fMax_planexe=wpl/2;
553        };        };
554        xomax_en = 0.;        yomax_en = 0.;
555        yemax_en = 0.;        xemax_en = 0.;
556      } else {      } else {
557        // 1, 3, 5, ...        // 1, 3, 5, ...
558        if ( isY ){        if ( isY ){
# Line 566  Bool_t CaloEnergy::IsInsideAcceptance(TS Line 566  Bool_t CaloEnergy::IsInsideAcceptance(TS
566          fMax_planeye=(wpl-1)/2;          fMax_planeye=(wpl-1)/2;
567          fMax_planexo=(wpl-1)/2;          fMax_planexo=(wpl-1)/2;
568        };        };
569        xemax_en = 0.;        yemax_en = 0.;
570        yomax_en = 0.;        xomax_en = 0.;
571      };      };
572      if ( debug ) printf(" x0max %f wpl %i isY %i yomax_en %f xemax_en %f yemax_en %f xomax_en %f fMaxplane %i %i %i %i\n",x0max,wpl,isY,yomax_en,xemax_en,yemax_en,xomax_en,fMax_planeyo,fMax_planexe,fMax_planeye,fMax_planexo);      if ( debug ) printf(" x0max %f wpl %i isY %i yomax_en %f xemax_en %f yemax_en %f xomax_en %f fMaxplane %i %i %i %i\n",x0max,wpl,isY,yomax_en,xemax_en,yemax_en,xomax_en,fMax_planeyo,fMax_planexe,fMax_planeye,fMax_planexo);
573    };    };

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

  ViewVC Help
Powered by ViewVC 1.1.23