Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

inuke_rw.cxx File Reference

#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_


Function Documentation

int change_fate_probs_ float *  vmod,
int *  itype
 

Referenced by inuke_reweight::change_fate_probs().

void fill_shower_ntuple_  ) 
 

Referenced by inuke_reweight::calc_weights().

void identify_hadronic_system_ int *  ,
int * 
 

Referenced by inuke_reweight::calc_weights(), and inuke_reweight::get_idx_had().

bool in_limits float &  x,
float  l,
float  h
 

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 }

void summarise_prenuke_ int *  ,
int * 
 

Referenced by inuke_reweight::calc_weights().


Variable Documentation

struct interaction_rw interaction_rw_
 

Referenced by inuke_reweight::change_inter_scales().


Generated on Mon Feb 15 11:08:00 2010 for loon by  doxygen 1.3.9.1