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

Definition at line 18 of file TUserSortInfo.h.

Public Member Functions

 TUserSortInfo ()
 
 TUserSortInfo (const TRunInfo *info)
 
 ~TUserSortInfo () override=default
 
Int_t AddDuplicate ()
 
void Clear (Option_t *opt="") override
 
TString Comment () const
 
void Print (Option_t *opt="") const override
 
Int_t RunNumber () const
 
void SetComment (const char *comment)
 
void SetRunInfo (const TRunInfo *info)
 
Int_t SubRunNumber () const
 

#include <TUserSortInfo.h>

+ Inheritance diagram for TUserSortInfo:
+ Collaboration diagram for TUserSortInfo:

Constructor & Destructor Documentation

◆ TUserSortInfo() [1/2]

TUserSortInfo::TUserSortInfo ( )
inline

Definition at line 20 of file TUserSortInfo.h.

◆ TUserSortInfo() [2/2]

TUserSortInfo::TUserSortInfo ( const TRunInfo info)
inline

Definition at line 21 of file TUserSortInfo.h.

◆ ~TUserSortInfo()

TUserSortInfo::~TUserSortInfo ( )
overridedefault

Member Function Documentation

◆ AddDuplicate()

Int_t TGRSISortInfo::AddDuplicate ( )
inlineinherited

Definition at line 61 of file TGRSISortInfo.h.

References TGRSISortInfo::fDuplicates.

◆ Clear()

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

◆ Comment()

TString TGRSISortInfo::Comment ( ) const
inlineinherited

Definition at line 54 of file TGRSISortInfo.h.

References TGRSISortInfo::fComment.

Referenced by TGRSISortInfo::Print().

◆ Print()

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

◆ RunNumber()

Int_t TGRSISortInfo::RunNumber ( ) const
inlineinherited

Definition at line 52 of file TGRSISortInfo.h.

References TGRSISortInfo::fRunNumber.

Referenced by TGRSISortInfo::Print().

◆ SetComment()

void TGRSISortInfo::SetComment ( const char *  comment)
inlineinherited

Definition at line 56 of file TGRSISortInfo.h.

References TGRSISortInfo::fComment.

◆ SetRunInfo()

void TGRSISortInfo::SetRunInfo ( const TRunInfo info)
inherited

◆ SubRunNumber()

Int_t TGRSISortInfo::SubRunNumber ( ) const
inlineinherited

Definition at line 53 of file TGRSISortInfo.h.

References TGRSISortInfo::fSubRunNumber.

Referenced by TGRSISortInfo::Print().