GRSISort
Created by P.C. Bender
Developement Team: P.C. Bender, R. Dunlop, V. Bildstein
An extension of the ROOT analysis Framework
TSharcHit Class Reference

Definition at line 35 of file TSharcHit.h.

Public Types

enum  EBitFlag {
  EBitFlag::kIsEnergySet = BIT(0), EBitFlag::kIsChannelSet = BIT(1), EBitFlag::kBit2 = BIT(2), EBitFlag::kBit3 = BIT(3),
  EBitFlag::kIsPPGSet = BIT(4), EBitFlag::kIsTimeSet = BIT(5), EBitFlag::kBit6 = BIT(6), EBitFlag::kBit7 = BIT(7),
  EBitFlag::kBit8 = BIT(8), EBitFlag::kDetHitBit0 = BIT(9), EBitFlag::kDetHitBit1 = BIT(10), EBitFlag::kDetHitBit2 = BIT(11),
  EBitFlag::kDetHitBit3 = BIT(12), EBitFlag::kDetHitBit4 = BIT(13), EBitFlag::kDetHitBit5 = BIT(14), EBitFlag::kDetHitBit6 = BIT(15),
  EBitFlag::kBase = BIT(9), EBitFlag::kIsAllSet = 0xFFFF
}
 
enum  ETimeFlag {
  ETimeFlag::kNoneSet = BIT(0), ETimeFlag::kCFD = BIT(1), ETimeFlag::kWalk = BIT(2), ETimeFlag::kOffset = BIT(3),
  ETimeFlag::kAll = 0xFFFF
}
 

Public Member Functions

 TSharcHit ()
 
 TSharcHit (const TSharcHit &)
 
 ~TSharcHit () override
 
virtual void Add (const TDetectorHit *)
 
void AddWaveformSample (const Short_t &x)
 
virtual void AppendTimeStamp (const Long64_t &x)
 
virtual Float_t Charge () const
 
void Clear (Option_t *="") override
 
void ClearChannel ()
 
void ClearEnergy ()
 
virtual void ClearTransients () const
 
void Copy (TObject &) const override
 
virtual void Copy (TObject &, bool copywave) const
 
virtual void CopyWave (TObject &) const
 
virtual UInt_t GetAddress () const
 
virtual UShort_t GetArrayNumber () const
 
TDetectorHit GetBack () const
 
Int_t GetBackAddress () const
 
Float_t GetBackCharge () const
 
UShort_t GetBackStrip () const
 
virtual Float_t GetCfd () const
 
TChannelGetChannel () const
 
virtual Float_t GetCharge () const
 
virtual Int_t GetCrystal () const
 
Long64_t GetCycleTimeStamp () const
 
Double_t GetDeltaBackE () const
 
Double_t GetDeltaBackT () const
 
Double_t GetDeltaE () const
 
Double_t GetDeltaFrontE () const
 
Double_t GetDeltaFrontT () const
 
Double_t GetDeltaT () const
 
virtual Int_t GetDetector () const
 
Double_t GetEnergy (Option_t *="") const override
 
virtual Double_t GetEnergyNonlinearity (double energy) const
 
Int_t GetFrontAddress () const
 
Float_t GetFrontCharge () const
 
UShort_t GetFrontStrip () const
 
virtual Short_t GetKValue () const
 
const char * GetName () const override
 
TDetectorHit GetPad () const
 
Int_t GetPadAddress () const
 
Float_t GetPadCharge () const
 
Double_t GetPadE () const
 
Double_t GetPadT () const
 
TVector3 GetPosition (Double_t dist) const override
 
TVector3 GetPosition () const override
 
EPpgPattern GetPPGStatus () const
 
virtual Int_t GetSegment () const
 
Double_t GetSomeTime () const
 
Double_t GetTheta (double Xoff=0.0, double Yoff=0.0, double Zoff=0.0)
 
Double_t GetThetaDeg (double Xoff=0.0, double Yoff=0.0, double Zoff=0.0)
 
virtual Double_t GetTime (const ETimeFlag &correct_flag=ETimeFlag::kAll, Option_t *opt="") const
 
double GetTimeSinceTapeMove () const
 
virtual Long64_t GetTimeStamp (Option_t *="") const
 
virtual Long64_t GetTimeStampNs (Option_t *opt="") const
 
virtual Int_t GetTimeStampUnit () const
 
const std::vector< Short_t > * GetWaveform () const
 
virtual bool HasWave () const
 
bool operator< (const TDetectorHit &rhs) const
 
void Print (Option_t *="") const override
 
void Print (std::ostream &out) const override
 
void SetAddress (const UInt_t &temp_address)
 
void SetBack (const TFragment &frag)
 
virtual void SetCfd (const Float_t &x)
 
virtual void SetCfd (const uint32_t &x)
 
virtual void SetCfd (const Int_t &x)
 
void SetCharge (const Float_t &temp_charge)
 
void SetCharge (const Int_t &temp_charge)
 
Double_t SetEnergy (const double &en) const
 
void SetFront (const TFragment &frag)
 
void SetHitBit (EBitFlag, Bool_t set=true) const
 
void SetKValue (const Short_t &temp_kval)
 
void SetPad (const TFragment &frag)
 
Double_t SetTime (const Double_t &time) const
 
virtual void SetTimeStamp (const Long64_t &x)
 
void SetWaveform (const std::vector< Short_t > &x)
 
bool TestHitBit (EBitFlag flag) const
 

Static Public Member Functions

static bool CompareEnergy (TDetectorHit *lhs, TDetectorHit *rhs)
 
static TVector3 * GetBeamDirection ()
 
static void SetPPGPtr (TPPG *ptr)
 

Protected Member Functions

Bool_t IsChannelSet () const
 
Bool_t IsEnergySet () const
 
Bool_t IsPPGSet () const
 
Bool_t IsTimeSet () const
 

Protected Attributes

UInt_t fAddress {0}
 
TTransientBits< UChar_t > fBitFlags
 
Float_t fCfd {0}
 
Float_t fCharge {0.}
 
Short_t fKValue {0}
 
Double_t fTime {0.}
 
Long64_t fTimeStamp {0}
 
std::vector< Short_t > fWaveform
 

Static Protected Attributes

static TVector3 fBeamDirection
 
static TPPGfPPG = nullptr
 

Private Member Functions

Double_t GetDefaultDistance () const
 

Private Attributes

TDetectorHit fBackHit
 
TDetectorHit fPadHit
 

#include <TSharcHit.h>

+ Inheritance diagram for TSharcHit:
+ Collaboration diagram for TSharcHit:

Member Enumeration Documentation

◆ EBitFlag

enum TDetectorHit::EBitFlag
stronginherited
Enumerator
kIsEnergySet 
kIsChannelSet 
kBit2 
kBit3 
kIsPPGSet 
kIsTimeSet 
kBit6 
kBit7 
kBit8 
kDetHitBit0 
kDetHitBit1 
kDetHitBit2 
kDetHitBit3 
kDetHitBit4 
kDetHitBit5 
kDetHitBit6 
kBase 
kIsAllSet 

Definition at line 52 of file TDetectorHit.h.

◆ ETimeFlag

enum TDetectorHit::ETimeFlag
stronginherited
Enumerator
kNoneSet 
kCFD 
kWalk 
kOffset 
kAll 

Definition at line 79 of file TDetectorHit.h.

Constructor & Destructor Documentation

◆ TSharcHit() [1/2]

TSharcHit::TSharcHit ( )

Definition at line 12 of file TSharcHit.cxx.

◆ TSharcHit() [2/2]

TSharcHit::TSharcHit ( const TSharcHit rhs)

Definition at line 22 of file TSharcHit.cxx.

References Clear(), and Copy().

◆ ~TSharcHit()

TSharcHit::~TSharcHit ( )
overridedefault

Member Function Documentation

◆ Add()

virtual void TDetectorHit::Add ( const TDetectorHit )
inlinevirtualinherited

!

Reimplemented in TTdrTigressHit, TGriffinHit, TTdrCloverHit, TFippsHit, and TIfinHit.

Definition at line 187 of file TDetectorHit.h.

◆ AddWaveformSample()

void TDetectorHit::AddWaveformSample ( const Short_t &  x)
inlineinherited

!

Definition at line 121 of file TDetectorHit.h.

References TDetectorHit::fWaveform.

◆ AppendTimeStamp()

virtual void TDetectorHit::AppendTimeStamp ( const Long64_t &  x)
inlinevirtualinherited

!

Definition at line 123 of file TDetectorHit.h.

References TDetectorHit::fTimeStamp.

◆ Charge()

◆ Clear()

void TSharcHit::Clear ( Option_t *  options = "")
override

!

Definition at line 38 of file TSharcHit.cxx.

References TDetectorHit::Clear(), fBackHit, and fPadHit.

Referenced by TSharcHit().

◆ ClearChannel()

void TDetectorHit::ClearChannel ( )
inlineinherited

◆ ClearEnergy()

void TDetectorHit::ClearEnergy ( )
inlineinherited

◆ ClearTransients()

virtual void TDetectorHit::ClearTransients ( ) const
inlinevirtualinherited

◆ CompareEnergy()

bool TDetectorHit::CompareEnergy ( TDetectorHit lhs,
TDetectorHit rhs 
)
staticinherited

Definition at line 219 of file TDetectorHit.cxx.

References TDetectorHit::GetEnergy().

◆ Copy() [1/2]

void TSharcHit::Copy ( TObject &  rhs) const
override

!

Definition at line 31 of file TSharcHit.cxx.

References TDetectorHit::Copy(), fBackHit, and fPadHit.

Referenced by TSharcHit().

◆ Copy() [2/2]

void TDetectorHit::Copy ( TObject &  rhs,
bool  copywave 
) const
virtualinherited

◆ CopyWave()

◆ GetAddress()

◆ GetArrayNumber()

virtual UShort_t TDetectorHit::GetArrayNumber ( ) const
inlinevirtualinherited

! Simply returns the detector number, overwritten for detectors that have crystals/segments

Reimplemented in TTigressHit, TTdrTigressHit, TGriffinHit, TTdrCloverHit, TGriffinBgoHit, TLaBrBgoHit, TFippsBgoHit, TFippsHit, TFippsLaBrBgoHit, TIfinBgoHit, TIfinHit, and TBgoHit.

Definition at line 166 of file TDetectorHit.h.

References TDetectorHit::GetDetector().

Referenced by MakeAnalysisHistograms().

◆ GetBack()

TDetectorHit TSharcHit::GetBack ( ) const
inline

◆ GetBackAddress()

Int_t TSharcHit::GetBackAddress ( ) const
inline

!

Definition at line 77 of file TSharcHit.h.

References TDetectorHit::GetAddress(), and GetBack().

◆ GetBackCharge()

Float_t TSharcHit::GetBackCharge ( ) const
inline

! //Charge is now stored after integration.

Definition at line 89 of file TSharcHit.h.

References GetBack(), and TDetectorHit::GetCharge().

◆ GetBackStrip()

UShort_t TSharcHit::GetBackStrip ( ) const
inline

!

Definition at line 57 of file TSharcHit.h.

References GetBack(), and TDetectorHit::GetSegment().

Referenced by GetSomeTime(), and Print().

◆ GetBeamDirection()

static TVector3* TDetectorHit::GetBeamDirection ( )
inlinestaticinherited

Definition at line 185 of file TDetectorHit.h.

References TDetectorHit::fBeamDirection.

Referenced by TTigressHit::GetDoppler(), and TSiLiHit::GetDoppler().

◆ GetCfd()

◆ GetChannel()

◆ GetCharge()

◆ GetCrystal()

◆ GetCycleTimeStamp()

◆ GetDefaultDistance()

Double_t TSharcHit::GetDefaultDistance ( ) const
inlineprivate

Definition at line 121 of file TSharcHit.h.

Referenced by GetPosition().

◆ GetDeltaBackE()

Double_t TSharcHit::GetDeltaBackE ( ) const
inline

!

Definition at line 73 of file TSharcHit.h.

References GetBack(), and TDetectorHit::GetEnergy().

◆ GetDeltaBackT()

Double_t TSharcHit::GetDeltaBackT ( ) const
inline

!

Definition at line 74 of file TSharcHit.h.

References GetBack(), and TDetectorHit::GetTime().

◆ GetDeltaE()

Double_t TSharcHit::GetDeltaE ( ) const
inline

!

Definition at line 68 of file TSharcHit.h.

References TDetectorHit::GetEnergy().

◆ GetDeltaFrontE()

Double_t TSharcHit::GetDeltaFrontE ( ) const
inline

!

Definition at line 71 of file TSharcHit.h.

References TDetectorHit::GetEnergy().

◆ GetDeltaFrontT()

Double_t TSharcHit::GetDeltaFrontT ( ) const
inline

!

Definition at line 72 of file TSharcHit.h.

References TDetectorHit::GetTime().

◆ GetDeltaT()

Double_t TSharcHit::GetDeltaT ( ) const
inline

!

Definition at line 69 of file TSharcHit.h.

References TDetectorHit::GetTime().

◆ GetDetector()

Int_t TDetectorHit::GetDetector ( ) const
virtualinherited

!

Definition at line 192 of file TDetectorHit.cxx.

References TDetectorHit::GetChannel(), and TChannel::GetDetectorNumber().

Referenced by Addback(), TTigress::AddFragment(), TTigressHit::Compare(), TFipps::CTCorrectedEnergy(), TIfin::CTCorrectedEnergy(), TGriffin::CTCorrectedEnergy(), DefaultFippsSuppression(), DefaultGriffinSuppression(), DefaultIfinSuppression(), DefaultSuppression(), CrossTalk::FillHistograms(), TFippsHit::GetArrayNumber(), TIfinHit::GetArrayNumber(), TLaBrBgoHit::GetArrayNumber(), TFippsLaBrBgoHit::GetArrayNumber(), TGriffinBgoHit::GetArrayNumber(), TBgoHit::GetArrayNumber(), TFippsBgoHit::GetArrayNumber(), TIfinBgoHit::GetArrayNumber(), TTdrCloverHit::GetArrayNumber(), TGriffinHit::GetArrayNumber(), TTigressHit::GetArrayNumber(), TTdrTigressHit::GetArrayNumber(), TDetectorHit::GetArrayNumber(), TSharc::GetDeadLayerThickness(), TSharc::GetDetectorThickness(), TTigressHit::GetLastPosition(), TSharc::GetPadDeadLayerThickness(), TSharc::GetPadThickness(), TPinDiodeHit::GetPosition(), TEagleHit::GetPosition(), TFippsLaBrHit::GetPosition(), TFippsHit::GetPosition(), TIfinHit::GetPosition(), TPacesHit::GetPosition(), TTdrSiLiHit::GetPosition(), TTrificHit::GetPosition(), TTdrPlasticHit::GetPosition(), TLaBrHit::GetPosition(), TSceptarHit::GetPosition(), TTigress::GetPosition(), TDescantHit::GetPosition(), TTdrCloverHit::GetPosition(), TGriffinHit::GetPosition(), TTdrTigressHit::GetPosition(), GetPosition(), TTrific::GetXYGrid(), main(), MakeAnalysisHistograms(), TFippsLaBrHit::Print(), TFippsHit::Print(), TIfinHit::Print(), TPinDiodeHit::Print(), TFippsTACHit::Print(), TEagleHit::Print(), TPacesHit::Print(), TTrificHit::Print(), TTdrSiLiHit::Print(), TLaBrHit::Print(), Print(), TTdrPlasticHit::Print(), TTACHit::Print(), TSceptarHit::Print(), TZeroDegreeHit::Print(), TGriffinHit::Print(), TTdrCloverHit::Print(), TTdrTigressHit::Print(), TDescantHit::Print(), TTipHit::Print(), and PromptCoincidence().

◆ GetEnergy()

Double_t TSharcHit::GetEnergy ( Option_t *  = "") const
inlineoverridevirtual

Reimplemented from TDetectorHit.

Definition at line 92 of file TSharcHit.h.

References TDetectorHit::GetEnergy(), GetPad(), and GetPadAddress().

◆ GetEnergyNonlinearity()

Double_t TDetectorHit::GetEnergyNonlinearity ( double  energy) const
virtualinherited

◆ GetFrontAddress()

Int_t TSharcHit::GetFrontAddress ( ) const
inline

!

Definition at line 76 of file TSharcHit.h.

References TDetectorHit::GetAddress().

◆ GetFrontCharge()

Float_t TSharcHit::GetFrontCharge ( ) const
inline

! //Charge is now stored after integration.

Definition at line 85 of file TSharcHit.h.

References TDetectorHit::GetCharge().

◆ GetFrontStrip()

UShort_t TSharcHit::GetFrontStrip ( ) const
inline

!

Definition at line 56 of file TSharcHit.h.

References TDetectorHit::GetSegment().

Referenced by GetSomeTime(), and Print().

◆ GetKValue()

◆ GetName()

const char * TDetectorHit::GetName ( ) const
overrideinherited

◆ GetPad()

TDetectorHit TSharcHit::GetPad ( ) const
inline

Definition at line 61 of file TSharcHit.h.

References fPadHit.

Referenced by GetEnergy(), GetPadAddress(), GetPadCharge(), GetPadE(), and GetPadT().

◆ GetPadAddress()

Int_t TSharcHit::GetPadAddress ( ) const
inline

!

Definition at line 78 of file TSharcHit.h.

References TDetectorHit::GetAddress(), and GetPad().

Referenced by GetEnergy().

◆ GetPadCharge()

Float_t TSharcHit::GetPadCharge ( ) const
inline

! //Charge is now stored after integration.

Definition at line 90 of file TSharcHit.h.

References TDetectorHit::GetCharge(), and GetPad().

◆ GetPadE()

Double_t TSharcHit::GetPadE ( ) const
inline

!

Definition at line 80 of file TSharcHit.h.

References TDetectorHit::GetEnergy(), and GetPad().

◆ GetPadT()

Double_t TSharcHit::GetPadT ( ) const
inline

!

Definition at line 81 of file TSharcHit.h.

References GetPad(), and TDetectorHit::GetTime().

◆ GetPosition() [1/2]

TVector3 TSharcHit::GetPosition ( Double_t  dist) const
overridevirtual

◆ GetPosition() [2/2]

TVector3 TSharcHit::GetPosition ( ) const
overridevirtual

!

Reimplemented from TDetectorHit.

Definition at line 71 of file TSharcHit.cxx.

References GetDefaultDistance().

Referenced by GetTheta().

◆ GetPPGStatus()

◆ GetSegment()

◆ GetSomeTime()

Double_t TSharcHit::GetSomeTime ( ) const
inline

Definition at line 63 of file TSharcHit.h.

References GetBack(), GetBackStrip(), TDetectorHit::GetCfd(), and GetFrontStrip().

◆ GetTheta()

Double_t TSharcHit::GetTheta ( double  Xoff = 0.0,
double  Yoff = 0.0,
double  Zoff = 0.0 
)

!

!

Definition at line 76 of file TSharcHit.cxx.

References GetPosition().

Referenced by GetThetaDeg().

◆ GetThetaDeg()

Double_t TSharcHit::GetThetaDeg ( double  Xoff = 0.0,
double  Yoff = 0.0,
double  Zoff = 0.0 
)
inline

Definition at line 100 of file TSharcHit.h.

References GetTheta().

◆ GetTime()

Double_t TDetectorHit::GetTime ( const ETimeFlag correct_flag = ETimeFlag::kAll,
Option_t *  opt = "" 
) const
virtualinherited

◆ GetTimeSinceTapeMove()

double TDetectorHit::GetTimeSinceTapeMove ( ) const
inherited

returns time in ns, minus the time of the last tape move

Definition at line 274 of file TDetectorHit.cxx.

References TSingleton< TPPG >::Get(), TPPG::GetLastStatusTime(), TDetectorHit::GetTime(), TDetectorHit::GetTimeStampNs(), and kTapeMove.

◆ GetTimeStamp()

◆ GetTimeStampNs()

◆ GetTimeStampUnit()

Int_t TDetectorHit::GetTimeStampUnit ( ) const
virtualinherited

◆ GetWaveform()

const std::vector<Short_t>* TDetectorHit::GetWaveform ( ) const
inlineinherited

◆ HasWave()

virtual bool TDetectorHit::HasWave ( ) const
inlinevirtualinherited

!

Definition at line 107 of file TDetectorHit.h.

References TDetectorHit::fWaveform.

Referenced by TFragment::Print(), and TPulseAnalyzer::SetData().

◆ IsChannelSet()

Bool_t TDetectorHit::IsChannelSet ( ) const
inlineprotectedinherited

◆ IsEnergySet()

Bool_t TDetectorHit::IsEnergySet ( ) const
inlineprotectedinherited

◆ IsPPGSet()

Bool_t TDetectorHit::IsPPGSet ( ) const
inlineprotectedinherited

◆ IsTimeSet()

Bool_t TDetectorHit::IsTimeSet ( ) const
inlineprotectedinherited

◆ operator<()

bool TDetectorHit::operator< ( const TDetectorHit rhs) const
inlineinherited

Definition at line 93 of file TDetectorHit.h.

References TDetectorHit::GetEnergy().

◆ Print() [1/2]

void TSharcHit::Print ( Option_t *  = "") const
override

!

Definition at line 45 of file TSharcHit.cxx.

◆ Print() [2/2]

void TSharcHit::Print ( std::ostream &  out) const
overridevirtual

!

Reimplemented from TDetectorHit.

Definition at line 50 of file TSharcHit.cxx.

References DGREEN, GetBackStrip(), TDetectorHit::GetDetector(), GetFrontStrip(), and RESET_COLOR.

◆ SetAddress()

void TDetectorHit::SetAddress ( const UInt_t &  temp_address)
inlineinherited

◆ SetBack()

void TSharcHit::SetBack ( const TFragment frag)

!

Definition at line 88 of file TSharcHit.cxx.

References TDetectorHit::Copy(), and fBackHit.

Referenced by TSharc::BuildHits().

◆ SetCfd() [1/3]

virtual void TDetectorHit::SetCfd ( const Float_t &  x)
inlinevirtualinherited

◆ SetCfd() [2/3]

virtual void TDetectorHit::SetCfd ( const uint32_t &  x)
inlinevirtualinherited

! this function automatically randomizes the integer provided

Definition at line 118 of file TDetectorHit.h.

References TDetectorHit::fCfd.

◆ SetCfd() [3/3]

virtual void TDetectorHit::SetCfd ( const Int_t &  x)
inlinevirtualinherited

! this function automatically randomizes the integer provided

Definition at line 119 of file TDetectorHit.h.

References TDetectorHit::fCfd.

◆ SetCharge() [1/2]

void TDetectorHit::SetCharge ( const Float_t &  temp_charge)
inlineinherited

◆ SetCharge() [2/2]

void TDetectorHit::SetCharge ( const Int_t &  temp_charge)
inlineinherited

! this function automatically randomizes the integer provided

Definition at line 116 of file TDetectorHit.h.

References TDetectorHit::fCharge.

◆ SetEnergy()

◆ SetFront()

void TSharcHit::SetFront ( const TFragment frag)

!

Definition at line 83 of file TSharcHit.cxx.

References TDetectorHit::Copy().

Referenced by TSharc::BuildHits().

◆ SetHitBit()

◆ SetKValue()

void TDetectorHit::SetKValue ( const Short_t &  temp_kval)
inlineinherited

◆ SetPad()

void TSharcHit::SetPad ( const TFragment frag)

!

Definition at line 93 of file TSharcHit.cxx.

References TDetectorHit::Copy(), and fPadHit.

◆ SetPPGPtr()

static void TDetectorHit::SetPPGPtr ( TPPG ptr)
inlinestaticinherited

Definition at line 91 of file TDetectorHit.h.

References TDetectorHit::fPPG.

◆ SetTime()

Double_t TDetectorHit::SetTime ( const Double_t &  time) const
inlineinherited

◆ SetTimeStamp()

virtual void TDetectorHit::SetTimeStamp ( const Long64_t &  x)
inlinevirtualinherited

!

Definition at line 122 of file TDetectorHit.h.

References TDetectorHit::fTimeStamp.

Referenced by TEmma::BuildHits().

◆ SetWaveform()

void TDetectorHit::SetWaveform ( const std::vector< Short_t > &  x)
inlineinherited

◆ TestHitBit()

bool TDetectorHit::TestHitBit ( EBitFlag  flag) const
inlineinherited

Member Data Documentation

◆ fAddress

◆ fBackHit

TDetectorHit TSharcHit::fBackHit
private

Definition at line 46 of file TSharcHit.h.

Referenced by Clear(), Copy(), GetBack(), and SetBack().

◆ fBeamDirection

TVector3 TDetectorHit::fBeamDirection
staticprotectedinherited

Definition at line 222 of file TDetectorHit.h.

Referenced by TDetectorHit::GetBeamDirection().

◆ fBitFlags

◆ fCfd

◆ fCharge

Float_t TDetectorHit::fCharge {0.}
protectedinherited

◆ fKValue

◆ fPadHit

TDetectorHit TSharcHit::fPadHit
private

Definition at line 47 of file TSharcHit.h.

Referenced by Clear(), Copy(), GetPad(), and SetPad().

◆ fPPG

TPPG * TDetectorHit::fPPG = nullptr
staticprotectedinherited

Definition at line 219 of file TDetectorHit.h.

Referenced by TGriffinHit::Clear(), TGriffinHit::Copy(), and TDetectorHit::SetPPGPtr().

◆ fTime

Double_t TDetectorHit::fTime {0.}
mutableprotectedinherited

! Calibrated Time of the hit

Definition at line 209 of file TDetectorHit.h.

Referenced by TDetectorHit::Clear(), TDetectorHit::Copy(), TDetectorHit::GetTime(), and TDetectorHit::SetTime().

◆ fTimeStamp

◆ fWaveform