PandaRoot
PndSttMCPointDraw.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 
21 #ifndef PNDSTTMCPOINTDRAW_H_
22 #define PNDSTTMCPOINTDRAW_H_
23 
24 #include "FairMCPointDraw.h"
25 #include "FairDataSourceI.h"
26 #include "TVector3.h"
27 #include <TClonesArray.h>
28 #include <TObject.h>
29 
30 class PndSttMCPointDraw : public FairMCPointDraw {
31  public:
33  PndSttMCPointDraw(const char *name, FairDataSourceI *dataSource, Color_t color, Style_t mstyle, Int_t iVerbose = 1)
34  : FairMCPointDraw(name, dataSource, color, mstyle, iVerbose){}
35  virtual ~PndSttMCPointDraw();
36 
37  protected:
38  TVector3 GetVector(TObject *obj);
39 
41 };
42 
43 #endif /* PndSttMCPOINTDRAW_H_ */
ClassDef(PndSttMCPointDraw, 1)
TVector3 GetVector(TObject *obj)
PndSttMCPointDraw(const char *name, FairDataSourceI *dataSource, Color_t color, Style_t mstyle, Int_t iVerbose=1)
virtual ~PndSttMCPointDraw()