PndMasterDigiOnlyTask

class PndMasterDigiOnlyTask : public PndMasterTask

The default digitization tasks.

Master Digitization Task Class

This class includes all the digitization tasks which need to be used in the default digitization 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

PndMasterDigiOnlyTask(TString options = "")

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 ~PndMasterDigiOnlyTask()

Destructor.