]> git.uio.no Git - u/mrichter/AliRoot.git/blame - TEvtGen/PHOTOS/photos.F
minor coding rule corrections, removed deprecated class
[u/mrichter/AliRoot.git] / TEvtGen / PHOTOS / photos.F
CommitLineData
da0e9ce3 1 SUBROUTINE PHOTOS(ID)
2C.----------------------------------------------------------------------
3C.
4C. PHOTOS: General search routine + _GET + _SET
5C.
6C. Purpose: /HEPEVT/ is not anymore a standard at least
7C. REAL*8 REAL*4 are in use. PHOTOS_GET and PHOTOS_SET
8C. were to be introduced.
9C.
10C.
11C. Input Parameters: ID see routine PPHOTOS_MAKE
12C.
13C. Output Parameters: None
14C.
15C. Author(s): Z. Was Created at: 21/07/98
16C. Last Update: 21/07/98
17C.
18C.----------------------------------------------------------------------
19 CALL PHOTOS_GET
20 CALL PHOTOS_MAKE(ID)
21 CALL PHOTOS_SET
22 END