#include <string>
#include <sstream>
#include <cassert>
#include <TSystem.h>
#include <TFile.h>
#include <TTree.h>
#include <TArrayF.h>
#include "EVGCore/EventRecord.h"
#include "GHEP/GHepParticle.h"
#include "Ntuple/NtpMCFormat.h"
#include "Ntuple/NtpMCTreeHeader.h"
#include "Ntuple/NtpMCEventRecord.h"
#include "Messenger/Messenger.h"
#include "Numerical/RandomGen.h"
#include "PDG/PDGCodes.h"
#include "PDG/PDGCodeList.h"
#include "ReWeight/GReWeightI.h"
#include "ReWeight/GSystSet.h"
#include "ReWeight/GSyst.h"
#include "ReWeight/GReWeight.h"
#include "ReWeight/GReWeightNuXSecNCEL.h"
#include "ReWeight/GReWeightNuXSecCCQE.h"
#include "ReWeight/GReWeightNuXSecCCRES.h"
#include "ReWeight/GReWeightNuXSecCOH.h"
#include "ReWeight/GReWeightNonResonanceBkg.h"
#include "ReWeight/GReWeightFGM.h"
#include "ReWeight/GReWeightDISNuclMod.h"
#include "ReWeight/GReWeightResonanceDecay.h"
#include "ReWeight/GReWeightFZone.h"
#include "ReWeight/GReWeightINuke.h"
#include "ReWeight/GReWeightAGKY.h"
#include "ReWeight/GReWeightNuXSecCCQEaxial.h"
#include "ReWeight/GReWeightNuXSecCCQEvec.h"
#include "ReWeight/GReWeightNuXSecNCRES.h"
#include "ReWeight/GReWeightNuXSecDIS.h"
#include "Utils/AppInit.h"
#include "Utils/RunOpt.h"
#include "Utils/CmdLnArgParser.h"
Go to the source code of this file.
Functions | |
void | GetCommandLineArgs (int argc, char **argv) |
void | PrintSyntax (void) |
void | GetEventRange (Long64_t nev_in_file, Long64_t &nfirst, Long64_t &nlast) |
int | main (int argc, char **argv) |
Variables | |
string | gOptInpFilename |
name for input file (contains input event tree) More... | |
string | gOptOutFilename |
name for output file (contains the output weight tree) More... | |
Long64_t | gOptNEvt1 |
range of events to process (1st input, if any) More... | |
Long64_t | gOptNEvt2 |
range of events to process (2nd input, if any) More... | |
GSyst_t | gOptSyst |
input systematic param More... | |
int | gOptInpNTwk |
of tweaking dial values in the specified rangeMore... | |
double | gOptMinTwk |
Minimum value of tweaked dial. More... | |
double | gOptMaxTwk |
Maximum value of tweaked dial. More... | |
PDGCodeList | gOptNu (false) |
neutrinos to consider More... | |
long int | gOptRanSeed |
random number seed More... | |
void GetCommandLineArgs | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 358 of file gRwght1Param.cxx.
void GetEventRange | ( | Long64_t | nev_in_file, |
Long64_t & | nfirst, | ||
Long64_t & | nlast | ||
) |
Definition at line 522 of file gRwght1Param.cxx.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 145 of file gRwght1Param.cxx.
void PrintSyntax | ( | void | ) |
Definition at line 552 of file gRwght1Param.cxx.
string gOptInpFilename |
name for input file (contains input event tree)
Definition at line 133 of file gRwght1Param.cxx.
int gOptInpNTwk |
Definition at line 138 of file gRwght1Param.cxx.
double gOptMaxTwk |
Maximum value of tweaked dial.
Definition at line 140 of file gRwght1Param.cxx.
double gOptMinTwk |
Minimum value of tweaked dial.
Definition at line 139 of file gRwght1Param.cxx.
Long64_t gOptNEvt1 |
range of events to process (1st input, if any)
Definition at line 135 of file gRwght1Param.cxx.
Long64_t gOptNEvt2 |
range of events to process (2nd input, if any)
Definition at line 136 of file gRwght1Param.cxx.
PDGCodeList gOptNu(false) |
neutrinos to consider
string gOptOutFilename |
name for output file (contains the output weight tree)
Definition at line 134 of file gRwght1Param.cxx.
long int gOptRanSeed |
random number seed
Definition at line 142 of file gRwght1Param.cxx.
GSyst_t gOptSyst |
input systematic param
Definition at line 137 of file gRwght1Param.cxx.