|
gstreamer
|
ROOT tree adapter used internally by the ROOT gstreamer plugin.
#include <map>#include "TTree.h"#include "ROOT/TThreadedObject.hxx"#include "event/gEventDataCollection.h"#include "run/gRunDataCollection.h"

Go to the source code of this file.
Data Structures | |
| class | GRootTree |
Helper class encapsulating one ROOT TTree and its branch storage. More... | |
Namespaces | |
| namespace | gstreamer |
| namespace | gstreamer::root |
Variables | |
| constexpr char | gstreamer::root::EVENTHEADERTREENAME [] = "event_header" |
| constexpr char | gstreamer::root::RUNHEADERTREENAME [] = "run_header" |
| constexpr char | gstreamer::root::TRUEINFONAMEPREFIX [] = "true_info_" |
| constexpr char | gstreamer::root::DIGITIZEDNAMEPREFIX [] = "digitized_" |
| constexpr char | gstreamer::root::GENERATEDTREENAMEDESC [] = "Generated Particles" |
| constexpr char | gstreamer::root::ANCESTORTREENAME [] = "ancestors" |
| constexpr char | gstreamer::root::ANCESTORTREENAMEDESC [] = "Geant4 Ancestors" |
| constexpr int | gstreamer::root::ERR_GSTREAMERROOTTREENOTFOUND = 850 |
| constexpr char | gstreamer::root::EVENTHEADERTREENAMEDESC [] = "Event Header" |
| constexpr char | gstreamer::root::RUNHEADERTREENAMEDESC [] = "Run Header" |
| constexpr char | gstreamer::root::TRUEINFOTREENAMEDESC [] = "True Info Data" |
| constexpr char | gstreamer::root::DIGITIZEDTREENAMEDESC [] = "Digitized Data" |