CbmRoot
Loading...
Searching...
No Matches
CbmTrdClusterizerFastQa.h
Go to the documentation of this file.
1/* Copyright (C) 2013 Institut fuer Kernphysik, Westfaelische Wilhelms-Universitaet Muenster, Muenster
2 SPDX-License-Identifier: GPL-3.0-only
3 Authors: Cyrano Bergmann [committer] */
4
5#ifndef CBMTRDCLUSTERIZERFASTQA_H
6#define CBMTRDCLUSTERIZERFASTQA_H 1
7
8#include "FairTask.h"
9
10class TClonesArray;
11class TH1F;
12class TH2F;
13
14class CbmTrdClusterizerFastQa : public FairTask {
15 public:
16 /* Defaul constructor */
18
19 /* Standard constructor */
20 CbmTrdClusterizerFastQa(const char* name, const char* title = "FairTask");
21
22 /* Destructor */
24
25 /* Initialisation */
26 InitStatus Init();
27
28 /* Execution */
29 virtual void Exec(Option_t* option);
30
31 /* Finish at the end of each event */
32 virtual void Finish();
33
34
35 private:
36 /* Prepare the QA histograms */
37 void PrepareHistograms();
38
39
40 /* Write the QA histograms to file*/
41 void WriteHistograms();
42
45
46 ClassDef(CbmTrdClusterizerFastQa, 1)
47};
48
49#endif
CbmTrdClusterizerFastQa(const CbmTrdClusterizerFastQa &)
virtual void Exec(Option_t *option)
CbmTrdClusterizerFastQa & operator=(const CbmTrdClusterizerFastQa &)