CbmRoot
Loading...
Searching...
No Matches
CbmTofHitFinderTBQa.h
Go to the documentation of this file.
1/* Copyright (C) 2017 Facility for Antiproton and Ion Research in Europe, Darmstadt
2 SPDX-License-Identifier: GPL-3.0-only
3 Authors: Timur Ablyazimov, Pierre-Alain Loizeau [committer] */
4
5#ifndef CBMTOFHITFINDERTBQA_H
6#define CBMTOFHITFINDERTBQA_H
7
8#include "CbmMCDataArray.h"
9#include "CbmMCEventList.h"
10#include "CbmTimeSlice.h"
11
12#include "FairTask.h"
13
14#include "TClonesArray.h"
15
16class CbmTofHitFinderTBQa : public FairTask {
17public:
21
22 InitStatus Init();
23 void Exec(Option_t* option);
24 void Finish();
25 void SetIsEvByEv(bool v) { isEvByEv = v; }
26
27private:
29 TClonesArray* fTofHits;
30 TClonesArray* fTofDigiMatchs;
31 TClonesArray* fTofDigis;
32 TClonesArray* fTofDigiPointMatchs;
37
38 ClassDef(CbmTofHitFinderTBQa, 1)
39};
40
41#endif /* CBMTOFHITFINDERTBQA_H */
fscal v[fmask::Size]
Definition KfSimdPseudo.h:4
Access to a MC data branch for time-based analysis.
Container class for MC events with number, file and start time.
Bookkeeping of time-slice content.
CbmTofHitFinderTBQa & operator=(const CbmTofHitFinderTBQa &)=delete
CbmMCEventList * fEventList
void Exec(Option_t *option)
CbmMCDataArray * fTofMCPoints
CbmMCDataArray * fMCTracks
TClonesArray * fTofDigiPointMatchs
CbmTofHitFinderTBQa(const CbmTofHitFinderTBQa &)=delete
TClonesArray * fTofDigiMatchs