ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PdbCalChan.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file PdbCalChan.h
1 //
2 // The pdbcal package
3 // Copyright (C) PHENIX collaboration, 1999
4 //
5 // Declaration of class PdbCalChan
6 //
7 // Purpose: Calibration channel base class
8 //
9 // Description:
10 //
11 // Author: Matthias Messer
12 //-----------------------------------------------------------------------------
13 #ifndef PDBCAL_BASE_PDBCALCHAN_H
14 #define PDBCAL_BASE_PDBCALCHAN_H
15 
16 #include <phool/PHObject.h>
17 
18 class PdbCalChan : public PHObject{
19 
20 public:
22  ~PdbCalChan() override {}
23 
24  virtual void print() const = 0;
25 
27 };
28 
29 #endif /* PDBCAL_BASE_PDBCALCHAN_H */