#include "NeugenInterface/inuke_rw.h"#include "NeugenInterface/fill_stdhep.h"#include <iostream>#include <iomanip>#include "TClonesArray.h"#include "TFile.h"#include "TTree.h"#include "TRandom.h"#include "MCNtuple/NtpMCStdHep.h"#include "MCNtuple/NtpMCTruth.h"#include "StandardNtuple/NtpStRecord.h"#include "shower_ntuple.h"#include "stdhep.h"Go to the source code of this file.
Classes | |
| struct | interaction_rw |
Functions | |
| int | change_fate_probs_ (float *vmod, int *itype) |
| void | identify_hadronic_system_ (int *, int *) |
| void | summarise_prenuke_ (int *, int *) |
| void | fill_shower_ntuple_ () |
| bool | in_limits (float &x, float l, float h) |
Variables | |
| interaction_rw | interaction_rw_ |
|
||||||||||||
|
Referenced by inuke_reweight::change_fate_probs(). |
|
|
Referenced by inuke_reweight::calc_weights(). |
|
||||||||||||
|
Referenced by inuke_reweight::calc_weights(), and inuke_reweight::get_idx_had(). |
|
||||||||||||||||
|
Definition at line 449 of file inuke_rw.cxx. Referenced by inuke_reweight::get_uncor_shifts(). 00449 {
00450 if(l==0.0 && h==0.0) {x=0.0; return true;}
00451 else return (x<h && x>l);
00452 }
|
|
||||||||||||
|
Referenced by inuke_reweight::calc_weights(). |
|
|
Referenced by inuke_reweight::change_inter_scales(). |
1.3.9.1