GRSISort "v4.0.0.5"
An extension of the ROOT analysis Framework
Loading...
Searching...
No Matches
UserFillObj.h File Reference

Go to the source code of this file.

Functions

 if (hist &&fragment->DetectorType<=1) hist -> Fill(fragment->GetEnergy())
 
 if (hist &&fragment->TriggerBitPattern > -1) hist -> Fill(fragment->TriggerBitPattern)
 
 if (hist &&fragment->TriggerId > 0) hist -> Fill(fragment->GetCharge(0))
 
 if (hist &&fragment->TriggerId< 0) hist -> Fill(fragment->GetCharge(0))
 
 if (hist) hist -> Fill(fragment->GetCharge())
 
 if (histcfd) histcfd -> Fill(fragment->Cfd)
 
 if (mat &&fragment->DetectorType<=1) mat -> Fill(channel->GetNumber(), fragment->GetCharge(0))
 

Variables

TH1D * hist = (TH1D*)(GetOutputList()->FindObject(Form("Charge_0x%04x", fragment->ChannelAddress)))
 
TH1D * histcfd = (TH1D*)(GetOutputList()->FindObject(Form("Cfd_0x%04x", fragment->ChannelAddress)))
 
TH2D * mat = (TH2D*)(GetOutputList()->FindObject("hp_charge"))
 

Function Documentation

◆ if() [1/7]

if ( hist &&fragment->DetectorType<= 1) -> Fill(fragment->GetEnergy())

◆ if() [2/7]

if ( hist &&fragment-> TriggerBitPattern,
- 1 ) -> Fill(fragment->TriggerBitPattern)

◆ if() [3/7]

if ( hist &&fragment-> TriggerId,
0  ) -> Fill(fragment->GetCharge(0))

◆ if() [4/7]

◆ if() [5/7]

if ( hist ) -> Fill(fragment->GetCharge())

◆ if() [6/7]

if ( histcfd ) -> Fill(fragment->Cfd)

◆ if() [7/7]

if ( mat &&fragment->DetectorType<= 1) -> Fill(channel->GetNumber(), fragment->GetCharge(0))

Variable Documentation

◆ hist

◆ histcfd

TH1D* histcfd = (TH1D*)(GetOutputList()->FindObject(Form("Cfd_0x%04x", fragment->ChannelAddress)))

Definition at line 9 of file UserFillObj.h.

◆ mat