SND@LHC Software
Loading...
Searching...
No Matches
hcalContFact.cxx File Reference
#include "hcalContFact.h"
#include "FairRuntimeDb.h"
#include <iostream>
Include dependency graph for hcalContFact.cxx:

Go to the source code of this file.

Functions

 ClassImp (hcalContFact) hcalContFact
 

Function Documentation

◆ ClassImp()

ClassImp ( hcalContFact  )

Constructor (called when the library is loaded)

Definition at line 8 of file hcalContFact.cxx.

13 : FairContFact()
14{
16 fName="hcalContFact";
17 fTitle="Factory for parameter containers in libhcal";
18 setAllContainers();
19 FairRuntimeDb::instance()->addContFactory(this);
20}