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

Functions

 ClassImp (EdbShowAlg_NN) ClassImp(EdbShowAlg_N3) EdbShowAlg_NN
 

Function Documentation

◆ ClassImp()

ClassImp ( EdbShowAlg_NN  )
23 {
24  // Default Constructor
25  Log(2,"EdbShowAlg_NN::EdbShowAlg_NN","Default Constructor");
26 
27  // Reset all:
28  Set0();
29 
30  eAlgName="NN";
31  eAlgValue=3; // see default.par_SHOWREC for labeling (labeling identical with ShowRec program)
32 
33  // Init with values according to NN Alg:
34  Init();
35 
36 }
bool Log(int level, const char *location, const char *fmt,...)
Definition: EdbLog.cxx:75