Ignore:
Timestamp:
07/06/00 11:12:51 (24 years ago)
Author:
harald
Message:
added some "Getter" used by GuiSimone.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Simulation/Detector/include-CORSIKA/COREventHeader.hxx

    r294 r412  
    193193                              ((CorePos[1][ncore])*(CorePos[1][ncore])) ) );
    194194  }
     195
     196  // get the coreX position
     197  inline Float_t get_coreX ( Int_t ncore = 0 ) {
     198    return ( CorePos[0][ncore] ) ;
     199  }
     200
     201  // get the coreY position
     202  inline Float_t get_coreY ( Int_t ncore = 0 ) {
     203    return ( CorePos[1][ncore] ) ;
     204  }
     205
    195206
    196207  // show the seeds in the console
Note: See TracChangeset for help on using the changeset viewer.