Hall A ROOT/C++ Analyzer (podd)
|
#include <iostream>
#include <fstream>
#include <cstdlib>
#include "THaCodaFile.h"
#include "CodaDecoder.h"
#include "F1TDCModule.h"
#include "TString.h"
#include "TROOT.h"
#include "TFile.h"
#include "TH1.h"
#include "TH2.h"
Go to the source code of this file.
Macros | |
#define | MYTYPE 0 |
Functions | |
void | dump (UInt_t *data, ofstream *file) |
int | main (int, char **) |
void | process (Int_t i, THaEvData *evdata, ofstream *file) |
Variables | |
TH1F * | h1 |
TH1F * | h2 |
TH1F * | h3 |
TH1F * | h4 |
TH1F * | h5 |
TH1F * | hinteg |
#define MYTYPE 0 |
Definition at line 6 of file tstf1tdc_main.cxx.
Definition at line 98 of file tstf1tdc_main.cxx.
int main | ( | int | , |
char ** | |||
) |
Definition at line 29 of file tstf1tdc_main.cxx.
Definition at line 122 of file tstf1tdc_main.cxx.
TH1F* h1 |
Definition at line 23 of file tstf1tdc_main.cxx.
TH1F * h2 |
Definition at line 23 of file tstf1tdc_main.cxx.
TH1F * h3 |
Definition at line 23 of file tstf1tdc_main.cxx.
TH1F * h4 |
Definition at line 23 of file tstf1tdc_main.cxx.
TH1F * h5 |
Definition at line 23 of file tstf1tdc_main.cxx.
TH1F* hinteg |
Definition at line 24 of file tstf1tdc_main.cxx.