#!/bin/bash

for q in 1 2 3 4 5 ; do 
    # Change this to whatever works on your cluster
    csubPelegant -cores 48 -input trackEqTemplate.ele -arguments -macro=charge=$q
done
