ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
readerTest.cc File Reference
#include <iostream>
#include <fstream>
#include <memory>
#include <chrono>
#include <thread>
#include "gzstream.h"
#include "PartonShower.h"
#include "JetScapeLogger.h"
#include "JetScapeReader.h"
#include "JetScapeBanner.h"
#include "fjcore.hh"
#include <GTL/dfs.h>
+ Include dependency graph for readerTest.cc:

Go to the source code of this file.

Functions

void Show ()
 
void AnalyzeGraph (shared_ptr< PartonShower > mS)
 
ostream & operator<< (ostream &ostr, const fjcore::PseudoJet &jet)
 overloaded jet info output
 
int main (int argc, char **argv)
 

Function Documentation

void AnalyzeGraph ( shared_ptr< PartonShower >  mS)

Definition at line 142 of file readerTest.cc.

View newest version in sPHENIX GitHub at line 142 of file readerTest.cc

References Acts::Logging::INFO.

Referenced by main().

+ Here is the caller graph for this function:

int main ( int  argc,
char **  argv 
)

Definition at line 53 of file readerTest.cc.

View newest version in sPHENIX GitHub at line 53 of file readerTest.cc

References AnalyzeGraph(), k, and Show().

+ Here is the call graph for this function:

ostream & operator<< ( ostream &  ostr,
const fjcore::PseudoJet &  jet 
)

overloaded jet info output

Definition at line 197 of file readerTest.cc.

View newest version in sPHENIX GitHub at line 197 of file readerTest.cc

void Show ( )