|
WCSim
|
#include <iostream>#include <string>#include <stdio.h>#include <stdlib.h>#include <TFile.h>#include <TTree.h>#include <TSystem.h>#include <TMath.h>#include "WCSimRootGeom.hh"#include "WCSimRootEvent.hh"#include "WCSimRootOptions.hh"
Go to the source code of this file.
Functions | |
| void | PrintHeaderInfo (WCSimRootEvent *wcsimrootsuperevent, const char *filename) |
| void | PrintGeomSummary (WCSimRootGeom *geo, const char *filename) |
| TTree * | GetTree (const char *filename, const char *treename) |
| WCSimRootEvent * | GetRootEvent (TTree *wcsimT, int &nevent) |
| WCSimRootGeom * | GetRootGeom (TTree *wcsimT, int &nevent) |
| void | complete_comparison (const char *filename1, const char *filename2, string treename="wcsimT", bool verbose=false, const Long64_t oneevent=-1) |
| void complete_comparison | ( | const char * | filename1, |
| const char * | filename2, | ||
| string | treename = "wcsimT", |
||
| bool | verbose = false, |
||
| const Long64_t | oneevent = -1 |
||
| ) |
Definition at line 101 of file complete_comparison.C.
| WCSimRootEvent* GetRootEvent | ( | TTree * | wcsimT, |
| int & | nevent | ||
| ) |
Definition at line 77 of file complete_comparison.C.
| WCSimRootGeom* GetRootGeom | ( | TTree * | wcsimT, |
| int & | nevent | ||
| ) |
Definition at line 91 of file complete_comparison.C.
| TTree* GetTree | ( | const char * | filename, |
| const char * | treename | ||
| ) |
Definition at line 60 of file complete_comparison.C.
| void PrintGeomSummary | ( | WCSimRootGeom * | geo, |
| const char * | filename | ||
| ) |
Definition at line 50 of file complete_comparison.C.
| void PrintHeaderInfo | ( | WCSimRootEvent * | wcsimrootsuperevent, |
| const char * | filename | ||
| ) |
Definition at line 23 of file complete_comparison.C.
1.8.14