Hall-D Software  alpha
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
plugins/Analysis/eta_ntuple/cern_c.h File Reference

Go to the source code of this file.

Macros

#define HSTATI_MEAN   1
 
#define HSTATI_STDEV   2
 
#define HSTATI_NEQUIV   3
 

Functions

void hlimit (int size)
 
void hlimap (int size, char *name)
 
void hrput (int id, char *file, char *opt)
 
void hf1 (int id, float data, float weight)
 
void hf1e (int id, float data, float weight, float error)
 
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 hfnov (int id, float data[])
 
void hfnt (int id)
 
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, const char *filename, const 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 hbnt (int id, char *CHTITL, char *CHOPT)
 
void hbname (int id, const char *CHBLOK, void *VAR, const char *CHFORM)
 
void hbookn (int id, char *CHTITL, int NVAR, char *CHRZPA, int NWBUFF, char *CHTAGS)
 
void hbarx (int id)
 
void hfill (int no, float xvalue, float yvalue, float weight)
 
float hstati_ (int *id, int *icase, char *choice, int *num, int choicesize)
 
float hstati (int id, int icase, char *choice, int num)
 
float hx_ (int *id, float *x)
 
float hx (int id, float x)
 
void hxi (int id, float x, int *bin)
 
float hsum (int id)
 
void hopera (int id1, char *oper, int id2, int id3, float scale1, float scale2)
 
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)
 
void mninit (int IRD, int IWR, int ISAV)
 
void mnseti (char *CTITLE)
 
void mnparm (int NUM, char *CHNAM, double STVAL, double STEP, double BND1, double BND2, int *IERR)
 
void mnpars (char *CHSTR, int *ICOND)
 
void mnexcm (void *FCN, char *CHCOM, double ARGLIS[], int NARG, int *IERRFLAG, void *FUTIL)
 
void mncomd (void *FCN, char *CHSTR, int *ICONDN, void *FUTIL)
 
void mnpout (int NUM, char *CHNAM, double *VAL, double *ERROR, double *BND1, double *BND2, int *IVARBL)
 
void mnerrs (int NUM, double *EPLUS, double *EMINUS, double *EPARAB, double *GLOBCC)
 

Macro Definition Documentation

#define HSTATI_MEAN   1

Definition at line 52 of file plugins/Analysis/eta_ntuple/cern_c.h.

#define HSTATI_NEQUIV   3

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

#define HSTATI_STDEV   2

Definition at line 53 of file plugins/Analysis/eta_ntuple/cern_c.h.

Function Documentation

void hbarx ( int  id)

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

void hbname ( int  id,
const char *  CHBLOK,
void *  VAR,
const char *  CHFORM 
)

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

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

void hbnt ( int  id,
char *  CHTITL,
char *  CHOPT 
)

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

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 hbookn ( int  id,
char *  CHTITL,
int  NVAR,
char *  CHRZPA,
int  NWBUFF,
char *  CHTAGS 
)

Definition at line 204 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 hf1e ( int  id,
float  data,
float  weight,
float  error 
)

Definition at line 63 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 hfnov ( int  id,
float  data[] 
)

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

void hfnt ( int  id)

Definition at line 93 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 hlimap ( int  size,
char *  name 
)

Definition at line 27 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.

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

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

void hopera ( int  id1,
char *  oper,
int  id2,
int  id3,
float  scale1,
float  scale2 
)

Definition at line 218 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.

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,
const char *  filename,
const char *  status,
int  stor,
int  istat 
)

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

void hrout ( int  num,
int  icycle,
char *  opt 
)

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

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

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

float hstati ( int  id,
int  icase,
char *  choice,
int  num 
)

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

float hstati_ ( int *  id,
int *  icase,
char *  choice,
int *  num,
int  choicesize 
)

Referenced by hstati().

float hsum ( int  id)

Definition at line 44 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.

float hx ( int  id,
float  x 
)

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

float hx_ ( int *  id,
float *  x 
)

Referenced by hx().

void hxi ( int  id,
float  x,
int *  bin 
)

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

void iuwk ( int  num1,
int  num2 
)
void mncomd ( void *  FCN,
char *  CHSTR,
int *  ICONDN,
void *  FUTIL 
)

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

void mnerrs ( int  NUM,
double *  EPLUS,
double *  EMINUS,
double *  EPARAB,
double *  GLOBCC 
)

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

void mnexcm ( void *  FCN,
char *  CHCOM,
double  ARGLIS[],
int  NARG,
int *  IERRFLAG,
void *  FUTIL 
)

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

void mninit ( int  IRD,
int  IWR,
int  ISAV 
)

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

void mnparm ( int  NUM,
char *  CHNAM,
double  STVAL,
double  STEP,
double  BND1,
double  BND2,
int *  IERR 
)

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

void mnpars ( char *  CHSTR,
int *  ICOND 
)

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

void mnpout ( int  NUM,
char *  CHNAM,
double *  VAL,
double *  ERROR,
double *  BND1,
double *  BND2,
int *  IVARBL 
)

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

void mnseti ( char *  CTITLE)

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