GRSISort "v4.0.0.5"
An extension of the ROOT analysis Framework
Loading...
Searching...
No Matches
TTigressHit Class Reference

Detailed Description

Definition at line 23 of file TTigressHit.h.

Public Types

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

Public Member Functions

 TTigressHit ()
 
 TTigressHit (const TFragment &frag)
 
 TTigressHit (const TTigressHit &)
 
 TTigressHit (TTigressHit &&) noexcept=default
 
 ~TTigressHit () override=default
 
virtual void Add (const TDetectorHit *)
 
void AddSegment (const TDetectorHit &seg)
 
void AddWaveformSample (const Short_t &val)
 
virtual void AppendTimeStamp (const Long64_t &val)
 
bool BGOFired () const
 
virtual Float_t Charge () const
 
void Clear (Option_t *opt="") override
 
void ClearChannel ()
 
void ClearEnergy ()
 
virtual void ClearTransients () const
 
void Copy (TObject &) const override
 
void Copy (TObject &, bool) const override
 
void CopyFragment (const TFragment &frag)
 
virtual void CopyWave (TObject &) const
 
bool CoreSet () const
 
void CoreSet (bool val)
 
virtual UInt_t GetAddress () const
 
UShort_t GetArrayNumber () const override
 
virtual Float_t GetCfd () const
 
TChannelGetChannel () const
 
virtual int GetChannelNumber () const
 
virtual Float_t GetCharge () const
 
const TDetectorHitGetCore () const
 
virtual Int_t GetCrystal () const
 
Long64_t GetCycleTimeStamp () const
 
virtual Int_t GetDetector () const
 
double GetDoppler (double beta, TVector3 *vec=nullptr)
 
virtual double GetEnergy (Option_t *opt="") const
 
virtual Double_t GetEnergyNonlinearity (double energy) const
 
int GetFirstSeg () const
 
Double_t GetFitTime () const
 
virtual Short_t GetKValue () const
 
TVector3 GetLastPosition (Double_t dist=0.) const
 
int GetLastSeg () const
 
const char * GetName () const override
 
int GetNSegments () const
 
virtual TVector3 GetPosition () const
 
TVector3 GetPosition (Double_t dist=0.) const override
 
EPpgPattern GetPPGStatus () const
 
virtual Int_t GetSegment () const
 
const TDetectorHitGetSegmentHit (int i) const
 
int GetSegmentMultiplicity () const
 
const std::vector< TDetectorHit > & GetSegmentVec () const
 
Double_t GetSignalToNoise () const
 
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
 
int GetTimeToTrigger ()
 
const std::vector< Short_t > * GetWaveform () const
 
virtual bool HasWave () const
 
bool operator< (const TDetectorHit &rhs) const
 
TTigressHitoperator= (const TTigressHit &)=default
 
TTigressHitoperator= (TTigressHit &&) noexcept=default
 
void Print (Option_t *opt="") const override
 
void Print (std::ostream &out) const override
 
void SetAddress (const UInt_t &temp_address)
 
void SetBGOFired (bool fired)
 
virtual void SetCfd (const Float_t &val)
 
virtual void SetCfd (const Int_t &val)
 
virtual void SetCfd (const uint32_t &val)
 
void SetCharge (const Float_t &temp_charge)
 
void SetCharge (const Int_t &temp_charge)
 
void SetCore (const TTigressHit &core)
 
Double_t SetEnergy (const double &energy) const
 
void SetHit ()
 
void SetHitBit (EBitFlag, Bool_t set=true) const
 
void SetKValue (const Short_t &temp_kval)
 
Double_t SetTime (const Double_t &time) const
 
virtual void SetTimeStamp (const Long64_t &val)
 
void SetWavefit ()
 
void SetWavefit (const TFragment &)
 
void SetWaveform (const std::vector< Short_t > &val)
 
void SortSegments ()
 
void SumHit (TTigressHit *)
 
bool TestHitBit (EBitFlag flag) const
 
virtual size_t WaveSize () const
 

Static Public Member Functions

static bool Compare (const TTigressHit &lhs, const TTigressHit &rhs)
 
static bool CompareEnergy (TDetectorHit *lhs, TDetectorHit *rhs)
 
static bool CompareEnergy (const TTigressHit &lhs, const TTigressHit &rhs)
 
static TVector3 * GetBeamDirection ()
 

Protected Member Functions

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

Private Attributes

UInt_t fAddress {0}
 
bool fBgoFired {false}
 
TTransientBits< UChar_t > fBitFlags
 
Float_t fCfd {0}
 
TChannelfChannel {nullptr}
 
Float_t fCharge {0.}
 
bool fCoreSet {false}
 
Long64_t fCycleTimeStamp {0}
 
Double_t fEnergy {0.}
 
Short_t fKValue {0}
 
EPpgPattern fPPGStatus {EPpgPattern::kJunk}
 
std::vector< TDetectorHitfSegments
 
Float_t fSig2Noise {0.}
 
Double_t fTime {0.}
 
Float_t fTimeFit {0.}
 
Long64_t fTimeStamp {0}
 
std::vector< Short_t > fWaveform
 

Static Private Attributes

static TVector3 fBeamDirection
 
+ Inheritance diagram for TTigressHit:
+ Collaboration diagram for TTigressHit:

Member Enumeration Documentation

◆ EBitFlag

enum class 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 50 of file TDetectorHit.h.

◆ ETimeFlag

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

Definition at line 72 of file TDetectorHit.h.

Constructor & Destructor Documentation

◆ TTigressHit() [1/4]

TTigressHit::TTigressHit ( )

Definition at line 7 of file TTigressHit.cxx.

References Clear().

◆ TTigressHit() [2/4]

TTigressHit::TTigressHit ( const TTigressHit & rhs)

Definition at line 12 of file TTigressHit.cxx.

References Copy().

◆ TTigressHit() [3/4]

TTigressHit::TTigressHit ( TTigressHit && )
defaultnoexcept

◆ TTigressHit() [4/4]

TTigressHit::TTigressHit ( const TFragment & frag)
explicit

Definition at line 17 of file TTigressHit.cxx.

References TDetectorHit::Copy().

◆ ~TTigressHit()

TTigressHit::~TTigressHit ( )
overridedefault

Member Function Documentation

◆ Add()

virtual void TDetectorHit::Add ( const TDetectorHit * )
inlinevirtualinherited

!

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

Definition at line 184 of file TDetectorHit.h.

◆ AddSegment()

void TTigressHit::AddSegment ( const TDetectorHit & seg)
inline

!

Definition at line 56 of file TTigressHit.h.

References fSegments.

Referenced by TTigress::AddFragment(), and SumHit().

◆ AddWaveformSample()

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

!

Definition at line 117 of file TDetectorHit.h.

References TDetectorHit::fWaveform.

◆ AppendTimeStamp()

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

!

Definition at line 119 of file TDetectorHit.h.

References TDetectorHit::fTimeStamp.

◆ BGOFired()

bool TTigressHit::BGOFired ( ) const
inline

Definition at line 84 of file TTigressHit.h.

References fBgoFired.

Referenced by Print(), and SumHit().

◆ Charge()

◆ Clear()

void TTigressHit::Clear ( Option_t * opt = "")
override

!

Definition at line 27 of file TTigressHit.cxx.

References TDetectorHit::Clear(), fBgoFired, fCoreSet, fSegments, fSig2Noise, and fTimeFit.

Referenced by TTigressHit().

◆ ClearChannel()

void TDetectorHit::ClearChannel ( )
inlineinherited

◆ ClearEnergy()

void TDetectorHit::ClearEnergy ( )
inlineinherited

◆ ClearTransients()

virtual void TDetectorHit::ClearTransients ( ) const
inlinevirtualinherited

◆ Compare()

bool TTigressHit::Compare ( const TTigressHit & lhs,
const TTigressHit & rhs )
static

!

Definition at line 102 of file TTigressHit.cxx.

References TDetectorHit::GetCrystal(), and TDetectorHit::GetDetector().

◆ CompareEnergy() [1/2]

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

Definition at line 209 of file TDetectorHit.cxx.

References TDetectorHit::GetEnergy().

◆ CompareEnergy() [2/2]

bool TTigressHit::CompareEnergy ( const TTigressHit & lhs,
const TTigressHit & rhs )
static

!

Definition at line 110 of file TTigressHit.cxx.

References TDetectorHit::GetEnergy().

◆ Copy() [1/2]

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

!

Definition at line 38 of file TTigressHit.cxx.

References TDetectorHit::Copy(), fBgoFired, fCoreSet, fSegments, and fTimeFit.

Referenced by TTigressHit(), Copy(), and SetCore().

◆ Copy() [2/2]

void TTigressHit::Copy ( TObject & rhs,
bool waveform ) const
overridevirtual

!

Reimplemented from TDetectorHit.

Definition at line 47 of file TTigressHit.cxx.

References Copy(), and TDetectorHit::CopyWave().

◆ CopyFragment()

void TTigressHit::CopyFragment ( const TFragment & frag)

Definition at line 22 of file TTigressHit.cxx.

References TDetectorHit::Copy().

Referenced by TTigress::AddFragment().

◆ CopyWave()

◆ CoreSet() [1/2]

bool TTigressHit::CoreSet ( ) const
inline

Definition at line 82 of file TTigressHit.h.

References fCoreSet.

Referenced by TTigress::AddFragment(), TTigress::BuildHits(), and Print().

◆ CoreSet() [2/2]

void TTigressHit::CoreSet ( bool val)
inline

Definition at line 83 of file TTigressHit.h.

References fCoreSet.

◆ GetAddress()

◆ GetArrayNumber()

UShort_t TTigressHit::GetArrayNumber ( ) const
inlineoverridevirtual

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

Reimplemented from TDetectorHit.

Definition at line 69 of file TTigressHit.h.

References TDetectorHit::GetCrystal(), and TDetectorHit::GetDetector().

◆ GetBeamDirection()

static TVector3 * TDetectorHit::GetBeamDirection ( )
inlinestaticinherited

Definition at line 182 of file TDetectorHit.h.

References TDetectorHit::fBeamDirection.

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

◆ GetCfd()

◆ GetChannel()

◆ GetChannelNumber()

int TDetectorHit::GetChannelNumber ( ) const
virtualinherited

◆ GetCharge()

◆ GetCore()

const TDetectorHit & TTigressHit::GetCore ( ) const
inline

!

Definition at line 96 of file TTigressHit.h.

◆ GetCrystal()

◆ GetCycleTimeStamp()

◆ GetDetector()

Int_t TDetectorHit::GetDetector ( ) const
virtualinherited

!

Definition at line 182 of file TDetectorHit.cxx.

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

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

◆ GetDoppler()

double TTigressHit::GetDoppler ( double beta,
TVector3 * vec = nullptr )
inline

◆ GetEnergy()

double TDetectorHit::GetEnergy ( Option_t * opt = "") const
virtualinherited

Reimplemented in TCSMHit, TSharc2Hit, TSharcHit, and TSiLiHit.

Definition at line 69 of file TDetectorHit.cxx.

References TChannel::CalibrateENG(), TDetectorHit::Charge(), TDetectorHit::fEnergy, TDetectorHit::fKValue, TDetectorHit::GetChannel(), TDetectorHit::GetEnergyNonlinearity(), TDetectorHit::kIsEnergySet, TDetectorHit::SetEnergy(), TDetectorHit::TestHitBit(), and TChannel::UseCalFileIntegration().

Referenced by TFippsHit::Add(), TGriffinHit::Add(), TIfinHit::Add(), TTdrCloverHit::Add(), TTdrTigressHit::Add(), TDetectorHit::CompareEnergy(), TFippsHit::CompareEnergy(), TGriffinHit::CompareEnergy(), TIfinHit::CompareEnergy(), TTdrCloverHit::CompareEnergy(), TTdrTigressHit::CompareEnergy(), CompareEnergy(), ComptonHists(), TFipps::CTCorrectedEnergy(), TGriffin::CTCorrectedEnergy(), TIfin::CTCorrectedEnergy(), DefaultFippsSuppression(), DefaultGriffinSuppression(), DefaultIfinSuppression(), DefaultLaBrSuppression(), DefaultSuppression(), DefaultSuppression(), DefaultSuppression(), ExampleFragmentHelper::Exec(), GriffinKValueHelper::Exec(), CrossTalk::FillHistograms(), ExampleFragmentSelector::FillHistograms(), GriffinKValueSelector::FillHistograms(), TSharc2Hit::GetDeltaBackE(), TSharcHit::GetDeltaBackE(), TSharc2Hit::GetDeltaE(), TSharcHit::GetDeltaE(), TSharc2Hit::GetDeltaFrontE(), TSharcHit::GetDeltaFrontE(), GetDoppler(), TSharc2Hit::GetEnergy(), TSharcHit::GetEnergy(), TSiLiHit::GetEnergy(), TSiLiHit::GetFitEnergy(), TSharc2Hit::GetPadE(), TSharcHit::GetPadE(), TDetectorHit::GetTime(), TFragment::GetTZero(), MakeAnalysisHistograms(), MakeGRIFFINEnergyHsts(), TDetectorHit::operator<(), TAriesHit::Print(), TDescantHit::Print(), TEagleHit::Print(), TFippsHit::Print(), TFippsLaBrHit::Print(), TFippsTACHit::Print(), TGriffinHit::Print(), TIfinHit::Print(), TLaBrHit::Print(), TPacesHit::Print(), TPinDiodeHit::Print(), TRcmpHit::Print(), TSceptarHit::Print(), TTACHit::Print(), TTdrCloverHit::Print(), TTdrPlasticHit::Print(), TTdrSiLiHit::Print(), TTdrTigressHit::Print(), Print(), TTipHit::Print(), TTrificHit::Print(), TZeroDegreeHit::Print(), PromptCoincidence(), PromptCoincidence(), and SumHit().

◆ GetEnergyNonlinearity()

Double_t TDetectorHit::GetEnergyNonlinearity ( double energy) const
virtualinherited

◆ GetFirstSeg()

int TTigressHit::GetFirstSeg ( ) const
inline

Definition at line 104 of file TTigressHit.h.

References fSegments.

Referenced by TTigress::GetPosition().

◆ GetFitTime()

Double_t TTigressHit::GetFitTime ( ) const
inline

!

Definition at line 67 of file TTigressHit.h.

References fTimeFit.

◆ GetKValue()

◆ GetLastPosition()

TVector3 TTigressHit::GetLastPosition ( Double_t dist = 0.) const

◆ GetLastSeg()

int TTigressHit::GetLastSeg ( ) const
inline

Definition at line 111 of file TTigressHit.h.

References fSegments.

◆ GetName()

const char * TDetectorHit::GetName ( ) const
overrideinherited

!

Definition at line 156 of file TDetectorHit.cxx.

References TDetectorHit::GetChannel().

Referenced by TFragment::IsDetector(), TDetectorHit::Print(), Print(), and SetWavefit().

◆ GetNSegments()

int TTigressHit::GetNSegments ( ) const
inline

!

Definition at line 90 of file TTigressHit.h.

References fSegments.

Referenced by GetLastPosition(), Print(), and SumHit().

◆ GetPosition() [1/2]

virtual TVector3 TDetectorHit::GetPosition ( ) const
inlinevirtualinherited

◆ GetPosition() [2/2]

TVector3 TTigressHit::GetPosition ( Double_t = 0.) const
overridevirtual

!

Reimplemented from TDetectorHit.

Definition at line 55 of file TTigressHit.cxx.

References TTigress::GetPosition().

◆ GetPPGStatus()

◆ GetSegment()

◆ GetSegmentHit()

const TDetectorHit & TTigressHit::GetSegmentHit ( int i) const
inline

!

Definition at line 94 of file TTigressHit.h.

References fSegments.

Referenced by GetLastPosition(), and Print().

◆ GetSegmentMultiplicity()

int TTigressHit::GetSegmentMultiplicity ( ) const
inline

!

Definition at line 89 of file TTigressHit.h.

References fSegments.

◆ GetSegmentVec()

const std::vector< TDetectorHit > & TTigressHit::GetSegmentVec ( ) const
inline

Definition at line 98 of file TTigressHit.h.

References fSegments.

◆ GetSignalToNoise()

Double_t TTigressHit::GetSignalToNoise ( ) const
inline

!

Definition at line 66 of file TTigressHit.h.

References fSig2Noise.

◆ GetTime()

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

Returns a time value to the nearest nanosecond!

Reimplemented in TCSMHit.

Definition at line 41 of file TDetectorHit.cxx.

References TDetectorHit::fTime, TDetectorHit::GetCfd(), TDetectorHit::GetChannel(), TDetectorHit::GetEnergy(), TChannel::GetTime(), TDetectorHit::GetTimeStamp(), TDetectorHit::IsTimeSet(), and TDetectorHit::SetTime().

Referenced by TFippsHit::Add(), TGriffinHit::Add(), TIfinHit::Add(), TTdrCloverHit::Add(), TTdrTigressHit::Add(), Addback(), Addback(), ComptonPolarimetryHelper::Coincident(), TFipps::CTCorrectedEnergy(), TGriffin::CTCorrectedEnergy(), TIfin::CTCorrectedEnergy(), DefaultAddback(), DefaultFippsSuppression(), DefaultGriffinAddback(), DefaultGriffinSuppression(), DefaultIfinSuppression(), DefaultLaBrSuppression(), DefaultSuppression(), DefaultSuppression(), TSiLi::fCoincidenceTime(), TSharc2Hit::GetDeltaBackT(), TSharcHit::GetDeltaBackT(), TSharc2Hit::GetDeltaFrontT(), TSharcHit::GetDeltaFrontT(), TSharc2Hit::GetDeltaT(), TSharcHit::GetDeltaT(), TSharc2Hit::GetPadT(), TSharcHit::GetPadT(), TFippsTACHit::GetTempCorrectedCharge(), TTACHit::GetTempCorrectedCharge(), TDetectorHit::GetTimeSinceTapeMove(), main(), MakeAnalysisHistograms(), TAriesHit::Print(), TDescantHit::Print(), TDetectorHit::Print(), TFippsHit::Print(), TFippsLaBrHit::Print(), TFippsTACHit::Print(), TGriffinHit::Print(), TIfinHit::Print(), TLaBrHit::Print(), TPacesHit::Print(), TPinDiodeHit::Print(), TRcmpHit::Print(), TSceptarHit::Print(), TTACHit::Print(), TTdrCloverHit::Print(), TTdrPlasticHit::Print(), TTdrSiLiHit::Print(), TTdrTigressHit::Print(), Print(), TTipHit::Print(), TTrificHit::Print(), TZeroDegreeHit::Print(), PromptCoincidence(), PromptCoincidence(), PromptCoincidence(), PromptCoincidence(), PromptCoincidence(), PromptCoincidence(), PromptCoincidence(), PromptCoincidence(), PromptCoincidence(), PromptCoincidence(), SumHit(), TFippsTACHit::TempCorrectedCharge(), TTACHit::TempCorrectedCharge(), ComptonPolarimetryHelper::TimeDiff(), TimeRandom(), and TimeRandom().

◆ GetTimeSinceTapeMove()

double TDetectorHit::GetTimeSinceTapeMove ( ) const
inherited

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

Definition at line 273 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

◆ GetTimeToTrigger()

int TTigressHit::GetTimeToTrigger ( )
inline

Definition at line 87 of file TTigressHit.h.

References TDetectorHit::GetCfd(), and TDetectorHit::GetTimeStamp().

◆ GetWaveform()

◆ HasWave()

◆ 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 88 of file TDetectorHit.h.

References TDetectorHit::GetEnergy().

◆ operator=() [1/2]

TTigressHit & TTigressHit::operator= ( const TTigressHit & )
default

◆ operator=() [2/2]

TTigressHit & TTigressHit::operator= ( TTigressHit && )
defaultnoexcept

◆ Print() [1/2]

void TTigressHit::Print ( Option_t * opt = "") const
override

!

Definition at line 72 of file TTigressHit.cxx.

References Print().

Referenced by Print().

◆ Print() [2/2]

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

◆ SetAddress()

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

◆ SetBGOFired()

void TTigressHit::SetBGOFired ( bool fired)
inline

Definition at line 85 of file TTigressHit.h.

References fBgoFired.

Referenced by SumHit().

◆ SetCfd() [1/3]

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

◆ SetCfd() [2/3]

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

! this function automatically randomizes the integer provided

Definition at line 115 of file TDetectorHit.h.

References TDetectorHit::fCfd.

◆ SetCfd() [3/3]

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

! this function automatically randomizes the integer provided

Definition at line 114 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 112 of file TDetectorHit.h.

References TDetectorHit::fCharge.

◆ SetCore()

void TTigressHit::SetCore ( const TTigressHit & core)
inline

!

Definition at line 51 of file TTigressHit.h.

References Copy(), and fCoreSet.

◆ SetEnergy()

Double_t TDetectorHit::SetEnergy ( const double & energy) const
inlineinherited

◆ SetHit()

void TTigressHit::SetHit ( )
inline

Definition at line 49 of file TTigressHit.h.

◆ SetHitBit()

◆ SetKValue()

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

◆ SetTime()

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

◆ SetTimeStamp()

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

!

Definition at line 118 of file TDetectorHit.h.

References TDetectorHit::fTimeStamp.

◆ SetWavefit() [1/2]

◆ SetWavefit() [2/2]

void TTigressHit::SetWavefit ( const TFragment & frag)

◆ SetWaveform()

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

◆ SortSegments()

void TTigressHit::SortSegments ( )
inline

!

Definition at line 133 of file TTigressHit.h.

References fSegments.

◆ SumHit()

◆ TestHitBit()

bool TDetectorHit::TestHitBit ( EBitFlag flag) const
inlineinherited

◆ WaveSize()

Member Data Documentation

◆ fAddress

◆ fBeamDirection

TVector3 TDetectorHit::fBeamDirection
staticprivateinherited

Definition at line 213 of file TDetectorHit.h.

Referenced by TDetectorHit::GetBeamDirection().

◆ fBgoFired

bool TTigressHit::fBgoFired {false}
private

Definition at line 41 of file TTigressHit.h.

Referenced by BGOFired(), Clear(), Copy(), and SetBGOFired().

◆ fBitFlags

◆ fCfd

Float_t TDetectorHit::fCfd {0}
privateinherited

◆ fChannel

TChannel* TDetectorHit::fChannel {nullptr}
mutableprivateinherited

◆ fCharge

Float_t TDetectorHit::fCharge {0.}
privateinherited

◆ fCoreSet

bool TTigressHit::fCoreSet {false}
private

Definition at line 40 of file TTigressHit.h.

Referenced by Clear(), Copy(), CoreSet(), CoreSet(), and SetCore().

◆ fCycleTimeStamp

Long64_t TDetectorHit::fCycleTimeStamp {0}
mutableprivateinherited

◆ fEnergy

Double_t TDetectorHit::fEnergy {0.}
mutableprivateinherited

◆ fKValue

◆ fPPGStatus

EPpgPattern TDetectorHit::fPPGStatus {EPpgPattern::kJunk}
mutableprivateinherited

◆ fSegments

std::vector<TDetectorHit> TTigressHit::fSegments
private

◆ fSig2Noise

Float_t TTigressHit::fSig2Noise {0.}
private

Definition at line 43 of file TTigressHit.h.

Referenced by Clear(), GetSignalToNoise(), SetWavefit(), and SetWavefit().

◆ fTime

Double_t TDetectorHit::fTime {0.}
mutableprivateinherited

! Calibrated Time of the hit

Definition at line 202 of file TDetectorHit.h.

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

◆ fTimeFit

Float_t TTigressHit::fTimeFit {0.}
private

Definition at line 42 of file TTigressHit.h.

Referenced by Clear(), Copy(), GetFitTime(), SetWavefit(), and SetWavefit().

◆ fTimeStamp

Long64_t TDetectorHit::fTimeStamp {0}
privateinherited

◆ fWaveform