Inheritance diagram for TPacketizerUnit::TSlaveStat:
Public Member Functions | |
TSlaveStat (TSlave *sl, TList *input) | |
~TSlaveStat () | |
void | GetCurrentTime () |
void | UpdatePerformance (Double_t time) |
TProofProgressStatus * | AddProcessed (TProofProgressStatus *st) |
Private Attributes | |
Long64_t | fLastProcessed |
Double_t | fSpeed |
Double_t | fTimeInstant |
TNtupleD * | fCircNtp |
Long_t | fCircLvl |
Friends | |
class | TPacketizerUnit |
Definition at line 63 of file TPacketizerUnit.cxx.
Definition at line 85 of file TPacketizerUnit.cxx.
References fCircLvl, fCircNtp, TVirtualPacketizer::TVirtualSlaveStat::fSlave, TVirtualPacketizer::TVirtualSlaveStat::fStatus, TProof::GetParameter(), and TTree::SetCircular().
TPacketizerUnit::TSlaveStat::~TSlaveStat | ( | ) |
void TPacketizerUnit::TSlaveStat::GetCurrentTime | ( | ) |
void TPacketizerUnit::TSlaveStat::UpdatePerformance | ( | Double_t | time | ) |
Definition at line 109 of file TPacketizerUnit.cxx.
References fCircNtp, TNtupleD::Fill(), fSpeed, TNtupleD::GetArgs(), TTree::GetEntries(), TVirtualPacketizer::TVirtualSlaveStat::GetEntriesProcessed(), TTree::GetEntry(), TObject::Info(), Long64_t, and PDB.
Referenced by TPacketizerUnit::GetNextPacket().
TProofProgressStatus * TPacketizerUnit::TSlaveStat::AddProcessed | ( | TProofProgressStatus * | st | ) | [virtual] |
Implements TVirtualPacketizer::TVirtualSlaveStat.
Definition at line 139 of file TPacketizerUnit.cxx.
References TObject::Error(), TVirtualPacketizer::TVirtualSlaveStat::fStatus, TProofProgressStatus::GetEntries(), Long64_t, TProofProgressStatus::SetLastEntries(), and TProofProgressStatus::SetLastProcTime().
Referenced by TPacketizerUnit::GetNextPacket().
friend class TPacketizerUnit [friend] |
Definition at line 65 of file TPacketizerUnit.cxx.
Double_t TPacketizerUnit::TSlaveStat::fSpeed [private] |
Definition at line 69 of file TPacketizerUnit.cxx.
Referenced by TPacketizerUnit::GetNextPacket(), and UpdatePerformance().
TNtupleD* TPacketizerUnit::TSlaveStat::fCircNtp [private] |
Definition at line 71 of file TPacketizerUnit.cxx.
Referenced by TPacketizerUnit::GetNextPacket(), TSlaveStat(), UpdatePerformance(), and ~TSlaveStat().
Long_t TPacketizerUnit::TSlaveStat::fCircLvl [private] |