Analysis Software
Documentation for
sPHENIX
simulation software
Home page
Related Pages
Modules
Namespaces
Classes
Files
Examples
External Links
File List
File Members
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
:
21
PdbCalChan
() {}
22
~PdbCalChan
()
override
{}
23
24
virtual
void
print
()
const
= 0;
25
26
ClassDefOverride
(
PdbCalChan
,1);
27
};
28
29
#endif
/* PDBCAL_BASE_PDBCALCHAN_H */
coresoftware
blob
master
offline
database
pdbcal
base
PdbCalChan.h
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:18:04
using
1.8.2 with
sPHENIX GitHub integration