EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
FairDetParIo.cxx
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file FairDetParIo.cxx
1 //*-- AUTHOR : Ilse Koenig
2 //*-- Created : 20/10/2004
3 #include "FairDetParIo.h"
5 // FairDetParIo
6 //
7 // Abstract class for parameter input/output needed by a
8 // detector
11  :TNamed(),
12  inputNumber(0)
13 {
14 }
15 
17