FairRoot/PandaRoot
PndEmcRecoHit.h
Go to the documentation of this file.
1 //--------------------------------------------------------------------------
2 // File and Version Information:
3 // $Id:$
4 //
5 // Description:
6 // Software developed for the PANDA Detector at GSI.
7 //------------------------------------------------------------------------
8 //#pragma once
9 #ifndef PNDEMCRECOHIT_H
10 #define PNDEMCRECOHIT_H
11 
12 //----------------------
13 // Base Class Headers --
14 //----------------------
15 #include "FairMultiLinkedData.h"
16 #include "TObject.h"
17 #include "TVector3.h"
18 
23 class PndEmcRecoHit: public FairMultiLinkedData
24 {
25 
26 public:
27 
28  // Constructors
29  PndEmcRecoHit();
30  PndEmcRecoHit(Double_t energy, TVector3 position);
31 
32  // Destructor
33  virtual ~PndEmcRecoHit();
34 
35  // Modifiers
36  Double_t GetEnergy() const;
38  TVector3 GetPosition() const;
39 
40 private:
41  // Data members
44  TVector3 fPosition;
45 
46  ClassDef(PndEmcRecoHit,1)
47 };
48 
49 #endif // PNDEMCRECOHIT_H
TVector3 GetPosition() const
Double_t GetEnergy() const
Double_t fEnergyCorrected
Definition: PndEmcRecoHit.h:43
Double_t fEnergy
Definition: PndEmcRecoHit.h:42
Double_t
TVector3 fPosition
Definition: PndEmcRecoHit.h:44
represents the reconstructed hit in the emc
Definition: PndEmcRecoHit.h:23
Double_t GetEnergyCorrected() const
virtual ~PndEmcRecoHit()
Double_t energy
Definition: plot_dirc.C:15