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

Go to the source code of this file.

Functions

 ClassImp (strawtubesContFact) strawtubesContFact
 

Function Documentation

◆ ClassImp()

ClassImp ( strawtubesContFact  )

Constructor (called when the library is loaded)

Definition at line 6 of file strawtubesContFact.cxx.

11 : FairContFact()
12{
14 fName="strawtubesContFact";
15 fTitle="Factory for parameter containers in libstrawtubes";
16 setAllContainers();
17 FairRuntimeDb::instance()->addContFactory(this);
18}