char name[100];
Float_t amass, charge, tlife;
Int_t itrtyp;
- Int_t i, j, nt, Ntracks;
+ Int_t i, j, nt, Ntracks=0;
//
NtupleInit();
TTree *h2=fTreeNtuple;
{
protected:
- const Text_t *fFileName; // Choose the file
+ const Text_t *fFileName; //! Choose the file
Int_t fNcurrent; // points to the next entry
TTree *fTreeNtuple; // pointer to the TTree
//Declaration of variables read from the file -- TTree type
Float_t fZshift; //Shift the Z of impact point by this quantity
Float_t fFrac;
- const Text_t *fFileName; //Choose the file
+ const Text_t *fFileName; //!Choose the file
TTree *fTreeFluka; //pointer to the TTree
//Declaration of variables read from the file -- TTree type
{
protected:
- FILE *fp;
- const Text_t *fFileName; //Choose the file
+ FILE *fp; //! Pointer to file
+ const Text_t *fFileName; //!Choose the file
public:
AliGenHalo();
class AliGenParam : public AliGenerator
{
protected:
- Double_t (*fPtParaFunc)(Double_t*, Double_t*);
- Double_t (*fYParaFunc )(Double_t*, Double_t*);
- Int_t (*fIpParaFunc )();
+ Double_t (*fPtParaFunc)(Double_t*, Double_t*); //! Pointer to Pt parametrisation function
+ Double_t (*fYParaFunc )(Double_t*, Double_t*); //! Pointer to Y parametrisation function
+ Int_t (*fIpParaFunc )(); //! Pointer to particle type parametrisation function
TF1* fPtPara;
TF1* fYPara;
Param_t fParam;