titles_ntpr


                              Titles:  NTPR
                              =============
 
    Contact:  N. West, Oxford.
 
    Revision History:-
    ================
 
    2.04  N. West     First version.
    2.05  N. West     Document tidy up.
    2.09  N. West     Correct mistake in the HTML file.
    3.02  N. West     Replace _CALL_USER by _OPTIONS

 
Titles Files
------------
 
ntuple.dat
 
 
Verification
------------
 
 
Description
-----------
 
    This bank defines all the variables of a single N-tuple.  If requesting
event analysis there must be at least one NTPR.  For more information see the
section: Defining Your Own N-tuples in the SNOMAN User's Manual.
 
 
Data Words
---------
 
      Data types: B(bit), I, F, D(double), H(hollerith 4 char)
 
      Fixed length Database Header.  See titles_dbhdr.html.
 
        KNTPR         Mnenonics relative to start of user data e.g.:-
                      icons(ldntpr + KNTPR_ENB) is the enable flag word.
 
   1  I _RESERVE_1    First reserved word.    DON'T TOUCH any of these reserved
   2  I _RESERVE_2    Second reserved word.   They are used internally.
   3  I _SPARE_3      Third reserved word.    No longer used.
   4  I _ENB          Enable flag.
   5  I _PRIME_ALLOC  Primary allocation for N-tuple (See HBOOK - HBOOKN).
   6  F _UNDEF_VALUE  Value used if variable undefined.
   7  I _NO_PARTIAL   Discard partial entry.
   8  I _SCAN_D_S     Scan D/S.
   9  I _OPTIONS      Set of 1-bit flags:-
                          Bit 0  Call NTP_PACK_USER.
                          Bit 1  Collapse n-tuple.
  10..H _TEXT         The rest of the bank is free-format text consisting
                         of:-
                            The name of the N-tuple
                            The definition of each variable
                            END_OF_NTUPLE
 

Go Back to the Snoman Companion Top Page