PandaRoot
PndEmcClusterDraw.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 
21 #ifndef PndEmcClusterDraw_H
22 #define PndEmcClusterDraw_H
23 
24 #include "FairBoxSetDraw.h"
25 #include "FairBoxSet.h"
26 
27 class PndEmcClusterDraw : public FairBoxSetDraw {
28 
29  public:
32 
37  PndEmcClusterDraw(const char *name, Int_t iVerbose = 1) : FairBoxSetDraw(name, nullptr, iVerbose){};
38 
40  virtual ~PndEmcClusterDraw(){};
41 
42  protected:
43  virtual TVector3 GetVector(TObject *obj);
44  virtual Int_t GetValue(TObject *obj, Int_t i);
46 };
47 
48 #endif
PndEmcClusterDraw(const char *name, Int_t iVerbose=1)
virtual TVector3 GetVector(TObject *obj)
unsigned int i
Definition: P4_F32vec4.h:33
ClassDef(PndEmcClusterDraw, 3)
virtual Int_t GetValue(TObject *obj, Int_t i)
virtual ~PndEmcClusterDraw()