PndMasterMultiPidTask

class PndMasterMultiPidTask : public PndMasterTask

The default pid tasks.

Master Pid Task Class

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

PndMasterMultiPidTask(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

  • options – =”filtered” -> the option filtered was used in the reco stage to remove tracks with wrong Pz Example: “day1+gem+fts1256” means day1 setup + GEM planes + fst1256

virtual ~PndMasterMultiPidTask()

Destructor.

virtual void SetPersistency(Bool_t pers = kTRUE)

Set the persistency of all the tasks.

Parameters

pers – Persistency level: 0 no TCA, 1 all TCA