/[PAMELA software]/DarthVader/ToFLevel2/inc/ToFLevel2.h
ViewVC logotype

Diff of /DarthVader/ToFLevel2/inc/ToFLevel2.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.20 by mocchiut, Mon Mar 3 09:51:01 2008 UTC revision 1.21 by mocchiut, Fri Apr 18 18:55:51 2008 UTC
# Line 12  Line 12 
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
# Line 176  class ToFLevel2 : public TObject { Line 195  class ToFLevel2 : public TObject {
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
# Line 222  class ToFLevel2 : public TObject { Line 243  class ToFLevel2 : public TObject {
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

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

  ViewVC Help
Powered by ViewVC 1.1.23