SND@LHC Software
Loading...
Searching...
No Matches
NeutronGenerator_FLUKA.h
Go to the documentation of this file.
1#ifndef FLUKAnuGENERATOR_H
2#define FLUKAnuGENERATOR_H 1
3
4#include "TROOT.h"
5#include "FairGenerator.h"
6#include "TTree.h" // for TTree
7
8class FairPrimaryGenerator;
9
10class NeutronGenerator_FLUKA : public FairGenerator
11{
12 public:
13
16
19
21 Bool_t ReadEvent(FairPrimaryGenerator*);
22 Bool_t Init(const char*, int){return true;};
23 Bool_t Init(const char*){return true;};
24 void SetZ(Double_t X) { SND_Z = X; };
25 private:
26
27 protected:
28 Double_t SND_Z;
30 int fn;
32};
33
34#endif /* !FLUKAnuGENERATOR_H */
ClassDef(NeutronGenerator_FLUKA, 1)
Bool_t Init(const char *, int)
Bool_t ReadEvent(FairPrimaryGenerator *)