GRUTinizer
|
#include <stdint.h>
#include <fstream>
#include <iostream>
#include <string.h>
#include <TFile.h>
#include <TH1.h>
#include <TH2.h>
#include <TSystem.h>
#include <TList.h>
#include <TClass.h>
#include <TKey.h>
#include <TTimeStamp.h>
#include <sys/stat.h>
#include <sys/types.h>
#include "Globals.h"
Classes | |
struct | SpeHeader |
Functions | |
struct SpeHeader | __attribute__ ((packed)) |
void | WriteHist (TH1 *, fstream *) |
void | WriteMat (TH2 *, fstream *) |
int | main (int argc, char **argv) |
Variables | |
int32_t | buffsize |
char | label [8] |
int32_t | size |
int32_t | junk1 |
int32_t | junk2 |
int32_t | junk3 |
int32_t | buffcheck |
struct SpeHeader __attribute__ | ( | (packed) | ) |
int main | ( | int | argc, |
char ** | argv | ||
) |
void WriteHist | ( | TH1 * | hist, |
fstream * | outfile | ||
) |
void WriteMat | ( | TH2 * | mat, |
fstream * | outfile | ||
) |
int32_t buffcheck |
int32_t buffsize |
int32_t junk1 |
int32_t junk2 |
int32_t junk3 |
char label[8] |
int32_t size |