GSI Object Oriented Online Offline (Go4) GO4-6.4.0
|
#include "TGo4ConfigStep.h"
#include <iostream>
#include <QFileDialog>
#include "TGo4AnalysisStepStatus.h"
#include "TGo4EventStoreParameter.h"
#include "TGo4EventSourceParameter.h"
#include "TGo4UserSourceParameter.h"
#include "TGo4UserStoreParameter.h"
#include "TGo4RevServParameter.h"
#include "TGo4FileStoreParameter.h"
#include "TGo4BackStoreParameter.h"
#include "TGo4FileSourceParameter.h"
#include "TGo4MbsFileParameter.h"
#include "TGo4MbsStreamParameter.h"
#include "TGo4MbsTransportParameter.h"
#include "TGo4MbsEventServerParameter.h"
#include "TGo4MbsRandomParameter.h"
#include "Go4EventServerTypes.h"
#include "TGo4AnalysisConfiguration.h"
Go to the source code of this file.
Enumerations | |
enum | SourceComboKinds { kind_RootFile = 0 , kind_MbsFile = 1 , kind_MbsStream = 2 , kind_MbsTransport = 3 , kind_MbsEvent = 4 , kind_MbsREvent = 5 , kind_MbsRandom = 6 , kind_UserSource = 7 , kind_HDF5 = 8 } |
Variables | |
const char * | TGo4MbsFile__fgcFILELISTSUF = ".lml" |
const char * | TGo4MbsFile__fgcLMDSUF = ".lmd" |
const char * | TGo4MbsFile__fgcNOTAGFILE = "GO4-NOLMDTAG" |
enum SourceComboKinds |
Enumerator | |
---|---|
kind_RootFile | |
kind_MbsFile | |
kind_MbsStream | |
kind_MbsTransport | |
kind_MbsEvent | |
kind_MbsREvent | |
kind_MbsRandom | |
kind_UserSource | |
kind_HDF5 |
Definition at line 48 of file TGo4ConfigStep.cpp.
const char* TGo4MbsFile__fgcFILELISTSUF = ".lml" |
Definition at line 46 of file TGo4ConfigStep.cpp.
Referenced by TGo4ConfigStep::InputFileDialog(), and TGo4ConfigStep::InputSourceText().
const char* TGo4MbsFile__fgcLMDSUF = ".lmd" |
Definition at line 45 of file TGo4ConfigStep.cpp.
Referenced by TGo4ConfigStep::InputFileDialog().
const char* TGo4MbsFile__fgcNOTAGFILE = "GO4-NOLMDTAG" |
Definition at line 44 of file TGo4ConfigStep.cpp.