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
RawHitSet.cc
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file RawHitSet.cc
1
7
#include "
RawHitSet.h
"
8
9
namespace
10
{
11
RawHitSet::Vector
dummy_vector;
12
}
13
14
void
RawHitSet::addHit
(
RawHit
*)
15
{
return
; }
16
17
//void RawHitSet::addTpcHit(unsigned short, RawHit*)
18
//{ return; }
19
20
void
RawHitSet::setTpcPhiBins
(
unsigned
short
)
21
{
// std::cout << "Deprecated settpcphibins " << phibins << std::endl;
22
return
; }
23
24
RawHitSet::ConstRange
RawHitSet::getHits
()
const
25
{
return
std::make_pair( dummy_vector.cbegin(), dummy_vector.cend() ); }
26
27
28
//RawHitSet::ConstRange RawHitSet::getTpcHits(unsigned short phibins) const
29
//{ std::cout << "Deprecated settpcphibins " << phibins << std::endl; return std::make_pair( dummy_vector.cbegin(), dummy_vector.cend() ); }
coresoftware
blob
master
offline
packages
trackbase
RawHitSet.cc
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:18:09
using
1.8.2 with
sPHENIX GitHub integration