Analysis Software
Documentation for sPHENIX simulation software
|
#include <iostream>
#include <string>
#include <thread>
#include "JetScape.h"
#include "JetEnergyLoss.h"
#include "JetEnergyLossManager.h"
#include "JetScapeSignalManager.h"
#include "FluidDynamics.h"
#include "JetScapeLogger.h"
#include "JetScapeXML.h"
#include "Matter.h"
#include "Martini.h"
#include "JetScapeWriterStream.h"
#include "sigslot.h"
#include "Brick.h"
#include "GubserHydro.h"
Go to the source code of this file.
Functions | |
void | Show () |
int | main (int argc, char **argv) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 55 of file testJetScape.cc.
View newest version in sPHENIX GitHub at line 55 of file testJetScape.cc
References INFO_NICE, REMARK, Show(), and writer.
void Show | ( | ) |