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

Class containing setup specific detector information.

Definition at line 21 of file TDetectorInformation.h.

Public Member Functions

 TDetectorInformation ()
 
 ~TDetectorInformation ()
 
virtual TEventBuildingLoop::EBuildMode BuildMode () const
 
virtual void Clear (Option_t *="") override
 
virtual void Print (Option_t *="") const override
 
virtual void Set ()
 

#include <TDetectorInformation.h>

+ Inheritance diagram for TDetectorInformation:
+ Collaboration diagram for TDetectorInformation:

Constructor & Destructor Documentation

◆ TDetectorInformation()

TDetectorInformation::TDetectorInformation ( )
inline

Definition at line 23 of file TDetectorInformation.h.

◆ ~TDetectorInformation()

TDetectorInformation::~TDetectorInformation ( )
inline

Definition at line 24 of file TDetectorInformation.h.

Member Function Documentation

◆ BuildMode()

virtual TEventBuildingLoop::EBuildMode TDetectorInformation::BuildMode ( ) const
inlinevirtual

Set the detector information based on the available TChannels.

Select build mode based on available detectors

Reimplemented in TGRSIDetectorInformation, THILDetectorInformation, TILLDetectorInformation, and TTdrDetectorInformation.

Definition at line 27 of file TDetectorInformation.h.

References TEventBuildingLoop::kDefault.

Referenced by TGRSIint::SetupPipeline().

◆ Clear()

virtual void TDetectorInformation::Clear ( Option_t *  = "")
inlineoverridevirtual

◆ Print()

virtual void TDetectorInformation::Print ( Option_t *  = "") const
inlineoverridevirtual

◆ Set()

virtual void TDetectorInformation::Set ( )
inlinevirtual