PandaRoot
PndHadronicSplitOffCut.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 #ifndef HADRONICSPLITOFFCUT_H
14 #define HADRONICSPLITOFFCUT_H
15 
16 #include "TClonesArray.h"
17 #include "PndPersistencyTask.h"
18 #include "TF1.h"
19 #include "TString.h"
20 #include "PndPidCorrPar.h"
21 
22 class PndPidCandidate;
23 class PndPidProbability;
24 class TH2D;
25 
27 
28  protected:
29  TClonesArray *fPidNeutralCand;
31  Double_t fCutParameter{-1};
32  public:
35 
36  virtual void Exec(Option_t *);
37  virtual InitStatus Init();
38  virtual void SetParContainers();
39 
40  private:
41 
42  void ApplyCut();
43 
44 
45  ClassDef(PndHadronicSplitOffCut, 1)
46 };
47 
48 #endif
virtual void Exec(Option_t *)
PndPidCorrPar * fCorrPar
PndPidCandidate TCA for neutral particles.
virtual void SetParContainers()
virtual InitStatus Init()