# Attach a few plugins. The janadot plugin is optional, but may be # useful in profiling the job and showing the dependencies of the # factories so you know what is calling what and how often. PLUGINS hdparsim,invariant_mass_hists,janadot # Use HDParSim for both charged track and photon reconstruction DEFTAG:DParticle HDParSim DEFTAG:DTrackTimeBased HDParSim DEFTAG:DPhoton HDParSim # Tell HDParSim not to apply efficiency cut for photons # The efficiency cuts includes the geometric acceptance # so setting this to zero means we'll get "reconstructed" # photons that are not detectable with the real detector HDPARSIM:APPLY_EFFICIENCY_PHOTON 0 # Tell JANA to launch as many processing threads as there are # cores on the system (real cores + hyperthreads). This is # optional. NTHREADS Ncores