|
SFrame 3.6
|
#include <Rtypes.h>

Go to the source code of this file.
Namespaces | |
| namespace | STreeType |
Namespace holding the constants describing SFrame TTree types. | |
Variables | |
| static const Int_t | STreeType::InputSimpleTree = 0 |
| Event-wise TTree that needs no "decoding". | |
| static const Int_t | STreeType::InputMetaTree = 1 |
| Metadata TTree that the user has to handle by hand. | |
| static const Int_t | STreeType::OutputSimpleTree = 100 |
| Event-wise output TTree. | |
| static const Int_t | STreeType::OutputMetaTree = 101 |
| Output TTree that doesn't describe event-level information. | |