ROOT logo
#ifndef ASCII2NTUPLEDIALOG
#define ASCII2NTUPLEDIALOG
#include "TNtupleD.h"
#include "TString.h"
#include "TGWindow.h"
#include <iostream>
//_____________________________________________________________________________________


namespace std {} using namespace std;

class Ascii2NtupleDialog : public TObject {

private:
   TString fCommand;
   TString fCommandHead;
   TString fInputFileName;
   TString fOutputFileName;
   TString fNtupleName;
   TString fNtupleTitle;
   TString fListOfVars;
 
public:
   Ascii2NtupleDialog(TGWindow * win = NULL);
   ~Ascii2NtupleDialog();
   void Fill_The_Ntuple();
   void Show_Head_of_File();
   void SaveDefaults();
   void RestoreDefaults();
   void CloseDown(Int_t wid);
   void CRButtonPressed(Int_t widgetId, Int_t buttonId, TObject *obj);
ClassDef(Ascii2NtupleDialog,0)
};
#endif
 Ascii2NtupleDialog.h:1
 Ascii2NtupleDialog.h:2
 Ascii2NtupleDialog.h:3
 Ascii2NtupleDialog.h:4
 Ascii2NtupleDialog.h:5
 Ascii2NtupleDialog.h:6
 Ascii2NtupleDialog.h:7
 Ascii2NtupleDialog.h:8
 Ascii2NtupleDialog.h:9
 Ascii2NtupleDialog.h:10
 Ascii2NtupleDialog.h:11
 Ascii2NtupleDialog.h:12
 Ascii2NtupleDialog.h:13
 Ascii2NtupleDialog.h:14
 Ascii2NtupleDialog.h:15
 Ascii2NtupleDialog.h:16
 Ascii2NtupleDialog.h:17
 Ascii2NtupleDialog.h:18
 Ascii2NtupleDialog.h:19
 Ascii2NtupleDialog.h:20
 Ascii2NtupleDialog.h:21
 Ascii2NtupleDialog.h:22
 Ascii2NtupleDialog.h:23
 Ascii2NtupleDialog.h:24
 Ascii2NtupleDialog.h:25
 Ascii2NtupleDialog.h:26
 Ascii2NtupleDialog.h:27
 Ascii2NtupleDialog.h:28
 Ascii2NtupleDialog.h:29
 Ascii2NtupleDialog.h:30
 Ascii2NtupleDialog.h:31
 Ascii2NtupleDialog.h:32
 Ascii2NtupleDialog.h:33
 Ascii2NtupleDialog.h:34