FairRoot
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
PixelContFact.h
Go to the documentation of this file.
1 /********************************************************************************
2  * Copyright (C) 2014 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH *
3  * *
4  * This software is distributed under the terms of the *
5  * GNU Lesser General Public Licence (LGPL) version 3, *
6  * copied verbatim in the file "LICENSE" *
7  ********************************************************************************/
8 #ifndef PIXELCONTFACT_H
9 #define PIXELCONTFACT_H
10 
11 #include "FairContFact.h"
12 #include "FairContFact.h" // for FairContFact, FairContainer (ptr only)
13 
14 #include <Rtypes.h> // for PixelContFact::Class, ClassDef, PixelContF...
15 
16 class FairParSet;
17 
19 {
20  private:
21  void setAllContainers();
22 
23  public:
24  PixelContFact();
27  ClassDef(PixelContFact, 0); // Factory for all Pixel parameter containers
28 };
29 
30 #endif
FairParSet * createContainer(FairContainer *)
ClassDef(PixelContFact, 0)