Home » Hades » Pluto » [SOLVED] Beam Smear and Cross Sections
Re: Beam Smear and Cross Sections [message #13939 is a reply to message #13812] |
Wed, 05 September 2012 15:03 |
Michael Kunkel
Messages: 53 Registered: June 2011
|
continuous participant |
From: *110.141.123.dynamic.ttnet.com.tr
|
|
Another request,
In the case of my data, my final state observables are only in the forward direction, therefore it is a waste of CPU time to generate the whole -1 to 1 range.
Could there be a default -1 to 1,, but is user wants to pre-skim allow
PScatterCrossSection::PScatterCrossSection(const Char_t *id, const Char_t *de) :
PAngularDistribution(id, de) {
beam = target = NULL;
pf2 = NULL;
qmax = 0.0;
qmin = -1;
npx = npy = -1;
TF1 * dummy = new TF1("dummy","1",-1,1);
SetAngleFunction(dummy);
} ;
To be over written with user values?
|
|
|
Goto Forum:
Current Time: Sat Oct 05 17:01:48 CEST 2024
Total time taken to generate the page: 0.00905 seconds
|