ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
Home page
Related Pages
Modules
Namespaces
Classes
Files
External Links
File List
File Members
ECCE @ EIC Software
Deprecated List
Modules
Namespaces
Classes
Files
File List
acts
analysis
coresoftware
blob
master
calibrations
generators
offline
database
dbtools
pdbcal
base
Pdb.h
PdbApplication.cc
PdbApplication.h
PdbApplicationFactory.h
PdbBankID.cc
PdbBankID.h
PdbBankIDLinkDef.h
PdbBankList.h
PdbBankListIterator.h
PdbBankManager.cc
PdbBankManager.h
PdbBankManagerFactory.h
PdbCalBank.cc
PdbCalBank.h
PdbCalBankIterator.h
PdbCalBankLinkDef.h
PdbCalChan.h
PdbCalChanLinkDef.h
PdbClassMap.h
PdbParameter.cc
PdbParameter.h
PdbParameterError.cc
PdbParameterError.h
PdbParameterErrorLinkDef.h
PdbParameterLinkDef.h
PdbParameterMap.cc
PdbParameterMap.h
PdbParameterMapContainer.cc
PdbParameterMapContainer.h
PdbParameterMapContainerLinkDef.h
PdbParameterMapLinkDef.h
PHGenericFactoryT.C
PHGenericFactoryT.h
RunToTime.cc
RunToTime.h
pg
PHParameter
framework
packages
QA
simulation
Doxygen_Assist
ecce-detectors
fun4all_eicdetectors
geant4
macros
online_distribution
tutorials
doxygen_mainpage.h
File Members
External Links
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
PdbBankID.cc
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file PdbBankID.cc
1
//-----------------------------------------------------------------------------
2
// $Header: /afs/rhic.bnl.gov/phenix/PHENIX_CVS/offline/database/pdbcal/base/PdbBankID.cc,v 1.4 2006/01/10 06:39:47 pinkenbu Exp $
3
//
4
// The pdbcal package
5
// Copyright (C) PHENIX collaboration, 1999
6
//
7
// Implementation of class PdbBankID
8
//
9
// Author: Matthias Messer
10
//-----------------------------------------------------------------------------
11
#include "
PdbBankID.h
"
12
#include <iostream>
13
14
PdbBankID::PdbBankID
(
const
int
val)
15
{
16
bankID
= val;
17
}
18
19
void
PdbBankID::print
()
const
20
{
21
std::cout <<
"BankID = "
<<
bankID
<< std::endl;
22
}
23
24
int
operator==
(
const
PdbBankID
&
a
,
const
PdbBankID
&
b
)
25
{
26
return
(a.
bankID
== b.
bankID
);
27
}
coresoftware
blob
master
offline
database
pdbcal
base
PdbBankID.cc
Built by
Jin Huang
. updated:
Wed Jun 29 2022 17:24:33
using
1.8.2 with
ECCE GitHub integration