EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
Home page
Related Pages
Modules
Namespaces
Classes
Files
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 */
fun4all_coresoftware
blob
master
offline
database
pdbcal
base
PdbCalChan.h
Built by
Jin Huang
. updated:
Mon Jan 22 2024 12:43:42
using
1.8.2 with
EIC GitHub integration