#include <iostream>
#include <iomanip>
#include <string>
#include <getopt.h>
#include "TDragonRun.h"
#include "TMidasEvent.h"
#include "TDragonEvent.h"
#include "TScalerEvent.h"
#include "TEpicsEvent.h"
Include dependency graph for makeDragonTree.cxx:
Go to the source code of this file.
Functions | |
Int_t | main (Int_t argc, Char_t **argv) |
|
This is the offline driver function that creates ROOT trees from MIDAS .mid data files. This takes one input - the file to be converted to a ROOT tree.
Definition at line 122 of file makeDragonTree.cxx. References TMidasEvent::Clear(), TEpicsEvent::Clear(), TScalerEvent::Clear(), TDragonEvent::Clear(), TDragonRun::CloseMidasFile(), TDragonRun::CloseRootFile(), TDragonRun::GetDragonEvent(), TDragonRun::GetEpicsEvent(), TMidasEvent::GetEventId(), TDragonRun::GetMidasEvent(), TDragonRun::GetModules(), TDragonRun::GetScalerEvent(), TMidasEvent::GetSerialNumber(), TDragonRun::OpenMidasFile(), TDragonRun::OpenRootFile(), TMidasEvent::Print(), TDragonRun::ReadMidasEvent(), TDragonRun::SetDatabase(), TDragonRun::SetGrModules(), TDragonRun::SetHiModules(), TDragonRun::TestDragonTree(), TDragonRun::UnpackDragonEvent(), TDragonRun::UnpackEpicsEvent(), TDragonRun::UnpackScalerEvent(), and TDragonRun::WriteTree(). |
Here is the call graph for this function: