PandaRoot
PndEmcHitCaloDraw.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 
20 #ifndef PndEmcHitCaloDraw_H
21 #define PndEmcHitCaloDraw_H
22 
23 #include "PndCaloDraw.h"
24 
26 
27  public:
30 
35  PndEmcHitCaloDraw(const char *name, FairDataSourceI *dataSource = nullptr) : PndCaloDraw(name, dataSource){};
36 
38  virtual ~PndEmcHitCaloDraw(){}
39 
40  protected:
41  virtual TVector3 GetVector(TObject *obj);
42  virtual Double_t GetEnergy(TObject *obj);
44 };
45 
46 #endif
ClassDef(PndEmcHitCaloDraw, 1)
virtual TVector3 GetVector(TObject *obj)
virtual Double_t GetEnergy(TObject *obj)
virtual ~PndEmcHitCaloDraw()
PndEmcHitCaloDraw(const char *name, FairDataSourceI *dataSource=nullptr)