FEDRA emulsion software from the OPERA Collaboration
EdbShowAlg_GS.cxx File Reference
#include "EdbShowAlg.h"
#include "EdbShowAlg_GS.h"
#include "EdbShowerP.h"
Include dependency graph for EdbShowAlg_GS.cxx:

Functions

 ClassImp (EdbShowAlg_GS) EdbShowAlg_GS
 

Function Documentation

◆ ClassImp()

ClassImp ( EdbShowAlg_GS  )
22 {
23  // Default Constructor
24  Log(2,"EdbShowAlg_GS::EdbShowAlg_GS","EdbShowAlg_GS:: Default Constructor");
25 
26  // Reset all:
27  Set0();
28 
29  eAlgName="GS";
30  eAlgValue=999; // see default.par_SHOWREC for labeling (labeling identical with ShowRec program)
31 
32  eInVtxArrayN=0;
33  eInVtxArray=NULL;
34 
35  eInBTArrayN=0;
36  eInBTArray=NULL;
37 
38  // Init with values according to GS Alg:
39  Init();
40 
41 }
bool Log(int level, const char *location, const char *fmt,...)
Definition: EdbLog.cxx:75
#define NULL
Definition: nidaqmx.h:84