12 |
#include <TClonesArray.h> |
#include <TClonesArray.h> |
13 |
|
|
14 |
#include <math.h> // EMILIANO |
#include <math.h> // EMILIANO |
15 |
|
#include <iostream> // from ToFLevel2.cpp |
16 |
|
#include <fstream> // Emiliano |
17 |
|
#include <sstream> // Emiliano |
18 |
|
#include <string> // Emiliano |
19 |
|
|
20 |
|
|
21 |
#include <ToFStruct.h> |
#include <ToFStruct.h> |
22 |
|
|
23 |
|
#include <TrkLevel2.h> // Emiliano |
24 |
|
#include <TrigLevel2.h> // Emiliano |
25 |
|
#include <GLTables.h> // Emiliano |
26 |
|
#include <OrbitalInfo.h> // Emiliano |
27 |
|
#include <ToFCore.h> // Emiliano |
28 |
|
// |
29 |
|
// Declaration of the core fortran routines |
30 |
|
// |
31 |
|
#define tofl2com tofl2com_ |
32 |
|
extern "C" int tofl2com(); |
33 |
|
#define toftrk toftrk_ |
34 |
|
extern "C" int toftrk(); |
35 |
|
#define rdtofcal rdtofcal_ |
36 |
|
extern "C" int rdtofcal(char [], int *); |
37 |
|
|
38 |
// |
// |
39 |
// class which contains track related variables |
// class which contains track related variables |
195 |
Int_t GetNPaddle(Int_t plane); |
Int_t GetNPaddle(Int_t plane); |
196 |
// |
// |
197 |
// |
// |
198 |
|
// |
199 |
|
Int_t Process(TrkLevel2 *trk, TrigLevel2 *trg, GL_RUN *run, OrbitalInfo *orb, Bool_t force); // Emiliano |
200 |
|
|
201 |
// |
// |
202 |
// constructor |
// constructor |
243 |
Int_t GetNHitPaddles(Int_t plane); |
Int_t GetNHitPaddles(Int_t plane); |
244 |
void Clear(Option_t *t=""); |
void Clear(Option_t *t=""); |
245 |
// |
// |
246 |
ClassDef(ToFLevel2,3); |
ClassDef(ToFLevel2,4); |
247 |
}; |
}; |
248 |
|
|
249 |
#endif |
#endif |