Skip to content

kkauder/BasicAj

Folders and files

NameName
Last commit message
Last commit date
Apr 20, 2015
Mar 30, 2015
Apr 2, 2015
Apr 9, 2015
Mar 12, 2015
Apr 20, 2015
Apr 20, 2015
Apr 2, 2015
Mar 19, 2015
Apr 20, 2015
Apr 20, 2015
Mar 12, 2015
Mar 27, 2015
Apr 20, 2015
Apr 20, 2015
Mar 16, 2015
Apr 9, 2015
Apr 20, 2015
Mar 16, 2015
Mar 16, 2015
Mar 16, 2015
Mar 16, 2015
Mar 16, 2015
Mar 16, 2015
Mar 16, 2015
Mar 16, 2015
Apr 20, 2015

Repository files navigation

BasicAj

install dAuEventstructure

git clone https://github.com/kkauder/eventStructuredAu cd eventStructuredAu

The following should produce a lot of warnings but no errors

make clean && make

In order to use the provided scripts, change your shell to csh

csh

Work on the actual package

cd path/to/BasicAj

Create directory structure

mkdir src/obj mkdir lib mkdir bin mkdir AjResults mkdir logs

create data symlinks

THIS ONLY WORKS ON rhic21.physics.wayne.edu

ln -s ~putschke/Data ln -s ~kkauder/JetAnalyzer/CleanAuAu ln -s ~kkauder/JetAnalyzer/pytest.root

Setup environment

YOU NEED TO CUSTOMIZE THIS FILE FIRST!!!

source SetEnvironment.csh

make

make

for a small example, create a pythia tree

./bin/SimpleTree

And run the analysis

source ./RunPythia.csh

or run directly

./bin/PythaAj

That also creates doxygen documentation in html/ and latex/

Files:

src/JetAnalyzer.* is the basic wrapper that derives from $fastjet::ClusterSequenceArea

src/AjParameters.hh is a namespace with commonly used parameters

src/AjAnalysis.* is the analysis class

Wrappers:

src/PicoAj.cxx : Run on any data in TStarJetPicoDst format

#*InAuAu.cxx: Embed pythia or pp into AuAu #*InMC.cxx: Embed pythia or pp into a toy MC version of AuAu

#Run*.csh: Simple csh scripts to run and redirect the output #RunAuAu.csh is special because it submits 17 jobs. Combine via hadd -f AjResults/AuAuAj.root AjResults/AuAuAj8*root

Quickplot.cxx: Quick and dirty routine to show results.

You should use something better :)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published