GENIEGenerator
Loading...
Searching...
No Matches
GNuMcMainFrame.cxx File Reference
#include <iomanip>
#include <sstream>
#include <string>
#include <vector>
#include <TSystem.h>
#include <TFile.h>
#include <TTree.h>
#include <TVirtualX.h>
#include <TGListBox.h>
#include <TGComboBox.h>
#include <TGClient.h>
#include <TGIcon.h>
#include <TGLabel.h>
#include <TGNumberEntry.h>
#include <TGTextEntry.h>
#include <TGMsgBox.h>
#include <TGMenu.h>
#include <TGCanvas.h>
#include <TGTab.h>
#include <TGFileDialog.h>
#include <TGTextEdit.h>
#include <TGStatusBar.h>
#include <TGProgressBar.h>
#include <TGColorSelect.h>
#include <TCanvas.h>
#include <TGraphAsymmErrors.h>
#include <TRootEmbeddedCanvas.h>
#include <TLorentzVector.h>
#include <TLine.h>
#include <TEllipse.h>
#include <TLatex.h>
#include <TStyle.h>
#include "Framework/EventGen/GEVGDriver.h"
#include "Framework/EventGen/EventRecord.h"
#include "Framework/Interaction/Interaction.h"
#include "Framework/Messenger/Messenger.h"
#include "Framework/Ntuple/NtpMCTreeHeader.h"
#include "Framework/Ntuple/NtpMCEventRecord.h"
#include "Tools/Masterclass/GNuMcMainFrame.h"
#include "Tools/Masterclass/MCTruthDisplay.h"
Include dependency graph for GNuMcMainFrame.cxx:

Go to the source code of this file.

Functions

 ClassImp (GNuMcMainFrame) GNuMcMainFrame

Function Documentation

◆ ClassImp()

ClassImp ( GNuMcMainFrame )

Definition at line 62 of file GNuMcMainFrame.cxx.

65 :
66TGMainFrame(p, w, h)
67{
68 this->Init();
69 this->BuildGUI(p,w,h);
70 this->BuildHelpers();
71}
Is a concrete implementation of the QELFormFactorsModelI: Form Factors for Quasi Elastic CC vN Delta ...
void Init(void)

References genie::masterclass::GNuMcMainFrame::GNuMcMainFrame(), and Init().