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

Functions

 ClassImp (EdbShowAlgE) EdbShowAlgE
 

Function Documentation

◆ ClassImp()

ClassImp ( EdbShowAlgE  )
14{
15 // Default Constructor
16 cout << "EdbShowAlgE::EdbShowAlgE() Default Constructor"<<endl;
17
18 // Reset all:
19 Set0();
20
21 // Init now with default parametrization (XX)
22 Init();
23}