| 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 |
} |
} |
| 871 |
// |
// |
| 872 |
} |
} |
| 873 |
|
|
| 874 |
void CaloFranzini::LoadFullMatrix(Int_t rigbin, TMatrixF *&fmatri){ |
void CaloFranzini::LoadFullMatrix(Int_t rigbin, TMatrixF *fmatri){ |
| 875 |
// |
// |
| 876 |
TString name = Form("origfmatrixn%i",rigbin); |
TString name = Form("origfmatrixn%i",rigbin); |
| 877 |
fmatri=(TMatrixF*)ffile->Get(name.Data()); |
fmatri=(TMatrixF*)ffile->Get(name.Data()); |