/[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.2 by mocchiut, Mon Sep 22 20:08:25 2008 UTC revision 1.3 by mocchiut, Thu Dec 18 21:05:53 2008 UTC
# Line 532  void CaloLong::SetNoWcalo(Int_t n){ Line 532  void CaloLong::SetNoWcalo(Int_t n){
532    };    };
533  }  }
534    
535    void CaloLong::SplitInto(Int_t NoWpreSampler, Int_t NoWcalo){
536      this->SetNoWpreSampler(0);
537      this->SetNoWcalo(0);
538      if ( NoWpreSampler < NoWcalo ){
539              this->SetNoWpreSampler(NoWpreSampler);
540              this->SetNoWcalo(NoWcalo);    
541      } else {
542              this->SetNoWcalo(NoWcalo);    
543              this->SetNoWpreSampler(NoWpreSampler);
544      };
545    }
546    
547  void CaloLong::Process(){  void CaloLong::Process(){
548    //      //  
549    if ( !L2 ){    if ( !L2 ){

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.23