Protected Member Functions | Protected Attributes | List of all members
genie::ReinSehgalRESXSecWithCache Class Reference

An ABC that caches resonance neutrinoproduction cross sections on free nucleons according to the Rein-Sehgal model. This significantly speeds the cross section calculation for multiple nuclear targets (eg at the spline construction phase) More...

#include <ReinSehgalRESXSecWithCache.h>

Inheritance diagram for genie::ReinSehgalRESXSecWithCache:
genie::XSecIntegratorI genie::Algorithm genie::ReinSehgalRESXSec genie::ReinSehgalSPPXSec

Protected Member Functions

 ReinSehgalRESXSecWithCache ()
 
 ReinSehgalRESXSecWithCache (string name)
 
 ReinSehgalRESXSecWithCache (string name, string config)
 
virtual ~ReinSehgalRESXSecWithCache ()
 
void CacheResExcitationXSec (const Interaction *interaction) const
 
string CacheBranchName (Resonance_t r, InteractionType_t it, int nu, int nuc) const
 
- Protected Member Functions inherited from genie::XSecIntegratorI
 XSecIntegratorI ()
 
 XSecIntegratorI (string name)
 
 XSecIntegratorI (string name, string config)
 
- Protected Member Functions inherited from genie::Algorithm
 Algorithm ()
 
 Algorithm (string name)
 
 Algorithm (string name, string config)
 
void Initialize (void)
 
void DeleteConfig (void)
 
void DeleteSubstructure (void)
 
RegistryExtractLocalConfig (const Registry &in) const
 
RegistryExtractLowerConfig (const Registry &in, const string &alg_key) const
 Split an incoming configuration Registry into a block valid for the sub-algo identified by alg_key. More...
 
template<class T >
bool GetParam (const RgKey &name, T &p, bool is_top_call=true) const
 
template<class T >
bool GetParamDef (const RgKey &name, T &p, const T &def) const
 
template<class T >
int GetParamVect (const std::string &comm_name, std::vector< T > &v, bool is_top_call=true) const
 Handle to load vectors of parameters. More...
 
int GetParamVectKeys (const std::string &comm_name, std::vector< RgKey > &k, bool is_top_call=true) const
 
int AddTopRegistry (Registry *rp, bool owns=true)
 add registry with top priority, also update ownership More...
 
int AddLowRegistry (Registry *rp, bool owns=true)
 add registry with lowest priority, also update ownership More...
 
int MergeTopRegistry (const Registry &r)
 
int AddTopRegisties (const vector< Registry * > &rs, bool owns=false)
 Add registries with top priority, also udated Ownerships. More...
 

Protected Attributes

bool fUsingDisResJoin
 
double fWcut
 
double fEMax
 
const XSecAlgorithmIfSingleResXSecModel
 
BaryonResList fResList
 
- Protected Attributes inherited from genie::XSecIntegratorI
const IntegratorI * fIntegrator
 GENIE numerical integrator. More...
 
string fGSLIntgType
 name of GSL numerical integrator More...
 
double fGSLRelTol
 required relative tolerance (error) More...
 
int fGSLMaxEval
 GSL max evaluations. More...
 
int fGSLMinEval
 GSL min evaluations. Ignored by some integrators. More...
 
unsigned int fGSLMaxSizeOfSubintervals
 GSL maximum number of sub-intervals for 1D integrator. More...
 
unsigned int fGSLRule
 GSL Gauss-Kronrod integration rule (only for GSL 1D adaptive type) More...
 
- Protected Attributes inherited from genie::Algorithm
bool fAllowReconfig
 
bool fOwnsSubstruc
 true if it owns its substructure (sub-algs,...) More...
 
AlgId fID
 algorithm name and configuration set More...
 
vector< Registry * > fConfVect
 
vector< boolfOwnerships
 ownership for every registry in fConfVect More...
 
AlgStatus_t fStatus
 algorithm execution status More...
 
AlgMapfOwnedSubAlgMp
 local pool for owned sub-algs (taken out of the factory pool) More...
 

Additional Inherited Members

- Public Member Functions inherited from genie::XSecIntegratorI
virtual ~XSecIntegratorI ()
 
virtual double Integrate (const XSecAlgorithmI *model, const Interaction *interaction) const =0
 
- Public Member Functions inherited from genie::Algorithm
virtual ~Algorithm ()
 
virtual void Configure (const Registry &config)
 
virtual void Configure (string config)
 
virtual void FindConfig (void)
 
virtual const RegistryGetConfig (void) const
 
RegistryGetOwnedConfig (void)
 
virtual const AlgIdId (void) const
 Get algorithm ID. More...
 
virtual AlgStatus_t GetStatus (void) const
 Get algorithm status. More...
 
virtual bool AllowReconfig (void) const
 
virtual AlgCmp_t Compare (const Algorithm *alg) const
 Compare with input algorithm. More...
 
virtual void SetId (const AlgId &id)
 Set algorithm ID. More...
 
virtual void SetId (string name, string config)
 
const AlgorithmSubAlg (const RgKey &registry_key) const
 
void AdoptConfig (void)
 
void AdoptSubstructure (void)
 
virtual void Print (ostream &stream) const
 Print algorithm info. More...
 
- Static Public Member Functions inherited from genie::Algorithm
static string BuildParamVectKey (const std::string &comm_name, unsigned int i)
 
static string BuildParamVectSizeKey (const std::string &comm_name)
 

Detailed Description

An ABC that caches resonance neutrinoproduction cross sections on free nucleons according to the Rein-Sehgal model. This significantly speeds the cross section calculation for multiple nuclear targets (eg at the spline construction phase)

D.Rein and L.M.Sehgal, Neutrino Excitation of Baryon Resonances and Single Pion Production, Ann.Phys.133, 79 (1981)

Author
Costas Andreopoulos <constantinos.andreopoulos cern.ch> University of Liverpool & STFC Rutherford Appleton Laboratory

March 09, 2006

Copyright (c) 2003-2020, The GENIE Collaboration For the full text of the license visit http://copyright.genie-mc.org

Definition at line 34 of file ReinSehgalRESXSecWithCache.h.

Constructor & Destructor Documentation

ReinSehgalRESXSecWithCache::ReinSehgalRESXSecWithCache ( )
protected

Definition at line 42 of file ReinSehgalRESXSecWithCache.cxx.

42  :
44 {
45 
46 }
ReinSehgalRESXSecWithCache::ReinSehgalRESXSecWithCache ( string  name)
protected

Definition at line 48 of file ReinSehgalRESXSecWithCache.cxx.

48  :
50 {
51 
52 }
ReinSehgalRESXSecWithCache::ReinSehgalRESXSecWithCache ( string  name,
string  config 
)
protected

Definition at line 54 of file ReinSehgalRESXSecWithCache.cxx.

54  :
56 {
57 
58 }
Definition: conf.py:1
ReinSehgalRESXSecWithCache::~ReinSehgalRESXSecWithCache ( )
protectedvirtual

Definition at line 60 of file ReinSehgalRESXSecWithCache.cxx.

61 {
62 
63 }

Member Function Documentation

string ReinSehgalRESXSecWithCache::CacheBranchName ( Resonance_t  r,
InteractionType_t  it,
int  nu,
int  nuc 
) const
protected

Definition at line 192 of file ReinSehgalRESXSecWithCache.cxx.

194 {
195 // Build a unique name for the cache branch
196 
197  Cache * cache = Cache::Instance();
198  string res_name = utils::res::AsString(res);
199  string it_name = InteractionType::AsString(it);
200  string nc_nuc = ((nucleonpdgc==kPdgProton) ? "p" : "n");
201 
202  ostringstream intk;
203  intk << "ResExcitationXSec/R:" << res_name << ";nu:" << nupdgc
204  << ";int:" << it_name << nc_nuc;
205 
206  string algkey = fSingleResXSecModel->Id().Key();
207  string ikey = intk.str();
208  string key = cache->CacheBranchKey(algkey, ikey);
209 
210  return key;
211 }
def key(type, name=None)
Definition: graph.py:13
string CacheBranchKey(string k0, string k1="", string k2="") const
Definition: Cache.cxx:93
static string AsString(InteractionType_t type)
GENIE Cache Memory.
Definition: Cache.h:38
virtual const AlgId & Id(void) const
Get algorithm ID.
Definition: Algorithm.h:97
const char * AsString(Resonance_t res)
resonance id -> string
const int kPdgProton
Definition: PDGCodes.h:81
static Cache * Instance(void)
Definition: Cache.cxx:67
string Key(void) const
Definition: AlgId.h:46
void ReinSehgalRESXSecWithCache::CacheResExcitationXSec ( const Interaction interaction) const
protected

Definition at line 65 of file ReinSehgalRESXSecWithCache.cxx.

67 {
68 // Cache resonance neutrino production data from free nucleons
69 
70  Cache * cache = Cache::Instance();
71 
72  assert(fSingleResXSecModel);
73 // assert(fIntegrator);
74 
75  // Compute the number of spline knots - use at least 10 knots per decade
76  // && at least 40 knots in the full energy range
77  const double Emin = 0.01;
78  const int nknots_min = (int) (10*(TMath::Log(fEMax)-TMath::Log(Emin)));
79  const int nknots = TMath::Max(40, nknots_min);
80  double * E = new double[nknots]; // knot 'x'
81 
82  TLorentzVector p4(0,0,0,0);
83 
84  int nu_code = in->InitState().ProbePdg();
85  int nuc_code = in->InitState().Tgt().HitNucPdg();
86  int tgt_code = (nuc_code==kPdgProton) ? kPdgTgtFreeP : kPdgTgtFreeN;
87 
88  Interaction * interaction = new Interaction(*in);
89  interaction->InitStatePtr()->SetPdgs(tgt_code, nu_code);
90  interaction->InitStatePtr()->TgtPtr()->SetHitNucPdg(nuc_code);
91 
92  InteractionType_t wkcur = interaction->ProcInfo().InteractionTypeId();
93  unsigned int nres = fResList.NResonances();
94  for(unsigned int ires = 0; ires < nres; ires++) {
95 
96  // Get next resonance from the resonance list
97  Resonance_t res = fResList.ResonanceId(ires);
98 
99  interaction->ExclTagPtr()->SetResonance(res);
100 
101  // Get a unique cache branch name
102  string key = this->CacheBranchName(res, wkcur, nu_code, nuc_code);
103 
104  // Make sure the cache branch does not already exists
105  CacheBranchFx * cache_branch =
106  dynamic_cast<CacheBranchFx *> (cache->FindCacheBranch(key));
107  assert(!cache_branch);
108 
109  // Create the new cache branch
110  LOG("ReinSehgalResC", pNOTICE)
111  << "\n ** Creating cache branch - key = " << key;
112  cache_branch = new CacheBranchFx("RES Excitation XSec");
113  cache->AddCacheBranch(key, cache_branch);
114  assert(cache_branch);
115 
116  const KPhaseSpace & kps = interaction->PhaseSpace();
117  double Ethr = kps.Threshold();
118  LOG("ReinSehgalResC", pNOTICE) << "E threshold = " << Ethr;
119 
120  // Distribute the knots in the energy range as is being done in the
121  // XSecSplineList so that the energy threshold is treated correctly
122  // in the spline - see comments there in.
123  int nkb = (Ethr>Emin) ? 5 : 0; // number of knots < threshold
124  int nka = nknots-nkb; // number of knots >= threshold
125  // knots < energy threshold
126  double dEb = (Ethr>Emin) ? (Ethr - Emin) / nkb : 0;
127  for(int i=0; i<nkb; i++) {
128  E[i] = Emin + i*dEb;
129  }
130  // knots >= energy threshold
131  double E0 = TMath::Max(Ethr,Emin);
132  double dEa = (TMath::Log10(fEMax) - TMath::Log10(E0)) /(nka-1);
133  for(int i=0; i<nka; i++) {
134  E[i+nkb] = TMath::Power(10., TMath::Log10(E0) + i * dEa);
135  }
136 
137  // Compute cross sections at the given set of energies
138  for(int ie=0; ie<nknots; ie++) {
139  double xsec = 0.;
140  double Ev = E[ie];
141  p4.SetPxPyPzE(0,0,Ev,Ev);
142  interaction->InitStatePtr()->SetProbeP4(p4);
143 
144  if(Ev>Ethr+kASmallNum) {
145  // Get W integration range and the wider possible Q2 range
146  // (for all W)
147  Range1D_t rW = kps.Limits(kKVW);
148  Range1D_t rQ2 = kps.Limits(kKVQ2);
149 
150  LOG("ReinSehgalResC", pINFO)
151  << "*** Integrating d^2 XSec/dWdQ^2 for R: "
152  << utils::res::AsString(res) << " at Ev = " << Ev;
153  LOG("ReinSehgalResC", pINFO)
154  << "{W} = " << rW.min << ", " << rW.max;
155  LOG("ReinSehgalResC", pINFO)
156  << "{Q^2} = " << rQ2.min << ", " << rQ2.max;
157 
158  if(rW.max<rW.min || rQ2.max<rQ2.min || rW.min<0 || rQ2.min<0) {
159  LOG("ReinSehgalResC", pINFO)
160  << "** Not allowed kinematically, xsec=0";
161  } else {
162 
163  ROOT::Math::IBaseFunctionMultiDim * func =
167  ROOT::Math::IntegratorMultiDim ig(ig_type,0,fGSLRelTol,fGSLMaxEval);
168  ig.SetFunction(*func);
169  double kine_min[2] = { rW.min, rQ2.min };
170  double kine_max[2] = { rW.max, rQ2.max };
171  xsec = ig.Integral(kine_min, kine_max) * (1E-38 * units::cm2);
172  delete func;
173  }
174  } else {
175  LOG("ReinSehgalResC", pINFO)
176  << "** Below threshold E = " << Ev << " <= " << Ethr;
177  }
178  cache_branch->AddValues(Ev,xsec);
179  SLOG("ReinSehgalResC", pNOTICE)
180  << "RES XSec (R:" << utils::res::AsString(res)
181  << ", E="<< Ev << ") = "<< xsec/(1E-38 *genie::units::cm2) << " x 1E-38 cm^2";
182  }//spline knots
183 
184  // Build the spline
185  cache_branch->CreateSpline();
186  }//ires
187 
188  delete [] E;
189  delete interaction;
190 }
const KPhaseSpace & PhaseSpace(void) const
Definition: Interaction.h:73
InteractionType_t InteractionTypeId(void) const
string fGSLIntgType
name of GSL numerical integrator
void SetProbeP4(const TLorentzVector &P4)
ROOT::Math::IntegrationMultiDim::Type IntegrationNDimTypeFromString(string type)
Definition: GSLUtils.cxx:59
int Type
Definition: 018_def.c:12
A simple [min,max] interval for doubles.
Definition: Range1.h:42
double Threshold(void) const
Energy threshold.
Definition: KPhaseSpace.cxx:80
enum genie::EResonance Resonance_t
unsigned int NResonances(void) const
Range1D_t Limits(KineVar_t kvar) const
Return the kinematical variable limits.
void SetResonance(Resonance_t res)
Definition: XclsTag.cxx:128
void AddCacheBranch(string key, CacheBranchI *branch)
Definition: Cache.cxx:88
Summary information for an interaction.
Definition: Interaction.h:56
void AddValues(double x, double y)
#define LOG(stream, priority)
A macro that returns the requested log4cpp::Category appending a string (using the FILE...
Definition: Messenger.h:96
def key(type, name=None)
Definition: graph.py:13
static constexpr double cm2
Definition: Units.h:69
string CacheBranchName(Resonance_t r, InteractionType_t it, int nu, int nuc) const
Kinematical phase space.
Definition: KPhaseSpace.h:33
const int kPdgTgtFreeN
Definition: PDGCodes.h:200
const int kPdgTgtFreeP
Definition: PDGCodes.h:199
void SetPdgs(int tgt_pdgc, int probe_pdgc)
static const double kASmallNum
Definition: Controls.h:40
#define pINFO
Definition: Messenger.h:62
CacheBranchI * FindCacheBranch(string key)
finding/adding cache branches
Definition: Cache.cxx:80
GENIE Cache Memory.
Definition: Cache.h:38
XclsTag * ExclTagPtr(void) const
Definition: Interaction.h:77
double max
Definition: Range1.h:53
int fGSLMaxEval
GSL max evaluations.
void SetHitNucPdg(int pdgc)
Definition: Target.cxx:171
E
Definition: 018_def.c:13
Target * TgtPtr(void) const
Definition: InitialState.h:67
def func()
Definition: docstring.py:7
InitialState * InitStatePtr(void) const
Definition: Interaction.h:74
const char * AsString(Resonance_t res)
resonance id -> string
const ProcessInfo & ProcInfo(void) const
Definition: Interaction.h:70
double min
Definition: Range1.h:52
const int kPdgProton
Definition: PDGCodes.h:81
#define pNOTICE
Definition: Messenger.h:61
static Cache * Instance(void)
Definition: Cache.cxx:67
A simple cache branch storing the cached data in a TNtuple.
Definition: CacheBranchFx.h:37
#define SLOG(stream, priority)
A macro that returns the requested log4cpp::Category appending a short string (using the FUNCTION and...
Definition: Messenger.h:84
enum genie::EInteractionType InteractionType_t
double fGSLRelTol
required relative tolerance (error)
Resonance_t ResonanceId(unsigned int ires) const

Member Data Documentation

double genie::ReinSehgalRESXSecWithCache::fEMax
protected

Definition at line 49 of file ReinSehgalRESXSecWithCache.h.

BaryonResList genie::ReinSehgalRESXSecWithCache::fResList
protected

Definition at line 52 of file ReinSehgalRESXSecWithCache.h.

const XSecAlgorithmI* genie::ReinSehgalRESXSecWithCache::fSingleResXSecModel
mutableprotected

Definition at line 51 of file ReinSehgalRESXSecWithCache.h.

bool genie::ReinSehgalRESXSecWithCache::fUsingDisResJoin
protected

Definition at line 47 of file ReinSehgalRESXSecWithCache.h.

double genie::ReinSehgalRESXSecWithCache::fWcut
protected

Definition at line 48 of file ReinSehgalRESXSecWithCache.h.


The documentation for this class was generated from the following files: