ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ffuser.F
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file ffuser.F
1 
2  SUBROUTINE ffuser(ikey)
3 *
4 * The routine is called when a *key card is read
5 *
6  CHARACTER*4 keyw
7 *
8  call uhtoc(ikey,4,keyw,4)
9  if (keyw.eq.'HIST') call uhinit
10 *
11  END