FEDRA emulsion software from the OPERA Collaboration
EdbTraceBack.h
Go to the documentation of this file.
1 #ifndef ROOT_EdbTraceBack
2 #define ROOT_EdbTraceBack
3 
5 // //
6 // EdbTraceBack //
7 // //
8 // define the counters logic here //
9 // //
11 #include "TObject.h"
12 #include "EdbPattern.h"
13 
14 //______________________________________________________________________________
15 class EdbTraceBack : public TObject {
16 
17  public:
18 
19  static void SetBaseTrackVid( EdbSegP &s, int plate, int piece, int entry );
20  static void FromBaseTrackVid( EdbSegP &s, int &plate, int &piece, int &entry );
21 
22  ClassDef(EdbTraceBack,1) // define the counters logic here
23 };
24 
25 #endif /* ROOT_EdbTraceBack */
TLegendEntry * entry
Definition: Canv_SYSTEMATICS_ALLCOMBINED__RMSEnergy__vs__Energy__ELECTRON.C:130
Definition: EdbSegP.h:18
Definition: EdbTraceBack.h:15
static void SetBaseTrackVid(EdbSegP &s, int plate, int piece, int entry)
static void FromBaseTrackVid(EdbSegP &s, int &plate, int &piece, int &entry)
Definition: EdbTraceBack.cxx:54
Int_t plate
Definition: merge_Energy_SytematicSources_Electron.C:1
EdbSegP * s
Definition: tlg2pattern.C:32