PandaRoot
PndMdtTrkProducerIdeal.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 PNDMDTTRKPRODUCERIDEAL_H
14 #define PNDMDTTRKPRODUCERIDEAL_H 1
15 
16 #include "FairTask.h"
17 #include "PndMdtTrk.h"
18 
19 class TClonesArray;
20 
21 class PndMdtTrkProducerIdeal : public FairTask {
22 
23  public:
26 
29 
31  virtual InitStatus Init();
32 
34  virtual void Exec(Option_t *opt);
35 
36  PndMdtTrk *AddTrk(PndMdtTrk *track);
37 
38  private:
40  TClonesArray *fPointArray;
41 
43  TClonesArray *fHitArray;
44 
46  TClonesArray *fMCArray;
47 
49  TClonesArray *fTrkArray;
50 
51  ClassDef(PndMdtTrkProducerIdeal, 1);
52 };
53 
54 #endif
virtual InitStatus Init()
PndMdtTrk * AddTrk(PndMdtTrk *track)
virtual void Exec(Option_t *opt)