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

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

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

revision 1.36 by pam-fi, Fri Apr 11 13:44:36 2008 UTC revision 1.38 by pam-fi, Tue Nov 25 14:41:35 2008 UTC
# Line 243  public: Line 243  public:
243      Float_t GetResidual_max(int ip, int iv);      Float_t GetResidual_max(int ip, int iv);
244      Float_t GetResidual_max(int iv){ return GetResidual_max(-1,iv); };      Float_t GetResidual_max(int iv){ return GetResidual_max(-1,iv); };
245      Float_t GetResidual_max(){ return GetResidual_max(-1,-1); };      Float_t GetResidual_max(){ return GetResidual_max(-1,-1); };
246        Float_t GetResidual_av(int ip, int iv);
247        Float_t GetResidual_av(int iv){ return GetResidual_av(-1,iv); };
248        Float_t GetResidual_av(){ return GetResidual_av(-1,-1); };
249    
250      Int_t GetClusterX_Multiplicity_max();      Int_t GetClusterX_Multiplicity_max();
251      Int_t GetClusterX_Multiplicity_min();      Int_t GetClusterX_Multiplicity_min();
# Line 313  public: Line 316  public:
316   * notation:   * notation:
317   *   *
318   * LSB --> 0 missing packet   * LSB --> 0 missing packet
319     *
320   *         1 CRC error   *         1 CRC error
321     *
322   *         2 on-line software alarm (latch-up, timeout ecc...)   *         2 on-line software alarm (latch-up, timeout ecc...)
323     *
324   *         3 jump in the trigger counter   *         3 jump in the trigger counter
325     *
326   *         4 decode error   *         4 decode error
327     *
328   *         5 n.clusters > maximum number (level1 processing)   *         5 n.clusters > maximum number (level1 processing)
329     *
330   *         6   *         6
331     *
332   *         7   *         7
333     *
334   *         8 n.clusters > maximum value (level2 processing)   *         8 n.clusters > maximum value (level2 processing)
335     *
336   *         9 n.couples per plane > maximum values (vector dimention)   *         9 n.couples per plane > maximum values (vector dimention)
337     *
338   *         10 n.doublets > maximum values   *         10 n.doublets > maximum values
339     *
340   *         11 n.triplets > maximum values   *         11 n.triplets > maximum values
341     *
342   *         12 n.yz-clouds > maximum values   *         12 n.yz-clouds > maximum values
343     *
344   *         13 n.xz-clouds > maximum values   *         13 n.xz-clouds > maximum values
345     *
346   *         14 n.candidate-tracks > maximum values   *         14 n.candidate-tracks > maximum values
347     *
348   *         15 n.couples per plane > maximum values (for Hough transform)   *         15 n.couples per plane > maximum values (for Hough transform)
349     *
350   * MSB --> 16   * MSB --> 16
351   *           *        
352   *   *
  * For all data processed before June 2007 the event status was coded according to  
  * a different rule:  
  *  
  * Status of level1 processing  
  *  0 -- OK    
  *  1 -- missing packet  
  *  2 -- 1  CRC error  
  *  3 -- 2 on-line software alarm (latch-up flags asserted or n.transmitted-words = 0)  
  *  4 -- 3 jump in the trigger counter  
  * 10 -- 4 decode error  
  * 11 -- 5  n.clusters > maximum number (for level1 processing)  
  * Status of level2 processing  
  * 21 -- 0 n.clusters > maximum value (for level2 processing)  
  * 22 -- 1 n.couples per plane > maximum values (vector dimention)  
  * 23 -- 2 n.doublets > maximum values  
  * 24 -- 3 n.triplets > maximum values  
  * 25 -- 4 n.yz-clouds > maximum values  
  * 26 -- 5 n.xz-clouds > maximum values  
  * 27 -- 6 n.candidate-tracks > maximum values  
  * 28 -- 7 n.couples per plane > maximum values (for Hough transform)  
353   *     *  
354   *   *
355   */   */
# Line 376  class TrkLevel2 : public TObject { Line 375  class TrkLevel2 : public TObject {
375      void Clear(Option_t *option){Clear();};      void Clear(Option_t *option){Clear();};
376      void Delete();      void Delete();
377      void Set();      void Set();
378        int UnpackError(){ for(int i=0; i<12; i++)if(StatusCheck(i,0x12))return 1; return 0;};
379            
380      int ntrk() {return Track->GetEntries();}    ///< number of stored track      int ntrk() {return Track->GetEntries();}    ///< number of stored track
381      int nclsx(){return SingletX->GetEntries();} ///< number of x singlets      int nclsx(){return SingletX->GetEntries();} ///< number of x singlets

Legend:
Removed from v.1.36  
changed lines
  Added in v.1.38

  ViewVC Help
Powered by ViewVC 1.1.23