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

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

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

revision 1.17 by mocchiut, Mon Dec 14 14:49:16 2009 UTC revision 1.18 by mocchiut, Thu May 13 13:55:37 2010 UTC
# Line 692  CaloLong::CaloLong(PamLevel2 *l2p){   Line 692  CaloLong::CaloLong(PamLevel2 *l2p){  
692    //    //
693  };  };
694    
695    TF1 *CaloLong::GetFit(){
696      TString fnam=Form("lfit%s",suf.Data());
697      TF1 *lfit  = dynamic_cast<TF1*>(gDirectory->FindObject(fnam));
698      if ( lfit ) return lfit;
699      return NULL;
700    }
701    
702  void CaloLong::MaskSection(TString sec){  void CaloLong::MaskSection(TString sec){
703    sec.ToUpper();    sec.ToUpper();
704    if ( sec.Contains("XO") ) maskXO = true;    if ( sec.Contains("XO") ) maskXO = true;

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

  ViewVC Help
Powered by ViewVC 1.1.23