FairRoot/PandaRoot
Classes
PndMasterMultiPidTask.h File Reference
#include "PndMasterTask.h"
#include <array>

Go to the source code of this file.

Classes

class  PndMasterMultiPidTask
 The default pid tasks. More...
 
struct  PndMasterMultiPidTask::pidTaskList
 struct of the task list This struct avoids to retrieve tasks using the integer value (misleading), but uses an easier scheme. The enum is "k" + the class name, i.e. "kPndPidCorrelator" for the class PndPidCorrelator. The function PrintTaskList() can be used to check the list of the tasks and the corresponding number. More...