FEDRA emulsion software from the OPERA Collaboration
EdbTraceBack Class Reference

define the counters logic here More...

#include <EdbTraceBack.h>

Inheritance diagram for EdbTraceBack:
Collaboration diagram for EdbTraceBack:

Static Public Member Functions

static void FromBaseTrackVid (EdbSegP &s, int &plate, int &piece, int &entry)
 
static void SetBaseTrackVid (EdbSegP &s, int plate, int piece, int entry)
 

Detailed Description

define the counters logic here

//////////////////////////////////////////////////////////////////////// // EdbTraceBack // // define the counters logic here // // ////////////////////////////////////////////////////////////////////////

Member Function Documentation

◆ FromBaseTrackVid()

void EdbTraceBack::FromBaseTrackVid ( EdbSegP s,
int &  plate,
int &  piece,
int &  entry 
)
static
56{
57 entry = s.Vid(1);
58 plate = s.Vid(0)/1000;
59 piece = s.Vid(0)%1000;
60}
TLegendEntry * entry
Definition: Canv_SYSTEMATICS_ALLCOMBINED__RMSEnergy__vs__Energy__ELECTRON.C:130
s
Definition: check_shower.C:55
Int_t plate
Definition: merge_Energy_SytematicSources_Electron.C:1

◆ SetBaseTrackVid()

static void EdbTraceBack::SetBaseTrackVid ( EdbSegP s,
int  plate,
int  piece,
int  entry 
)
static

The documentation for this class was generated from the following files: