ATTPCROOT  0.3.0-alpha
A ROOT-based framework for analyzing data from active target detectors
Classes | Typedefs
Data Handling

Classes for storing information that may be updated at arbitrary times. All classes in this group derive either from Subject or Observer. Subject classes store data and if that data is updated will notify every Observer attached to them of the change. The observer can then decide how to respond. More...

Classes

class  DataHandling::AtObserver
 
class  DataHandling::AtSubject
 
class  DataHandling::AtSimpleType< T >
 Subject for any simple type. More...
 
class  DataHandling::AtTreeEntry
 Subject for the entry number in the FairRoot tree. More...
 
class  DataHandling::AtBranch
 Subject for the branch in the FairRoot tree. More...
 

Typedefs

using DataHandling::AtPadNum = AtSimpleType< int >
 Subject for the pad currently selected. More...
 

Detailed Description

Classes for storing information that may be updated at arbitrary times. All classes in this group derive either from Subject or Observer. Subject classes store data and if that data is updated will notify every Observer attached to them of the change. The observer can then decide how to respond.

Typedef Documentation

◆ AtPadNum

using DataHandling::AtPadNum = typedef AtSimpleType<int>

Subject for the pad currently selected.

Definition at line 32 of file AtViewerManagerSubject.h.