FEDRA emulsion software from the OPERA Collaboration
EdbRunParent.h
Go to the documentation of this file.
1 #ifndef ROOT_EdbRunParent
2 #define ROOT_EdbRunParent
3 
5 // //
6 // EdbRunParent //
7 // //
8 // //
10 #include "EdbRunTracking.h"
11 
12 //______________________________________________________________________________
13 class EdbRunParent : public EdbRunTracking {
14 
15  private:
16 
17  Float_t eIPmax; // max ip for parent slection
18 
19  public:
21  ~EdbRunParent();
22 
23  int FindParentCandidates( EdbSegP &s, EdbPattern &fndbt, EdbPattern &fnds1, EdbPattern &fnds2 );
24 
25  int FindComplimentsIP( EdbSegP &s, EdbPattern &pat, TObjArray &found );
26 
27  ClassDef(EdbRunParent,1) // to look for parent bt/mt in raw data
28 };
29 
30 #endif /* ROOT_EdbRunParent */
31 
Definition: EdbPattern.h:280
Definition: EdbRunParent.h:13
Float_t eIPmax
Definition: EdbRunParent.h:17
~EdbRunParent()
Definition: EdbRunParent.cxx:21
int FindParentCandidates(EdbSegP &s, EdbPattern &fndbt, EdbPattern &fnds1, EdbPattern &fnds2)
Definition: EdbRunParent.cxx:38
int FindComplimentsIP(EdbSegP &s, EdbPattern &pat, TObjArray &found)
Definition: EdbRunParent.cxx:26
Definition: EdbRunTracking.h:18
Definition: EdbSegP.h:18
EdbSegP * s
Definition: tlg2pattern.C:32