Skip to content
Snippets Groups Projects
THcHodoscope.cxx 76.9 KiB
Newer Older
        hitDistance = kBig;
        if (num_good_pad != 0) {
          pl_xypos = pl_xypos / num_good_pad;
          pl_zpos  = pl_zpos / num_good_pad;
          hitPos   = theTrack->GetY() + theTrack->GetPhi() * pl_zpos;
          if (ip % 2 == 0)
            hitPos = theTrack->GetX() + theTrack->GetTheta() * pl_zpos;
          hitDistance = hitPos - pl_xypos;
          fPlanes[ip]->SetTrackXPosition(theTrack->GetX() + theTrack->GetTheta() * pl_zpos);
          fPlanes[ip]->SetTrackYPosition(theTrack->GetY() + theTrack->GetPhi() * pl_zpos);
        }
        //      cout << " ip " << ip << " " << hitPos << " " << pl_xypos << " " << pl_zpos << " "
        //      << hitDistance << endl;
        fPlanes[ip]->SetHitDistance(hitDistance);
      if (ih > 0 && fDumpTOF && Ntracks == 1 && fGoodEventTOFCalib &&
          shower_track_enorm > fTOFCalib_shtrk_lo && shower_track_enorm < fTOFCalib_shtrk_hi) {
        fDumpOut << "0 " << endl;
  return 0;
}
//_____________________________________________________________________________
Int_t THcHodoscope::GetScinIndex(Int_t nPlane, Int_t nPaddle) {
  // GN: Return the index of a scintillator given the plane # and the paddle #
  // This assumes that both planes and
  // paddles start counting from 0!
  // Result also counts from 0.
}
//_____________________________________________________________________________
Int_t THcHodoscope::GetScinIndex(Int_t nSide, Int_t nPlane, Int_t nPaddle) {
  return nSide * fMaxHodoScin + fNPlanes * nPaddle + nPlane - 1;
}
//_____________________________________________________________________________
Double_t THcHodoscope::GetPathLengthCentral() { return fPathLengthCentral; }
//_____________________________________________________________________________
  MissReport(Form("%s.%s", GetApparatus()->GetName(), GetName()));
  return 0;
}
    ////////////////////////////////////////////////////////////////////////////////