Hall-D Software  alpha
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
clas_cern.h File Reference

Go to the source code of this file.

Functions

void hlimit (int size)
 
void hrput (int id, char *file, char *opt)
 
void hf1 (int id, float data, float weight)
 
void hf2 (int id, float data1, float data2, float weight)
 
void hdelet (int id)
 
void hrin (int id, int icycle, int iofset)
 
void hfn (int id, float data[])
 
void hfithn (int id, char *chfun, char *chopt, int np, float par[], float step[], float pmin[], float pmax[], float sigpar[], float *chi2)
 
void hunpak (int histo, float contents[], char choice[], int num)
 
void hidopt (int id, char *chopt)
 
void hpak (int histo, float contents[])
 
void hrget (int id, char *chfile, char *chopt)
 
void hldir (char dir[], char flag[])
 
void hmdir (char dir[], char flag[])
 
void hcdir (char dir[], char flag[])
 
void hropen (int lun, char *name, char *filename, char *status, int stor, int istat)
 
void hrout (int num, int icycle, char *opt)
 
void hrend (char *filename)
 
void hreset (int no, char *opt)
 
void hbook2 (int no, char *name, int xbins, float xmin, float xmax, int ybins, float ymin, float ymax, float weight)
 
void hbook1 (int no, char *name, int nbins, float min, float max, float v)
 
void hfill (int no, float xvalue, float yvalue, float weight)
 
void hplint (int no)
 
void hplego (int no, float theta, float phi)
 
void hplcon (int histonum, int x, int y)
 
void hplzon (int x, int y, int num, char *opt)
 
void hplot (int no, char *chopt, char *chcase, int num)
 
void iuwk (int num1, int num2)
 
void hplcap (int unit)
 

Function Documentation

void hbook1 ( int  no,
char *  name,
int  nbins,
float  min,
float  max,
float  v 
)

Definition at line 188 of file plugins/Analysis/eta_ntuple/cern_c.c.

void hbook2 ( int  no,
char *  name,
int  xbins,
float  xmin,
float  xmax,
int  ybins,
float  ymin,
float  ymax,
float  weight 
)

Definition at line 181 of file plugins/Analysis/eta_ntuple/cern_c.c.

void hcdir ( char  dir[],
char  flag[] 
)

Definition at line 136 of file plugins/Analysis/eta_ntuple/cern_c.c.

void hdelet ( int  id)

Definition at line 73 of file plugins/Analysis/eta_ntuple/cern_c.c.

void hf1 ( int  id,
float  data,
float  weight 
)

Definition at line 54 of file plugins/Analysis/eta_ntuple/cern_c.c.

void hf2 ( int  id,
float  data1,
float  data2,
float  weight 
)

Definition at line 68 of file plugins/Analysis/eta_ntuple/cern_c.c.

void hfill ( int  no,
float  xvalue,
float  yvalue,
float  weight 
)

Definition at line 212 of file plugins/Analysis/eta_ntuple/cern_c.c.

void hfithn ( int  id,
char *  chfun,
char *  chopt,
int  np,
float  par[],
float  step[],
float  pmin[],
float  pmax[],
float  sigpar[],
float *  chi2 
)

Definition at line 98 of file plugins/Analysis/eta_ntuple/cern_c.c.

void hfn ( int  id,
float  data[] 
)

Definition at line 83 of file plugins/Analysis/eta_ntuple/cern_c.c.

void hidopt ( int  id,
char *  chopt 
)

Definition at line 111 of file plugins/Analysis/eta_ntuple/cern_c.c.

void hldir ( char  dir[],
char  flag[] 
)

Definition at line 126 of file plugins/Analysis/eta_ntuple/cern_c.c.

void hlimit ( int  size)

Definition at line 22 of file plugins/Analysis/eta_ntuple/cern_c.c.

Referenced by DEventProcessor_eta_ntuple::init(), and main().

void hmdir ( char  dir[],
char  flag[] 
)

Definition at line 131 of file plugins/Analysis/eta_ntuple/cern_c.c.

void hpak ( int  histo,
float  contents[] 
)

Definition at line 116 of file plugins/Analysis/eta_ntuple/cern_c.c.

void hplcap ( int  unit)
void hplcon ( int  histonum,
int  x,
int  y 
)
void hplego ( int  no,
float  theta,
float  phi 
)
void hplint ( int  no)
void hplot ( int  no,
char *  chopt,
char *  chcase,
int  num 
)
void hplzon ( int  x,
int  y,
int  num,
char *  opt 
)
void hrend ( char *  filename)

Definition at line 168 of file plugins/Analysis/eta_ntuple/cern_c.c.

Referenced by DEventProcessor_eta_ntuple::fini(), and main().

void hreset ( int  no,
char *  opt 
)

Definition at line 175 of file plugins/Analysis/eta_ntuple/cern_c.c.

void hrget ( int  id,
char *  chfile,
char *  chopt 
)

Definition at line 121 of file plugins/Analysis/eta_ntuple/cern_c.c.

void hrin ( int  id,
int  icycle,
int  iofset 
)

Definition at line 78 of file plugins/Analysis/eta_ntuple/cern_c.c.

void hropen ( int  lun,
char *  name,
char *  filename,
char *  status,
int  stor,
int  istat 
)
void hrout ( int  num,
int  icycle,
char *  opt 
)

Definition at line 162 of file plugins/Analysis/eta_ntuple/cern_c.c.

Referenced by DEventProcessor_eta_ntuple::fini(), and main().

void hrput ( int  id,
char *  file,
char *  opt 
)

Definition at line 48 of file plugins/Analysis/eta_ntuple/cern_c.c.

void hunpak ( int  histo,
float  contents[],
char  choice[],
int  num 
)

Definition at line 106 of file plugins/Analysis/eta_ntuple/cern_c.c.

void iuwk ( int  num1,
int  num2 
)