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

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

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

revision 1.8 by mocchiut, Fri Jan 25 15:09:07 2008 UTC revision 1.9 by mocchiut, Thu Dec 18 21:08:53 2008 UTC
# Line 129  void CaloFranzini::SetNoWcalo(Int_t n){ Line 129  void CaloFranzini::SetNoWcalo(Int_t n){
129    };    };
130  }  }
131    
132    void CaloFranzini::SplitInto(Int_t NoWpreSampler, Int_t NoWcalo){
133      this->SetNoWpreSampler(0);
134      this->SetNoWcalo(0);
135      if ( NoWpreSampler < NoWcalo ){
136              this->SetNoWpreSampler(NoWpreSampler);
137              this->SetNoWcalo(NoWcalo);
138      } else {
139              this->SetNoWcalo(NoWcalo);            
140              this->SetNoWpreSampler(NoWpreSampler);
141      };
142    }
143    
144    
145  void CaloFranzini::Process(){  void CaloFranzini::Process(){
146    this->Process(0);    this->Process(0);
147  }  }

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

  ViewVC Help
Powered by ViewVC 1.1.23