|
GSI Object Oriented Online Offline (Go4)
GO4-5.3.2
|
#include "TGo4ConfigStep.h"#include <QFileDialog>#include "TClass.h"#include "Riostream.h"#include "TGo4AnalysisStepStatus.h"#include "TGo4EventStoreParameter.h"#include "TGo4EventSourceParameter.h"#include "TGo4UserSourceParameter.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 } |
Variables | |
| const char * | TGo4MbsFile__fgcNOTAGFILE = "GO4-NOLMDTAG" |
| const char * | TGo4MbsFile__fgcLMDSUF = ".lmd" |
| const char * | TGo4MbsFile__fgcFILELISTSUF = ".lml" |
| enum SourceComboKinds |
| Enumerator | |
|---|---|
| kind_RootFile | |
| kind_MbsFile | |
| kind_MbsStream | |
| kind_MbsTransport | |
| kind_MbsEvent | |
| kind_MbsREvent | |
| kind_MbsRandom | |
| kind_UserSource | |
Definition at line 42 of file TGo4ConfigStep.cpp.
| const char* TGo4MbsFile__fgcFILELISTSUF = ".lml" |
Definition at line 40 of file TGo4ConfigStep.cpp.
Referenced by TGo4ConfigStep::InputFileDialog(), and TGo4ConfigStep::InputSourceText().
| const char* TGo4MbsFile__fgcLMDSUF = ".lmd" |
Definition at line 39 of file TGo4ConfigStep.cpp.
Referenced by TGo4ConfigStep::InputFileDialog().
| const char* TGo4MbsFile__fgcNOTAGFILE = "GO4-NOLMDTAG" |
Definition at line 38 of file TGo4ConfigStep.cpp.
Referenced by TGo4ConfigStep::InputTagfile(), TGo4ConfigStep::SetMbsFileSource(), and TGo4ConfigStep::SourceComboHighlighted().
1.8.8