PandaRoot
BSEmcClusterDraw.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 // -------------------------------------------------------------------------
14 // ----- BSEmcClusterDraw header file -----
15 // ----- Created 03/01/09 by T. Stockmanns -----
16 // -------------------------------------------------------------------------
17 
18 #ifndef BSEMCCLUSTERDRAW_HH
19 #define BSEMCCLUSTERDRAW_HH
20 
21 #include "Rtypes.h"
22 #include "RtypesCore.h"
23 #include "TVector3.h"
24 
25 #include "FairBoxSet.h"
26 #include "FairBoxSetDraw.h"
27 
28 class TBuffer;
29 class TClass;
30 class TMemberInspector;
31 class TObject;
32 
40 class BSEmcClusterDraw : public FairBoxSetDraw {
41 
42  public:
45 
50  BSEmcClusterDraw(const char *name, Int_t iVerbose = 1) : FairBoxSetDraw(name, nullptr, iVerbose){};
51 
53  virtual ~BSEmcClusterDraw(){};
54 
55  protected:
56  virtual TVector3 GetVector(TObject *obj) /*override*/;
57  virtual Int_t GetValue(TObject *obj, Int_t i) /*override*/;
59 };
60 
61 #endif /*BSEMCCLUSTERDRAW_HH*/
virtual Int_t GetValue(TObject *obj, Int_t i)
Task to display Emc Cluster.
virtual TVector3 GetVector(TObject *obj)
virtual ~BSEmcClusterDraw()
unsigned int i
Definition: P4_F32vec4.h:33
ClassDef(BSEmcClusterDraw, 1)
BSEmcClusterDraw(const char *name, Int_t iVerbose=1)