Skip to content

porting the fastjet software package to work on GPUS

Notifications You must be signed in to change notification settings

asubah/fastjet_gpu

Repository files navigation

fastjet_gpu

Porting FastJet software package to CUDA.

Using FastJet 3.3.2

Compile

make

Run

./[grid|n_array|tri_matrix] [OPTION] < [FILE] 

or

./[grid|n_array|tri_matrix] [OPTION] -file [FILE]

Example

./tri_matrix -antikt -r 0.4 -p 1.0 < hltAK4CaloJets.dat

Options

--ptmin | -p minimum pT default 0.0.

-r | -R clustering radius default 1.0.

--repeat | -repeat repeat execution n times, default 1.

--sort | -s sort the sort the jets by decreasing pT default true.

--cartesian output px, py, pz, E

--polar output eta, phi, pT

--kt | -kt

--anti-kt | -antikt

--cambridge-aachen | -cam

--file | -f input file name.

--csv | -csv output timing data in csv format.

About

porting the fastjet software package to work on GPUS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published