![]() |
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 | ) |
| 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
| void Show | ( | ) |