(file) Return to th.h CVS log (file) (dir) Up to [HallC] / Analyzer / CTP

Diff for /Analyzer/CTP/th.h between version 1.1 and 1.2

version 1.1, 1998/12/07 22:11:11 version 1.2, 1999/11/04 20:34:05
Line 16 
Line 16 
  *  *
  * Revision History:  * Revision History:
  *   $Log$  *   $Log$
  *   Revision 1.1  1998/12/07 22:11:11  saw   *   Revision 1.2  1999/11/04 20:34:05  saw
  *   Initial setup   *   Alpha compatibility.
    *   New RPC call needed for root event display.
    *   Start of code to write ROOT trees (ntuples) from new "tree" block
    *
    *   Revision 1.6  1999/08/25 13:16:05  saw
    *   *** empty log message ***
    *
    *   Revision 1.5  1996/01/30 15:39:45  saw
    *   Add new prototypes: group calls, class calls used by groups
  *  *
  *        Revision 1.4  1995/08/03  13:47:48  saw  *        Revision 1.4  1995/08/03  13:47:48  saw
  *        Add Error code for integer overflow  *        Add Error code for integer overflow
Line 37 
Line 45 
 #define _TH_H #define _TH_H
 /* Variable registration */ /* Variable registration */
  
 typedef long thStatus;          /* Return status type */  typedef int thStatus;           /* Return status type */
  
 /* General booking routines */ /* General booking routines */
 thStatus thLoad(char *fname); thStatus thLoad(char *fname);
Line 68 
Line 76 
 thStatus thClearGroup(char *group_name); thStatus thClearGroup(char *group_name);
 thStatus thClearScalersGroup(char *group_name); thStatus thClearScalersGroup(char *group_name);
 thStatus thIncrementScalersGroup(char *group_name); thStatus thIncrementScalersGroup(char *group_name);
   thStatus thWriteGroup(char *group_name);
   thStatus thCloseGroup(char *group_name);
  
 /* Histogram package routines */ /* Histogram package routines */
 thStatus thExecuteHists(char *block_name); thStatus thExecuteHists(char *block_name);


Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

Analyzer/Replay: Mark Jones, Documents: Stephen Wood
Powered by
ViewCVS 0.9.2-cvsgraph-1.4.0