1 #ifndef ALIITSSIMULATIONFASTPOINTSV0_H
2 #define ALIITSSIMULATIONFASTPOINTSV0_H
4 #include "AliITSsimulation.h"
7 class AliITSstatistics;
10 class AliITSsimulationFastPointsV0 : public AliITSsimulation
14 AliITSsimulationFastPointsV0(); // default constructor
15 AliITSsimulationFastPointsV0(const char *dataType); // standard constructor
16 virtual ~AliITSsimulationFastPointsV0();
17 void CreateFastRecPoints(AliITSmodule *mod,Int_t module,TRandom *rndm);
19 void AddSPD(Float_t &e,AliITSmodule *mod,Int_t trackNumber);
20 void AddSDD(Float_t &e,AliITSmodule *mod,Int_t trackNumber);
21 void AddSSD(Float_t &e,AliITSmodule *mod,Int_t trackNumber);
25 AliITSstatistics *fSx; // pointer to AliITSstatistics class
26 AliITSstatistics *fSz; // pointer to AliITSstatistics class
28 ClassDef(AliITSsimulationFastPointsV0,1) // Fast point simulator.