ATTPCROOT
0.3.0-alpha
A ROOT-based framework for analyzing data from active target detectors
|
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... | |
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.
using DataHandling::AtPadNum = typedef AtSimpleType<int> |
Subject for the pad currently selected.
Definition at line 32 of file AtViewerManagerSubject.h.