Cicada  v1.4.1
Project 8 Processed-Data File Format Library
Functions
BasicTest.cc File Reference

Test the reading of a Katydid output file. More...

#include "logger.hh"
#include "TFile.h"
#include "TTree.h"
#include "CROOTData.hh"
Include dependency graph for BasicTest.cc:

Go to the source code of this file.

Functions

static scarab::logger bt ("BasicTest")
 
int main (int argc, char *argv[])
 

Detailed Description

Test the reading of a Katydid output file.

Basic test for making sure the library is working on Katydid output results. The first argument given by the user is used to open a ROOT file and extract the tree of TMultiTrackEventData. For each entry of this tree, the StartTimeInAcq is displayed.

Author
M. Guigue
Date
Feb 9, 2018

Definition in file BasicTest.cc.

Function Documentation

◆ bt()

static scarab::logger bt ( "BasicTest"  )
static

◆ main()

int main ( int  argc,
char *  argv[] 
)

Definition at line 20 of file BasicTest.cc.