Berkeley Nuclear Data Software
|
#include "GenesisAnalysis.h"
#include "TString.h"
#include "TFile.h"
#include "TROOT.h"
#include <cstdint>
#include <cstring>
#include <string>
#include <fstream>
#include <iostream>
#include <map>
#include <sstream>
#include <vector>
#include <string.h>
#include "TChain.h"
#include "TH1.h"
#include "TTree.h"
#include "TKey.h"
#include "Riostream.h"
Functions | |
void | MergeRootfile (TDirectory *target, TList *sourcelist) |
int | main (int argc, char *argv[]) |
Variables | |
TList * | FileList |
TFile * | Target |
int main | ( | int | argc, |
char * | argv[] | ||
) |
This executable creates a file with incoming TOF histograms incoming TOF = TDC - RF These are uncalibrated (not in real time space) Histograms made: For each Scint, TDC - RF vs. light for:
hard coded for SCP Mod ID - fix
void MergeRootfile | ( | TDirectory * | target, |
TList * | sourcelist | ||
) |
!if the object is a tree, it is stored in globChain...
TList* FileList |
This function will add histograms from a list of root files and write them to a target root file.
TFile* Target |