/[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.7 by mocchiut, Wed Aug 12 14:44:10 2009 UTC revision 1.8 by mocchiut, Wed Aug 12 14:54:52 2009 UTC
# Line 981  void CaloEnergy::Process(TString section Line 981  void CaloEnergy::Process(TString section
981        } else {        } else {
982          clong->Fit();          clong->Fit();
983        };              };      
984        fXOen_maxplane = clong->Get_E0();        if ( clong->GetLowerLimit() != 0. || clong->GetUpperLimit() != 0. ){
985            fXOen_maxplane = clong->Get_defE0();
986          } else {
987            fXOen_maxplane = clong->Get_E0();
988          };
989        fYOen_maxplane  = 0.;        fYOen_maxplane  = 0.;
990        fYEen_maxplane = 0.;        fYEen_maxplane = 0.;
991        fXEen_maxplane = 0.;        fXEen_maxplane = 0.;

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

  ViewVC Help
Powered by ViewVC 1.1.23