/[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.15 by mocchiut, Thu Sep 10 12:53:30 2009 UTC revision 1.16 by mocchiut, Mon Sep 14 13:57:25 2009 UTC
# Line 61  void CaloEnergy::UseCaloPreSampler(){ Line 61  void CaloEnergy::UseCaloPreSampler(){
61  //   cp->ForceCaloFit();  //   cp->ForceCaloFit();
62  //   cp->SetDebug(true);  //   cp->SetDebug(true);
63  //   cp->Process();  //   cp->Process();
64    if ( clong ) clong->SetCaloLevel2Pointer(cp->GetLevel2Pointer());    if ( clong ) clong->SetCaloLevel2Pointer(cp->GetCaloLevel2Pointer());
65  }  }
66    
67    
# Line 70  void CaloEnergy::UseLongFit(){ Line 70  void CaloEnergy::UseLongFit(){
70    fLong = true;    fLong = true;
71    if ( !clong ){    if ( !clong ){
72      clong = new CaloLong(L2);      clong = new CaloLong(L2);
73      if ( cp ) clong->SetCaloLevel2Pointer(cp->GetLevel2Pointer());      if ( cp ) clong->SetCaloLevel2Pointer(cp->GetCaloLevel2Pointer());
74      clong->SplitInto(0,22);      clong->SplitInto(0,22);
75    };    };
76    //    //

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

  ViewVC Help
Powered by ViewVC 1.1.23