#include "TROOT.h"
#include "TFile.h"
#include "TNtuple.h"
#include "Algorithm/AlgConfigPool.h"
#include "EVGCore/InteractionList.h"
#include "VLE/StrumiaVissaniIBDPXSec.h"
#include "PDG/PDGCodeList.h"
#include "PDG/PDGUtils.h"
#include "Messenger/Messenger.h"
#include "PDG/PDGCodes.h"
#include "Conventions/Units.h"
#include "Interaction/InteractionType.h"
#include "Interaction/ScatteringType.h"
Go to the source code of this file.
Functions | |
void | testXsec (const Char_t *outfn="VLExsecNT.root") |
Variables | |
const Int_t | nknots = 44 |
const Double_t | E [nknots] |
const Double_t | s [nknots] |
Double_t | xsec [nknots] |
Double_t | xsec_n [nknots] |
TFile * | outf |
TNtuple * | nt |
void testXsec | ( | const Char_t * | outfn = "VLExsecNT.root" | ) |
Definition at line 54 of file testXsec.C.
Definition at line 25 of file testXsec.C.
const Int_t nknots = 44 |
Definition at line 24 of file testXsec.C.
TNtuple* nt |
Definition at line 52 of file testXsec.C.
TFile* outf |
Definition at line 51 of file testXsec.C.
Definition at line 36 of file testXsec.C.
Double_t xsec[nknots] |
Definition at line 47 of file testXsec.C.
Double_t xsec_n[nknots] |
Definition at line 47 of file testXsec.C.