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

Go to the source code of this file.

Functions

 ClassImp (vetoContFact) vetoContFact
 

Function Documentation

◆ ClassImp()

ClassImp ( vetoContFact  )

Constructor (called when the library is loaded)

Definition at line 6 of file vetoContFact.cxx.

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