PandaRoot
PndPidEmcAssociatorTask.h
Go to the documentation of this file.
1 //****************************************************************************
2 //* This file is part of PandaRoot. *
3 //* *
4 //* PandaRoot is distributed under the terms of the *
5 //* GNU General Public License (GPL) version 3, *
6 //* copied verbatim in the file "LICENSE". *
7 //* *
8 //* Copyright (C) 2006 - 2024 FAIR GmbH and copyright holders of PandaRoot *
9 //* The copyright holders are listed in the file "COPYRIGHTHOLDERS". *
10 //* The authors are listed in the file "AUTHORS". *
11 //****************************************************************************
12 
13 /* ************************************
14  * Author: M. Babai (M.Babai@rug.nl) *
15  * *
16  * pid classifier *
17  * *
18  * Created: 07-04-2010 *
19  * Modified: *
20  * *
21  * ************************************/
22 //#pragma once
23 #ifndef PID_EMC_ASSOCIATOR_H
24 #define PID_EMC_ASSOCIATOR_H
25 
27 
29  public:
34 
38  PndPidEmcAssociatorTask(char const *name);
39 
43  virtual ~PndPidEmcAssociatorTask();
44 
45  //=============== Private members.
46  private:
47  // Copy const.
49 
50  // Assignment operator.
51  PndPidEmcAssociatorTask &operator=(PndPidMvaAssociatorTask const &other);
52 
53  // Set the default variable names for emc
54  void SetVarNames(std::vector<std::string> const &vNames);
55 
56  /*
57  * Creates a vector with names of the statndard variables for emc
58  * pat. rec.
59  */
60  std::vector<std::string> const *SetEmcParNames() const;
61 
62  ClassDef(PndPidEmcAssociatorTask, 0);
63 };
64 #endif // End of interface definition (PndPidEmcAssociatorTask)
virtual ~PndPidEmcAssociatorTask()