Class Reference for E1039 Core & Analysis Software
Home page
Related Pages
Namespaces
Classes
Files
External Links
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
PdbBankID.cc
Go to the documentation of this file.
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
}
PdbBankID.h
PdbBankID::PdbBankID
PdbBankID(const int val=0)
Definition:
PdbBankID.cc:14
PdbBankID
Definition:
PdbBankID.h:19
PdbBankID::print
void print() const
Definition:
PdbBankID.cc:19
operator==
int operator==(const PdbBankID &a, const PdbBankID &b)
Definition:
PdbBankID.cc:24
e1039-core
database
pdbcal
base
PdbBankID.cc
Built by
Haiwang Yu
. updated:
Wed May 26 2021 21:44:02
using
1.8.5 with
SeaQuest GitHub integration