PndMasterRecoIdealTask

class PndMasterRecoIdealTask : public PndMasterTask

The default reconstruction tasks.

Master Reconstruction Task Class

This class includes all the reconstruction tasks which need to be used in the default reconstruction macros.

Remark

If you find some obsolete task which needs to be changed, contact the computing coordinator.

Author

Stefano Spataro spataro@to.infn.it, Torino University

Version

1.0

Date

Feb 1, 2016

Public Functions

PndMasterRecoIdealTask(TString fOptions = "")

Default constructor with options.

Parameters
  • options – = “” -> default settings full setup

  • options – = “day1” -> Setup for day1 experiment: no GEM, FTS1234, NO DISC, NO RICH

  • options – = “gem” (added to “day1”) -> Setup for day1 experiment with 3 GEM planes

  • options – = “fts1256” (added to “day1”) -> Setup for day1 experiment with FTS1256 insted of FTS1234 Example: “day1+gem+fts1256” means day1 setup + GEM planes + fst1256

virtual ~PndMasterRecoIdealTask()

Destructor.