FairRoot/PandaRoot
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
eventdisplay
PndEmcHitDraw.cxx
Go to the documentation of this file.
1
// -------------------------------------------------------------------------
2
// ----- FairTPCRecoPointDraw source file -----
3
// ----- Created 03/01/08 by M. Al-Turany -----
4
// -------------------------------------------------------------------------
5
6
#include "
PndEmcHitDraw.h
"
7
#include "
PndEmcHit.h
"
8
#include <iostream>
9
10
// -------------------------------------------------------------------------
11
12
Int_t
PndEmcHitDraw::GetValue
(TObject*
obj
, Int_t )
// i //[R.K.03/2017] unused variable(s)
13
{
14
PndEmcHit
* Hit = (
PndEmcHit
*)obj;
15
return
(Hit->
GetEnergy
() * 1000);
//< Energy in MeV
16
}
17
18
19
ClassImp
(
PndEmcHitDraw
)
PndEmcHitDraw
Definition:
PndEmcHitDraw.h:21
PndEmcHitDraw.h
PndEmcHit::GetEnergy
virtual Double_t GetEnergy() const
Definition:
PndEmcHit.h:54
PndEmcHitDraw::GetValue
virtual Int_t GetValue(TObject *obj, Int_t i)
Definition:
PndEmcHitDraw.cxx:12
PndEmcHit.h
PndEmcHit
represents the deposited energy of one emc crystal from simulation
Definition:
PndEmcHit.h:26
ClassImp
ClassImp(PndAnaContFact)
obj
PndAnaPidSelector *& obj
Definition:
PndAnaPidSelector.cxx:35
Generated on Sun Aug 18 2019 03:01:22 for FairRoot/PandaRoot by
1.8.8