/[PAMELA software]/DarthVader/TrackerLevel2/inc/TrkLevel1.h
ViewVC logotype

Diff of /DarthVader/TrackerLevel2/inc/TrkLevel1.h

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

revision 1.12 by pam-fi, Thu May 24 16:45:47 2007 UTC revision 1.13 by pam-fi, Mon Aug 20 15:48:20 2007 UTC
# Line 145  class TrkLevel1 : public TObject { Line 145  class TrkLevel1 : public TObject {
145  /*     int LoadVKMaskParam(){return LoadVKMaskParam("");}; */  /*     int LoadVKMaskParam(){return LoadVKMaskParam("");}; */
146  /*     int LoadParams(); */  /*     int LoadParams(); */
147    
148      int ProcessEvent(int);  //    int ProcessEvent(int);
149      int ProcessEvent(){return ProcessEvent(0);};  //    int ProcessEvent(){return ProcessEvent();};
150        int ProcessEvent();
151    
152      int GetPfaNbinsAngle();      int GetPfaNbinsAngle();
153      int GetPfaNbinsETA();      int GetPfaNbinsETA();
# Line 158  class TrkLevel1 : public TObject { Line 158  class TrkLevel1 : public TObject {
158      void   StatusDump(int view);      void   StatusDump(int view);
159      Bool_t StatusCheck(int view, int flagmask);      Bool_t StatusCheck(int view, int flagmask);
160    
161        
162        void SetPFA(int pfaid){ sw_.pfaid = pfaid; };
163        int  GetPFA(){ return sw_.pfaid; };
164        
165    
166      ClassDef(TrkLevel1,2);      ClassDef(TrkLevel1,2);
167    

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

  ViewVC Help
Powered by ViewVC 1.1.23