Hall-D Software  alpha
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
root2hbook.cc File Reference
#include <iostream>
#include <iomanip>
#include <TFile.h>
#include <TTree.h>
#include "cern_c.h"

Go to the source code of this file.

Classes

class  event_t
 

Macros

#define MEMH   8000000
 
#define LREC   1024 /* record length of hbook direct access file in WORDS */
 
#define LUN   3 /* logical unit number of hbook file */
 
#define MAX_PARTS   50
 

Functions

int main (int narg, char *argv[])
 

Variables

float pawc_ [MEMH]
 
int quest_ [100]
 

Macro Definition Documentation

#define LREC   1024 /* record length of hbook direct access file in WORDS */

Definition at line 12 of file root2hbook.cc.

Referenced by main().

#define LUN   3 /* logical unit number of hbook file */

Definition at line 13 of file root2hbook.cc.

Referenced by main().

#define MAX_PARTS   50

Definition at line 20 of file root2hbook.cc.

Referenced by main().

#define MEMH   8000000

Definition at line 11 of file root2hbook.cc.

Referenced by main().

Function Documentation

Variable Documentation

float pawc_[MEMH]

Definition at line 15 of file root2hbook.cc.

int quest_[100]

Definition at line 16 of file root2hbook.cc.