Hall-D Software  alpha
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
check2.cc File Reference
#include <iostream>
#include <iomanip>
#include <stdio.h>
#include <stdlib.h>
#include "TFile.h"
#include "TH1.h"
#include "TH1F.h"
#include "TH2F.h"
#include "TH3F.h"
#include "TF1.h"
#include "TMath.h"
#include "TTree.h"
#include "TGraph.h"
#include "TCanvas.h"
#include "TLatex.h"
#include <string.h>

Go to the source code of this file.

Functions

void setupHists (TH1F **, TH2F **, Int_t, Int_t *, Int_t *)
 
void moreHists (TH1F **, TH2F **, Int_t, Int_t *, Int_t *, Float_t *)
 
int main (int argc, char **argv)
 

Variables

TH1F * hist [99]
 
TH2F * hist2d [10]
 

Function Documentation

int main ( int  argc,
char **  argv 
)
void moreHists ( TH1F **  hist,
TH2F **  hist2d,
Int_t  NTrThrown,
Int_t *  Offset,
Int_t *  ThrownPType,
Float_t *  PMax 
)

Definition at line 442 of file check2.cc.

References sprintf().

Referenced by main().

void setupHists ( TH1F **  hist,
TH2F **  hist2d,
Int_t  NTrThrown,
Int_t *  Offset,
Int_t *  ThrownPType 
)

Definition at line 322 of file check2.cc.

References sprintf().

Referenced by main().

Variable Documentation

TH1F* hist[99]

Definition at line 31 of file check2.cc.

TH2F* hist2d[10]

Definition at line 32 of file check2.cc.