Skip to content
Snippets Groups Projects
THcShowerArray.cxx 27.4 KiB
Newer Older
  • Learn to ignore specific revisions
  • 
    Double_t THcShowerArray::fvYmin() {
      THcShower* fParent;
      fParent = (THcShower*) GetParent();
      return fYPos[fNRows-1][fNColumns-1] - fYStep/2 + fParent->fvDelta;
    }