![]() |
Analysis Software
Documentation for sPHENIX simulation software
|
#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) |
| 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 dfs::begin(), dfs::calc_comp_num(), dfs::end(), Acts::Logging::INFO, dfs::number_of_reached_nodes(), dfs::roots_begin(), dfs::roots_end(), dfs::run(), dfs::scan_whole_graph(), dfs::start_node(), dfs::tree_edges_begin(), and dfs::tree_edges_end().
Referenced by main().
Here is the call graph for this function:
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(), antikt_algorithm, i, k, summary::reader, Show(), and sorted_by_pt().
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 | ( | ) |