16 #include <FairLogger.h>
23 :
CbmMuchSector(), fR1(0.), fR2(0.), fPhi1(0.), fPhi2(0.), fPadDphi(0.) {}
39 , fPadDphi((r2 - r1) / r1) {
40 if (phi2 < phi1) LOG(error) <<
"Panic!";
51 if (phi < fPhi1 || phi >
fPhi2)
return -1;
61 if (
i == -1)
return nullptr;
70 for (Int_t iChannel = 0; iChannel <
fNChannels; iChannel++) {
73 Double_t r1, r2, phi1, phi2;
80 LOG(debug) <<
"iChannel=" << iChannel <<
" fPads.size()=" <<
fPads.size()
88 for (Int_t iChannel = 0; iChannel <
fNChannels; iChannel++) {