GENIEGenerator
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions | Variables
gSFComp.cxx File Reference
#include <vector>
#include <string>
#include <TNtuple.h>
#include <TFile.h>
#include <TMath.h>
#include <TPostScript.h>
#include <TPavesText.h>
#include <TText.h>
#include <TStyle.h>
#include <TLegend.h>
#include <TCanvas.h>
#include <TGraph.h>
#include <TLatex.h>
#include <TPaletteAxis.h>
#include "Framework/Algorithm/AlgFactory.h"
#include "Framework/Messenger/Messenger.h"
#include "Physics/DeepInelastic/XSection/DISStructureFunc.h"
#include "Physics/DeepInelastic/XSection/DISStructureFuncModelI.h"
#include "Framework/Interaction/Interaction.h"
#include "Framework/ParticleData/PDGCodes.h"
#include "Framework/Utils/CmdLnArgParser.h"
#include "Framework/Utils/StringUtils.h"
#include "Framework/Utils/Style.h"
Include dependency graph for gSFComp.cxx:

Go to the source code of this file.

Functions

void GetCommandLineArgs (int argc, char **argv)
 
void GetAlgorithms (void)
 
void MakePlots (void)
 
int main (int argc, char **argv)
 

Variables

string gOptSF = ""
 
string gOptOutFile = "sf_comp"
 
vector< const
DISStructureFuncModelI * > 
gSFAlgList
 

Function Documentation

void GetAlgorithms ( void  )
void GetCommandLineArgs ( int  argc,
char **  argv 
)
int main ( int  argc,
char **  argv 
)

Definition at line 74 of file gSFComp.cxx.

References GetAlgorithms(), GetCommandLineArgs(), MakePlots(), and genie::utils::style::SetDefaultStyle().

75 {
77 
78  GetCommandLineArgs (argc,argv); // Get command line arguments
79  GetAlgorithms(); // Get requested SF algorithms
80  MakePlots(); // Produce all output plots and fill output n-tuple
81 
82  return 0;
83 }
void MakePlots(void)
Definition: gPDFComp.cxx:85
void SetDefaultStyle(bool black_n_white=false)
Definition: Style.cxx:20
void GetAlgorithms(void)
Definition: gPDFComp.cxx:683
void GetCommandLineArgs(int argc, char **argv)
Definition: gAtmoEvGen.cxx:563
void MakePlots ( void  )

Variable Documentation

string gOptOutFile = "sf_comp"

Definition at line 65 of file gSFComp.cxx.

string gOptSF = ""

Definition at line 64 of file gSFComp.cxx.

vector<const DISStructureFuncModelI *> gSFAlgList

Definition at line 66 of file gSFComp.cxx.