Jpp
18.2.1-ARCA-DF-PATCH
the software that should make you happy
|
Program for reweighting gSeaGen data according to a specifiable TFormula. More...
#include <uuid/uuid.h>
#include <iostream>
#include <string>
#include <vector>
#include "km3net-dataformat/definitions/weightlist.hh"
#include "km3net-dataformat/offline/MultiHead.hh"
#include "km3net-dataformat/offline/Head.hh"
#include "km3net-dataformat/offline/Evt.hh"
#include "JDAQ/JDAQEventIO.hh"
#include "JDAQ/JDAQTimesliceIO.hh"
#include "JDAQ/JDAQSummarysliceIO.hh"
#include "JTrigger/JTriggerParameters.hh"
#include "Jeep/JPrint.hh"
#include "Jeep/JParser.hh"
#include "Jeep/JMessage.hh"
#include "Jeep/JProperties.hh"
#include "JLang/JToken.hh"
#include "JAAnet/JHead.hh"
#include "JAAnet/JMultiHead.hh"
#include "JAAnet/JHeadToolkit.hh"
#include "JAAnet/JAAnetToolkit.hh"
#include "JAAnet/JParticleTypes.hh"
#include "JAAnet/JEvtWeightFactorGSeaGen.hh"
#include "JAAnet/JEvtWeightFactorFunction.hh"
#include "JAAnet/JEvtWeightFactorMultiParticle.hh"
#include "JAAnet/JAtmosphericNeutrinoFlux.hh"
#include "JAAnet/JFlux.hh"
#include "JOscProb/JOscParameters.hh"
#include "JOscProb/JOscProbInterpolator.hh"
#include "JReconstruction/JEvt.hh"
#include "JSupport/JMeta.hh"
#include "JSupport/JSupport.hh"
#include "JSupport/JFileRecorder.hh"
#include "JSupport/JMultipleFileScanner.hh"
#include "JSupport/JEvtWeightFileScannerSet.hh"
#include "JSupport/JMonteCarloFileSupportkit.hh"
#include "JGizmo/JGizmoToolkit.hh"
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
Program for reweighting gSeaGen data according to a specifiable TFormula.
One TFormula can be specified for each neutrino type. The TFormula may take any number of parameters, but is limited to the physical variables
defined in JEvtWeightFactorGSeaGen
. The indices of the physical variables are defined in
the enum JEvtWeightFactorGSeaGen::variables
.
Parameter settings can be specified behind the TFormula separated by semicolons, e.g.:
-#anumu="[0]*(x[1]-[1]); p0=1; p1=2.5;"
Definition in file JEvtReweightGSeaGen.cc.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 80 of file JEvtReweightGSeaGen.cc.