PandaRoot
PndGemEmpty.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 //* $Id: */
14 
15 // -------------------------------------------------------------------------
16 // ----- PndGemEmpty header file -----
17 // ----- Created 15/02/2009 by R. Karabowicz -----
18 // -------------------------------------------------------------------------
19 
30 #ifndef PNDGEMEMPTY_H
31 #define PNDGEMFINDC_H 1
32 
33 #include "FairTask.h"
34 #include "FairTSBufferFunctional.h"
35 
36 #include "TStopwatch.h"
37 
38 #include <map>
39 #include <set>
40 
41 class TClonesArray;
42 class PndGemDigiPar;
43 class PndGemSensor;
44 class PndGemStation;
45 
46 class PndGemEmpty : public FairTask {
47 
48  public:
50  PndGemEmpty();
51 
53  PndGemEmpty(Int_t iVerbose);
54 
56  PndGemEmpty(const char *name, Int_t iVerbose = 0);
57 
59  virtual ~PndGemEmpty();
60 
62  virtual void Exec(Option_t *opt);
63 
64  void SetInBranchName(TString ibn) { fInBranchName = ibn.Data(); }
65 
66  private:
67  BinaryFunctor *fFunctor;
68  TClonesArray *fInBranch;
69  TClonesArray *fOutBranch;
70  TString fInBranchName;
71 
73  virtual void SetParContainers();
74 
76  virtual InitStatus Init();
77 
79  virtual InitStatus ReInit();
80 
82  virtual void Finish();
83 
84  ClassDef(PndGemEmpty, 1);
85 };
86 
87 #endif
void SetInBranchName(TString ibn)
Definition: PndGemEmpty.h:64
Digitization Parameter Class for GEM part.
Definition: PndGemDigiPar.h:42
virtual ~PndGemEmpty()
virtual void Exec(Option_t *opt)